@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");
}

body,html{
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

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

a{
    text-decoration: none;
    color: #3caa6d;
}

@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: 'gunterit';
    src: url("../fonts/Gunterz-BoldItalic.otf");
}

@font-face {
    font-family: 'gunterzr';
    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;
}

.celebrate-wrapper{
    width: 9vw;
    height: 9vw;
    background-color: #faffff;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 3vw;
    left: 3vw;
    border: 5px solid rgb(242, 185, 53);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.celebrate-wrapper p{
  margin: 0;
  text-align: center;
  font-family: "figtree";
  font-size: 0.6vw;
text-transform: uppercase;
}

.celebrate-wrapper p:nth-child(2){
    font-weight: 800;
}

.celebrate-wrapper p:nth-child(3){
    font-weight: 800;
    color: rgb(242, 185, 53);
    font-size: 0.9vw;
    padding: 0.2vw 0vw;
    margin: 0.2vw 0vw;
    font-family: "montserrat";
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.734);
    border-bottom: 1px solid rgba(0, 0, 0, 0.371);
}

.home-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../images/home-bg.webp);
    background-size:cover;
}
#ft25{
    width: 28vw;
}
#ft25 img{
    width: 100%;
}
.home-container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vw;
    z-index: 2;
    background-color: #000000a1;
}

.topic{
    width: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cs25{
    font-family: 'gunterit';
    font-size: 13vw;
    /* letter-spacing: -15px; */
    color: white;
    line-height: 10vw;
}

.cs25 span{
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #fff;
}

.top-des{
    font-size: 1.5vw;
    font-family: 'gunterzr';
    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;
}

.tagline{
    width: 80%;
    font-size: 2vw;
    font-family: 'gunterzr';
    /* color: #3caa6d; */
    color: #fff;
    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 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 2vw;
    font-size: 1.1vw;
    border-radius: 2px;
    background: linear-gradient(45deg,#3caa6d,#3caa6d);
    border: none;
    cursor: pointer;
    margin-top: 1vw;
}

#content button:hover{
    background: white;
}



.buttons{
    display: flex;
    gap: 3vw;
}

.buttons button{
    width: 17vw;
}

.title {
  color: white;
  font-size: 3vw;
  font-family: "mortend bold";
  text-transform: uppercase;
}
/* speakers */
.speakers{
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.speakers .title{
  width: 80%;
}
.speakers-boxes{
  width: 80%;
  height: auto;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  flex-wrap: wrap;
  padding-bottom: 5vw;
}
.speaker-box{
  width: 19vw;
  height: 25vw;
  background-color: #191919;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3vw;
  overflow: hidden;
  position: relative;
}
.speaker-box::after{
  content: "";
  width: 2vw;
  height: 2vw;
  background: #018652;
  transform: rotate(45deg);
  right: -1vw;
  position: absolute;
  bottom: -1vw;
}
.speaker-box:hover .speaker-img-box{
background:#018652;
}
.speaker-img-box{
  width: 16vw;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #3caa6d;
  margin-top: 1.5vw;
  position: relative;
}
.spk-img{
  width: 100%;
  position: relative;
  transform: translate(0vw, 1vw);
}
.spk-img2{
  position: absolute;
opacity: 0.1;
margin-left: 3vw;
transform: translate(0vw, 1vw);
}
.spk-cont{
  width: 100%;
  min-height: 7vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.1vw;
  line-height: 1.2vw;
}
.spk-name{
  color: white;
  font-size: 0.9vw;
  text-transform: uppercase;
  font-family: "mortend light";
  text-align: center;
}
.spk-job{
  color: white;
  font-family: "Source Sans 3";
  font-size: 1vw;
  font-weight: 300;
  text-align: center;
}
.spk-company{
  color: white;
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 1vw;
  text-align: center;
  width: 98%;
}


/* footer */

a{
    text-decoration: none;
  }

  #footer {
  width: 100%;
  height: auto;
  background: #001f21;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.2vw solid #3caa6d;
  background-color: #051511;
  }

  

  .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 div {
  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 div:hover {
  transform: translateY(-3px);
  background-color: #3caa6d;
  border: 1.5px #3caa6d solid;
  color: black;

  
  }

  

  .fUp div:hover .fLinks {
  color: #fff;
  }

  

  .fLinks {
  font-size: 1.25vw;
  padding-top: 0.1vw;
  color: #fff;
  }

  

  .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;
    }

    .cs25 {
        font-size: 26vw;
        line-height: 24vw;
    }

    .topic {
        width: 90vw;
    }

    .top-des {
        font-size: 2.7vw;
    }

    .top-des:before,.top-des::after {
        height: 1px;
    }

    .tagline {
        width: 90%;
        font-size: 5vw;
    }

    .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;
    }

    .speaker-box {
      width: 40vw;
      height: 60vw;
    }
    .speakers-boxes{
      width: 90%;
      min-height: 50vh;
    }
    .speakers{
      min-height: 60vh;
      padding: 7vw 0vw;
    }
    .speaker-img-box {
      width: 35vw;
      height: 35vw;
    }
    .spk-img{
      transform: translateY(0);
    }
    .spk-cont {
      width: 100%;
      min-height: 20vw;
    }
    .spk-name{
      font-size: 3vw;
      line-height: 3.2vw;
    }
    .spk-company{
      font-size: 2.5vw;
      line-height: 2.7vw;
    }
    .spk-job{
      font-size: 2.5vw;
      line-height: 2.7vw;
    }
    .speaker-box::after {
      width: 10vw;
      height: 10vw;

      right: -6vw;
      bottom: -6vw;
    }

    .footerContainer{
        flex-direction: column;
    }

    .fLeft{
        width: 100%;
        padding: 4vw 0vw;
    }

    .fRight{
        height: auto;
        width: 100%;
        justify-content: center;
        padding-bottom: 5vw;
    }

    .fUp div {
        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;
    }
    .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;
    }

    .cs25 {
        font-size: 18vw;
        line-height: 16vw;
    }

    .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;
    }

/* speakers */
.ps-carousel .item,.ps-carousel2 .item{
display: flex;
align-items: center;
justify-content: center;
}
.speaker-box {
  width: 40vw;
  height: 60vw;
}
.speakers-boxes{
  width: 90%;
  min-height: 50vh;
}
.speakers{
  min-height: 60vh;
  padding: 7vw 0vw;
}
.speaker-img-box {
  width: 35vw;
  height: 35vw;
}
.spk-img{
  transform: translateY(7vw);
}
.spk-cont {
  width: 100%;
  min-height: 20vw;
}
.spk-name{
  font-size: 2.5vw;
  line-height: 3vw;
}
.spk-company{
  font-size: 2.5vw;
  line-height: 3vw;
}
.spk-job{
  font-size: 2.5vw;
  line-height: 3vw;
}
.speaker-box::after {
  width: 10vw;
  height: 10vw;

  right: -6vw;
  bottom: -6vw;
}


    .footerContainer{
        flex-direction: column;
    }

    .fLeft{
        width: 100%;
        padding: 4vw 0vw;
    }

    .fRight{
        height: auto;
        width: 100%;
        justify-content: center;
        padding-bottom: 5vw;
    }

    .fUp div {
        width: 5vw;
        height: 5vw;
    }

    .fLinks{
        font-size: 2vw;
    }

    .fCopy {
        font-size: 1.8vw;
    }
}