@font-face {
    font-family: 'Mabry Mono Pro';
    src: url('/assets/fonts/MabryMonoPro-Bold.eot');
    src: url('/assets/fonts/MabryMonoPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/MabryMonoPro-Bold.woff2') format('woff2'),
        url('/assets/fonts/MabryMonoPro-Bold.woff') format('woff'),
        url('/assets/fonts/MabryMonoPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Mono Pro';
    src: url('/assets/fonts/MabryMonoPro-Bold_1.eot');
    src: url('/assets/fonts/MabryMonoPro-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/MabryMonoPro-Bold_1.woff2') format('woff2'),
        url('/assets/fonts/MabryMonoPro-Bold_1.woff') format('woff'),
        url('/assets/fonts/MabryMonoPro-Bold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Mono Pro';
    src: url('/assets/fonts/MabryMonoPro-Bold_2.eot');
    src: url('/assets/fonts/MabryMonoPro-Bold_2.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/MabryMonoPro-Bold_2.woff2') format('woff2'),
        url('/assets/fonts/MabryMonoPro-Bold_2.woff') format('woff'),
        url('/assets/fonts/MabryMonoPro-Bold_2.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Mono Pro';
    src: url('/assets/fonts/MabryMonoPro-Regular.eot');
    src: url('/assets/fonts/MabryMonoPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/MabryMonoPro-Regular.woff2') format('woff2'),
        url('/assets/fonts/MabryMonoPro-Regular.woff') format('woff'),
        url('/assets/fonts/MabryMonoPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Mono Pro';
    src: url('/assets/fonts/MabryMonoPro-Regular_1.eot');
    src: url('/assets/fonts/MabryMonoPro-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/MabryMonoPro-Regular_1.woff2') format('woff2'),
        url('/assets/fonts/MabryMonoPro-Regular_1.woff') format('woff'),
        url('/assets/fonts/MabryMonoPro-Regular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Mono Pro';
    src: url('/assets/fonts/MabryMonoPro-Regular_2.eot');
    src: url('/assets/fonts/MabryMonoPro-Regular_2.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/MabryMonoPro-Regular_2.woff2') format('woff2'),
        url('/assets/fonts/MabryMonoPro-Regular_2.woff') format('woff'),
        url('/assets/fonts/MabryMonoPro-Regular_2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/***************************************** End Font Face *************************************************************/

:root {
    /* fonts */
   --font-mabry: 'Mabry Mono Pro', serif;
   
   /* Colors */
   --green: #3CF9DD;
   --black: #000000;
   --white: #ffffff; 
   --blue: #4285F4;
   --purple: #19000A;
   --lightgreenbg: #E6FFF2;

}

/* #Page Structure================================================== */
* {  box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);font-variant-ligatures: none;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;-webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;}
body{margin:0;padding:0;background: #ffffff;font-family: var(--font-mabry);font-weight:normal;font-size:16px; line-height: 1.3; color:var(--black); font-weight: 400;-webkit-font-smoothing: antialiased;}
a,button{ transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;outline:none; font-family: var(--font-mabry); font-weight: 400; font-size: 16px; line-height: 1.1; text-decoration: none;color: var(--blue);}
a:hover { text-decoration: none;  }
img{max-width:100%;margin:0 auto;}
a:focus,button:focus{ transition: none;-webkit-transition:none;-moz-transition:none;-o-transition:none;}
a:focus-visible,button:focus-visible{ outline: 1px solid #000 !important; }
header .nav-link:focus-visible {
    border:none !important;
    box-shadow: none !important;
    outline: 1px solid #000;
}

.container{max-width: 1342px !important; padding: 0 15px;}
.container-fluid{max-width: 1440px !important;width: 100%;padding: 0 !important;}
.container-fluid .row{margin: 0 !important;}

/*h1,h2,h3,h4,h5,p,a{ margin: 0 !important; }*/

h1, .h1{font-size:90px;line-height:1;font-weight: 700;color: var(--black);}
h2, .h2{font-size:74px;line-height:1;font-weight: 400;color: var(--purple);}
h3, .h3{font-size:55px;line-height:1;font-weight: 400;color: var(--purple);}
h4, .h4{font-size:32px;line-height:1;font-weight: 500;color: var(--white);}
h5, .h5{font-size:24px; line-height:1; font-weight: 400;}
h6, .h6{font-size:20px; line-height:1;}

.title h1 {margin-top:30px;}


p{font-size:18px; line-height: 1.5;color: var(--purple);font-weight: 400;}
/*ul{margin: 0;padding: 0;list-style-type: none;}*/
ul li{line-height: 1.5;color: var(--purple);}

/* Common button styles */
.arrow_btn a { width: fit-content; gap: 24px; font-size: 18px; line-height: 1.5; transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out; }
.arrow_btn a:hover { opacity: 0.7; }
.arrow_btn a:hover span { transform: translateX(3px); }
.arrow_btn a span { transition: all 0.3s ease-in-out; max-width: 15px; }

.font16,.font16 a,.font16 h1,.font16 h2,.font16 h3,.font16 h4,.font16 h5,.font16 h6,.font16 p,.font16 span { font-size: 16px; }

.purple_color,.purple_color a,.purple_color h1,.purple_color h2,.purple_color h3,.purple_color h4,.purple_color h5,.purple_color h6,.purple_color p,.purple_color span { color: var(--purple); }
.black_color,.black_color a,.black_color h1,.black_color h2,.black_color h3,.black_color h4,.black_color h5,.black_color h6,.black_color p,.black_color span { color: var(--black); }
.white_color,.white_color a,.white_color h1,.white_color h2,.white_color h3,.white_color h4,.white_color h5,.white_color h6,.white_color p,.white_color span { color: var(--white); }
  
.p_bg{ background-color: var(--green); }
/*  line height */
.line0{ line-height: 0; }
.lh1,.lh1 a,.lh1 p,.lh1 *{ line-height: 1; }
.lh11,.lh11 a,.lh11 p, .lh11 *{ line-height: 1.1; }
.lh15,.lh15 * { line-height: 1.5; }

.bg{ background-repeat: no-repeat; background-size: cover; background-position: center; }
  
  /* img default css */
  
img, svg { border: none; height: auto; max-width: unset; vertical-align: middle; }
svg path{ transition: all .5s ease; }
a { display: inline-block; text-decoration: none; transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; cursor: pointer; color: var(--link); }
.img {width:100%;}
/* a:hover{ opacity: 0.8; } */



/* Header CSS */
header { background-color: var(--green); padding: 8px 0 8px 0; }
header .navbar { padding: 0; }
header .navbar-brand { max-width: 106px; margin: 0 16px 0 15px; padding: 0; }
header .nav-link { color: var(--black); font-size: 16px; font-family: var(--font-mabry); line-height: 1.5; padding: 10px 24px !important; font-weight: 700; }
header .nav-link.dropdown-toggle { padding: 10px 54px 10px 24px !important; }
header .dropdown-toggle { position: relative; }
header .dropdown-toggle::after { width: 1.26px; height: 7.58px; border: none; position: absolute; background: #000; top: 50%; right: 25.34px; transform: translateY(-50%) rotate(45deg); margin: 0; padding: 0; }
header .dropdown-toggle::before { width: 1.26px; height: 7.58px; border: none; position: absolute; background: #000; top: 50%; right: 30px; transform: translateY(-50%) rotate(-45deg); content: ""; }
header .dropdown-menu { display: none; }
header .header_btn a { border-right: 1px solid #fff; font-family: var(--font-mabry); background: var(--black); color: var(--white); border-radius: 0; padding: 18px 23px 17px 23px; }
header .header_btn a:hover, header .header_btn a:focus, header .header_btn a:active { background-color: #000 !important; color: var(--white) !important; border-right: 1px solid #fff; }
header .dropdown-item, .currentpage h3 { color: var(--black) !important; font-size: 16px; line-height: 1.5; padding: 10px 16px 8px 16px; font-family: var(--font-mabry); }
header .dropdown-menu li { border-bottom: 1px solid #EAEAEA; }
header .dropdown-menu li:last-child { margin-bottom: 0; border: none; }    
header .dropdown-item:active { color: var(--black); }
header .dropdown-menu { right: 0; border: none; border-radius:0; padding: 0; box-shadow: 0px 4px 15.4px 0px #0000001A; --bs-dropdown-min-width: 9.63rem; }
header .nav-link:hover { opacity: 0.7; }
header .dropdown-item:focus, header .dropdown-item:hover { background-color: transparent; opacity: 0.7; }

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* Banner CSS */
.banner .slider_pagination { width: 50%; }
.banner .slider_container{ z-index: 1; bottom: 121px; left: 50%; transform: translateX(-50%); }
.banner .slider_navigation .swiper-pagination-bullet { background-color: #8D8D8D; border-radius: 50%; height: 8px; margin: 0 8px 0 0 !important; width: 8px; opacity: 1; }
.banner .slider_navigation .swiper-pagination-bullet:last-child { margin: 0 !important; }
.banner .slider_navigation .swiper-pagination-bullet-active { background-color: #FFFFFF; }
.banner .slider_btn_container { gap: 15px; }
.banner .slider_btn { border: 1px solid #FFFFFF; height: 48px; width: 48px; transition: all 0.3s ease-in-out; }
.banner .slider_btn svg { display: inline-block; max-width: 16px; width: 100%; }
.banner .slider_btn:hover { opacity: 0.8; }
/* .slide_image img { width: 100%; height: 100% !important; object-fit: cover; object-position: top; } */
.banner .slide_image { padding-bottom: 48.4%; background-position: top center; }
.banner .slide_image::after { position: absolute; width: 100%; height: 100%; content: ""; /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 105.3%);*/ top: 0; left: 0; }
.banner .slider_button a{ font-size: 26px; padding: 15px; border-right: 0.5px solid #000; border-left: 0.5px solid #000; }


/* Three col CSS */
.three_col { padding: 94px 0 47px 0; }
.three_col .card_custom { border: none; text-align: center; border-radius: 0; transition: all 0.3s ease-in-out; }
.three_col .card_custom img { width: 100%; height: auto; object-fit: cover; }
.three_col .card_custom:hover { opacity: 0.8; }
.three_col .card_caption_parent { background-color: #57f3e3; }
.three_col .card_caption { padding: 10px; }
.three_col .card_image { padding-bottom: 69.1%; }
.three_col .card_link { width: 100%; height: 100%; top: 0; left: 0; }
.three_col .card_caption h5 { line-height: 1.3; font-size: 26px; }
.three_col .row, .your_journey .row, .our_gallery .row { --bs-gutter-x: 48px; --bs-gutter-y: 30px; }

/* Our Gallery CSS */
.our_gallery { padding: 47px 0 96px 0; }
.our_gallery .title { padding-bottom: 16px; }
.our_gallery .row:not(:first-child) { padding-top: 30px; }
.our_gallery .image_parent { height: 280px; }
.our_gallery .image_parent img { height: 100% !important; object-fit: cover; cursor: pointer; transition: transform 0.3s ease-in-out; object-position: center; }
.our_gallery .image_parent img:hover { transform: scale(1.05); }
.our_gallery .modal button { z-index: 999; background-color: #fff; color: red; margin: 4px 4px 0px 0px !important; border-radius: 0; padding: 10px; display: flex !important; align-items: center !important; justify-content: center !important; opacity: 1; }
.our_gallery .modal button:hover { opacity: 0.8; }
.our_gallery .first_col:nth-child(1) .image_parent { width: 469px; }
.our_gallery .first_col:nth-child(2) .image_parent { width: 278px; }
.our_gallery .first_col:nth-child(3) .image_parent { width: 469px; }
.our_gallery .second_col:nth-child(1) .image_parent { width: 258.5px; }
.our_gallery .second_col:nth-child(2) .image_parent { width: 258.5px; }
.our_gallery .second_col:nth-child(3) .image_parent { width: 699px; }
.our_gallery .third_col .image_parent { width: 292px; }


/* Your Journey CSS */
.your_journey { padding: 48px 0 96px 0; background-color: #EAEAEA; }
.your_journey .card_image { padding-bottom: 69.1%; }
.your_journey .card_custom { border: 0; border-radius: 0; background-color: var(--blue); }
.your_journey .card_content { padding: 24px 16px; }
.your_journey .card_button { padding-top: 32px; }
.your_journey .card_button a { padding: 26px 23px 25px 24px; border: 1px solid #fff; border-radius: 50px; color: #fff; }
.your_journey .title { max-width: 714px; }


/* About Us CSS */
.about_us { padding: 94px 0; }
.about_us .about_us_shape { top: 0; left: 0; }
.about_us .about_us_shape img { /*height: 100% !important;*/ object-fit: cover; object-position: center; }
.about_us .about_top_shape { height: 94px; }
.about_us .about_left_shape { width: 25.1%; top: 76px; height: 215px; z-index:-1;}
.about_us .about_right_shape { left: auto; right: 0; width: 25.1%; top: 76px; height: 215px; z-index:-1;}
.about_us .about-content { position: relative; z-index: 2; }
.about_us a, .about-content a {text-decoration:underline;}
.about_us .title { max-width: 864px; }
.about_us .section_text { max-width: 1120px; padding-top: 46px; }
.about_us .about_us_button a { border-radius: 50px; background-color: #3CFADC; padding: 26px 23px 25px 23px; border: 1px solid #ffffff; color: var(--purple); }


/* Experience Section CSS */
/* .experience_image{ padding: 0; max-height: 521px; }    */
.experience_section { background-color: #F5F505; }
.experience_section .row { margin: 0; }
.experience_section .experience_image { padding: 0; padding-bottom: 36.2%; background-image: url(/assets/images/experience-left.png); width: 50%; }
/* .experience_section .experience_image img { height: 100% !important; object-fit: cover; object-position: center; } */
.experience_section .experience_content { padding: 0px; background-image: url(/assets/images/experience-right.png); width: 50%; }
.experience_section .experience_content_inner { padding: 53px 48px; }
.experience_section .experience_text p { font-family: "DM Sans", var(--font-mabry); }
.experience_section .experience_btn a{ font-size: 32px; line-height: 1.2; gap: 20px; color: var(--purple); }
.experience_section .experience_btn a span{ max-width: 21px; }

/* Contact US CSS */
.contact_us { background-color: #E6FFF2; padding: 94px 0 96px 0; }
.contact_us .row { --bs-gutter-x: 80px; --bs-gutter-y: 0px; }
.contact_us .contact_text { max-width: 542px; }
.contact_us .contact_info { padding-top: 40px; }
.contact_us .contact_parent a, .contact_us .contact_parent { gap: 16px; }
.contact_us .contact_parent a, .contact_us .contact_parent p { font-size: 16px; line-height: 1.5; word-break: break-all; }
.contact_us .contact_parent a:hover { text-decoration: underline; }
.contact_us .contact_parent:not(:first-child) { padding-top: 16px; }
.contact_us .contact_parent span { width: 100%; max-width: 24px; height: 24px; }
.contact_us .contact_form { padding-top: 6px; }
.contact_us .contact_form input, 
.contact_us .contact_form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--black); border-radius: 8px; margin-bottom: 24px; background-color: transparent; line-height: 1.5; font-size: 16px; color: #505050; }
.contact_us .contact_form textarea { height: 180px; min-height: 180px; }
.contact_us .contact_btn { font-size: 18px; line-height: 1.5; padding: 26px 24px 25px 24px; color: var(--purple); background-color: #3CFADC; border: 1px solid var(--white); border-radius: 50px; }
.contact_us .contact_btn span { transition: all 0.3s ease-in-out; }
.contact_us .contact_btn:hover { opacity: 0.7; }
.contact_us .contact_btn:hover span { transform: translateX(3px); }
.contact_us .contact_form input::placeholder, .contact_us .contact_form textarea::placeholder { color: #505050; }


/* Footer CSS */
footer { background-color: var(--blue); padding: 59px 0 15px 0; font-size: 14px; }
footer .footer_top_outer { border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); }
footer .footer_top { padding: 40px 0 20px 0; }
footer .footer_logo { max-width: 260px; }
footer .right_content { max-width: 380px; padding: 10px 10px 0px 10px; }
footer .right_title h5 { line-height: 1.16; }
footer .store_btns { gap: 21px; padding: 12px 0; }
footer .app_btn a { max-width: 140px; }
footer .app_btn a:hover { opacity: 0.8; }
footer .social_icons { padding: 0px 0px 0px 10px; gap: 10px; }
footer .single_icon a { width: 45px; height: 45px; font-size: 25px; }
footer .single_icon a:hover { opacity: 0.8; }
footer .footer_links { gap: 10px 40px; padding-top: 15px; }
footer .footer_links a:hover { opacity: 0.8; }
footer .copyright_text { font-size: 14px; padding-top: 10px; }
footer .copyright_text p { font-size: 14px; line-height: 1.71; }
footer .copyright_text .copyright { font-size: 32px; line-height: 1; vertical-align: middle; display: inline-block; margin-bottom: -7px !important; }

@media(min-width:1600px){
    /* Banner CSS */
    .banner .slide_image { padding-bottom: 44%; }

    /* Experience Section CSS */
    /* .experience_section .experience_image { padding-bottom: 34%; } */

}

@media(min-width:1920px){
    /* Banner CSS */
    /* .banner .slide_image { padding-bottom: 38%; } */

    /* Experience Section CSS */
    /* .experience_section .experience_image { padding-bottom: 28%; } */
    .experience_top { max-width: 657px; }
}

@media(min-width:2560px){
    /* Banner CSS */
    /* .banner .slide_image { padding-bottom: 36%; } */

    /* Experience Section CSS */
    /* .experience_section .experience_image { padding-bottom: 21%; } */
    .experience_section .experience_content_inner { justify-content: center !important; }

}

@media(min-width:3840px){
    /* Experience Section CSS */
    /* .experience_section .experience_image { padding-bottom: 16%; } */
}





@media(max-width:1366px){
    h1, .h1 { font-size: 100px; }
    h2, .h2 { font-size: 78px; }

    /* Banner CSS */
    /* .slide_image { height: 100dvh; } */

    .container{ max-width: 1268px !important; }

    /* About Us CSS */
    .about_us .about_left_shape, .about_us .about_right_shape { top: 70px; }
    .about_us .title { width: 62%; }

    /* Our Gallery CSS */
    .our_gallery .first_col { width: 37.5%; }
    .our_gallery .first_col:nth-child(2) { width: 25%; }
    .our_gallery .image_parent { width: 100% !important; }
    .our_gallery .second_col:last-child { width: 56%; }
    .our_gallery .second_col { width: 22%; }
    .our_gallery .third_col { width: 25%; }

}

@media(max-width:1280px){
    h1, .h1 { font-size: 90px; }
    h2, .h2 { font-size: 74px; }
    h3, .h3 { font-size: 60px; }
    h4, .h4 { font-size: 28px; }
    h5, .h5 { font-size: 22px; }
    h6, .h6 { font-size: 18px; }

    /* Three Col CSS */
    .three_col { padding: 80px 0 45px 0; }
    .three_col .card_caption h5 { font-size: 22px; }
    .three_col .row, .your_journey .row, .our_gallery .row { --bs-gutter-x: 34px; }

    /* Our Gallery CSS */
    .our_gallery { padding: 45px 0 80px 0; }

    /* Your Journey CSS */
    .your_journey { padding: 45px 0 80px 0; }
    .your_journey .card_button a { padding: 20px 22px 19px 23px; }

    /* About Us CSS */
    .about_us { padding: 94px 0 80px 0; }
    .about_us .about_left_shape, .about_us .about_right_shape { top: 56px; }
    .about_us .section_text { padding-top: 40px; }
    .about_us .about_us_button a { padding: 21px 20px 20px 20px; }

    /* Experience Section CSS */
    .experience_section .experience_btn a{ font-size: 28px; }

    /* Contact US CSS */
    .contact_us{ padding: 80px 0; } 
    .contact_us .row { --bs-gutter-x: 60px; }
    .contact_us .contact_btn { padding: 22px 22px 21px 22px; }
    .contact_us .row { padding-top: 35px !important; }

    /* Footer CSS */
    footer .footer_logo { max-width: 480px; }

}

@media(max-width:1180px){
    h1, .h1 { font-size: 70px; }
    h2, .h2 { font-size: 64px; }
    h3, .h3 { font-size: 50px; }

    .container{ max-width: 1082px !important; }

    /* Header CSS */
    header .header_btn a { padding: 17px 18px 16px 18px; }
    header .nav-link { padding: 8px 18px !important; }
    header .nav-link.dropdown-toggle { padding: 8px 48px 8px 18px !important; }

    /* Three Col CSS */
    .three_col .row, .your_journey .row { --bs-gutter-x: 30px; }

    /* Our Gallery CSS */
     .our_gallery .row { --bs-gutter-x: 30px; }

    /* About Us CSS */
    .about_us .about_left_shape, .about_us .about_right_shape { top: 40px; }
    .about_us .section_text { padding-top: 30px; }
    .about_us .about_us_button { padding-top: 30px !important; }

    /* Experience Section CSS */
    .experience_section .experience_content_inner { padding: 48px 44px; }
    .experience_section .experience_btn a{ font-size: 26px; }
    .experience_section .experience_btn a span{ max-width: 18px; }

}

@media(max-width:1080px){
    h1, .h1 { font-size: 60px; }
    h2, .h2 { font-size: 50px; }
    h3, .h3 { font-size: 44px; }
    h4, .h4 { font-size: 26px; }
    h5, .h5 { font-size: 20px; }
    h6, .h6 { font-size: 18px; }

    .container{ max-width: 982px !important; }

    /* Header CSS */
    header .header_btn a { padding: 15px 16px 14px 16px; }
    header .nav-link { padding: 6px 16px !important; }
    header .nav-link.dropdown-toggle { padding: 6px 38px 6px 16px !important; }
    header .dropdown-toggle::before { right: 24.5px; }
    header .dropdown-toggle::after { right: 20px; }

    /* Banner CSS */
    .banner .slider_container{ bottom: 99px; }
    .banner .slider_button a { font-size: 22px; gap: 20px; padding: 10px 15px; }

    /* Three Col CSS */
    .three_col { padding: 60px 0 40px 0; }
    .three_col .card_caption h5 { font-size: 20px; }

    /* Our Gallery CSS */
    .our_gallery { padding: 40px 0 60px 0; }
    .our_gallery .row { --bs-gutter-x: 25px; }
    .our_gallery .row:not(:first-child) { padding-top: 25px; }

    /* Your Journey CSS */
    .your_journey { padding: 40px 0 60px 0; }
    .your_journey .card_button a { padding: 17px 20px 16px 21px; gap: 18px; }

    /* About Us CSS */
    .about_us { padding: 78px 0 60px 0; }
    .about_us .about_left_shape, .about_us .about_right_shape { top: 15px; }
    .about_us .about_top_shape { height: 80px; }
    .about_us .about_us_button a { padding: 18px 16px 17px 16px; }

    /* Experience Section CSS */
    .experience_section .experience_content_inner { padding: 40px 36px; }
    .experience_section .experience_btn a{ font-size: 24px; }
    .experience_section .experience_btn a span{ max-width: 16px; }

    /* Contact US CSS */
    .contact_us{ padding: 60px 0; } 
    .contact_us .row { --bs-gutter-x: 40px; }
    .contact_us .contact_btn { padding: 18px 20px 17px 20px; }

    /* Footer CSS */
    footer { padding: 50px 0 15px 0; }
    footer .footer_logo { max-width: 400px; }
    footer .social_icons { padding-top: 20px !important; }
    footer .footer_top{ align-items: center; }
    footer .footer_links { gap: 10px 30px; }
}


@media(max-width:991px){
    h1, .h1 { font-size: 50px; }
    h2, .h2 { font-size: 40px; }
    h3, .h3 { font-size: 36px; }
    h4, .h4 { font-size: 24px; }
    
    .container{ max-width: 100% !important; }

    /* Header CSS */    
    header .navbar-nav { padding: 15px 0 20px 0; }
    header .navbar-brand { margin: 0; }
    header .nav-link, header .nav-link.dropdown-toggle { padding: 8px 45px 8px 0px !important; }
    header .header_btn a { width: fit-content; font-size: 16px; gap: 12px; }
    header .container-fluid { column-gap: 20px; }
    header .navbar-collapse { position: absolute; width: calc(100% + 30px); background: #fff; top: calc(100% + 8px); z-index: 5; left: -15px; padding: 0 15px 20px 15px; height: calc(100vh - 76px); overflow-y: scroll; }
    header .navbar-collapse::-webkit-scrollbar { display: none; }
    header .dropdown-menu { text-align: left !important; padding: 0; }
    header .dropdown-toggle::before { right: 25.5px; }
    header .navbar-toggler { border-color: var(--black); }
    header .navbar-toggler:focus { box-shadow: 0 0 0 0.10rem; }
    /* Banner CSS */
    .banner .slider_btn { height: 40px; width: 40px; }
    .banner .slider_container{ bottom: 80px; }
    /* .banner .slide_image { padding-bottom: 52%; } */
    .banner .slider_button a { font-size: 20px; }

    
    /* Three Col CSS */
    .three_col { padding: 50px 0 35px 0; }
    .three_col .row, .your_journey .row, .our_gallery .row { --bs-gutter-x: 25px; --bs-gutter-y: 25px; }

    /* Your Journey CSS */
    .your_journey { padding: 35px 0 50px 0; }
    .your_journey .card_button { padding-top: 26px; }
    .your_journey .row { padding-top: 30px !important; }


    /* Our Gallery CSS */
    .our_gallery { padding: 35px 0 50px 0; }
    .our_gallery .desktop_container { display: none; }
    .our_gallery .tablet_container { display: block !important; }

    /* About Us CSS */
    .about_us { padding: 78px 0 50px 0; }
    .about_us .about_left_shape, .about_us .about_right_shape { top: 0; width: 22%; height: 185px; }
    .about_us .title { width: 68%; }
    .about_us .section_text { padding-top: 25px; }

    /* Experience Section CSS */
    .experience_section .experience_content_inner { padding: 32px 25px; }
    .experience_section .experience_btn a{ font-size: 24px; }
    .experience_section .experience_btn a span{ max-width: 16px; }

    /* Contact US CSS */
    .contact_us{ padding: 50px 0; } 
    .contact_us .row { --bs-gutter-x: 30px; padding-top: 28px !important; }
    .contact_us .contact_btn { padding: 16px 20px 15px 20px; }
    .contact_us .contact_form textarea{ min-height: 150px; }
    .contact_us .contact_info { padding-top: 30px; }

    /* Footer CSS */
    footer .footer_links{ gap: 10px 20px; }
    footer .footer_top { padding: 30px 0 20px 0; }
    footer { padding: 40px 0 15px 0; }
    
}


@media(max-width:767px){
    h1, .h1 { font-size: 40px; }
    h2, .h2 { font-size: 30px; }
    h3, .h3 { font-size: 28px; }
    h4, .h4 { font-size: 22px; }
    h5, .h5 { font-size: 18px; }
    p { font-size: 16px; }

    /* Banner CSS */
    .banner .slide_image { padding-bottom: 50%; }
    .banner .slider_button a { font-size: 18px; gap: 18px; padding: 8px 15px; }

    /* Three Col CSS */
    .three_col .row, .your_journey .row, .our_gallery .row { --bs-gutter-x: 20px; }
    .three_col .card_caption h5 { font-size: 18px; }

    /* Your Journey CSS */
    .your_journey .card_button a { padding: 15px 17px 14px 18px; gap: 16px; font-size: 16px; }

    /* About Us CSS */
    .about_us { padding: 63px 0 50px 0; }
    .about_us .about_top_shape { height: 65px; }
    .about_us .about_left_shape, .about_us .about_right_shape { width: 20%; height: 27%; }
    .about_us .about_us_button a { padding: 15px 14px 14px 14px; }

    /* Experience Section CSS */
    .experience_section .experience_image{ padding-bottom: 70%; width: 100%; }
    .experience_section .experience_content { width: 100%; }
    .experience_section .experience_btn { padding-top: 32px !important; }
    .experience_section .experience_btn a{ font-size: 20px; gap: 16px; }
    .experience_section .experience_btn a span{ max-width: 14px; }


    /* Contact US CSS */
    .contact_us .row { --bs-gutter-x: 0px; --bs-gutter-y: 30px; padding-top: 30px !important; }
    .contact_us .contact_info { padding-top: 20px; }
    .contact_us .contact_form input, .contact_us .contact_form textarea { margin-bottom: 20px; }

    /* Footer CSS */
    footer .right_content{ padding: 0; }
    footer .footer_links{ justify-content: center; }
    footer .copyright_text { text-align: center !important; }
    footer .copyright_text p { line-height: 1.2; }

}


@media(max-width:640px){
    /* Your Journey CSS */
    .your_journey .card_content { padding: 20px 12px; }

    /* About Us CSS */
    .about_us { padding: 58px 0 50px 0; }
    .about_us .about_top_shape { height: 60px; }
    .about_us .about_left_shape, .about_us .about_right_shape { height: 24%; }
    .about_us .section_text { padding-top: 20px; }
    .about_us .about_us_button { padding-top: 25px !important; }

    /* Footer CSS */
    footer .app_btn a { max-width: 120px; }
    footer .store_btns { gap: 15px; }
    footer .single_icon a { width: 38px; height: 38px; font-size: 25px; }
    
}


@media(max-width:575px){
    h1, .h1 { font-size: 35px; }
    h2, .h2 { font-size: 28px; }
    h3, .h3 { font-size: 24px; }
    h4, .h4 { font-size: 20px; }
    h6, .h6 { font-size: 16px; }  

    /* Header CSS */
    header .navbar-toggler { font-size: 17px; padding: 2px 8px; }
    
    /* Banner CSS */
    .banner .slide_image { padding-bottom: 60%; background-position: top right; }
    .banner .slider_container { bottom: 60px; }
    .banner .slider_btn { height: 35px; width: 35px; }
    .banner .slider_btn svg { display: inline-block; max-width: 13px; }
    .banner .slider_button a { font-size: 16px; gap: 16px; padding: 8px 15px; }

    /* Three Col CSS */
    .three_col { padding: 30px 0 30px 0; }
    .three_col .row, .your_journey .row, .our_gallery .row { --bs-gutter-x: 30px; --bs-gutter-y: 20px; }

    /* Our Gallery CSS */
    .our_gallery { padding: 30px 0 40px 0; }
    .our_gallery .image_parent { height: auto; }

    /* Your Journey CSS */
    .your_journey { padding: 30px 0 40px 0; }
    .your_journey .row { padding-top: 20px !important; }

    /* About Us CSS */
    .about_us { padding: 48px 0 40px 0; }
    .about_us .about_top_shape { height: 50px; }
    .about_us .about_left_shape, .about_us .about_right_shape { height: 20%; }
    .about_us .section_text { padding-top: 15px; }

    /* Experience Section CSS */
    .experience_section .experience_content_inner { padding: 30px 15px; }
    .experience_section .experience_btn { padding-top: 26px !important; }
    .experience_section .experience_btn a{ font-size: 18px; gap: 14px; }
    .experience_section .experience_btn a span{ max-width: 12px; }
    .experience_section .experience_text { padding-top: 15px !important; }

    /* Contact US CSS */
    .contact_us{ padding: 40px 0; } 
    .contact_us .row { padding-top: 15px !important; }

    /* Footer CSS */
    footer .footer_top { padding: 20px 0; }
    footer .footer_logo { margin: 0 auto; max-width: 260px; }
    footer .right_content { max-width: 100%; align-items: center; padding-top: 30px; }
    footer .social_icons { padding-top: 10px !important; width: 100%; justify-content: center !important; }
    footer .right_top_content { width: 100%; }
    footer .right_title { text-align: center !important; }
    footer .store_btns { justify-content: center !important; }

}


@media(max-width:480px){
    h1, .h1 { font-size: 30px; }

    /* Banner CSS */
    /* .banner .slide_image { padding-bottom: 85%; } */
    .banner .slider_btn { height: 30px; width: 30px; }
    .banner .slider_btn svg { max-width: 12px; }
    .banner .slider_button a { gap: 10px; }
    .banner .slider_button a span{ max-width: 12px; }

    /* About Us CSS */
    .about_us .about_left_shape, .about_us .about_right_shape { height: 18%; }
    .about_us .title { word-wrap: break-word; }
    .about_us .section_text h5 { font-size: 16px; }


}


@media(max-width:375px){
    /* About Us CSS */
    .about_us .about_left_shape, .about_us .about_right_shape { height: 12.5%; }
}