body{
    font-family: 'Roboto';
    overflow-x: hidden;
}
html {
    /* scrollbar-color: #000 #000;
    scrollbar-width: thin; */
    scroll-behavior: smooth;
}
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-thumb {
    background: #ca252b; 
}
::-webkit-scrollbar-thumb:hover {
    background: #ca252b; 
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fontss/Roboto-Regular.eot');
    src: url('../fontss/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontss/Roboto-Regular.woff2') format('woff2'),
        url('../fontss/Roboto-Regular.woff') format('woff'),
        url('../fontss/Roboto-Regular.ttf') format('truetype'),
        url('../fontss/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* top-eami */
.main-container{
    margin: 0 30px;
}
.about-link{
    display: flex;
    align-items: center;
    background: #ccc;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    justify-content: center;
}
.top-email a{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
.top-email a i{
    color: #FFB100;
}
.about-link ul{
    margin: 0;
    padding: 0;
}
.about-link li{
    display: inline-block;
    padding-right: 10px;
}
.about-link .form-control{
    border: 1px solid #000000;
    border-radius: 10px;
    background: url(../images/serch-icon.png) no-repeat;
    background-position: 12px;
    padding-left: 45px;
    box-shadow: none;
}
.visa-aria a{
    border-radius: 8px;
    background: #729320;
    padding: 10px 12px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-size: 15px;
}
.top-sec{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.top-sec .main-container{
    margin-right: 85px;
}
.about-link a{
    color: #000;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s;
}
.about-link a:hover{
    color: #ca252b;
    transition: 0.5s;
}
/* header */
.navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 20px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #ca252b;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #ca252b;
}
header{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 99;
}
header .main-container{
    margin-right: 85px;
}
.my-trip-btn a{
    background: #FFB100;
    border-radius: 8px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500;
}
.my-trip-btn a:hover{
    background: #729320;
    color: #fff;
    transition: 0.5s;
}
.my-trip-btn{
    margin-right: 10px;
}
.enquiry-btn a{
    background: #E50003;
    transition: 0.5s;
}
.enquiry-btn a:hover{
    background: #729320;
    transition: 0.5s;
}
.enquiry-btn{
    margin-right: 0;
}
.headerRightmainAll ul{
    margin: 0;
    padding: 0;
}
.headerRightmainAll li{
    list-style: none;
}
.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}
header .toggle{
    width: auto;
    height: auto;
    top: 35px;
    right: 30px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
header.smaller {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
header.smaller .navbar-expand-lg .navbar-nav .nav-link{
    color: #000;
}
.navbar-brand{
    width: 150px;
}
/* banner */
.banner{
    position: relative;
    height: 100vh;
}
.banner-img{
    position: relative;
    height: 100vh;
}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.banner-text h2{
    color: #fff;
    font-weight: 500;
    font-size: 35px;
}
.banner-text p{
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding-right: 70%;
    margin-bottom: 30px;
}
.banner-btn a{
    background: #fff;
    padding: 10px 25px;
    border-radius: 66px;
    text-decoration: none;
    color: #000;
    transition: 0.5s;
    font-weight: normal;
    font-size: 15px;
}
.banner-btn a:hover{
    background: #FFB100;
    transition: 0.5;
    color: #fff;
}
.booking-btn{
    background: #FFB100 !important;
    transition: 0.5s;
}
.booking-btn:hover{
    background: #fff !important;
    transition: 0.5s;
    color: #000 !important;
}
.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.banner .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.banner .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: 100% !important;
    padding: 0px 0;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    border-right: 1px solid #939393;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0px;
}
.wrapper-dropdown .dropdown {
    transition: 0.3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}
.wrapper-dropdown .dropdown {
    padding: 0.5rem !important;
}
.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 15px;
    background: #c1121f;
}
.wrapper-dropdown .arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}
.wrapper-dropdown .rotated {
    transform: rotate(-180deg);
}
.wrapper-dropdown svg {
    transition: all 0.3s;
}
.selected-display {
    color: #000 !important;
}
.wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
}
.wrapper-dropdown .dropdown li:hover {
    background-color: #000078;
    border-radius: 10px;
    color: #fff;
}
.seach-banner .form-control{
    box-shadow: none;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-right: 1px solid #939393;
    background: url(../images/serch-icon.png) no-repeat transparent;
    background-position: 0%;
    padding: 0px 15px;
    padding-left: 35px;
}
.seach-banner input::placeholder{
    color: #000;
    opacity: 0.8;
    font-size: 15px;
    font-weight: normal;
}
.search-box{
   background: #ebebeb;
   border-radius: 10px;
   padding: 10px 10px;
}
.search-tag a{
    background: #fff;
    padding: 10px 50px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    transition: 0.5s;
    border: 0.5px solid #cbcbcb;
    border-radius: 10px
}
.search-box{
    position: absolute;
    bottom: 60px;
    left: 30px;
    z-index: 99;
}
.search-box .main-container{
    margin: 0 ;
}
/* OUR PREMIUM PACKAGES */
.package-sec h3{
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
.package-sec{
    padding: 5% 0;
}
.tap-package .nav-tabs{
    border-bottom: none;
    margin: 0 8%;
    margin-bottom: 30px;
    justify-content: center;
    background: #F3F3F3;
}
.tap-package .nav-tabs .nav-link{
    color: #000;
    font-weight: normal;
    font-size: 16px;
    border: none;
    position: relative;
}
.tap-package .nav-tabs .nav-link::before{
    position: absolute;
    content: '';
    background: #000;
    width: 1px;
    height: 15px;
    right: 0;
    top: 12px;
}
.none-line::before{
    display: none;
}
.tap-package .nav-tabs .nav-link.active {
    font-weight: bold;
    border: none;
    background: transparent;
}
.place-name h5{
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.place-name h4{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.package-box{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.package-box::before{
    position: absolute;
    content: '';
    background: transparent radial-gradient(closest-side at 50% 53%, #00000000 0%, #0000003d 100%) 0% 0% no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.place-name{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}
.rate-detail{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}
.rate-detail h5{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.rate-detail a{
    padding: 8px 25px;
    border: 1px solid #FFB100;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}
.rate-detail a:hover{
    background: #FFB100;
    transition: 0.5s;
}
.booking-now{
    background: #FFB100 !important;
    transition: 0.5s;
    color: #000 !important;
}
.booking-now:hover{
    transition: 0.5s;
    background: transparent !important;
    border: 1px solid #FFB100 !important;
    color: #fff !important;
}
.btn-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details-sec{
    position: relative;
    padding: 0 4%;
}
.details-sec .owl-carousel .owl-nav.disabled {
    display: block;
}
.details-sec .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -35px;
    top: 42%;
}
.details-sec .owl-carousel .owl-nav button.owl-next span{
    color: #000;
    font-size: 40px;
}
.details-sec .owl-carousel .owl-nav button.owl-prev span{
    color: #000;
    font-size: 40px;
}
.details-sec .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -35px;
    top: 42%;
}
/* ENJOY HOLIDAYS WITH OUR SPECIAL PACKAGES */
.enjoy-text h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
    padding-right: 33%;
    padding-bottom: 40px;
    margin: 0;
}
.enjoy-text span{
    font-weight: bold;
}
.enjoy-text ul{
    margin: 0;
    padding-left: 0;
}
.enjoy-text li{
    list-style: none;
    padding-bottom: 35px;
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    font-weight: normal;
    color: #000;
}
.enjoy-text li::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    left: 0;
    top: 0;
    color: #0096D3;
}
.enjoy-text li:last-child{
    padding-bottom: 0;
}
.enjoy-text{
    padding-right: 13%;
}
.enjoy-holiday-sec{
    background: #F3F3F3;
    padding-bottom: 5%;
}
.enjoy-holiday-sec .main-container{
    margin-right: 0;
}
.form-locate .form-control{
    background: url(../images/location-icon.png) #fff no-repeat;
    background-position: 3%;
    box-shadow: none;
    padding: 15px 50px;
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 17px;
    border: none;
}
.find-btn a{
    background: #414042;
    border-radius: 0px 17px 17px 0px;
    padding: 17px 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    transition: 0.5s;
}
.find-btn a:hover{
    background: #729320;
    transition: 0.5s;
}
.form-locate .form-group{
    position: relative;
}
.find-btn{
    position: absolute;
    right: 0;
    top: 15px;
}
.form-locate{
    padding-top: 60px;
    margin-right: 8%;
}
.image-locate h5{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.image-locate h4{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.image-locate h6{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.image-locate{
    background: #E50003;
    border-radius: 12px;
    padding: 30px 20px;
}
.enjoy-img{
    position: relative;
}
.image-locate{
    position: absolute;
    bottom: 48px;
    right: 75px;
    width: 50%;
}
/* MOST WANTED DEALS */
.most-wanted-sec h3{
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    font-weight: normal;
    font-size: 30px;
}
.ribbon {
    position: relative;
    background: #E50003;
    padding: 8px 35px 8px 35px;
    display: inline-block;
    border-radius: 2px 0 0 2px;
}
.ribbon h6{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.ribbon::before {
    content: "%";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom right, orange, #ff6600);
    color: white;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
.ribbon::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -2%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #322e2eb8;
    transition: inherit;
    transform: rotate(180deg);
}
.wanted-deals{
    position: relative;
}
.offre-box{
    position: absolute;
    top: 60px;
    left: 0px;
}
.new-price {
    color: #000;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 300;
}
.old-price {
    position: relative;
    color: #999;
    font-size: 20px;
    font-weight: 300;
}
.old-price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E50003;
    transform: rotate(17deg);
    transform-origin: center;
}
.per-person a{
    padding: 8px 25px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    border-radius: 16px;
    border: 1px solid #707070;
    text-decoration: none;
    transition: 0.5s;
}
.per-person a:hover{
    background: #FFB100;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #FFB100;
}
.wanted-deals h4{
    color: #000;
    font-weight: 500;
    font-size: 23px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.view-btn{
    text-align: center;
    padding-top: 30px;
}
.view-btn a{
    background: #FFB100;
    font-weight: normal;
    font-size: 15px;
    padding: 8px 25px;
    color: #000;
    border-radius: 31px;
    text-decoration: none;
}
.view-btn a img{
    transition: 0.5s;
}
.view-btn a:hover{
    background: #E50003;
    color: #fff;
    transition: 0.5s;
}
.view-btn a:hover img{
    padding-left: 5px;
    transition: 0.5s;
}
.wanted-deals{
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 20px 0 0;
    margin: 5px;
    border-bottom: 2px solid #000000;
}
.per-person{
    text-align: right;
}
.contant-box{
    padding: 20px 25px;
    padding-bottom: 35px;
}
.slide-box{
    padding: 0 8%;
    position: relative;
}
.slide-box .owl-carousel .owl-nav.disabled{
    display: block;
}
.slide-box .owl-carousel .owl-nav button.owl-next{
   width: 60px;
   height: 60px;
   background: url(../images/arow-icon-1.png) no-repeat;
   background-position: center;
   position: absolute;
   right: -75px;
   top: 50%;
}
.slide-box .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.slide-box .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    background: url(../images/arow-icon-2.png) no-repeat;
    background-position: center;
    position: absolute;
    left: -75px;
    top: 50%;
}
.slide-box .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.most-wanted-sec{
    padding: 5% 0;
}
/* TRAVELING HIGHLIGHTS */
.travaling-sec{
    position: relative;
}
.traval-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.traval-text h3{
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
}
.traval-text h5{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.ply-btn .btn-primary{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background: transparent;
    border: none;
    box-shadow: none;
}
/* We have some beautiful tour proposal for you */
.poroposal-box{
    background: #E9EAEB;
    border-radius: 12px;
    padding: 20px;
}
.proposal-text h4{
    color: #000;
    font-size: 25px;
    font-weight: normal;
}
.proposal-text h6{
    color: #E50003;
    font-size: 20px;
    font-weight: normal;
}
.proposal-text p{
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: normal;
}
.proposal-sec{
    padding: 5% 0;
}
.proposal-sec .owl-carousel .owl-dots.disabled{
  display: block;
}
.proposal-sec .owl-carousel button.owl-dot{
    width: 50px;
    height: 2px;
    background: #e1e1e1;
    margin: 5px;
}
.proposal-sec .owl-carousel button.owl-dot.active{
    background: #c3c3c3;
}
.proposal-sec .owl-dots{
    text-align: center;
    padding-top: 20px;
}
.proposal-sec h3{
    color: #000;
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 40px;
    margin: 0;
}
/* TOP DESTINATIONS */
.desti-text h5{
    font-weight: normal;
    font-size: 20px;
    color: #000;
}
.desti-text h6{
    color: #000;
    font-weight: 300;
    font-size: 20px;
}
.desti-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}
.other-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    padding-bottom: 30px;
}
.other-text h4{
    color: #E50003;
    font-size: 25px;
    font-weight: normal;
}
.other-text a{
    color: #000;
    text-decoration: none;
    padding: 4px 25px;
    font-size: 15px;
    font-weight: normal;
    background: #FFB100;
    border-radius: 20px;
    transition: 0.5s;
}
.other-text a:hover{
    background: #c1121f;
    transition: 0.5s;
    color: #fff;
}
.destination-box{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 14px #00000045;
    margin: 5px;
}
.destination-sec h3{
    color: #000;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
}
.destination-sec{
    padding: 5% 0;
    padding-top: 0;
}
/* TESTIMONIALS */
.testimonial-sec{
    background: url(../images/testi-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
    position: relative;
}
.testimonial-sec::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
}
.testi-text{
    position: relative;
    z-index: 9;
    padding-top: 40px;
}
.testi-text h4{
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 50px;
}
.testi-text h3{
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}
.testi-text span{
    font-weight: bold;
}
.testi-box ul{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.testi-box li{
    list-style: none;
    display: inline-block;
}
.testi-box a{
    color: #E38100;
    font-size: 16px;
}
.testi-box h5{
    font-weight: normal;
    color: #000;
    opacity: 0.6;
    font-size: 15px;
}
.testi-box p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.testi-box h4{
    color: #000;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
.testi-box h6{
    font-size: 15px;
    color: #000;
    opacity: 0.6;
    margin: 0;
}
.testi-box{
    background: #fff;
    padding: 30px 115px;
    border-radius: 48px;
    box-shadow: 0px 52px 65px #07070717;
    position: relative;
    margin: 40px 45px;
    padding-right: 30px;
}
.image-box{
    position: absolute;
    top: -38px;
    left: -45px;
}
.testimonial-sec .owl-carousel button.owl-dot{
    background: #fff;
    opacity: 0.1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 13px;
}
.testimonial-sec .owl-carousel button.owl-dot.active{
    background: #fff;
    opacity: 1;
}
.testimonial-sec .owl-dots{
    position: absolute;
    left: -651px;
    bottom: 113px;
}
/* Why Chose Us? */
.icon-services{
    width: 75px;
    height: 50px;
    background: #FFB100;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-text h5{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.why-text p{
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #000;
}
.services-box{
    display: flex;
    gap: 30px;
    padding-bottom: 40px;
}
.services-box:last-child{
    padding-bottom: 0;
}
.credit{
    background: #0096D3;
}
.easy{
    background: #729320;
}
.why-sec h4{
    font-size: 20px;
    color: #000;
    font-weight: normal;
}
.why-sec h3{
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    padding-right: 27%;
    padding-bottom: 30px;
    line-height: 45px;
    margin: 0;
}
.trip-box-1{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E1E1E1;
    border-radius: 12px;
}
.trip-box{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}
.trip-img{
    background: #fff;
    box-shadow: 90px 3px 99px #0096D333;
    border-radius: 48px;
    padding: 30px;
    position: relative;
}
.trip-img h4{
    color: #000;
    font-size: 25px;
    font-weight: 500;
    padding-top: 20px;
}
.trip-img p{
    font-weight: normal;
    color: #000;
    font-size: 16px;
    opacity: 0.6;
}
.trip-img p:last-child{
    margin-bottom: 0 !important;
}
.heart-icon{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.heart-icon i{
    font-size: 25px;
    color: #000;
}
.why-sec{
    padding: 5% 7%;
}
.why-choose-text{
    padding-right: 60px;
}
/* Sign up and Be inspired */
.sign-sec{
    background: #000000;
}
.sign-box {
    background: #E50003;
    border: 1px solid #707070;
    padding: 80px 80px;
}
.sign-titil h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}
.sign-titil p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.sign-titil span {
    color: #000;
}
.email-send .form-group .form-control {
    background: transparent;
    color: #707070;
    padding-left: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.email-send input::placeholder{
    color: #fff;
}
.email-send .form-check-input {
    background: transparent;
    border-color: #fff;
    border-radius: 0;
    box-shadow: none;
}
.email-send label {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e);
}
.form-check {
    padding-top: 30px;
}
.registor-btn{
    padding-top: 20px;
}
.registor-btn a{
    background: #fff;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    padding: 10px 25px;
    border-radius: 66px;
    transition: 0.5s;
}
.registor-btn a:hover{
    background: #FFB100;
    color: #fff;
    transition: 0.5s;
}
/* location */
.location-sec{
    background: #000;
    padding: 5% 0;
}
.contact-box{
    box-shadow: 1px 1px 3px #07070717;
    border-radius: 23px;
    background: #4c4c4ca1;
    padding: 30px 40px;
    text-align: center;
    height: 200px;
}
.contact-box a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 20px;
    transition: 0.5s;
}
.contact-box a:hover{
    color: #E50003;
}
.contact-box a:last-child{
    margin-bottom: 0;
}
.contact-box img{
    padding-bottom: 20px;
}
.contact-box p{
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
/* footer */
.footer-bg{
    background: #000000;
    padding: 5% 0;
    padding-bottom: 0;
}
.footer-links h4{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding-bottom: 15px;
}
.footer-links ul{
    margin: 0;
    padding: 0;
}
.footer-links li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-links li:last-child{
    padding-bottom: 0;
}
.footer-links a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    transition: 0.5s;
}
.footer-links a:hover{
    color: #E50003;
    padding-left: 5px;
    transition: 0.5s;
}
.loction-footer {
    background: #E50003;
    border-radius: 16px;
    margin-top: 50px;
    padding: 30px 20px;
}
.social--icon {
    text-align: right;
}
.location-text p {
    color: #E4E4E4;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.social--icon li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.social--icon ul {
    margin: 0;
    padding: 0;
}
.social--icon a {
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    text-decoration: none;
}
.location-text p{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}
.location-text{
    display: flex;
    align-items: center;
    gap: 20px;
}
.location-text ul{
    margin: 0;
    padding: 0;
}
.location-text li{
    display: inline-block;
    list-style: none;
    padding-right: 20px;
}
.pharghf-text p{
    color: #C2BABA;
    font-weight: normal;
    font-size: 14px;
}
.pharghf-text p:last-child{
    margin-bottom: 0;
}
.pharghf-text{
    padding: 65px 50px;
}
.coppy-sec{
    background: #1A1A1A;
    padding: 20px 0;
}
.coppy-text p{
    color: #E4E4E4;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}
.coppy-links{
    text-align: right;
}
.coppy-links ul{
    margin: 0;
    padding: 0;
}
.coppy-links li{
    list-style: none;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}
.coppy-links li::after{
    position: absolute;
    content: '';
    background: #E4E4E4;
    width: 1px;
    height: 15px;
    right: -13px;
    top: 4px;
}
.coppy-links li:last-child::after{
    display: none;
}
.coppy-links a{
    color: #E4E4E4;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s;
}
.coppy-links a:hover{
    color: #E50003;
    transition: 0.5s;
}
/* form */
.sub-banner{
    height: auto;
}
.form-box{
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 6px #00000061;
    padding: 40px 0px;
    margin: 5% 25%;
    border-radius: 20px;
}
.form-box .form-grup{
    margin-bottom: 30px;
}
.form-box .form-control{
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding-left: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
}
.form-btn a{
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #E50003;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
}
.form-btn a:hover{
    background: #729320;
    transition: 0.5s;
}
.form-box h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.sub-sign{
    padding-top: 5%;
}
/* Responsive */
@media (max-width: 991px){
.top-sec{
    display: none;
}
header{
    position: relative;
    top: 0;
}
.main-container{
    margin: 0 15px;
}
header .main-container{
    margin-right: 15px;
}
.my-trip-btn{
    display: none;
}
.enquiry-btn{
    display: block !important;
}
.navbar-light .navbar-toggler{
    display: none;
}
.navbar-brand {
    width: 105px;
}
.enquiry-btn a{
    font-size: 13px;
    padding: 8px 10px;
}
.navbar {
    padding-right: 50px;
}
header .toggle {
    width: auto;
    height: auto;
    top: 25px;
    right: 15px;
}
.form-box{
    margin: 30px 15px;
    padding: 20px 0;
}
.form-box .form-grup {
    margin-bottom: 15px;
}
.sign-box{
    padding: 30px 15px;
}
.sign-titil h3{
    font-size: 25px;
}
.sign-titil p{
    font-size: 14px;
    padding-bottom: 20px;
}
.sign-titil p br{
    display: none;
}
.email-send label{
    font-size: 14px;
}
.contact-box{
    height: auto;
    margin-bottom: 20px;
}
.contact-box a{
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-box p{
    font-size: 18px;
}
.footer-links h4{
    padding-top: 30px;
}
.location-text{
    display: block;
}
.location-text ul{
    padding: 20px 0;
}
.social--icon{
    text-align: left;
}
.pharghf-text{
    padding: 30px 0;
}
.coppy-links{
    text-align: left;
}
.coppy-links li{
    padding-left: unset;
    padding-right: 10px;
}
.coppy-links li::after {
    right: 2px;
}
}