*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", serif;
    color: white;
}

body{
    background-color: #0D2550;
}

a{
    text-decoration: none;
}

.navbar-toggler:focus{
    box-shadow: none;
    border: none;
}

.h-fit{
    height: fit-content !important;
}

.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
    
}
.fs16{
    font-size: 16px;
    line-height: 25px;
}
.fs16mini{
    font-size: 16px;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 24px;
}
.fs30{
    font-size: 30px;
}
.fs50{
    font-size: 50px;
}


.ls3{
    letter-spacing: 3px;
}

.w-fit{
    width: fit-content;
}
.w-65{
    width: 65%;
}
.w-70{
    width: 70%;
}
.w-100-cs{
    width: 100% !important;
}
.w-30{
    width: 30%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@font-face {
    font-family: 'Broink';
    src: url('../Font/brolink/brolink.otf') format('opentype'); /* Path to your font file */
    font-weight: normal;
    font-style: normal;
}

.addmore{
    background-color: #27558a;
    border-radius: 10px;
    border: 1px solid #007bff73;
    cursor: pointer;
}
.addmore:hover{
    background-color: #143861;
}

.logo{
    width: 40px;
}

.nav{
    background-color: #091221CC;
    backdrop-filter: blur(5px);
    z-index: 99999;
}

.button-1{
    background: rgb(16,138,238);
    background: linear-gradient(101deg, rgba(16,138,238,1) 53%, rgba(52,194,255,1) 87%);
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .8s;
    color: whitesmoke ;
}

.button-1:hover{
    transition: .8s;
    background: white;
    color: rgb(16,138,238);
}

.button-2{
    background-color: rgba(160, 160, 160, 0.164);
     padding: 10px 20px;
    border-radius: 12px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: .8s;
    backdrop-filter: blur(20px);
    color: white;
    border: 1px solid white;
}

.button-2:hover{
    background-color: white;
    color: black;
}

.language {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.english, .vi {
    transition: transform 0.3s ease-in-out;
}

.swapped .english {
    transform: translateX(110px);
}

.swapped .vi {
    transform: translateX(-95px);
}

/* Optional: Highlight active language */
.english.active, .vi.active {
    font-weight: bold;
    color: #007bff !important;
}


.slideHead{
    font-size: 85px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 99px;
    text-align: center;
    word-spacing: 23px;
    font-weight: 800;
    margin: 10px 0;
}

.slides{
    width: 100%;
    height: 90vh;
    /* padding: 100px 0; */
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
}

.slide-1 {
    background-image: url(../images/2.webp), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.slide-2 {
    background-image: url(../images/slide-2.png), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.slide-3 {
    background-image: url(../images/slide-3.png), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.allCompany-logo{
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.gr-section{
    background: linear-gradient(180deg, #0D2652 0%, #051125 100%);

}
.section-bg{
    background-color:#051125 ;
}


.industry-section{
    margin-top: -36px;
    border-radius: 60px 60px 0 0;
    position: relative;
    z-index: 3;
}

.circle-1{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 3;
} 



.expert-img-box{
    width: fit-content  ;
    outline: 10px solid white;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
    transition: 0.8s;
}

.expert-img-box:hover{
    outline: 10px solid #007bff;
    transition: 0.8s;
}

.bottom-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    transition: 0.8s;
}

.expert-img-box:hover .bottom-shadow{
    display: block;
}
.img-readmore{
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.144);
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 2;
    cursor: pointer;
}

.img-readmore:hover{
    background-color:#051125 ;
    border: 1px solid transparent;

}

.expert-img-box:hover .img-readmore{
    display: block;
    transition: 0.8s;
}

.expert-img{
    max-width: 170px;
    transition: 0.8s;
    
}

.expert-img-box:hover .expert-img{
    transform: scale(1.1);
    transition: 0.8s;
}

.square-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    /* z-index: 3; */
}
.half-circle-blue{
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: -1;
}

.w-50-custom{
    width: 50%;
}

.circle-4{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.square-circle-2{
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 0;
}
.rounded-bg{
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 10%);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}
.rounded-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: #122647;
    border-radius: 100%;
    filter: blur(130px);
    z-index: 0;
    
}


.input{
    background-color: #FFFFFF1A !important;
    backdrop-filter: blur(20px);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 12px;
}

.input:focus{
    outline: none;
}
.input::placeholder{
    color: rgba(255, 255, 255, 0.534);
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 3px;
}
.input-feed{
    background-color: #ffffff !important;
    backdrop-filter: blur(20px);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 5px;
    padding: 12px;
}

.input-feed:focus{
    outline: none;
}


.adress{
    margin-bottom: -15%;
    border-radius: 0 0 60px 60px;
    padding-top: 50px;
}

.icons{
    filter: grayscale(1);
}

.icons:hover{
    filter: grayscale(0);
}
.city-bg{
    background-image: url(../images/city.png);
    background-size: cover;
    background-position: center;
}

.blur-footer{
    background-color: #FFFFFF1A;
    backdrop-filter: blur(50px);
}

.radius-100{
    border-radius: 100%;
}

.expert-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map{
    width: 230px;
    height: 220px;
    outline: 1px solid white;
    outline-offset: 3px;
    border-radius: 10px;
}

.city-image{
    height: 36vh;
}



:root {
  
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 10s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}


        .rating-input {
            display: none; /* Hide radio buttons */
        }
        .rating-label {
            width: 100px;
            height: 50px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 5px;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.2s;
        }
        .rating-label:hover, .rating-input:checked + .rating-label {
            opacity: 0.8;
            border: 2px solid rgb(255, 255, 255);
        }



.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee img {
  display: grid;
  place-items: center;

  /* aspect-ratio: 16/9; */
  /* padding: calc(var(--size) / 10); */
  border-radius: 0.5rem;
}

.marquee--vertical img {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}


/* Toggle direction button */





@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* .bg {
    background: url(../images/event-banner.png) no-repeat ;
    background-size: cover;
    background-position: center;
    height: 80vh;
    width: 100%;
    border-radius: 0 0 100px 100px;
    z-index: -3;
} */

@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}
.star-field {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: -1;
}
.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
        524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
        440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
        -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
        828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
        563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
        -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 5s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}




@media (max-width:1500px){
    .fs12{
    font-size: 11px;
}
.fs14{
    font-size: 12px;
}
.fs16{
    font-size: 14px;
}
.fs16mini{
    font-size: 14px;
}
.fs20{
    font-size: 18px;
}
.fs22{
    font-size:18px;
}
.fs24{
    font-size: 20px;
}
.fs30{
    font-size: 25px;
}
.fs50{
    font-size: 48px;
}
}

@media (max-width:1240px){
.slideHead{
        font-size: 50px;
        line-height: 70px;
    }
    .fs30{
        font-size: 25px;
        margin: 0;
    }
}
@media (max-width:1024px){
.slideHead{
        font-size: 40px;
        line-height: 65px;
    }
    .fs30{
        font-size: 20px;
        margin: 0;
    }


}

@media (max-width:992px){
    .w-md-100{
        width: 100% !important;
    }

    .button-2{
        font-size: 12px;
        padding: 5px 10px;
    }

    .fs30{
        font-size: 16px;
        margin: 0;
    }
    
    .allCompany-logo{
        width: 100%;
        padding: 0 20px;
    }
    .slides{
        height: 70vh;
    }
    
    .fs16{
        font-size: 14px;
        line-height: 24px;
    }
    .w-50-custom{
        width: 100%;
    }  
    
   .w-65{
    width: 90%;
    margin: auto;
    }
    .w-30{
        width: 90%;
        margin: auto;
    }

    .slideHead{
        font-size: 40px;
        line-height: 65px;
        word-spacing: 6px;
    }

    /* .w-70{
        width: 50%;
    } */

    .w-100-cs{
    width: 70% !important;
}
   
}

@media (max-width:768px){
    .resp-mt{
        display: block;
        width: fit-content;
        margin-top: 20px;
    }
    
    .slideHead{
        font-size: 30px;
        line-height: 55px;
    }
    .fs30{
        font-size: 14px;
        margin: 0;
    }
     .fs22{
        font-size: 15px;
    }
    .fs16mini {
        font-size: 10px;
    }

    .fs50{
        font-size: 25px;
    }
    .fs20 {
        font-size: 12px;
    }

 

    .w-md-25{
        width: 25% !important;
    }

.rating-label {
        width: 23px;
        height: 28px;
        font-size: 13px;
    }
    

}
@media (max-width:525px){
    .slideHead{
        font-size: 24px;
        line-height: 45px;
    }
    .fs30{
        font-size: 17px;
        margin: 0;
    }
    .fs16mini {
        font-size: 8px;
    }

      .expert-card{
        width: 100%;
    }

    .city-image{
        height: 10vh;
    }
    .w-md-25{
        width: 33% !important;
    }

       .w-100-cs{
    width: 80% !important;
}
}