/*------------------------------------------------------------------
Project:  Techtics Club
-------------------------------------------------------------------
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Sofia+Sans:wght@1;100;200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&amp;family=Montserrat:wght@400;500;600;700&amp;display=swap');
*/
/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
  
* {
	font-family: Roboto Mono, monospace;
}

/* CUSTOM SCROLL BAR */
body::-webkit-scrollbar {
    width: 8px; /* Set width for the scrollbar */
}

body::-webkit-scrollbar-thumb {
    background-color: #11111150; /* Set color for the thumb */
    /* border-radius: 6px; */
}

body::-webkit-scrollbar-track {
    background-color: white; /* Set color for the track */
}
/* body{
    overflow-x: hidden;
} */
:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #41f681;
    --e-global-color-text: #9b9b9e;
    --e-global-color-accent: #35ca6a;
	--e-global-color-white: #ffffff;
    --e-global-color-very-dark-blue: #08080d;
    --e-global-color-mostly-black: #1f1f2a;
    --e-global-color-bright-blue: #4d30fb;
    --e-global-color-light-grayish-blue: #d2cbfd;
    --e-global-color-dark-blue: #191923;
    --e-global-color-dark-black-blue: #07070c;
    --e-global-color-mostly-black-blue: #202025;
    --e-global-color-black: #000000;
    --e-global-color-very-dark-black: #0d0d15;
    --e-global-color-very-dark-grayish-blue: #2e2e39;
    --e-global-color-light-blue: #755eff;
    --e-global-color-dark-blue:#011d44;
}
h1{
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}
h2{
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
}
h3{
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}
h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
h5{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.text-size-16 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.btn-size-18 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
a {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.default-btn {
    padding: 8px 8px 8px 50px;
    border-radius: 10px;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
}
.default-btn:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}
.default-btn i{
    color: var(--e-global-color-bright-blue);
    background-color: var(--e-global-color-white);
    padding: 14px 19px;
    border-radius: 8px;
    margin-left: 28px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
}
.default-btn:hover i{
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-mostly-black);
}
.default-btn-two {
    padding: 8px 8px 8px 40px;
    border-radius: 10px;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-mostly-black);
    transition: all 0.3s ease-in-out;
}
.default-btn-two:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}
.default-btn-two i{
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-very-dark-blue);
    padding: 14px 19px;
    border-radius: 8px;
    margin-left: 28px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
}
.default-btn-two:hover i{
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-mostly-black);
}
.hover-effect {
    transition: all 0.3s ease-in-out;
    color:var(--e-global-color-white) ;
}
.hover-effect:hover {
    transform: translateY(-5px);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
body, html{
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    background-color: white;
}

/* Home Page Style */
.inverted img, .banner_background_shape{
    filter: invert(1) !important;
}
/* Home Page Header Section Style */

.banner-section-outer{
    /* background-color: var(--e-global-color-black); */
    overflow: hidden;
}
header{
    position: relative;
    z-index: 2;
}
.navbar-collapse ul{
    text-align: center;
    align-items: center; 
    display: inherit; 
}
.navbar-nav .nav-item a{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-very-dark-black) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-accent) !important;
}
.navbar-nav .active > a{
    color: var(--e-global-color-accent) !important;
}
.navbar-brand{
    margin-left: 0;
    margin-right: 115px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar {
    padding: 42px 0;
}
.navbar-nav li {
    margin: 0px 10px 0 15px;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 6px;
}
.logo{
    /* filter: brightness(-5); */
    max-width: 60%;
    /* max-width: 150px; */
}
.navbar-nav .nav-item .talk_btn {
    font-weight: 600 !important;
    padding: 8px 5px 8px 20px !important;
    border-radius: 10px;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}
.navbar-nav .nav-item .talk_btn:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent);
}
.navbar-nav .nav-item .talk_btn i{
    color: var(--e-global-color-bright-blue);
    background-color: var(--e-global-color-white);
    padding: 14px 12px;
    border-radius: 8px;
    margin-left:15px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .talk_btn:hover i{
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-mostly-black);
}
.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-black);
    position: absolute;
    left: -10px;
    top: 40px;
    padding: 0;
    border: none;
    margin: 0;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 1%);
}
.navbar-nav .drop-down-pages li{
    margin: 0;
}
.navbar-nav .drop-down-pages .nav-item a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 12px 20px;
    color: var(--e-global-color-white) !important;
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-accent) !important;
    background-color: transparent !important;
} 
.navbar-nav .drop-down-pages .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-nav .drop-down-pages .active > a:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}

/* LOADER */

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    border: 2px solid beige;
    background-color: rgb(255, 255, 255, 0.99);
    display: flex;
    /* gap: 12px; */
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(10px);
    align-items: center;
    z-index: 9999;
    /* transition: opacity 0.3s ease; */
    transition: all 30s ease-in-out;
  }
  
  .loader {
    text-align: center;
  }
  .loader-container h1{
    display: inline-block;
    font-size: 25px;
    color: #fff;
    border-radius:0px 15% ;
    padding: 0px 5px;
    background-color: #011d44;
    -webkit-animation: bounce-in-top 1.1s 0.5s both;
    animation: bounce-in-top 1.1s 0.5s both;
    /* text-shadow: 5px 0px 1px #ff0000; */
    font-family: 'Manrope', sans-serif;
    z-index: -1;
}
.loader-container h1 span{
      font-family: 'Manrope', sans-serif;
    color: orange;
  }
  .loader img {
    width: 500px; /* Set the width of your custom loader GIF */
    height: auto;
  }

/* POPUP */
.popup{
    width: 100%;
    height: 100%;
    background-color: #00000099;
    position: fixed;
    z-index: 99;
    opacity: 1;
    display: none;
    align-items: center;
    justify-content: center;

    /* display: none; */
    /* position: fixed !important;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7); */
}
.popup-content{
    padding: 10px;
    /* overflow: hidden; */
    transition:  all .33s ease;
    text-align: center;
    width: 60%;
    position: relative;
    height: 70%;
    /* background-color: rgb(255, 255, 255); */
}
.popup-content img{
    width: 100%;
    height: 200%;
}
.popup-content a{
    text-decoration: none;
    width: 100%;
    display: block;
    background-color: #011d44;
    color: #fff;
    padding: 10px;
    border: 3px solid #011d44;
}
.popup-content a:hover{
    background-color: transparent;
    color: #011d44;
}
.popup-content span{
    top: -10px;
    right: -10px;
    z-index: 100;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 20px;
    padding: 10px 18px;
    border: 3px solid white;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
}
/* Home Page Banner Section Style */



.banner-section-outer .banner-section {
    padding: 132px 0 192px;
    z-index: 1;
}
.banner-section-outer .banner-section .banner-section-content h1{
    font-size: 110px;
    line-height: 120px;
    margin-bottom: 25px;
    /* color: var(--e-global-color-very-dark-black); */
}
.banner-section-outer .banner-section .banner-section-content .banner_content_wrapper{
    padding-left: 28px;
    margin-left: 60px;
    margin-bottom: 40px;
}
.banner-section-outer .banner-section .banner-section-content .banner_content_wrapper figure{
    top: 12px;
    left: 0;
}
.banner-section-outer .banner-section .banner-section-content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
}
.banner-section-outer .banner-section-content .btn_wrapper{
    padding-left: 60px;
}
.banner-section-outer .banner-section-content .btn_wrapper .readmore_btn {
    margin-right: 12px;
    color: #dddddd;
}
.banner-section-outer .banner-section .banner_image {
    margin-left: -30px;
    margin-top: -40px;
}
.banner-section-outer .banner-section .banner_image .banner_main_image {
    position: relative;
    z-index: 1;
}
.banner-section-outer .banner-section .banner_image .banner_main_image img {
    border-radius: 55px;
}
.banner-section-outer .banner-section .banner_best_image {
    margin-right: -30px;
}
.banner-section-outer .banner-section .banner_best_image figure {
    top: -45px;
    left: -8px;
}
.banner-section-outer .banner-section .banner_image .banner_image_top_shape {
    top: -38px;
    left: -185px;
}
.banner-section-outer .banner-section .banner_image .banner_image_bottom_shape {
    bottom: -50px;
    right: -305px;
}
.banner-section-outer .banner-section .banner_image .banner_image_bottom_shape img {
    opacity: 0.35;
}
.banner-section-outer .banner-section .banner_left_image {
    left: 140px;
    bottom: 130px;
}
.banner-section-outer .banner-section .banner_left_image img {
    border-radius: 35px;
}
.banner-section-outer .banner_top_shape {
    top: 0;
    left: 0;
    z-index: 1;
}
.banner-section-outer .banner_background_shape {
    top: 0;
    left: 0;
}
.banner-section-outer .top-btn figure{
    bottom: 80px;
    left: 5px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.top_bottom_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.left_right_shape img {
    -webkit-animation: movers 1s infinite  alternate;
    animation: movers 1s infinite  alternate;
}
@-webkit-keyframes movers {
    0% { transform: translateX(0); }
    100% { transform: translateX(-30px); }
}

/* Home Page Statistics Section Style */

.statistics_section {
    background-color: var(--e-global-color-bright-blue);
    padding: 110px 0;
    overflow: hidden;
}
.statistics_section .statistics_content {
    padding-top: 28px;
    position: relative;
    z-index: 1;
}
.statistics_section .statistics_content h3 {
    color: var(--e-global-color-white);
}
.statistics_section .statistics_box {
    background-color: #4229d6;
    padding: 38px 40px 35px 39px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.statistics_section .statistics_box .span_wrapper {
    margin-bottom: 10px;
}
.statistics_section .statistics_box .span_wrapper span {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.statistics_section .statistics_box:hover {
    background-color: var(--e-global-color-mostly-black);
}
.statistics_section .statistics_box:hover .span_wrapper span {
    color: var(--e-global-color-accent);
}
.statistics_section .statistics_box .span_wrapper .plus {
    margin-left: -2px;
}
.statistics_section .statistics_box .pp {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}
.statistics_section .statistics_box .text{
    color: var(--e-global-color-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.statistics_section .statistics_box:hover .text {
    color: var(--e-global-color-white);
}
.statistics_section .statistics_left_shape {
    top: -245px;
    left: 0;
}
.statistics_section .statistics_left_shape img {
    opacity: 0.2;
}
.statistics_section .statistics_right_shape {
    bottom: -235px;
    right: 0;
}
.statistics_section .statistics_right_shape img {
    opacity: 0.2;
}

/* Home Page Services Section Style */

.services_section {
    /* background-color: var(--e-global-color-black); */
    padding: 145px 0 160px;
}
.services_section .services_content h6 {
    color: var(--e-global-color-secondary);
    margin-bottom: 16px;
    letter-spacing: 1.1px;
}
.services_section .services_content h2 {
    color: var(--e-global-color-dark-blue);
    margin-bottom: 78px;
}
.services_section .services_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    padding: 48px 40px 45px 45px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.services_section .services_box:hover {
    background-image: linear-gradient(-33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
}
.services_section .services_box:hover h5 {
    color: var(--e-global-color-secondary);
}
.services_section .services_box:hover .btn_wrapper a {
    color: var(--e-global-color-white);
}
.services_section .box2 {
    top: -70px;
}
.services_section .box3 {
    top: -138px;
}
.services_section .services_box figure {
    margin-bottom: 34px;
}
.services_section .services_box h5 {
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.services_section .services_box p {
    line-height: 28px;
    color: var(--e-global-color-text);
    margin-bottom: 22px;
}
.services_section .services_box .btn_wrapper a {
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.services_section .services_box .btn_wrapper a i {
    font-size: 12px;
    line-height: 12px;
    margin-left: 8px;
}
.services_section .services_box .btn_wrapper a:hover {
    color: var(--e-global-color-bright-blue);
}
.services_section .services_background_shape {
    top: -225px;
    right: 55px;
}
.services_section .services_right_shape {
    top: 250px;
    right: 0;
}
.services_section .services_right_shape img {
    opacity: 0.18;
}

/* Home Page About Us Section Style */

.aboutus_section {
    padding: 150px 0;
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.aboutus_image{
    position: relative;
    z-index: 1;
}
.aboutus_image .aboutus_main_image {
    position: relative;
    z-index: 1;
}
.aboutus_image .aboutus_main_image img {
    border-radius: 35px;
}
.aboutus_image .aboutus_image_shape {
    bottom: -38px;
    left: -40px;
}
.aboutus_image .image_box_wrapper {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    padding: 25px 8px 30px 25px;
    border-radius: 20px;
    position: absolute;
    bottom: -75px;
    right: -34px;
    z-index: 1;
    z-index: 1;
    width: 52%;
}
.position-relative.row.service-container {
    top: 80px;
}
.aboutus_image .image_box_wrapper:hover {
    background-color: var(--e-global-color-accent);
    background-image: none;
}
.aboutus_image .image_box_wrapper .box_image {
    padding-top: 8px;
}
.aboutus_image .image_box_wrapper .image_content_wrapper {
    padding-left: 15px;
    display: inline-block;
}
.aboutus_image .image_box_wrapper .image_content_wrapper .span_wrapper {
    margin-bottom: 8px;
}
.aboutus_image .image_box_wrapper .image_content_wrapper .span_wrapper span {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    color: var(--e-global-color-white);
}
.aboutus_image .image_box_wrapper .image_content_wrapper .span_wrapper .plus {
    margin-left: -1px;
}
.aboutus_image .image_box_wrapper .image_content_wrapper p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--e-global-color-white);
}
.aboutus_content {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-top: 8px;
}
.aboutus_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.aboutus_content h2 {
    color: var(--e-global-color-dark-black-blue);
    margin-bottom: 38px;
}
.aboutus_content p {
    color: var(--e-global-color-text);
    margin-bottom: 18px;
}
.aboutus_content ul li {
    position: relative;
    margin-bottom: 16px;
}
.aboutus_content ul li:last-child {
    margin-bottom: 45px;
}
.aboutus_content ul li i {
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 100%;
    background-color: transparent;
    color: var(--e-global-color-secondary);
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 4px;
    left: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-top-style: none;
    border-right-style: none;
}
.aboutus_content ul li p {
    padding-left: 40px;
    font-weight: 500;
    color: var(--e-global-color-text);
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}
.aboutus_content ul li p:hover {
    color: var(--e-global-color-accent);
}
.aboutus_section .aboutus_background_shape {
    top: 0;
    left: 0;
}
.aboutus_section .aboutus_top_shape {
    top: 0;
    right: 0;
}

/* Home Page Who We Are Section Style */

.who_we_are_section {
    background-color: var(--e-global-color-bright-blue);
    padding: 168px 130px 175px 240px;
    overflow: hidden;
}
.who_we_are_section .who_we_are_left_content {
    position: relative;
    z-index: 1;
}
.who_we_are_section .who_we_are_left_content h6 {
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.who_we_are_section .who_we_are_left_content h2 {
    margin-bottom: 42px;
    font-size: 42px;
    line-height: 60px;
}
.who_we_are_section .who_we_are_left_content p {
    margin-bottom: 34px;
    color: var(--e-global-color-light-grayish-blue);
}
.who_we_are_section .who_we_are_image {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}
.who_we_are_section .who_we_are_left_shape {
    top: -310px;
    left: 0;
}
.who_we_are_section .who_we_are_left_shape img {
    opacity: 0.2;
}
.who_we_are_section .who_we_are_right_shape {
    bottom: -300px;
    right: 0;
}
.who_we_are_section .who_we_are_right_shape img {
    opacity: 0.2;
}
.who_we_are_section .who_we_are_right_content_wrapper {
    margin-left: -152px;
}
.who_we_are_section .video_wrapper {
    top: 22px;
    left: -138px;
    z-index: 2;
}
.who_we_are_section .video_wrapper .video_icon {
    float: left;
    width: 45%;
}
.who_we_are_section .video_wrapper .content {
    display: inline-block;
    width: 55%;
    padding: 45px 0 0 8px;
}
.who_we_are_section .who_we_are_right_content {
    padding-top: 190px;
    position: relative;
    z-index: 1;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside {
    display: inline-block;
    width: 44%;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside span {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    display: block;
    color: var(--e-global-color-white);
    margin-bottom: 10px;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside ul {
    margin-bottom: 14px;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside ul li {
    display: inline-block;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside ul li i {
    color: #fcbf56;
    font-size: 14px;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside h6 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--e-global-color-white);
    margin-bottom: 0;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside p {
    color: var(--e-global-color-light-grayish-blue);
} 

/* Home Page Portfolio Section Style */

.portfolio_section {
    padding: 145px 0 150px;
    position: relative;
    background-color: var(--e-global-color-black);
}
.portfolio_section .portfolio_content {
    text-align: center;
}
.portfolio_section .portfolio_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.portfolio_section .portfolio_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 52px;
}
.portfolio_section .portfolio_image {
    position: relative;
    margin-bottom: 150px;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_image figure img {
    border-radius: 20px;
}
.portfolio_section .portfolio_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    position: absolute;
    width: 89%;
    display: inline-block;
    padding: 22px 35px;
    left: 20px;
    bottom: -100px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_image:hover .portfolio_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-grayish-blue) 0%, var(--e-global-color-very-dark-black) 100%);
}
.portfolio_section .portfolio_box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_image:hover .portfolio_box p {
    color: var(--e-global-color-secondary);
}
.portfolio_section .portfolio_box .btn_wrapper a {
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_box .btn_wrapper a i {
    font-size: 12px;
    line-height: 12px;
    margin-left: 8px;
}
.portfolio_section .portfolio_image:hover .portfolio_box .btn_wrapper a {
    color: var(--e-global-color-white);
}
.portfolio_section .portfolio_image .portfolio_box .btn_wrapper a:hover {
    color: var(--e-global-color-bright-blue);
}
.portfolio_section .portfolio_image_box {
    background-color: var(--e-global-color-bright-blue);
    position: absolute;
    display: inline-block;
    padding: 0px 14px 2px;
    left: 20px;
    top: 22px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_image:hover .portfolio_image_box {
    background-color: var(--e-global-color-secondary);
}
.portfolio_section .portfolio_image:hover .portfolio_image_box span {
    color: var(--e-global-color-black);
}
.portfolio_section .portfolio_image_box span {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-white);
    letter-spacing: 0.4px;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_left_shape {
    top: 285px;
    left: 0;
}
.portfolio_section .portfolio_left_shape img {
    opacity: 0.18;
}
.portfolio_section .owl-theme .owl-nav {
    display: none;
}
.portfolio_section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 6px !important;
    line-height: 0;
    padding-left: 10px;
}
.portfolio_section .owl-carousel .owl-dots .owl-dot span {
    font-size: 0;
    margin: 0 9px 0 0;
    line-height: 10px;
    height: 5px;
    width: 16px;
    display: block;
    background: #44444c;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-secondary);
}
.portfolio_section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-secondary);
    width: 22px;
}
.portfolio_section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Home Page Testimonials Section Style */

.testimonials_section {
    padding: 145px 0 150px;
    position: relative;
    background-color: var(--e-global-color-black);
    z-index: 1;
    overflow: hidden;
}
.testimonials_section .testimonials_content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.testimonials_section .testimonials_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.testimonials_section .testimonials_content h2 {
    color: var(--e-global-color-dark-black-blue);
    margin-bottom: 52px;
}
/* .testimonials_section .testimonials_box {
    background-image: linear-gradient(-19deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    width: 100%;
    padding: 42px 15px 42px 35px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.testimonials_section .testimonials_box:hover {
    background-image: linear-gradient(-19deg, var(--e-global-color-bright-blue) 0%, var(--e-global-color-light-blue) 100%);
}
.testimonials_section .testimonials_box .testimonials_paragraph {
    color: var(--e-global-color-text);
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
}
.testimonials_section .testimonials_box:hover .testimonials_paragraph {
    color: var(--e-global-color-light-grayish-blue);
}
.testimonials_section .testimonials_box .testimonial_apostrophy_shape {
    top: 72px;
    right: 48px;
}
.testimonials_section .testimonials_box p span {
    font-family: 'Manrope', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-white);
}
.testimonials_section .testimonials_box .testimonials_image{
    margin-bottom: 35px;
}
.testimonials_section .testimonials_box .testimonials_image figure {
    float: left;
}
.testimonials_section .testimonials_box .testimonials_image .testimonials_image_content_wrappper {
    display: inline-block;
    padding-left: 28px;
    padding-top: 22px;
}
.testimonials_section .testimonials_box .testimonials_image .testimonials_image_content_wrappper .person_name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 5px;
}
.testimonials_section .testimonials_box .testimonials_image .testimonials_image_content_wrappper .testimonials_text {
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.testimonials_section .testimonials_box:hover .testimonials_image .testimonials_image_content_wrappper .testimonials_text {
    color: var(--e-global-color-light-grayish-blue);
}
.testimonials_section .testimonials_background_shape {
    top: 0;
    left: 0;
    z-index: -1;
}
.testimonials_section .testimonials_top_shape {
    top: 0;
    left: 0;
}
.testimonials_section .owl-theme .owl-nav {
    display: none;
}
.testimonials_section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 62px !important;
    line-height: 0;
    padding-left: 10px;
}
.testimonials_section .owl-carousel .owl-dots .owl-dot span {
    font-size: 0;
    margin: 0 9px 0 0;
    line-height: 10px;
    height: 5px;
    width: 16px;
    display: block;
    background: #44444c;
    transition: all 0.3s ease-in-out;
}
.testimonials_section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-secondary);
}
.testimonials_section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-secondary);
    width: 22px;
}
.testimonials_section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
} */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap');
/* body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Barlow Semi Condensed', sans-serif;
} */
a:link,a:active,a:visited,a:hover{
	color:#eeeeee;
}
.outerdiv
{
	width: 100%;
  min-height: 100vh;
  /* background: #EDF2F8; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerdiv
{
	transform: scale(0.9);
	margin: 1rem;
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2,22rem);
	grid-template-columns: repeat(4,17rem);
}
.eachdiv
{
	padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}
.div1
{
	background: #733FC8;
    grid-column: 1/3;
    grid-row: 1/2;
    background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);
    background-repeat: no-repeat;
    background-position-x: 25rem;
    height: 105%;
}
.div2
{
	background:#49556B;
    grid-column: 3/4;
    grid-row: 1/2;
}
.div3
{
	background: white;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}
.div4
{
	background: white;
	grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}
.div5
{
	background: #18202D;
	grid-column: 2/4;
    grid-row: 2/3;
}
.userdetails
{
	display: flex;
}
.imgbox
{
	margin-right: 1rem;
}
.imgbox img
{
	border-radius: 50%;
    width: 2rem;
    width: 50px;
    height: 50px;
    object-fit: cover;
    position: relative;
    border: 2px solid #cec5c5;
    right: 10px;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.detbox p
{
	margin: 0;
}
.detbox .name
{
	color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.detbox .name.dark
{
	color: #49505A;
}
.detbox .designation
{
	color: hsl(0, 0%, 81%);
    opacity: 50%;
    font-size: 0.8rem;
}
.detbox .designation.dark
{
	color: #49505A;
}
.review h4
{
	font-size: 1.4rem;
	color: #F3DEFF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4{
	color:#4B5258;
}
.review p
{
	font-size: 0.95rem;
    color: #F3DEFF;
    font-weight: 500;
    opacity: 50%;
    line-height: 1.5;
}
.review.dark p{
	color: #0e0e0e;
}
@media only screen and (max-width: 1000px)
{
	.innerdiv
	{
		transform: scale(0.7);
	}
}
@media only screen and (max-width: 800px)
{
	.innerdiv
	{
		transform: scale(0.6);
	}
}
@media only screen and (max-width: 600px)
{
	.div1 {
		background-position-x: 10rem;
	}
	.innerdiv
	{
		display: flex; 
		flex-direction: column;
		transform: scale(1);
		margin: 2rem;
		margin-bottom: 5rem;
	}
}

/* Home Page Combo Section Style */

.combo_section {
    /* background-color: var(--e-global-color-black); */
    padding: 140px 0;
}

/* Home Page Faq's Section Style */
.faqs_row{
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
    text-align: center;
    justify-content: center;
}
.accordian-section{
    position: relative;
}
.accordian-section .faq_right_shape {
    top: 85px;
    right: 0;
}
.accordian-section .faq_right_shape img {
    opacity: 0.18;
}
.accordian-section .heading{
    text-align: center;
}
.accordian-section .heading h6{
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.accordian-section .heading h2{
    color: var(--e-global-color-primary);
    margin-bottom: 52px;
}
.accordian-section .heading figure{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.accordian-section .accordion-card button.btn.btn-link {
    color: var(--e-global-color-white);
    border-radius: 15px 15px 0 0;
}
.accordian-section .accordian-inner .accordion-card .btn {
    padding: 20px 65px 20px 30px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.accordian-section .accordion-card button.btn.btn-link.collapsed {
    color: var(--e-global-color-white);
    border-radius: 15px;
}
.accordian-section .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: none;
}
.accordian-section .accordian-inner .card-body {
    padding: 0px 25px 25px 30px;
}
.accordian-section .accordian-inner .card-body p{
    color: var(--e-global-color-text);
}
.accordian-section .accordion-card button.btn.btn-link:focus{
    outline: none;
    box-shadow: none;
}
.accordian-section .accordian-inner .accordion-card {
    margin-bottom: 32px;
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    border-radius: 15px;
}
.accordian-section .accordion-card .btn-link:before {
    content: "\f106";
    position: absolute;
    right: 10px;
    top: 16px;
    font-family: 'Font Awesome 6 FREE';
    display: inline-block;
    vertical-align: middle;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 8px;
    text-align: center;
}
.accordian-section .accordion-card .collapsed:before {
    content: "\f105";
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-bright-blue);
    border-radius: 8px;
    text-align: center;
}
.accordian-section .accordian-inner .accordion-card:last-child {
    margin-bottom: 0;
}

/* Home Page Client Logo's Section Style */

/*.client_logos_section {
    padding-top: 100px;
}
.client_logos_section figure {
    height: 100px;
    line-height: 100px;
}
.client_logos_section figure img {
    transition: all 0.3s ease-in-out;
}
.client_logos_section figure img:hover {
    filter: brightness( 15% ) contrast( 0% ) saturate( 31% ) blur( 0px ) hue-rotate( 186deg );
}
.client_logos_section .logo_image2 {
    padding-left: 10px;
}
.client_logos_section .logo_image3 {
    padding-left: 24px;
}
.client_logos_section .logo_image4 {
    padding-left: 14px;
}
.client_logos_section .logo_image5 {
    padding-left: 35px;
}*/
.brand-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent;
  }
  
  .brand-logo {
    position: relative;
    margin: 10px;
    overflow: hidden;
  }
  
  .brand-logo img {
    display: block;
    width: 200px; 
    height: auto;
    transition: transform 0.3s ease;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: normal;
    filter: brightness(-3);
  }

  .brand-logo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; 
    opacity: 0;
    transition: opacity 0.3s ease;
    /* background-color: rgba(255, 255, 255, 0.5); */
  }
  
  .brand-logo:hover img {
    transform: scale(1.2); 
  }
  
  .brand-logo:hover .overlay {
    opacity: 1;
  }
  

/* Home Page Get Started Section Style */

.get_started_section {
    padding-top: 205px;
    position: relative;
}
.get_started_section .get_started_box {
    background-color: var(--e-global-color-bright-blue);
    border-radius: 35px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.get_started_section .get_started_box .get_started_box_image {
    position: relative;
}
.get_started_section .get_started_box .get_started_box_image figure {
    position: absolute;
    top: -141px;
    right: -15px;
}
.get_started_section .get_started_box .get_started_box_content {
    padding: 65px 50px;
}
.get_started_section .get_started_box .get_started_box_content h6 {
    letter-spacing: 1.1px;
    margin-bottom: 22px;
    color: var(--e-global-color-white);
}
.get_started_section .get_started_box .get_started_box_content h2 {
    margin-bottom: 45px;
    color: var(--e-global-color-white);
}
.get_started_section .get_started_shape {
    position: absolute;
    top: 130px;
    right: 0;
    left: 460px;
    margin: 0 auto;
    text-align: center;
}

/* Home Page Footer Section Style */

.footer_background_shape .mb-0 img{
    filter: invert(1);
}

.footer-section{
    position: relative;
    background-color: white;
    padding-top: 250px;
    overflow: hidden;
    margin-top: -300px;
}
.middle-portion {
    margin-bottom: 82px;
    position: relative;
    z-index: 2;
}
.middle-portion h4{
    color: var(--e-global-color-dark-black-blue);
    margin-bottom: 24px;
}
.middle-portion .about_col h4{
    margin-bottom: 18px;
}
.middle-portion .about_col figure {
    margin-bottom: 20px;
}
.middle-portion .about_col p {
    line-height: 30px;
    margin-bottom: 25px;
    color: var(--e-global-color-text);
}
.middle-portion ul .icons{
    display: inline-block;
}
.middle-portion ul .icons i{
    color: var(--e-global-color-white);
    font-size: 16px;
    margin-right: 8px;
    background-color: var(--e-global-color-dark-blue);
    border-radius: 7px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.middle-portion ul .icons i:hover{
    background-color: var(--e-global-color-accent);
}
.middle-portion li a {
    text-decoration: none;
    color: var(--e-global-color-text);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
}
.middle-portion .links_col {
    margin-left: -15px;
    padding-top: 10px;
}
.middle-portion .links_col ul li {
    margin-bottom: 12px;
    position: relative;
}
.middle-portion .links_col ul li:last-child {
    margin-bottom: 0;
}
.middle-portion .links_col ul li span {
    line-height: 5px;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.middle-portion .links_col ul li a {
    padding-left: 22px;
}
.middle-portion .contact_col {
    padding-top: 10px;
}
.middle-portion .contact_col ul .contact_mail {
    margin-bottom: 14px;
}
.middle-portion .contact_col ul li{
    margin-bottom: 16px;
    position: relative;
}
.middle-portion .contact_col ul li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: var(--e-global-color-accent);
}
.middle-portion .contact_col ul li a {
    padding-left: 30px;
}
.middle-portion .contact_col ul li span {
    line-height: 28px;
    color: var(--e-global-color-text);
    padding-left: 30px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.middle-portion .contact_col ul li span:hover {
    color: var(--e-global-color-accent);
}
.middle-portion li a:hover{
    color: var(--e-global-color-accent);
}
.middle-portion .footer-info-content {
    padding-top: 10px;
    margin-left: -32px;
}
.middle-portion .footer-info-content input {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--e-global-color-dark-blue);
    color: var(--e-global-color-text);
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    border: none;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 25px;
}
.middle-portion .footer-info-content input::placeholder{
    color: var(--e-global-color-text);
}
.middle-portion .footer-info-content input:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: var(--e-global-color-dark-blue);
    color: var(--e-global-color-text);
}
.middle-portion .footer-info-content .btn {
    position: absolute;
    right: 21px;
    top: 71px;
    font-size: 16px;
    height: 40px;
    width: 42px;
    line-height: 40px;
    padding: 0;
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.middle-portion .footer-info-content .btn:hover{
    background-color: var(--e-global-color-accent);
}
.middle-portion .footer-info-content ul li {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.middle-portion .footer-info-content ul li span {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding-left: 33px;
    display: block;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.footer-info-content input[type="checkbox"] {
    position: absolute;
    left: 3px;
    top: 0;
    width: auto;
    height: auto;
    margin: 0;
    -webkit-appearance: none;
    padding: 10px;
    border-radius: 5px;
}
.footer-info-content input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: 1px solid var(--e-global-color-dark-blue);
    border-width: 0 2px 2px 0;
    max-width: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.footer-info-content input[type="checkbox"]:checked:before {
    border-color: var(--e-global-color-white);
}
.bottom-portion{
    border-top: 1px solid #202025;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: white;
}
.copyright {
    padding: 22px 0;
}
.copyright p{
    color: var(--e-global-color-text);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.footer-section .footer_right_shape figure {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.footer-section .footer_background_shape figure {
    position: absolute;
    top: 0;
    left: 0;
}

/* About Page Style */

/* About Page Banner Section Style */

.sub-banner-section-outer{
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.sub-banner-section-outer .banner-section {
    padding: 132px 0 120px;
    z-index: 1;
}
.sub-banner-section-outer .banner-section .banner-section-content h1 {
    margin-bottom: 24px;
}
.sub-banner-section-outer .banner-section .banner-section-content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    padding-right: 10px;
    margin-bottom: 36px;
}
.sub-banner-section-outer .banner-section .banner-section-content .btn_wrapper {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 16px 36px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--e-global-color-mostly-black);
    color: var(--e-global-color-white);
    display: inline-block;
}
.sub-banner-section-outer .banner-section .banner-section-content .btn_wrapper i {
    margin: 0 12px;
    font-size: 14px;
    line-height: 14px;
}
.sub-banner-section-outer .banner-section .banner-section-content .btn_wrapper .sub_span {
    color: var(--e-global-color-accent);
}
.sub-banner-section-outer .banner-section .banner_image {
    margin-top: -70px;
    padding-left: 25px;
    margin-right: -15px;
}
.sub-banner-section-outer .banner-section .banner_image .banner_main_image {
    position: relative;
    z-index: 1;
}
.sub-banner-section-outer .banner-section .banner_image .banner_main_image img {
    border-radius: 45px;
}
.sub-banner-section-outer .banner-section .banner_image .banner_image_bottom_shape {
    bottom: -38px;
    right: -50px;
}
.sub-banner-section-outer .banner-section .banner_image .banner_image_bottom_shape img {
    opacity: 0.35;
}
.sub-banner-section-outer .banner_top_shape {
    top: 0;
    left: 0;
    z-index: 1;
}
.sub-banner-section-outer .banner_background_shape {
    top: 0;
    left: 0;
}

/* About Page About Us Section Style */

.about_aboutus_section {
    background-color: var(--e-global-color-black);
    padding: 140px 0 150px;
}
.about_aboutus_section .aboutus_content {
    text-align: center;
    padding-left: 0;
    padding-top: 0;
}
.about_aboutus_section .aboutus_content h6 {
    color: var(--e-global-color-secondary);
    margin-bottom: 18px;
    letter-spacing: 1.1px;
}
.about_aboutus_section .aboutus_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 42px;
    padding: 0 125px;
}
.about_aboutus_section .aboutus_content p {
    line-height: 32px;
    padding: 0 135px;
    margin-bottom: 30px;
    color: var(--e-global-color-text);
}
.about_aboutus_section .aboutus_content .btn_wrapper {
    margin-bottom: 80px;
}
.about_aboutus_section .aboutus_content .btn_wrapper .default-btn {
    padding: 8px 8px 8px 42px;
}
.about_aboutus_section .aboutus_content .video_fig {
    position: relative;
    z-index: 1;
}
.about_aboutus_section .aboutus_content .video_fig img {
    border-radius: 35px;
}
.about_aboutus_section .aboutus_content .about_video_background_shape {
    top: -50px;
    left: 0;
}
.about_aboutus_section .aboutus_right_shape {
    top: 302px;
    right: 0;
}
.about_aboutus_section .aboutus_right_shape img {
    opacity: 0.18;
}

/* About Page Mission Vision Section Style */

.mission_vision_section {
    background-color: var(--e-global-color-black);
    padding: 215px 0 240px;
}
.mission_vision_section .mission_vision_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    padding: 65px 60px 60px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.mission_vision_section .mission_vision_box:hover {
    background-image: linear-gradient(-33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
}
.mission_vision_section .mission_vision_box:hover h4 {
    color: var(--e-global-color-secondary);
}
.mission_vision_section .mission_vision_box figure {
    margin-bottom: 32px;
}
.mission_vision_section .mission_vision_box h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.mission_vision_section .mission_vision_box p {
    color: var(--e-global-color-text);
}
.mission_vision_section .mission_vision_background_shape {
    top: -92px;
    right: 275px;
}
.mission_vision_section .mission_vision_left_shape {
    top: 218px;
    left: 0;
}
.mission_vision_section .mission_vision_left_shape img {
    opacity: 0.18;
}

/* About Page Features Section Style */

.feature_section {
    padding: 150px 0 182px;
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.feature_image{
    position: relative;
    z-index: 1;
}
.feature_image .feature_main_image img {
    border-radius: 35px;
}
.feature_image .feature_second_image {
    bottom: -98px;
    right: -2px;
}
.feature_image .feature_second_image img {
    border-radius: 35px;
    border-top: 10px solid var(--e-global-color-black);
    border-left: 10px solid var(--e-global-color-black);
}
.feature_content {
    position: relative;
    z-index: 1;
    padding-left: 35px;
    padding-top: 30px;
}
.feature_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.feature_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 44px;
    font-size: 42px;
}
.feature_content p {
    color: var(--e-global-color-text);
    margin-bottom: 30px;
}
.feature_content ul li {
    position: relative;
    margin-bottom: 26px;
}
.feature_content ul li:last-child {
    margin-bottom: 38px;
}
.feature_content ul li figure {
    float: left;
    padding-top: 8px;
}
.feature_content ul li .feature_content_wrapper {
    display: inline-block;
    padding-left: 15px;
}
.feature_content ul .second_li .feature_content_wrapper {
    padding-left: 25px;
}
.feature_content ul li .feature_content_wrapper .first_p {
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-white);
    font-weight: 600;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
}
.feature_content ul li .feature_content_wrapper .first_p:hover {
    color: var(--e-global-color-secondary);
}
.feature_content .btn_wrapper .default-btn {
    padding: 8px 8px 8px 42px;
}
.feature_section .feature_background_shape {
    top: 0;
    left: 0;
}
.feature_section .feature_top_shape {
    top: 0;
    right: 0;
}

/* Services Page Style */

/* Services Page Banner Section Style */

.services-banner-section-outer .banner-section .banner-section-content .btn_wrapper {
    padding: 16px 28px;
}

/* Services Page Services Section Style */

.services_service_section {
    padding: 145px 0 110px;
}
.services_service_section .services_box {
    margin-bottom: 30px;
}

/* Projects Page Style */

/* Projects Page Portfolio Section Style */

.projects_portfolio_section {
    padding: 145px 0 110px;
}
.projects_portfolio_section .portfolio_image {
    margin-bottom: 140px;
}
.projects_portfolio_section .portfolio_left_shape {
    top: 570px;
}

/* FAQ's Page Style */

/* FAQ's Page FAQ's Section Style */

.accordian-section .faq_left_shape {
    top: 158px;
    left: 0;
}
.accordian-section .faq_left_shape img {
    opacity: 0.18;
}

/* FAQ's Page Client Logo's Section Style */

.faqs_client_logos_section {
    padding-top: 125px;
}

/* Team Page Style */

/* Team Page Our Staff Section Style */

.team_section {
    padding: 145px 0 120px;
    position: relative;
    background-color: var(--e-global-color-black);
} 
.team_section .team_content {
    text-align: center;
}
.team_section .team_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.team_section .team_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 52px;
}
.team_section .team_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    border-radius: 20px;
    position: relative;
    padding: 20px 20px 35px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    border-radius: #000;
}
.team_section .team_box figure {
    margin-bottom: 26px;
}
.team_section .team_box figure img {
    border-radius: 20px;
}
.team_section .team_box h5 {
    color: var(--e-global-color-white);
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}
.team_section .team_box p {
    color: var(--e-global-color-text);
    margin-bottom: 22px;
}
.team_section .team_box .team_social_icons i {
    color: var(--e-global-color-white);
    font-size: 16px;
    margin-right: 8px;
    background-color: #1d1d28;
    border-radius: 7px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.team_section .team_box:hover {
    background-image: linear-gradient(-33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
}
.team_section .team_box:hover h5 {
    color: var(--e-global-color-secondary);
}
.team_section .team_box:hover .team_social_icons i {
    background-color: var(--e-global-color-accent);
}
.team_section .team_box .team_social_icons i:hover {
    background-color: var(--e-global-color-bright-blue);
}
.team_section .team_left_shape img {
    opacity: 0.18;
}
.team_section .team_left_shape {
    top: 555px;
    left: 0;
}

/* Contact Page Style */

/* Contact Page Banner Section Style */

.contact-banner-section-outer .banner-section .banner-section-content .btn_wrapper {
    padding: 16px 22px;
}

/* Contact Page Contact Info Section Style */

.contact_info_section {
    padding: 150px 0 125px;
    /* background-color: var(--e-global-color-black); */
}
.contact_info_section .contact_info_content {
    margin-top: -10px;
}
.contact_info_section .contact_info_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.contact_info_section .contact_info_content h2 {
    color: var(--e-global-color-dark-blue);
    margin-bottom: 52px;
}
.contact_info_section .contact_info_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    border-radius: 20px;
    padding: 40px 42px 32px 50px;
    margin-bottom: 30px;
    width: 91%;
}
.contact_info_section .contact_info_box figure {
    float: left;
    width: 20%;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper {
    display: inline-block;
    width: 80%;
    padding-left: 28px;
    margin-top: -5px;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper h5 {
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper p {
    color: var(--e-global-color-text);
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper p:hover {
    color: var(--e-global-color-accent);
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper p a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper p a:hover {
    color: var(--e-global-color-accent);
}
.contact_info_section .contact_info_box:hover {
    background-image: linear-gradient(-33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
}
.contact_info_section .contact_info_box:hover h5 {
    color: var(--e-global-color-secondary);
}
.contact_info_section .contact_info_form_content {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    border-radius: 20px;
    padding: 62px 45px 55px 50px;
    width: 100%;
    text-align: center;
    margin-top: -5px;
}
.contact_info_section .contact_info_form_content h4 {
    font-size: 30px;
    color: var(--e-global-color-white);
    margin-bottom: 38px;
}
.contact_info_section .contact_info_form_content input {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background-color: #20202c;
    color: var(--e-global-color-text);
    padding: 15px 26px;
    height: 66px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 22px;
    outline: none;
    border: none;
    box-shadow: none;
}
.contact_info_section .contact_info_form_content textarea {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background-color: #20202c;
    color: var(--e-global-color-text);
    padding: 15px 26px;
    resize: none;
    height: 148px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 32px;
    outline: none;
    border: none;
    box-shadow: none;
    overflow: auto;
}
.contact_info_section .contact_info_form_content input:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
.form-control::placeholder {
    color: var(--e-global-color-text);
}
.contact_info_section .contact_info_form_content button {
    outline: none;
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 8px 8px 8px 38px;
}
.contact_info_section .contact_info_left_shape {
    top: 278px;
    left: 0;
}
.contact_info_section .contact_info_left_shape img {
    opacity: 0.18;
}

/* Contact Page Contact Map Section Style */

.contact_map_section {
    overflow: hidden;
    margin-bottom: -6px;
    
}
.contact_map_section iframe {
    filter: grayscale(1);
}
.contact_map_section iframe:hover {
    filter: grayscale(0);
}

/* Contact Page Combo Section Section Style */

.contact_combo_section {
    padding: 128px 0 140px;
}

/* Contact Page Client Logo's Section Section Style */

.contact_client_logos_section {
    padding-top: 0;
}

/* Previous Robofest main body */
.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    /* background-color: #000000; */
  }
.prerobo-container {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 150px;
    /* background-color: #000000; */
    }

.prerobo-heading {
    /* font-size: 24px; */
    font-weight: 600;
    font-weight: bold;
    /* color: #011d44; */
    color: linear-gradient(to right, #00979d,#011d44);
    text-align: center;
    text-shadow: 2px 2px #011d44;
    color: #011d44;
    }

.prerobofest-para {
    font-size: 16px;
    font-weight: 500;
    } 
.video-container {
    max-width: 900px;
    width: 500%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
}
iframe{
    width: 500%;
    height: 450px;
}
.cont-row {
      display: flex;
      justify-content: center;
    }

    .contactcol {
      text-align: center;
      max-width: 400px;
      background-color: #ffffff;
      padding: 20px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .contactcol div {
      margin-bottom: 40px;
    }

    .f {
      font-size: 24px;
      color: #00979d;
    }

    h5 {
      color: #555;
      margin: 0;
    }

    p {
      color: #555;
    }
/* Ctegories Section */
.container {
    /* background-color: black; */
    /* display: flex; */
    /* flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
    /* padding: 20px; */
    /* width: max-content; */
  }
  
  .card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 20px;
    padding: 20px;
    max-width: 300px;
    text-align: center;
    display: inline-block;
    height: 500px;
  }
  
  .card img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
 
  .card h3 {
    color: #333;
    font-size: 15px;
    margin-top: 10px;
    text-align: left;
    font-weight: 700;
  }
  
  .card h4 {
    color: #666;
    /* font-size: 18px; */
    /* margin-top: 10px; */
    text-align: left;
    font-weight: 500;
  }
  
  .card p {
    color: #777;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
  }
  
 .card .divider {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    height: 1%;
  }
.subheading {
    /* margin-top: 10px; */
    font-size: 16px;
    text-align: center;
    color: var(--e-global-color-white);
  }
  .card-heading {
    padding-top: 35px;
    /* margin-top: 500px; */
    font-size: 30px;
    text-align: center;
    color: var(--e-global-color-accent);
}

.category-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  .category-buttons button {
    background-color: var(--e-global-color-dark-blue);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
  }
  
  .subcategory-buttons {
    justify-content: center;
    margin-top: 30px;
  }
  
  .subcategory {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px;
  }
  
  .subcategory.show {
    display: flex;
  }
  
  .subcategory button {
    background-color: #8b3dff;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
  }
  .hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-left: 45%;
    }
    .hero-btn:hover{
    border: 1px solid #230875;
    background: #230875;
    color: #fff;
    transition: 1s;
    }
    /*----features----*/

#features{
    /* padding-top: 50px; */
    padding-bottom: 50px;
    margin-top: 10%;
}
.feature-row{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.feature-col{
    flex-basis: 25%;
    text-align: center;
}
/* .feature-col img{
    width: 100px;
}
.feature-col:nth-child(1) img{
    width: 75px;
    filter: invert(100);
} */
.feature-col h4{
   margin-bottom: 15px;
   font-size: 20px;
   font-weight: 400;
   color: var(--e-global-color-accent);
}
.feature-col p{
    color: var(--e-global-color-black);
}
.feature-btn{
    margin: 80px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.con-details{
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* SUPPORT-BANNER SECTION */
.support-section {
    background-color: white;
    color: black; /* White text color */
    /* padding: 60px 0; */
    text-align: center;
}

.fusion-heading {
    color: var(--e-global-color-accent); 
    font-size: 36px;
    font-weight: bold;
    background-color: #F0F0F0;
}

/* Animated glow effect for the heading */


/* Sponsorship tier card styles */
.sponsorship-tiers {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tier-card {
    width: 300px;
    /* background-color: #333;  */
    border: 2px soliD var(--e-global-color-accent); 
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.tier-title {
    color: var(--e-global-color-accent); 
    font-size: 24px;
    margin-bottom: 10px;
}

.tier-benefits {
    color: var(--e-global-color-dark-blue); /* White text color for benefits */
    font-size: 18px;
}

/* Hover effect for cards */
.tier-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.support-form {
    /* background-color: #111;  */
    color: var(--e-global-color-dark-blue);; /* White text color */
    padding: 60px 0;
    text-align: center;
}

.form-container {
    max-width: 600px;
    margin: 0 auto; /* Center-align the form */
    padding: 20px;
}

.form-heading {
    color: #4CAF50; /* Green heading color */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Form styles */
form {
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #4CAF50; /* Green border */
    border-radius: 5px;
    background-color: transparent; /* Transparent background */
    color: var(--e-global-color-dark-blue); 
}

textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #4CAF50; /* Green button background color */
    color: #fff; /* White text color */
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

/* Hover effect for the submit button */
.submit-btn:hover {
    background-color: #45a049; /* Darker green color on hover */
}
.Support_heading{
    text-shadow: 2px 2px var(--e-global-color-bright-blue);
    color: var(--e-global-color-bright-blue);
    text-align: center;
    font-size: 40px;
    background-color: white;
}
.support_para{
    text-shadow: 1px 1px var(--e-global-color-primary);
    color: var(--e-global-color-dark-blue);
    text-align: center;
    font-size: 20px;
    margin-bottom: 5%;
    background-color: white;
}


  /* ------------------------------- */
 /*   ABOUT > PARTNERS PAGE STYLING */
/* ------------------------------- */

.partners{
    /* flex-direction: column; */
    padding: 5%;
    /* background-color: #000; */
}
.gold-partner, .bronze-partner{
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0px;
    /* background-color: #fff; */
}
.gold-partner p{
    background-color: gold;
    color: white;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 50px;
    padding: 15px 0px 10px 0px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #11111130;
}
.gold-partner p::after{
    content: 'SPONSORS';
    font-size: .4em;
    font-family: 'Roboto Mono', sans-serif;
    padding: 0px;
    /* margin-bottom: -3px; */
    /* margin-top: 5px; */
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    /* text-shadow: 0px 0px 10px #ff0000; */
    font-weight: 800;
    display: block;
}
.bronze-partner p{
    background-color: #CD7F32;
    color: white;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 40px;
    padding: 15px 0px 10px 0px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #11111130;
}
.bronze-partner p::after{
    content: 'SPONSORS';
    font-size: .5em;
    font-family: 'Roboto Mono', sans-serif;
    padding: 0px;
    /* margin-bottom: -3px; */
    /* margin-top: 5px; */
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
    /* text-shadow: 0px 0px 10px #ff0000; */
    font-weight: 800;
    display: block;
}
.partner-logos{
    padding: 10px;
}
.partner-logos div{
    height: 150px;
    width: auto;
    overflow: hidden;
    display: inline-block;
    margin: 0px 10px;
    /* background-color: #fff; */
}
.partner-logos div img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
  /* ------------------------- */
 /*   REVIEWS SECTION STYLING */
/* ------------------------- */

.reviews-section{
    margin: 10% 15%;
    z-index: 20000000;
    background-color: #000000;
}

.become-a-partner{
    text-align: center;
    color: white;
    padding: 40px 0px 60px 0px;
    width: 100%;
    border-bottom: 2px solid #111111;
    /* background-color: #030303; */
}
.become-a-partner h2{
    /* font-size: 28px; */
    color: #41f681;
    font-family: 'Montserrat', sans-serif;
}
.become-a-partner a{
    text-decoration: none;
    background-color: #0026ff;
    color: white;
    padding: 15px 0px;
    font-size: 16px;
    display: block;
    width: 20%;
    border-radius: 8px;
    margin: 20px auto 0px auto;
    transition: all .33s ease-in-out;
}
.become-a-partner a:hover{
    background-color: #006eff;
    transform: scale(.95);
}

#inter-school{
    background-color: white;
    border-radius: 100%;
}

  /* --------------------------------- */
 /*   GALLERY > PARTNERS PAGE STYLING */
/* --------------------------------- */

.gallery{
    display: flex;
    /* align-items: center; */
    justify-content: space-around;
    padding: 10px;
    background-color: rgb(255, 255, 255) !important;
    height: fit-content;
}
.gallery .section{
    height: fit-content;
    width: 24.5%;
    padding: 20px 0px;
    /* overflow: hidden; */
}
.gallery .section img{
    width: 100%;
    margin: 5px 0px;
    border-radius: 1px;
    transition: all .22s ease-in-out;
    border: 1px solid #000000;
    /* overflow: hidden; */
    border-radius: 4px;
}
.gallery .section img:hover{
    transform: scale(.98);
    border-color: #00979d;
}

  /* ------------------------------- */
 /*   ABOUT > OUR TEAM PAGE STYLING */
/* ------------------------------- */

.team{
    text-align: center;
    padding: 5% 2%;
    /* background-color: #111111; */
    background-color: #000;
}

.team h2{
    font-family: 'Manrope', sans-serif;
    /* font-size: 20px; */
    color: #f7f7f7;
}
.team p:nth-child(2){
    font-family: 'Roboto Mono', sans-serif;
    /* width: 5%; */
    margin: 0px 5%;
    color: #ebebeb;

}

.team .member{
    border: 4px dotted  var(--e-global-color-dark-blue);
    width: 300px;
    font-family: 'Roboto Mono', sans-serif;
    background-color: white;
    box-shadow: 0px 0px 50px #ffffff50;
    padding: 20px;
    overflow: hidden;
    border-radius: 12px;
    display: inline-block;
    /* display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between; */
    height: 550px;
    position: relative;
}
.team .member .image{
    width: 100%;
    /* margin: auto; */
    border-radius: 10px;
    overflow: hidden;
    height: 170px;
}
.team .member .image img{
    width: 100%;
    /* margin: auto; */
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team .member p:nth-child(2){
    font-size: 12px;
    text-align: left;
    margin: 0px;
    color: #111;
    /* font-weight: 500; */
}
.team .member p:nth-child(3){
    font-family: 'Roboto Mono', sans-serif;
    font-size: 25px;
    color: #1d1d28;
    text-align: left;
    font-weight: 700;
}
.team .member p:nth-child(4){
    font-family: 'Roboto Mono', sans-serif;
    font-size: 14px;
    color: #1d1d28;
    margin: 0px;
    line-height: 22px;
    text-align: left;
    /* font-weight: 700; */
}
.team .member .social-links{
    text-align: left;
    /* margin: 10px 0px; */
    position: absolute;
    bottom: 10px;
}
.team .member .social-links a{
    display: inline-block;
    font-size: 20px;
    color: black;
    margin: 0px 4px;
}
.center-items{
    text-align: center;
    padding: 2% 0px;
    width: 100%;
    /* background-color: #0026ff; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}



  /* ------------------------------- */
 /*   ABOUT > OUR TEAM PAGE STYLING */
/* ------------------------------- */

.courses{
    text-align: center;
    padding: 5% 2%;
    /* background-color: #111111; */
    /* background-color: #000; */
    
}

.courses h2{
    /* font-family: 'Monterrat', sans-serif; */
    /* font-size: 20px; */
    color: #f7f7f7;
}
.courses p:nth-child(2){
    font-family: 'Roboto Mono', sans-serif;
    /* width: 5%; */
    margin: 0px 5%;
    color: #ebebeb;

}

.course{
    overflow: hidden;
    width: 350px;
    height: 420px;
    position: relative;
    background-color: white;
    border-radius: 5px;
    text-align: left;
    border: 2px solid;
    /* padding: 2px; */
    border-bottom: 5px solid green;
    /* font-family: 'Poppins', sans-serif; */
    transition: all .33s ease;
    /* -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both;
    animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both; */

}
.course:hover{
    transform:scale(1.05);
    /* border: 5px solid rgb(0, 0, 0); */
    border-bottom: 5px solid green;
    box-shadow: 0px 0px 10px #ffffff70;
}
.course .course-img{

    /* border-radius: 12px; */
    width: 100%;
    height: 200px;
    overflow: hidden;
    /* object-position: top;
    object-fit: cover; */
}
.course .course-img img{
    width: 100%;
    object-position: top;
    object-fit: cover;
}

/* .course .course-rating, .course .course-title, .course .course-teacher, .course .course-price{
    padding: 5px 10px;
} */
.course .course-rating{
    display: flex;
    align-items: center;
    padding: 5px 10px 0px 10px;
    justify-content: space-between;
}

.course .course-title{
    font-size: 1.5em;
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 700;
    padding: 0px 10px 0px 10px;
}
.course .course-teacher{
    font-size: 1em;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    padding: 5px 10px;
}
.course .course-price{
    text-align: right;
    padding: 5px 10px;
    font-size: 1em;
    border-top: 2px solid #ebebeb;
    /* background-color: #00979d; */
    font-weight: 500;

}
.course .course-price span,.course .course-price span strong{
    font-family: 'Poppins', sans-serif !important;
}
.course .course-price i{
    font-size: 1.2em;
    margin-right: 2px;
}

.course a{
    width: 100%;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    text-align: center;
    display: block;
    border: none;
    font-family: 'Poppins', sans-serif;
    background-color: #011d44;
    color: white;
    padding: 10px;
}


  /* ---------------- */
 /*    Store STYLING */
/* ---------------- */

.store{
    text-align: center;
    padding: 5% 2%;
    /* background-color: #111111; */
    background-color: #ffffff;
    color: #000000 !important;

    
}

.store h2{
    font-family: 'Poppins', sans-serif;
    /* font-size: 20px; */
    color: #000000;
}
.store p:nth-child(2){
    font-family: 'Poppins', sans-serif;
    /* width: 5%; */
    margin: 0px 5%;
    color: #000000;

}

#storeNav li a{
    color: #000 !important;
}
 
  /* ---------------------- */
 /*  COLLABORATORS STYLING */
/* ---------------------- */

.collaborators{
    text-align: center;
    padding: 5% 2%;
}

.collaborators h2{
    font-family: 'Monterrat', sans-serif;
    /* font-size: 20px; */
    color: #000000;
}
.collaborators p:nth-child(2){
    font-family: 'Roboto Mono', sans-serif;
    /* width: 5%; */
    margin: 0px 5%;
    color: #202020;

}

.collab{
    /* background-color: #fff456; */
    width: 350px;
    padding: 10px;
    display: inline-block;
    margin: 30px;
    border-radius: 25% 0%;
    border: 3px solid #ebebeb;

}
.collab:nth-last-child(1) h3{
    font-size: 27px;
}
.collab .logo{
    margin: auto;
    width: 150px;
    height: 150px;
    /* border: 1px solid white; */
}
.collab .logo img{
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}
.collab p{
    font-family: 'Roboto Mono', sans-serif;

}

/*---- Home Page Slider---------*/

body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5; /* Grey background  #ffffff*/
    font-family: Arial, sans-serif;
        }

        .slider-section {
            margin-top: 40px;
            padding: 20px;
            background-color: #001037 ; /* White background for the section */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            border: 5px solid  #001037;
            border-radius: 10px;
            margin: 20px auto;
            max-width: 1000px; /* Maximum width for the section */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .slider-heading {
            text-align: center;
            font-size: 2.5em;
            margin-bottom: 20px;
            color: #001037; /* Navy Blue text color */
            position: relative;
            display: inline-block;
            padding: 10px 20px;
            background: #ffffff; /* White background */
            color: #001037; /* Navy Blue text color */
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            mix-blend-mode: darken;
            text-shadow: 2px 1px;
        }

        .slider-heading::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.05); /* Very light overlay effect */
            border-radius: 10px;
            z-index: -1;
            transform: scale(1.05);
        }

        .slider {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .slider-container {
            display: flex;
            transition: transform 0.5s ease;
            will-change: transform;
        }

        .card {
            flex: 0 0 100%; /* Show one card at a time by default */
            max-width: 300px; /* Maximum width for each card */
            height: 500px;
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            background-color: #ffffff; /* White background for each card */
            margin: 0 10px;
        }

        .card-image {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .overlay-text {
            position: absolute;
            bottom: 10px;
            left: 10px;
            color: #ffffff; /* White text color */
            text-align: left;
            padding: 10px;
            background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            border-radius: 5px;
            max-width: 90%; /* Ensure text fits inside card */
        }

        .overlay-text h2 {
            margin: 0;
            font-size: 1.2em;
        }

        .overlay-text p {
            margin: 5px 0 0;
            font-size: 0.9em;
        }

        .slider-buttons {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }

        .slider-button {
            background-color: #001037; /* Navy Blue */
            color: #ffffff; /* White */
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 1.5em;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slider-button:disabled {
            background-color: rgba(0, 0, 0, 0.3); /* Light grey for disabled */
            cursor: not-allowed;
        }

        @media (max-width: 768px) {
            .card {
                flex: 0 0 100%; /* Show 1 card at a time on mobile screens */
            }
        }
/*-----ROBOFEST 2024------*/

.image-container {
    display: flex;
    gap: 20px; /* Space between the images */
    flex-wrap: wrap; /* Ensure wrapping on smaller screens */
    padding: 50px 20px;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    background-color: #F0F0F0;
}

.image-box {
    position: relative;
    width: 320px; /* Width of the image */
    height: 500px; /* Height of the image */
    overflow: hidden;
    cursor: pointer;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-box:hover img {
    transform: scale(1.1); /* Zoom in effect on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-box {
        width: 250px;
        height: 170px;
    }
}

@media (max-width: 480px) {
    .image-box {
        width: 100%; /* Full width on smaller screens */
        height: 150px;
    }
}
.headline {
    font-family: 'Arial', sans-serif;
    font-size: 48px; /* Default size for larger screens */
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    animation: moveLeftRight 20s infinite;
}

/* Media query for tablets */
@media (max-width: 768px) {
    .headline {
        font-size: 36px; /* Smaller size for tablets */
    }
}

/* Media query for smartphones */
@media (max-width: 480px) {
    .headline {
        font-size: 28px; /* Smaller size for mobile phones */
    }
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(-100vw); /* Start off-screen to the left */
    }
    50% {
        transform: translateX(100vw); /* Move off-screen to the right */
    }
    100% {
        transform: translateX(0); /* Return to the center */
    }
}

/* Styling for each individual section */
/* Container for the festival sections */
.container_Fest {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background-color: #F0F0F0;
}

/* Styling for each individual section */
.section {
    display: flex;
    flex-direction: column; /* Default to column layout */
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}

/* Styling for the images */
.section img {
    width: 100%;
    object-fit: cover;
}

/* Styling for the text content */
.section .text {
    padding: 20px;
    text-align: center;
}

.section .text h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.section .text p {
    color: #777;
    font-size: 16px;
    margin-bottom: 20px;
}

.section .text .btn {
    background-color: #8b3dff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.section .text .btn:hover {
    background-color: #6a2dc7;
}

/* Media query for larger screens */
@media (min-width: 768px) {
    .container_Fest {
        padding: 50px;
        gap: 40px;
    }

    .section {
        flex-direction: row; /* Change to row layout on larger screens */
        max-width: calc(50% - 20px); /* Two sections per row with spacing */
    }

    .section img {
        width: 50%; /* Image takes half the section width */
    }

    .section .text {
        text-align: left; /* Left-align text on larger screens */
        padding: 20px;
        flex: 1; /* Take remaining space */
    }

    .section:nth-child(even) {
        flex-direction: row-reverse; /* Alternate layout for even sections */
    }
}

/* Media query for very small screens */
@media (max-width: 480px) {
    .section .text h2 {
        font-size: 20px;
    }

    .section .text p {
        font-size: 14px;
    }

    .section .text .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}


.robotics-background{
    background-color: #F0F0F0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8)),url(../images/sub_banner_background_shape.png);
    background-repeat: no-repeat;
}
/* .container_concept_rule {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    background-color: #F0F0F0;
}

.section_concept_rule {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    width: 90%;
    max-width: 500px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: rgba(0, 0, 0, 0.03);
}

.section_concept_rule img {
    width: 80%;
    max-width: 150px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.section_concept_rule .text {
    text-align: center;
}

.section_concept_rule .text h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.section_concept_rule .text p {
    color: #555;
    font-size: 14px;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .container_concept_rule {
        flex-direction: row;
        justify-content: space-around;
    }

    .section_concept_rule {
        flex-direction: row;
        align-items: flex-start;
        width: 45%;
    }

    .section_concept_rule img {
        margin-bottom: 0;
        margin-right: 20px;
        max-width: 120px;
    }

    .section_concept_rule .text {
        text-align: left;
    }

    .section_concept_rule .text h2 {
        font-size: 22px;
        color: #8b3dff;
    }

    .section_concept_rule .text p {
        font-size: 15px;
    }
} */
