@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
  font-family: "mortend light";
  src: url("../fonts/mortend-mortend-light-200.otf");
}

@font-face {
  font-family: "mortend bold";
  src: url("../fonts/mortend-mortend-bold-700.otf");
}

@font-face {
  font-family: "mortend exbold";
  src: url("../fonts/mortend-mortend-extra-bold-800.otf");
}

@font-face {
  font-family: "mortend regular";
  src: url("../fonts/mortend-mortend-regular-400.otf");
}

@font-face {
  font-family: "mortend outline";
  src: url("../fonts/mortend-mortend-outline-800.otf");
}

@font-face {
  font-family: 'nord bold';
  src: url("/assets/fonts/NORD-Bold.otf");
  font-display: swap;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25d366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.whatsapp-float img {
    width: 40px;
    height: 40px;
}
body,html{

  overflow-x: hidden;

  margin: 0;

  padding: 0;

}

h1,h2,h3,h4,h5,h6{

  margin: 0;

}

a{

    text-decoration: none;

    color: #222e98;

}

@font-face {

  font-family: "gunterzbold";

  src: url("../fonts/Gunterz-Bold.otf");

}

@font-face {

  font-family: "gunterzblack";

  src: url("../fonts/Gunterz-Black.otf");

}

@font-face {

  font-family: "gunterzm";

  src: url("../fonts/Gunterz-Medium.otf");

}

@font-face {

    font-family: 'Red Hat Display';

    src: url("../fonts/Gunterz-BoldItalic.otf");

}

@font-face {

    font-family: 'Red Hat Display';

    src: url("../fonts/Gunterz-Regular.otf");

}

/* home */

#home{

    position: relative;

    width: 100%;

    height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: #272323;

    overflow: hidden;

}

.company-logo{
  width: 12vw;
  position: fixed;
  top: 2vw;
  left: 2vw;
  z-index: 3;
}

.home-bg{

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 0;

    background: url(../images/home-bg.webp);

    background-size: cover;
    background-attachment: fixed;

}

.home-container{

    width: 100%;

    height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    gap: 2vw;

    z-index: 2;

    background-color: #000000cb;

}

.FT25-img{

    width: 25vw ;

}

.topic{

    width: 50vw;

    text-align: center;

}

.FT25{

    font-family: 'Red Hat Display';

    font-size: 13vw;

    /* letter-spacing: -15px; */

    color: white;

    line-height: 10vw;

}

.FT25 span{

    color: transparent;

    -webkit-text-stroke: 2px;

    -webkit-text-stroke-color: #fff;

}

.top-des{

    font-size: 1.5vw;

    font-family: 'Red Hat Display';

    color: #fff;

    position: relative;

}

.top-des:before{

    content: '';

    position: absolute;

    width: 15%;

    height: 3px;

    left: -7vw;

    top: 40%;

    background-color: #fff;

}

.top-des:after{

    content: '';

    position: absolute;

    width: 15%;

    height: 3px;

    right: -7vw;

    top: 40%;

    background-color: #fff;

}
.cs26{
    width: 16vw;
}
.event-logo{
    position: fixed;
    top: 2vw;
    left: 2vw;
    width: 12vw;
    z-index: 9;
}
.tagline{

    width: 80%;

    font-size: 2vw;

    font-family: 'Red Hat Display';

    color:#ffffff;

    text-align: center;

}

/* content */

#content{

    width: 100%;

    height: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: #000;

    padding: 5vw 0;

}

.content-container{

    width: 80%;

    display: flex;

    justify-content: center;

    flex-direction: column;

    align-items: center;

    gap: 5vw;

}

.content-cont{

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 1.5vw;

}
.content-left,.content-right{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 50%;
    gap: 2vw;
}
.content-right{
  height: 25vw;
}
.img1{
  background: url(../images/cs26-img1.webp);
  background-size: 120%;
  background-position: center;
  border-radius: 1vw;
}
.content2{
  padding: 5vw 0;
  border-top: 1px solid #444;
}
.cont1{
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
.cont2{
  display: flex;
  flex-direction: row;
}
.cont2 .content-left{
  align-items: start;
  justify-content: start;
}
#content .cont2 h2,#content .cont2 p{
  text-align: left;
}

.img2{
  background: url(../images/cs26-img2.webp);
  background-size: 120%;
  background-position: center;
  border-radius: 1vw;
}
#content h2{

    font-size: 2.3vw;

    color: #fff;

    font-family: 'gunterzm';

    text-align: center;

}

#content p{

    font-family: 'Figtree';

    color: #fff;

    font-size: 1.2vw;

    line-height: 1.5;

    text-align: center;

    margin: 0;

    font-weight: 100;

}

#content button{

    padding: 1vw;

    font-size: 1.1vw;

    border-radius: 2px;

    background: linear-gradient(45deg, #495afe, #222e98);

    border: none;

    cursor: pointer;

    margin-top: 1vw;
    color: #fff;
    transition: all ease .3s;
}

#content button:hover{

    background: white;
    color: #000;

}



.buttons{

    display: flex;

    gap: 3vw;

}

.buttons button{

    width: 17vw;

}

#speakers{
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.speaker-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    flex-wrap: wrap;
}
.leader-box{
    position: relative;
    width: 25vw;
    height: 28vw;
}
.leader_img{
    width: 100%;
}
/* cs25 */
.cs25_leaders {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cs25-content {
    width: 80%;
    height: 80%;
}

.cs25-heading {
    width: fit-content;
}

.cs25-heading h2 {
    font-size: 2vw;
    color: white;
    font-family: "resonateEb";
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.cs25-heading h3 {
    font-family: "kalam";
    color: #FCE100;
    display: flex;
    font-size: 1vw;
    gap: 0.4vw;
    position: relative;
    z-index: 2;
}

.cs25-heading h3::before {
    content: "";
    width: 2vw;
    height: 1px;
    background-color: #FCE100;
    display: block;
    transform: translateY(0.4vw);
}

.cs25-heading h3::after {
    content: "";
    width: 2vw;
    height: 1px;
    background-color: #FCE100;
    display: block;
    transform: translateY(0.4vw);
    position: absolute;
    left: 0;
    bottom: 1vw;
}

.leaders-carousel {
    width: 90%;
    margin: 0 auto;
}

.leaders-carousel .item {
    height: 24vw;
}

.cs25_leaders_boxes {
    margin-top: 4vw;
}

.leaders-carousel .item .leader-box {
    width: 100%;
    height: 30vw;
}

.leader-bg1 {
    width: 80%;
    height: 100%;
    background-color: #262626;
    position: absolute;
    right: 0;
    border-radius: 1vw;
}

.leader-bg2 {
    width: 30%;
    height: 55%;
    border-radius: 1vw;
    background-color: #262626;
    bottom: 0;
    position: absolute;
}

.leader-bg3 {
    width: 20%;
    height: 45%;
    background-color: rgb(0, 0, 0);
    border-radius: 1vw;
}

.leader-bg4 {
    width: 25%;
    height: 60%;
    border-radius: 1vw;
    background-color: #262626;
    position: absolute;
    left: 3vw;
    top: 3vw;
    z-index: -1;
}

.leader-bg5 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 3;
    position: absolute;
    top: 0;
    overflow: hidden;
    border-radius: 1vw;
}

.leaders-carousel .item .leader_img {
    width: 100%;
    transform: translateY(2vw);
    margin-left: 1vw;
}

.leader-content {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    transition: all 0.3s ease;
    /* transform: translateY(15vw); */
    padding-bottom: 1vw;
}

.leader-content .leader-name {
    color: white;
    font-family: "gunterzm";
    text-transform: uppercase;
    font-size: 1.1vw;
    line-height: 1.1vw;
    text-align: center;
}

.leader-job {
    font-family: "figtree";
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 0.3vw 0;
}

.leader-comp {
    font-family: "figtree";
    color: white;
    font-weight: 800;
    text-align: center;
    padding: 0.3vw 0;
}

.leader-content-glow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    border-radius: 1vw;
    background: linear-gradient(transparent, transparent, #262626);
    /* opacity: 0; */
    transition: all 0.3s ease;
}

.leader-box:hover .leader-content-glow{
    background: linear-gradient(#00000000,#00000000,#222e98 100%);
}
.leader-patch {
    width: 15%;
    height: 42%;
    border-radius: 2vw;
    background-color: #313131d2;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "montserrat";
    
    font-size: 1vw;
    color: rgba(255, 255, 255, 0.418);
}


/* footer */

a{

    text-decoration: none;

  }

  #footer {

  width: 100%;

  height: auto;



  display: flex;

  align-items: center;

  justify-content: center;

  border-top: 0.2vw solid #222e98;
  background: rgb(18, 4, 3);

  }

  

  .footerContainer {

  display: flex;

  justify-content: center;

  width: 80%;

  align-items: center;

  }



  @media screen and (min-width:1800px) {

    .footerContainer{

        width: 70%;

    }

  }

  

  .fLeft {

  width: 50%;

  height: 100%;

  display: flex;

  flex-direction: row;

  gap: 0.8vw;

  }

  

  .fMails {

  width: 12vw;

  height: 1.8vw;

  display: flex;

  border: 1.5px solid white;

  justify-content: center;

  align-items: center;

  color: white;

  border-radius: 20px;

  cursor: pointer;

  }

  

  .fUp {

  display: flex;

  gap: .7vw;

  }

  

  .fRight {

  width: 50%;

  height: 10vw;

  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 2vw;

  }

  .s-f{

    display: flex;

  flex-direction: column;

  justify-content: center;

  gap: 1vw;

  position: relative;

  }

  



  





  .fUp a {

  width: 2vw;

  height: 2vw;

  border-radius: 25px;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1.5px white solid;

  transition: all ease .4s;

  }

  

  .fUp a:hover {

  transform: translateY(-3px);

  background-color: #222e98;

  border: 1.5px #222e98 solid;

  color: black;

  

  }

  .fUp a img {
    filter: invert(1);
    width: 65%;
  }

  .fUp a:hover img {

  /* filter: invert(0); */

  }



  

  .fCopy {

  color: white;

  font-family: 'Montserrat';

  font-size: 0.8vw;

  font-weight: 400;

  }

  

  .fCopy span a {

  font-weight: 600;

  color: white;

  text-decoration: none;

  }

  .foot-l {

  width: 70%;

  height: auto;

  display: flex;

  align-items: center;

  justify-content: space-around;

  margin: 1.5vw 0vw;

  }

  

.org-h{

    font-family: "figtree";

    color: white;

}

.org-img{

    width: 100px;

    margin-top: 10px;

}



@media screen and (max-width:766px) {

    html,body{

        overflow-x: hidden;

    }



    .celebrate-wrapper {

        width: 23vw;

        height: 23vw;

        top: 5vw;

    left: 5vw;

    }

    .celebrate-wrapper p {

        font-size: 1.6vw;

    }

    .celebrate-wrapper p:nth-child(3) {

        font-size: 2.9vw;

    }

    .FT25 {

        font-size: 26vw;

        line-height: 24vw;

    }

    .FT25-img{

        width:60vw ;

    }
    .company-logo {
        width: 35vw;
        top: 4vw;
        left: 4vw;
    }
    .content-container{
      gap: 10vw;
    }
    .topic {

        width: 90vw;

    }

    .top-des {

        font-size: 2.7vw;

    }

    .top-des:before,.top-des::after {

        height: 1px;

    }

    .tagline {
        width: 90%;
        font-size: 5vw;
        line-height: 9vw;
    }
    .home-bg {
      background-position: -20vw 0vw;
    }
    .cont1,.cont2{
      flex-direction: column;
      width: 100%;
    }
    .content-left,.content-right{
      width: 100%;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .content-right {
      height: 50vw;
    }
    .content-cont{
      gap: 7vw;
    }
    .home-container {

        gap: 7vw;

    }

    #content h2 {

        font-size: 4.5vw;

    }

    #content p {

        font-size: 4vw;

    }

    #content button {

        padding: 3vw 4vw;

        font-size: 4.1vw;

        margin-top: 5vw;

    }

    .buttons{

        flex-direction: column;

    }

    .buttons button {

        width: 50vw;

    }
#content .cont2 h2, #content .cont2 p {
    text-align: center;
}
.cont2 .content-left {
    align-items: center;
    justify-content: center;
}


    /* cs25 leaders  */
    .cs25_leaders {
        width: 100%;
        height: auto;
        padding: 7vw 0;
    }
    .leader-box {
    position: relative;
    width: 60vw;
    height: 65vw;
    }
    .cs25-content {
        width: 90%;
        height: auto;
    }

    .cs25-heading h3 {
        font-family: "kalam";
        display: flex;
        font-size: 2.5vw;
    }

    .cs25-heading h3::before {
        width: 6vw;
        transform: translateY(1.4vw);
    }

    .cs25-heading h3::after {
        width: 6vw;
        transform: translateY(-0.5vw);
    }

    .cs25-heading h2 {
        font-size: 5vw;
    }

    .leaders-carousel .item {
        height: 40vw;
    }

    .leader-patch {
        width: 15%;
        height: 42%;
        border-radius: 3vw;
        font-size: 2.6vw;
    }
    #speakers h2 {
        color: white;
        font-family: "resonateEb";
        font-size: 5vw;
    }
    .speaker-container {
        gap: 8vw;
    }
    .leader-bg1,
    .leader-bg2,
    .leader-bg3 {
        border-radius: 3vw;
    }

    .leader-content-glow {
        opacity: 1;
    }

    .leader-content {
        width: 90%;
        transform: translateY(0);
    }

    .leader-content .leader-name {
        font-size: 3vw;
        line-height: 4vw;
    }

    .leader-job {
        font-size: 3vw;
    }

    .leader-comp {
        font-size: 3vw;
    }


    .footerContainer{

        flex-direction: column;

    }

    .fLeft{

        width: 100%;

        padding: 4vw 0vw;

    }

    .fRight{

        height: auto;

        width: 100%;

        justify-content: center;

        padding-bottom: 5vw;

    }

    .fUp a {

        width: 6vw;

        height: 6vw;

    }

    .fLinks{

        font-size: 3vw;

    }

    .fCopy {

        font-size: 2.1vw;

    }

}



@media screen and (max-width: 1024px) and (min-width: 768px) {

    html,body{

        overflow-x: hidden;

    }

.company-logo {
    width: 30vw;
}

    .celebrate-wrapper {

        width: 18vw;

        height: 18vw;

        top: 3vw;

    left: 3vw;

    }

    .celebrate-wrapper p {

        font-size: 1.2vw;

    }

    .celebrate-wrapper p:nth-child(3) {

        font-size: 2vw;

    }

    .FT25 {

        font-size: 18vw;

        line-height: 16vw;

    }

    .FT25-img{

        width:60vw ;

    }

    .topic {

        width: 70vw;

    }

    .top-des {

        font-size: 2vw;

    }

    .top-des:before,.top-des::after {

        height: 1px;

        top: 38%;

    }

    .tagline {

        width: 90%;

        font-size: 3vw;

    }

    .home-container {

        gap: 3vw;

    }

    #content h2 {

        font-size: 3.5vw;

    }

    #content p {

        font-size: 2.5vw;

    }

    #content button {

        padding: 1.5vw 3vw;

        font-size: 2.5vw;

        margin-top: 3vw;

    }

  

    .buttons button {

        width: 35vw;

    }

.home-bg{
  background-position: -10vw 0vw;
}
#content .cont2 h2, #content .cont2 p {
    text-align: center;
}
.cont2,.cont1 {
    display: flex;
}
.cont2 .content-left {
    align-items: center;
    justify-content: center;
    width: 50%;
}
.content-right {
    height: 30vw;
}


    /* cs25 leaders  */
    .cs25_leaders {
        width: 100%;
        height: auto;
        padding: 7vw 0;
    }

    .cs25-content {
        width: 90%;
        height: auto;
    }

    .cs25-heading h3 {
        font-family: "kalam";
        display: flex;
        font-size: 2.5vw;
    }

    .cs25-heading h3::before {
        width: 6vw;
        transform: translateY(1.2vw);
    }

    .cs25-heading h3::after {
        width: 6vw;
        transform: translateY(-0.7vw);
    }

    .cs25-heading h2 {
        font-size: 5vw;
    }

    .leaders-carousel .item {
        height: 40vw;
    }

    .leader-patch {
        width: 15%;
        height: 42%;
        border-radius: 3vw;
        font-size: 1.7vw;
    }

    .leader-bg1,
    .leader-bg2,
    .leader-bg3 {
        border-radius: 3vw;
    }

    .leader-content-glow {
        opacity: 1;
    }

    .leader-content {
        width: 90%;
        transform: translateY(0);
    }

    .leader-content .leader-name {
        font-size: 2vw;
        line-height: 2vw;
    }

    .leader-job {
        font-size: 2vw;
    }

    .leader-comp {
        font-size: 2vw;
    }

    .footerContainer{
        flex-direction: column;
        width: 90%;
    }

    .fLeft{

        width: 100%;

        padding: 4vw 0vw;

    }

    .fRight{

        height: auto;

        width: 100%;

        justify-content: center;

        padding-bottom: 5vw;

    }

    .fUp a {

        width: 5vw;

        height: 5vw;

    }

    .fLinks{

        font-size: 2vw;

    }

    .fCopy {

        font-size: 1.8vw;

    }

}