body{
    margin: 0;
    padding: 0;
    font-family: 'Gilroy Regular';
}

html{
    min-height: 100%;
    position: relative;
}

ul{
    list-style: none;
    margin:0;
    padding: 0;
}

a, a:hover{
    text-decoration: none;
    color: #B7B8B8;
}

h1,h2,h3,h4,h5,h6{ 
    margin: 0px 0px 20px 0px;
}

p{
    margin: 0px 0px 30px 0px;
}

@media(min-width:1440px){
    .container{
        max-width: 1660px;
    }
}

.site-logo{
    height: 60px;
}

.arin-logo h2{
    font-size: 25.78px;
    font-family: 'Gilroy Bold';
    color: #000000;
    margin: 0;
}

.header-nav{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav ul{
    background-color: #F9F7F7;
    border-radius: 40px;
    padding: 10px;
}

.header-nav ul li{
    display: inline-block;
}

.header-nav ul li a{
    padding: 10px 20px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
}

.header-nav ul li.active a{
    font-family: 'Gilroy Bold';
}

.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    z-index: 99;
}

.book-btn{
    font-family: 'Gilroy Bold';
    font-size: 20px;
    padding:10px 20px;
    background-color: #262625;
    color: #fff !important;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.outline-btn{
    font-family: 'Gilroy Bold';
    font-size: 20px;
    padding:10px 20px;
    border: 1px solid #393939;
    color: #393939 !important;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.book-btn::before{
    position: absolute;
    top: 100%;
    left: 100%;
    width:100%;
    height: 100%;
    content: '';
    background-color: #ffffff5c;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}

.book-btn:hover::before{
    top: 6px;
    left: 30px;
}

.banner-content-area{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding:300px 0px 140px;
}

.banner-content-area.inner-content{
    position: relative;
    padding:160px 0px 800px;
    background-image: url(../images/travel-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-content-area.comming-soon-banner{
    position: relative;
    padding:160px 0px;
    background-image: url(../images/comming-soon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-content-area.comming-soon-banner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #ffffff5c;
}

.banner-content h1{
    font-family: 'Gilroy Bold';
    font-size: 60px;
    color: #393939;
    position: relative;
}

.banner-content-area.comming-soon-banner .banner-content h1{
    font-size: 60px;
}

.banner-content p{
    font-size: 18px;
}

.banner-video .img-fluid{
    width: 100%;
}

.lead-section{
    margin-top:-360px;
}

.sticky-section{
    padding: 0px 60px;
    border-radius: 40px;
    /* position: sticky; */
    overflow: hidden;
    top: 10px;
    background-image: url(../images/white-plain-concrete-textured-background\ 1.png);
}

.sticky-sections .sticky-section{
    position: sticky;
}

.sticky-section.pb-0{
    padding-top: 130px;
}

.pb-100{
    padding-bottom: 130px;
}

.sticky-section.green{
    border: 1px solid #16FF82;
    background-color: #E3FFE6;
    color: #15661F;
}

.sticky-section.violet{
    border: 1px solid #2A63FF;
    background-color: #DAE4FF;
    color: #144E83;
}

.sticky-section.orange{
    border: 1px solid #FF8900;
    background-color: #FFF3E5;
    color: #C1761F;
}

.sticky-section.yellow{
    border: 1px solid #D1CA00;
    background-color: #FFFEE3;
    color: #898406;
}

.sticky-section.blue{
    border: 1px solid #00BAFF;
    background-color: #E8F9FF;
    color: #026F97;
}


.sticky-sections{
    display: flex;
    flex-direction: column;
    gap: 140px;
}

.sticky-sec-content.pb-200{
    padding-bottom: 230px;
}

.sticky-sec-content{
    padding: 200px 0px;
}

.sticky-sec-content h4{
    font-size: 58px;
    font-family: 'Gilroy Bold';
}

.sticky-sec-content p{
    font-size: 40px;
}

.section-pad{
    padding: 100px 0px;
}

.section-header {
    margin-bottom: 100px;
}

.section-header h3{
    font-family: 'Gilroy Bold';
    font-size: 70px;
    color: #393939;
}

.how-work-boxes{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.how-work-bx img{
    width: 50px;
    margin-bottom: 30px;
}

.how-work-bx h4{
    font-size: 60px;
    color: #393939;
    font-family: 'Gilroy Bold';
}

.how-work-bx p{
    color: #393939;
    font-family: 'Gilroy SemiBold';
    font-size: 30px;
    margin: 0;
}

.mission-section, .mission-area-content{
    position: relative;
}

.sub-header h3{
    font-size: 58px;
    font-family: 'Gilroy SemiBold';
    margin-bottom: 50px;
}

.mission-area-content h3{
    font-size: 58px;
    font-family: 'Gilroy SemiBold';
    margin-bottom: 50px;
}

.mission-area-content p{
    font-size: 58px;
    color: #393939;
    /* font-style: italic; */
    margin:0px;
}

.mission-video{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.mission-video video{
    height: 100%;
    filter: blur(10px);
}

.blog-sec{
    padding: 60px 0px;
}

.overflow-section-sec{
    position: relative;
    top: 10px;
    background-color: #fff;
    z-index: 9999;
}

.blog-bx {
    margin-bottom: 30px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.blog-details{
    position: absolute;
    top: 100%;
    padding: 16px;
    left: 0;
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000005c;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.blog-bx:hover .blog-details{
    top:0;
}

.blog-bx img{
    width: 100%;
}

.team-boxes{
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.team-bx-content h4{
    font-family: 'Gilroy SemiBold';
    font-size: 58px;
    color: #393939;
}

.team-bx-content p{
    font-family: 'Gilroy Medium';
    font-size: 30px;
    color: #393939B2;
    margin: 0;
}

.view-more-btn{
    padding: 20px;
    font-size: 20px;
    border-radius: 50px;
}

.footer-content-right ul li{
    padding-bottom: 10px;
}

.footer{
    background-color: #000000;
    color: #fff;
}

.footer-top{
    padding: 100px 40px;
}

.footer-top h4{
    font-family: 'Gilroy SemiBold';
    font-size: 70px;
}

.footer-top p{
    font-family: 'Gilroy Light';
    font-size: 40px;
}
.footer-top p strong{
    color:#FFF7CE
}


.footer-content-left, .footer-content-right{
    margin-bottom: 30px;
}

.footer-content-left h4{
    font-family: 'Gilroy Bold';
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.footer-content-left .book-btn{
    background-color: #fff;
    color: #393939 !important;
}

.footer-content-right h4{
    font-size: 25.78px;
    font-family: 'Gilroy Bold';
}

.footer-content-right ul li a{
    font-size: 20px;
    display: inline-block;
}

.footer-content-right ul li.sm a{
    font-size: 16px;
}

.footer-bottom{
    padding: 30px 0px 50px;
    border-top: 1px solid #fff;
}

.footer-content-right .site-logo{
    margin-bottom: 20px;
}

.social-link ul li{
    display: inline-block;
    padding-right: 15px;
}

.social-link ul li a{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.copyright-content p{
    font-size: 16px;
    margin: 0;
}

.header-cross{
    text-align: left;
}

.header-cross img{
    width: 20px;
}

.swiper-button-prev, .swiper-button-next{
    color: #262625;
}

.scroll-to-top{
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e86d0f;
    border-radius: 4px;
    z-index: 9999;
}
.scroll-to-top img{
    width: 20px;
}

.chat-box{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.chat-btn{
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgba(253,235,0,1) 0%, rgba(219,43,27,1) 100%);
    border-radius:10px;
}

.py-20{
    padding:20px 0px
}

.gradient-bg{
    background: linear-gradient(90deg, #f8de7c 0%, #eba05e 100%);
}

.modal-form{
    padding: 20px;
    padding-top: 160px;
    background-color: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.modal-form form{
    width:80%;
    margin: 0px auto;
    text-align: center;
}

.modal-form .form-control{
    border-radius: 30px;
    border: none;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

.modal-form .btn{
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
}

.footer-url{
    margin-top: auto;
}

.modal-left-info{
    padding-top: 60px;
}

.modal-left-info h2{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.modal-left-info img{
    max-width: 100%;
}

.bg-orange{
    background-color: #e69e5b;
}

.thank-you-content{
    padding: 80px 0px;
}

.thank-you-content h2{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.thank-you-content .btn{
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 10px;
}

.modal-content{
    border: none;
}

.partner-banner-section{
    padding-top: 200px;
}

.banner-content h2{
    font-family: 'Gilroy Semibold';
    font-size: 80px;
    color: #393939;
    position: relative;
}

.mission-sec{
    position: relative;
}

.partnership-box{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 60px;
    border-radius: 20px;
    min-height: calc(100% - 120px);
}

.partnership-box img{
    width: 100px;
}

.partnership-box h3{
    font-family: 'Gilroy Semibold';
    font-size: 58px;
    line-height: 72px;
    margin-bottom: 0px;
}

.partnership-box p{
    font-family: 'Gilroy Semibold';
    font-size: 30px;
    margin: 0;
}

.partnership-box.green{
    background-color: #C9E4DF;
}

.partnership-box.purple{
    background-color: #DBCDF0;
}

.partnership-box.yellow{
    background-color: #FAEDCB;
}

.partnership-box.blue{
    background-color: #C5DEF2;
}

.partnership-box.orange{
    background-color: #F8D9C4;
}

.benefit-section{
    padding: 260px 0px;
    position: relative;
}

.benefit-section .mission-area-content h3{
    margin: 0;
}

.footer-top .book-btn{
    font-size: 40px;
    background-color: #FFFFFF;
    color: #393939 !important;
    padding: 10px 30px;
    border-radius:40px;
}

.wrapper {
    width: 370px;
    background-color: #fff;
    margin-bottom: 10px;
    display: none;
}

.wrapper.open{
    display: block;
}

.wrapper .title {
    background: linear-gradient(45deg, rgba(253, 235, 0, 1) 0%, rgba(219, 43, 27, 1) 100%);
    color: white;
    line-height: 2.5;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 20px;
}

.wrapper .box {
    border: 1px solid #efefef;
    padding: 10px 15px;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
}

.wrapper .box .item {
    display: flex;
    float: left;
    margin: 10px 0;
}

.wrapper .box .item .icon {
    background: linear-gradient(45deg, rgba(253, 235, 0, 1) 0%, rgba(219, 43, 27, 1) 100%);
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.wrapper .box .item .msg {
    background: linear-gradient(45deg, rgba(253, 235, 0, 1) 0%, rgba(219, 43, 27, 1) 100%);
    color: white;
    border-radius: 10px;
    width: 220px;
    margin-left: 10px;
    word-wrap: break-word;
}

.wrapper .box .item .msg p {
    padding: 10px;
    margin: 0;
}

.wrapper .box .item.right {
    float: right;
}

.wrapper .box .item.right .msg {
    background: #efefef;
    color: #333;
}

.wrapper .typing-area {
    width: 100%;
    background: #efefef;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.wrapper .typing-area .input-field {
    width: 100%;
    position: relative;
}

.wrapper .typing-area .input-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    padding-right: 70px;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s all ease;
}

.wrapper .typing-area .input-field input:focus {
    border-color: #007bff;
}

.wrapper .typing-area .input-field button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #007bff;
    padding: 5px 10px;
    border-radius: 3px;
    color: #007bff;
    outline: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease;
}

.wrapper .typing-area .input-field button:hover {
    background: #007bff;
    color: white;
}

.wrapper .typing-area .input-field input:valid ~ button {
    opacity: 1;
    pointer-events: auto;
}