@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



*{
    margin: 0;
    padding: 0;
}
.single-tour .col-tour {
    background: #ffffff;
    padding: 20px 20px;
    box-shadow: 4px 5px 5px #e7e7e7;
}
.section-one h2 {
    font-size: 18px;
    font-weight: 600;
}

.section-one {
    padding-top: 30px;
}
.thank-description .bnt-custom a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.highlight-sec .highlight li {
    padding-bottom: 10px;
}
.privacy-policy h5 {
    color: #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    font-style: normal;
    font-size: 33px;
}
.main-banner.privacy-policy {
    height: 35vh;
}
.footer-inner ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
.copyright-inr a {
    color: #000000;
    text-decoration: none;
}
.copyright .copyright-inr {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
}

.copyright {
    margin-bottom: 80px;
}

.copyright .copyright-inr p {
    font-weight: 600;
    margin-bottom: 0;
}


footer {
    padding: 50px 0px;
    margin-bottom:0px;
}

.footer-inner ul li a {
    color: #333333;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
}

.header-main .navbar-brand img {
    max-width: 150px;
}
header.header-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #959595;
}


.main-banner .header-main a.nav-link {
    color: #ffffff;
    padding-left: 37px;
}

.main-banner .header-main a.nav-link.active {
    color: #ffcf42;
}

.footer-cst .enqury-now ul>li>a>span>img {
    width: 31px;
}
.highlight h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 33px;
}
.enqury-now span {
    padding-right: 6px;
}


.banner-left button.btn {
    background: #ffcf42;
    padding: 15px 60px;
    font-weight: 600;
    margin-top:30px;
    position: relative;
}
.highlight h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 17px 0px;
    color: #cd9a04;
}
/*.bg-about {*/
/*    background-image: url(../images/about-img.jpg);*/
/*    height: 85vh;*/
/*    background-repeat: no-repeat;*/
/*    background-position: top center;*/
/*}*/
.highlight ul {
    padding: 0;
    list-style: none;
    padding-left: 10px;
}
.banner-left button.btn:before{
    content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%);
        background-size: 200% 100%;
        transition: all .5s ease-out;
        -webkit-animation: biglight 1.5s linear infinite;
        animation: biglight 1.5s linear infinite;
    }
    

@-webkit-keyframes biglight {
    from {
      background-position: right bottom;
    }
  
  }
  

.banner-left button.btn:hover {
    background: #ffffff;
    color: #333333;
}
.desti p {
    margin: 0px 0px;
    font-size: 15px;
    background: #ebf2f5f1;
    display: inline-block;
    padding: 5px 22px;
    border-radius: 5px;
    margin-top: 20px;
    color: #333333;
    font-weight: 600;
}
.single-tour ul li {
    padding: 5px 0px;
}
.highlight-sec {
    padding-top: 110px;
    padding-bottom: 50px;
}

 h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.single-tour h4 {
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
}
.popular-tours h1 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}
.single-tour ul {
    padding: 0;
    list-style: none;
}

.single-tour {
    padding: 100px 0px 100px 0px;
    background: #f5faff;
    margin-bottom: 80px;
}
ul, li, a, span, strong {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-banner {
    background-image: url(../images/dubai-banner.jpg);
    height: 100vh;
    background-size:cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.main-banner:before {
    background: #00000070;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.main-banner .banner-left {
    color: #ffffff;
}

.main-banner .banner-left span {
    font-size: 28px;
    margin-bottom: 15px;
    /* display: block; */
}
.banner-left span.day-night {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    padding: 5px 0px;
}

.price-amount p.price {
    margin-top: 0;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 0.8;
}

.banner-left ul.location {
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 19px;
}

.banner-left ul.location>li {
    padding: 4px 0px;
    margin-right: 10px;
    color: #ffffff;
    margin-top: 14px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 400;
}

.main-banner .banner-left h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 14px;
}
.landing-form h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.main-banner .banner-left h3 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: normal;
    color: #ffcf42;
}
.price-amount .price span {
    font-size: 18px;
}
.main-banner .landing-form {
    background: #ffffff;
    padding: 32px 22px;
    border-radius: 10px;
}

.landing-form .btn-bnr {
    text-align: center;
}

.btn-bnr button.btn.btn-from {
    background: #ffcf42;
    padding: 8px 63px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-bnr button.btn.btn-from:hover {
    background:#333333;
    color: #ffffff;
} 


.popupr-tour-details {
    position: relative;
}

.popular-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    right: 0;
    left: 0;
    text-align: center;
}

.popupr-tour-details:before {
    background: #00000070;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
}

.popular-details h4 {
    color: #ffffff;
}

.popular-details button.btn-thumbnail
{
    border: none;
    padding: 8px 32px;
    border-radius: 5px;
    background: #ffcf42;
    margin-top: 10px;
    color:#000000;
}



/*=====popup form css===*/

.form-information {
    padding: 10px 30px;
    text-align: center;
}

.form-information button.btn-close {
    position: absolute;
    right: 10px;
    background: #efefef;
    opacity: 1;
    color: #333333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 10px;
    font-weight: 600;
}

.form-information button.btn-close:hover {
    background: #ffcf42;
    color: #333333;
}

.form-information h1 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0;
}

.form-information>p {
    margin-bottom: 0;
}

.popup-cst .modal-lg {
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.popup-cst .form-inputs input[type="text"], .popup-cst .form-inputs input[type="email"], .popup-cst .form-inputs textarea {
    width: 100%;
    border: 1px solid #858585;
    padding-left: 10px;
    border-radius: 6px;
}


.popup-cst .form-inputs {
    padding: 0px 60px;
}

.popup-cst .form-inputs input[type="text"], .popup-cst .form-inputs input[type="email"] {
    padding-top: 8px;
    padding-bottom: 8px;
}


.form-inputs .from-group {
    margin-bottom: 16px;
    margin-top: 16px;
}


.form-inputs textarea {
    height: 94px;
    padding-top: 8px;
}

.form-inputs button.main_btn {
    background: #ffcf42;
    color: #000000;
    border: none;
    padding: 10px 33px;
    border-radius: 5px;
    font-weight: 600;
    width:100%;
}


.static-form {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
}

.static-form h4 {
    font-weight: 600;
}

.static-form .form-inputs input[type="text"], .static-form .form-inputs input[type="email"], .static-form .form-inputs textarea {
    width: 100%;
    border: 1px solid #cdcbcb;
    padding: 0px 10px;
}



.static-form .form-inputs input[type="text"], .static-form .form-inputs input[type="email"] {
    padding: 6px 10px;
}


/*====thank you page css===*/
.thank-description button.btn.bnt-custom {
    background: #ffd801;
    color: #000000;
    padding: 13px 30px;
    margin-top: 30px;
    font-weight: 400;
    border-radius: 50px;
}
.form-inputs .from-group span {
    font-size: 14px;
    margin-top: 13px;
    display: block;
}
.thank-description h3 {
    font-weight: 300;
}
.thank-description h1 {
    position: relative;
    display: inline-block;
    padding: 0px 75px;
    font-weight: 700;
}

.thank-description h1:before {
    background-image: url(images/thank-icons.svg);
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
}

.thank-description {
    text-align: center;
}



.footer-inner ul li {
    padding-left: 50px;
    position: relative;
}

.footer-inner ul li img {
    position: absolute;
    left: 0;
    max-width: 38px;
}

.thank-you .row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
footer .footer-inner {
    background: #ffcf421a;
    padding: 20px 28px;
    border-radius: 20px;
    border: 1px solid #dddddd;
    margin-top:30px;
}
.footer-inner h3 {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 20px;
}

button.btn.all-btn {
    background: #ffcf42;
    padding: 8px 40px;
    border-radius: 100px;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

/*====footer start css====*/
.footer-cst {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000;
    padding: 15px 0px;
   z-index:1;
}

.footer-cst .enqury-now ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin: 0;
}

.footer-cst .enqury-now ul>li>a {
    color: #ffffff;
    padding: 13px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}




/*========Responsive css start here========*/

@media (max-width:767px) {
    header.header-main {
   background: #bb8c00;
}
.footer-inner ul li img {
    max-width: 30px;
}
.copyright {
    margin-bottom: 62px;
}

.copyright .copyright-inr p {
   
    font-size: 10px;
}

.footer-inner ul li {
    margin-bottom: 22px;
}

.main-banner .header-main a.nav-link {
   
    padding: 19px 0px;
}


    .main-banner .banner-left {
    padding-top: 81px;
}
    
  .main-banner {
    height: auto;
    padding:30px 0px;
}
  .main-banner .banner-left span {
    font-size: 20px;
}

.main-banner .banner-left h2 {
    font-size: 20px;
    line-height: normal;
    margin-top:0px;
}

.main-banner .banner-left h3
{font-size: 25px;}

.price-amount p.price 
{font-size: 30px;}

.static-form 
{display:none;}

.footer-cst
{  padding: 10px 0px;}


.footer-cst .enqury-now ul {
justify-content: space-between;
}

.highlight-sec {
    padding-top: 50px;
   }

    .footer-cst .enqury-now ul>li>a {
        padding: 13px 0px;
        font-size: 13px;
        font-weight: 600;
    }


.footer-cst .enqury-now ul>li>a>span>img {
    width: 20px;
}

.bg-about img {
    height: auto;
    }
    
    
.highlight h1 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}    
.highlight ul {padding-left:0px;}

button.btn.all-btn {padding: 10px 40px; font-size: 14px;}

.highlight h3 {
    margin-bottom: 8px;
    font-size: 15px;
}

.highlight li {
    font-size: 14px;
}

.single-tour {
    padding: 50px 0px 50px 0px;
}

.single-tour h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-tour img {
    margin-top: 40px;
}

.popular-tours h1 {
    font-size: 25px;
}
.popupr-tour-details {
    position: relative;
    margin-bottom: 25px;
}

}











