
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500&display=swap');

body{font-family: 'Poppins', sans-serif;}
.bg-gl{position:relative;overflow: hidden;}.bg-gl img {    transform: scale(1);cursor:pointer;    transition: .8s all cubic-bezier(0.4, 0, 1, 1);}.bg-gl:hover img {    transform:scale(1.5) rotate(10deg);    transition: .8s all cubic-bezier(0.4, 0, 1, 1);}
.bg-gl:after {
    content: "";
    background: rgb(0 0 0 / 15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.destination-name{left: 50%;transform: translate(-50%);top: 0%;position: absolute;width: 100%;text-align: center;margin: 0;color: #fff;z-index:2;}
.banner-section{background:#ddd url(../images/online-flight.jpg) no-repeat right center;background-size:50%;}
.bg-gl:hover img {
    transform: scale(1.5) rotate(10deg);
    transition: .8s all cubic-bezier(0.4, 0, 1, 1);
}
.bg-gl img {
    transform: scale(1);
    cursor: pointer;
    transition: .8s all cubic-bezier(0.4, 0, 1, 1);
}	
	.frights a {
    font-size: 36px;
    background: #3F51B5;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding:6px 25px;
	    display: inline-block;
    border-radius: 30px;
}
.frights img {
    height: 32px;
}
.bg-white-sec {
    background: #fff;
    border-radius: 8px;
    margin: 23px 0;
    overflow: hidden;
}
.qservice ul {
    font-size: 20px;
    column-count: 2;
    list-style: none;font-weight:600;
    padding: 0; margin:0;	
}	
.qservice {
    border-radius: 8px;
    padding:16px;
    margin: 16px 0;
}	
.qservice i {
    font-size: 24px;
    color: #8BC34A;
}	
.whyus {
    border: 1px solid #0a58ca;
    border-radius: 8px;
    padding: 13px;
}
.whyus h2 {
    text-transform: uppercase;
    color: #f35d30;
    font-size: 24px;
}
.whyus p {
    color: #006db6;
}	
.whyus2 .whyus h2{font-size:19px;color: #006db6;}
.whyus2 .whyus{border:0;}	
.whyus2 .whyus p {color: #606060;    font-size: 16px;}	
.frights h1 {font-size:32px;font-weight: 700;}
.strip-section {background: #3F51B5;}
.whyus2 .border {border-radius: 8px; overflow:hidden;}
.inner-top .container{position:relative;}
.inner-top  h3{color:#fff;}
.inner-top{position:relative;}
.inner-top:before {
    content: "";
    background: rgb(59 85 227 / 44%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
 .inner-top span {
    color: #fff;
  
}
.footer-section a {
    text-decoration: none;
}
.inner-top a{text-decoration: none; color:#ddd}


@media screen and (max-width:768px){
	
.banner-section {height: auto;background-size: cover;position:relative;}	
.qservice {max-width: 100%;}	
.qservice ul {font-size: 16px;	}
.frights h1 {font-size: 32px;	}
.banner-section:before {
    content: "";
    background:hsl(0deg 0% 100% / 66%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.banner-section .container{position:relative;}	
.frights a {font-size: 22px;	}
a.navbar-brand img {height: 32px;}	
	
}