@import url('https://fonts.googleapis.com/css2?family=Barlow: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=Fugaz+One&family=Lexend+Tera:wght@100..900&family=Lexend:wght@100..900&family=Michroma&family=Montserrat: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=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=Rajdhani:wght@300;400;500;600;700&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'conc';
  src: url(../fonts/the_global_use.ttf);
}

body{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.traicon-logo{
    position: fixed;
    z-index: 10;
    width: 6vw;
    top: 1.5vw;
    left: 1.5vw;
}
.slides{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.slide{
    width: 100%;
    height: 100vh;
    position: absolute;
    transition: all 1s ease;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.slide-patch{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000aa;
    z-index: 2;
}

.slide-cont{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
 .concluded {
     color: red;
    font-size: 3.5vw;
    position: absolute;
    left: 18vw;
    top: 18vh;
    z-index: 3;
    font-family: "conc";
    border: 2px solid red;
    border-radius: 0.5vw;
    transform: rotate(328deg);
    }
    .concluded p {
        margin: 0;
        padding: 0vw 1vw;
        padding-top: 0.7vw;
    }
#slide1 video{
width: 110%;
position: absolute;
object-fit: cover;
}
#slide2{
  background-image: url("../images/jakarta.jpg");
}
#slide3{
  background-image: url("../images/oman.jpg");
  background-position-y: -9vw;
}
#slide4{
  background-image: url("../images/india.jpg");
  background-position-y: 0vw;
}

.event-logo{
    width: 45vw;
    transition: all 1s cubic-bezier(.17,.67,.66,.67);
    transform: translateX(-80vw);
    margin-top: -5vw;
}
.date-box{
    color: white;
    display: flex;
    gap: 3vw;
    margin-top: 2vw;
    font-family:"montserrat" ;
    font-size: 1.4vw;
    font-weight: 500;
    transition: all 1.3s ease;
    transform: translateX(-50vw);
}
#cont1 .date-box i{
    margin: 0vw 0.5vw;
    color: #a327e2;
}
.date-box i{
  margin: 0vw 0.5vw;
  color: #ffffff;
}
.k-btn{
    width: 18vw;
    color: white;
    padding: 1vw 0vw;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
    font-family: "Montserrat";
    font-size: 1.3vw;
    font-weight: 400;
    transition: all 1.6s ease;
    transform: translateX(-40vw);
    border-radius: 10vw;
    position: relative;
    overflow: hidden;
}
#cont1 .k-btn:hover{
  color: white;
}


.k-btn::after{
  content: "";
  width: 10%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
  border-radius: 10vw;
  right: 0;
  transition: all 1s ease;
}
#cont1 .k-btn::after{
  background-color: #a327e2;
}

#cont2 .k-btn::after{
  background-color: #8D1C3D;
}
#cont3 .k-btn::after{
  background-color: #e8985e;
}
#cont4 .k-btn::after{
  background-color: #29AB87;
}
#cont2 .date-box i{
  margin: 0vw 0.5vw;
  color: #8D1C3D;
}
#cont3 .date-box i{
  margin: 0vw 0.5vw;
  color: #e8985e;
}
#cont4 .date-box i{
  margin: 0vw 0.5vw;
  color: #29AB87;
}
.k-btn:hover::after{
  width: 100%;
  left: 0;
} 


.buttons{
    position: fixed;
    z-index:10 ;
    display: flex;
    gap: 2vw;
    top: 0;
    right: 0;
    padding: 2vw;
    align-items: center;
}
.show{
    opacity: 1;
    visibility: visible;
}
.show-cont{
    opacity: 1;
    visibility: visible;
}
.show-cont .event-logo{
    transform: translateX(0);
}
.show-cont .date-box{
    transform: translateX(0);
}
.show-cont .k-btn{
    transform: translateX(0);
}
.show-cont #footer{
    transform: translateY(0);
}
.button{
    cursor: pointer;
    width: 9vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a327e2;
    border-radius: 1.5vw;
    font-family: "Montserrat";
    font-weight:300;
    color: rgb(255, 255, 255);
    font-size: 1vw;
    background-size: cover;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.896);
    transition: all 0.5s ease;
}
.button div{
    background-color: rgba(0, 0, 0, 0.541);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button:hover div{
    background-color: rgba(0, 0, 0, 0.727);
    color: rgb(253, 253, 253);
    font-weight: 500;
}
.active{
 
    box-shadow: 0.2vw 0.2vw 2vw rgba(255, 255, 255, 0.477);
    color: rgb(255, 255, 255);
    width: 11vw;
    height: 3vw;
}
.active div{
    background-color: rgba(0, 0, 0, 0.727);
    font-weight: 500;
}
#btn1{
    background-image: url("../images/phil.jpg");
    background-position-y:-1vw;
}
#btn2{
    background-image: url("../images/jakarta.jpg");
}
#btn3{
  background-image: url("../images/oman.jpg");
  background-position-y:-2vw;
}
#btn4{
  background-image: url("../images/india.jpg");
  background-position-y:-1vw;
}   

a{
    text-decoration: none;
}
#footer {
width: 100%;
height: auto;
background: linear-gradient(rgba(0, 0, 0, 0),black);
display: flex;
align-items: center;
position: absolute;
bottom: 0;
transform: translateY(10vw);
transition: all 1.5s ease;
}

.footerContainer {
display: flex;
justify-content: space-between;
width: 99vw;
align-items: center;
}

.fLeft {
width: 60vw;
height: 8vw;
display: flex;
flex-direction: row;
justify-content: center;
margin: 0 0 0 1vw;
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: 25vw;
height: 10vw;
display: flex;
flex-direction: column;
justify-content: center;
gap: 1vw;
}

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

#cont1 .fUp div:hover {
transform: translateY(-3px);
background-color: #a327e2;
border: 1.5px #a327e2 solid;

}
#cont2 .fUp div:hover {
  transform: translateY(-3px);
  background-color: #8D1C3D;
  border: 1.5px #8D1C3D solid;
  
  }
  #cont3 .fUp div:hover {
    transform: translateY(-3px);
    background-color: #e8985e;
    border: 1.5px #e8985e solid;
    
    }
    #cont4 .fUp div:hover {
      transform: translateY(-3px);
      background-color: #29AB87;
      border: 1.5px #29AB87 solid;
      
      }
.fUp div:hover {
  transform: translateY(-3px);
  background-color: #505050;
  border: 1.5px #505050 solid;
  
  }

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

.mail-heading {
color: white;
font-family: 'Montserrat';
font-weight: 500;
font-size: 0.9vw;
}

.mail-box {
width: 26%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
z-index: 10;
}


.mail {
font-family: 'Montserrat';
color: white;
font-weight: 500;
text-decoration: none;
font-size: 0.9vw;
transition: all 0.3s ease;
}

.mb-cont {
cursor: pointer;
width: 90%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0.8vw 0vw;
padding-left: 1vw;
}

.mb-cont::before {
content: "";
width: 0.1vw;
z-index: -1;
height: 3.8vw;
display: block;
background-color: #505050;
position: absolute;
margin-left: -1vw;
transition: all 0.5s ease;
}
#cont1 .mb-cont::before{
  background-color: #a327e2;
}
#cont2 .mb-cont::before{
  background-color: #8D1C3D;
}
#cont3 .mb-cont::before{
  background-color: #e8985e;
}
#cont4 .mb-cont::before{
  background-color: #29AB87;
}
.mail-box:hover .mb-cont::before{
width: 100%;
}

/* mobile responsive */
@media screen and (max-width: 450px){
    html,body{
      overflow: hidden;
    }
    .traicon-logo{
        padding: 3vw;
    }
    .buttons{
        padding: 4vw 9vw;
        flex-direction: column;
    }
    .button {
        width: 27vw;
        height: 9vw;
        border-radius: 5.5vw;
        font-size: 3vw;
    }
    #slide1 video{
      width: 100%;
      height: 130vh
    }

    .active {
        width: 34vw;
        height: 9vw;
    }
    .traicon-logo {
        width: 18vw;
    }
    .event-logo {
        width: 92vw;
    }

    .date-box {
        gap: 3vw;
        margin-top: 5vw;
        font-size: 3.4vw;
    }
    .k-btn {
        width: 47vw;
        margin-top: 4vw;
        font-size: 4.4vw;
    }
     .concluded {
      color: red;
    font-size: 6vw;
    position: absolute;
    left: 30vw;
    top: 28vh;
    z-index: 3;
    font-family: "conc";
    border: 2px solid red;
    border-radius: 0.5vw;
    transform: rotate(347deg);
    }

/* footer */

#footer {
    width: 100%;
    height: auto;
    padding: 3vw 0vw;
  }
  .footerContainer {
    flex-direction: column;
    gap: 2vw
  }
  
  .mail-box:hover .mb1::before {
    display: none;
  }
  .mb-cont {
    width: auto;
    align-items: center;
  }
  .mb-2{
    border-left: 1px solid rgba(209,36,53,1);
    border-right: 1px solid rgba(209,36,53,1);
    padding-right: 1vw;
  }
  .mail-box:hover .mb2::before {
   display: none;
  }
  .mail-box:hover .mb3::before {
    display: none;
  }
  .fRight {
    width: 80vw;
    gap: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fUp {
    justify-content: space-around;
    gap: 2vw;
  }
  .fUp div {
    width: 4vw;
    height: 4vw;
  }
  .fLinks {
    font-size: 2.55vw;
  }
  
  .fLeft {
    width: 85vw;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0vw;
    gap: 0.8vw;
    justify-content: center;
    align-items: center;
  }
  .mb-cont::before {
    display: none;
  }
  .mail-box {
    width: 80%;
  }
  .mailHead3{
    font-size: 1.92vw;
  }
  .mail-heading {
    font-size: 3.5vw;
    text-align: center;
  }
  .mail {
    font-weight: 500;
    font-size: 3.2vw;
  }
  .fCopy {
    padding-left: 1vw;
    font-size: 2.5vw;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    html,body{
      overflow: hidden;
    }
    .buttons{
      flex-direction: column;
    }
    .button {
        width: 27vw;
        height: 7vw;
        border-radius: 4.5vw;
        font-family: "Montserrat";
        font-size: 2.5vw;
    }
    .active {
        width: 31vw;
        height: 7vw;
    }
    .concluded {
        left: 2vw;
        top: 29vh;
    }
    .traicon-logo {
        z-index: 10;
        width: 14vw;
    }
    .event-logo {
        width: 80vw;
        margin-top: -10vw;
    }
    .date-box {
        gap: 4vw;
        margin-top: 5vw;
        font-size: 3vw;
    }
    .k-btn {
        width: 36vw;
        margin-left: 9vw;
        margin-top: 4vw;
        font-size: 3.3vw;
    }
    #slide1 video{
      width: 100%;
      height: 130vh
    }


    /* footer */

#footer {
    width: 100%;
    height: auto;
    padding: 3vw 0vw;
  }
  .footerContainer {
    flex-direction: column;
    gap: 2vw
  }
  
  .mail-box:hover .mb1::before {
    display: none;
  }
  .mb-cont {
    width: auto;
    align-items: center;
  }
  .mb-2{
    border-left: 1px solid rgba(209,36,53,1);
    border-right: 1px solid rgba(209,36,53,1);
    padding-right: 1vw;
  }
  .mail-box:hover .mb2::before {
   display: none;
  }
  .mail-box:hover .mb3::before {
    display: none;
  }
  .fRight {
    width: 80vw;
    gap: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fUp {
    justify-content: space-around;
    gap: 2vw;
  }
  .fUp div {
    width: 4vw;
    height: 4vw;
  }
  .fLinks {
    font-size: 2.55vw;
  }
  
  .fLeft {
    width: 85vw;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0vw;
    gap: 0.8vw;
    justify-content: center;
    align-items: center;
  }
  .mb-cont::before {
    display: none;
  }
  .mail-box {
    width: 80%;
  }
  .mailHead3{
    font-size: 1.92vw;
  }
  .mail-heading {
    font-size: 2.5vw;
    text-align: center;
  }
  .mail {
    font-weight: 500;
    font-size: 2.2vw;
  }
  .fCopy {
    padding-left: 1vw;
    font-size: 2.5vw;
  }
}