@font-face {
    font-family: gs;
    src: url(./gs_bold.ttf);
}


*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: gilroy;
}
html,body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
#main{
    position: relative;
    overflow-x: hidden;
}
#page1{
    height: 100vh;
    width: 100vw;
    background-color: #f15d58;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7vw;
   
}
#page1>#nav{
    width: 70%;
    height: 8vw;
    /* background-color: pink; */
    position: absolute;
    top: 0%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%,0%);
}
#nav2{
    display: flex;
    align-items: center;
    gap: 20px;
}
#nav>.des{
    position: absolute;
    /* left: 0%; */
    width: 40%;
    height: .5px;
    background-color: rgba(0, 0, 0, 0.46);
bottom: 0%;
}
#des1{
    left: -2%;
}
#des2{
left: 62%;
}
#nav2>#circle{
    height: 40px;
    width: 40px;
    background-color: #363635;
    border-radius: 50%;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
}

#nav2>a{
    font-size: 1.5vw;
    font-weight: 400;
    color: #363635;
    z-index: 9999;
    transform-origin: 0 0 ;
    transition: 1s ease;
    /* background-color: white;
    padding: 5px 15px;
    border-radius: 50px; */
}
#nav2>a:hover{
    background-color: white;
    padding: 5px 15px;
    border-radius: 50px; 
}
a{
    text-decoration: none;
}

#robot{
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%,0%);
}
#robot>#lefth{
    position: absolute;
    top: 47%;
    left: -1%;
    margin-left: 1.3vw;
    animation: lefth 4s linear infinite ;
}
@keyframes lefth {
    0%{
        transform: rotate(0deg);

    }
    40%{
        transform: rotate(5deg);

    }
    80%{
        transform: rotate(-5deg);

    }
    
    

}
#righth{
    position: absolute;
    top: 70%;
    left: 96%;
}
.p{
    height: 90%;
    width: 40%;
    /* background-color: aquamarine; */
}
#page1>#left1{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    padding: 0 8vw;
}
#left1>h1{
    margin-top: -13vw;
    font-family: gs;
    font-size: 8vw;
    font-weight: 100;
    letter-spacing: -5px;
    color: #363635;
}
#left1>h3{
    font-weight: 300;
    width: 55%;
    color: white;
}
#left1>h4{
    font-weight: 300;
    width: 55%;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1.3vw;
    margin-top: 1vw;
    gap: 5px;
}
#left1>img{
    position: absolute;
    bottom: 35%;
    left: 38%;
}
#right1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#facebook:nth-child(1){
    margin-top: -10vw;
}
#facebook{
    position: relative;
    cursor: pointer;
    transition:  2s ease;

}
#facebook>img:nth-child(2){
    position: absolute;
    left: 0%;
    display: none;
    transition:  2s ease;
}
#facebook:hover #imgf{
    display: initial;
}
#facebook>#ban1{

    position: absolute;
    z-index: 99;
    bottom: -25%;
    right: 15%;
    
    
}
#facebook>#ban2{

    position: absolute;
    z-index: 99;
    bottom: -18%;
    left: 30%;
    transform: rotate(-70deg);
    
    
}
#page1>#cloud1{
    position: absolute;
    display:flex ;
    align-items: flex-end;
    width: 100%;
justify-content: space-between;
    bottom: 7%;
    background-color: transparent;
    left: 0%;
}
#cloudc{
    width:100% ;
    height: 100px;
    background-color: #dcddcd;
    position: absolute;
    left: 0%;
    bottom: 0%;
}
#cloud1>img{
    flex-shrink: 0;
}
#cloud1>img:nth-child(1){
    width: 30vw;
    margin-left: -2vw;
    z-index: 9;
}
#cloud1>img:nth-child(2){
    width: 20vw;
    height: 10vw;
    margin-left: -12vw;
    z-index: 9;

}
#cloud1>img:nth-child(3){
    height: 10vw;
    width: 30vw;
    margin-left: -10vw;
    z-index: 9;

}
#cloud1>img:nth-child(4){
    height: 15vw;
    width: 30vw;
    margin-right: -10vw;
    z-index: 9;

}
#c1{
    position: absolute;
    top: 0%;
    right: 12%;
    width: 43vw;
    z-index: 1;
}
#page2{
position: relative;
    height: 100vh;
    width: 100vw;
    
    background-color: #dcddcd;
}
#redc1{
    position: absolute;
    width: 100%;

    display: flex;
  
    justify-content: space-between;
    bottom: 5%;
    z-index: 999999;
}
#redc1>img{
    display: inline-block;
    flex-shrink: 0;
}
#redc1>img:nth-child(1){
    margin-top: 8vw;
    /* margin-left: -3vw; */

}
#redc1>img:nth-child(2){
    width: 8vw;
    height: 5vw;
    margin-top: 5vw;
    margin-left: -3vw;

}
#redc1>img:nth-child(3){
    width: 10vw;
    height: 7vw;
    margin-top: 2vw;
}
#redc1>img:nth-child(4){
    margin-left: 6vw;
    margin-top: -3vw;
    width: 15vw;
    height: 10vw;
}
#redc1>img:nth-child(5){
    width: 7vw;
    height: 4vw;
    margin-left: -6vw;
}
#redc1>img:nth-child(6){
    width: 7vw;
    height: 4vw;
    margin-left: -3vw;
    margin-top: -2vw;
}
#redc1>img:nth-child(7){
    width: 10vw;
    height: 6vw;
    margin-right: 6vw;
}
#redc2{
    width: 100%;
    /* height: 5vw;
    background-color: pink; */
    position: absolute;
    top: -15%;
    z-index: 99999999;
display: flex;
}
#redc2>img:nth-child(1){
    height: 7.5vw;
    margin-left: 14vw;
    margin-top: -1vw;
}
#redc2>img:nth-child(2){
    margin-left: 4vw;
    margin-top: -4vw;
    width: 21vw;
}
#redc2>img:nth-child(3){
    margin-left: 10vw;
    margin-top: -6vw;
    width: 25vw;
}
#page2>#nav{
    width: 70%;
    height: 8vw;
    /* background-color: pink; */
    position: absolute;
    top: 3%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%,0%);
}
#tv{
    position: relative;
    left: 35%;
    top: 25%;
    /* background-color: red; */
    width: 30vw;
    transform: translate(0%,0%);
    
}
#ballon{
    position: absolute;
    left: 50%;
top: -38%;
width: 30vw;
/* background-color: red; */
transform: translate(-50%,0%);
display: flex;
align-items: center;
justify-content: center;
padding: 0 1.4vw 0 0;
}
#ballon>img:nth-child(1){
    transform: rotate(-25deg);
    margin-top: 2vw;
    margin-left:1vw;
}
#ballon>img:nth-child(2){
    z-index: 99;
    margin-left: -40px;
    position: sticky;
    animation: bot 7s linear infinite both;

    /* position: relative; */

}
#ballon>img:nth-child(3){
    transform: rotate(25deg);
    margin-left: -2vw;
    margin-top: 2vw;

}
#tv>#bottomtv{
    position: absolute;
    left: -10%;
    top: 95%;
    animation: bot 7s linear infinite both;
}
@keyframes bot {
    0%{
        transform: rotate(0deg);
    }
    40%{
        transform: rotate(-3deg);
    }
    80%{
        transform: rotate(3deg);
    }
}
#tv>#rating{
    position: absolute;
    top: -8%;
    right: -10%;
    z-index: 9;
}
#tvm>.swiper {
    position: absolute;
    width: 85%;
    height: 70%;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

 #tvm>.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

 #tvm>.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 #left2{
    position: relative;
    height: 80%;
    width: 30%;
    /* background-color: pink; */
    top: -25%;
    left: 2%;
    transform: translate(0%,0%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0vw 0 10vw;
 }
 #img1{
    margin-top: -10vw;
 }
 #img2{
    position: relative;
    margin-top: -14px;
    margin-right: 26px;
    transition: 3s ease;
    cursor: pointer;

 }
 #imga{
    position: absolute;
    left: 0%;
    display: none;
    transition: 3s ease;
 }
 #img2:hover #imga{
    display: initial;
 }
 #img3{
    position: relative;
    z-index: 99;
    margin-top: -2vw;
    margin-right: 4vw;
 }
 #right2{
    height: 70%;
    width: 35%;
    /* background-color: pink; */
    position: absolute;
    top: 20%;
    right: 0%;
    display: flex;
    flex-direction: column;
    padding: 0 60px;
 }
 #right2>h1{
    font-family: gs;
    font-size: 2.5vw;
 }
 .box{
    width: 85%;
    height: 150px;
    /* background-color: #f15d58; */

   display: flex;
   align-items: center;
   justify-content: center;
 }
 .box>h2{
    font-family: gs;
font-weight: 100;
opacity: .8;

 }
#page3{
    height: 100vh;
    width: 100vw;
    background-color: #a68f58;
    position: relative;
}
#mountbgc{
    position: absolute;
    width: 100%;
    bottom: 5%;
 display: flex;
 
}
#mountbgc>img{
    height: 7vw;
    /* width: 100%; */
    object-fit: cover;
    object-position: center;
}
#flag{
    position: absolute;
    top: 9%;
    right: 12%;
}
#color{
    width: 100%;
    height: 5vw;
    background-color: #a68f58;
    position: absolute;
    bottom: -1%;
}
#m1{
    width: 80%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -5%;
    z-index: 8;
    /* left: 20%; */
}
#m1>img:nth-child(1){
    margin-left: 20vw;
}
#m2{
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    margin-top: -3vw;
    z-index: 99;
}
#m2>img:nth-child(1){
    margin-left: 10vw;
    height: 5vw;
}
#m2>img:nth-child(3){
    margin-left: -5vw;
}
#m2>img:nth-child(4){
    margin-left: -7vw;
}
#page3>#nav{
    width: 70%;
    height: 8vw;
    /* background-color: pink; */
    position: absolute;
    top: 10%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%,0%);
}
#machine{
    position: relative;
    left: 40%;
    top: 30%;
    width: 25vw;
    z-index: 99;
    /* background-color: red; */
}
#machine>#top{
    position: absolute;
    left: 32%;
    top: -15%;
    z-index: 9;
    transition: 1s linear;
}
#machine>#last{
    position: absolute;
    right: 43%;
    top: -13%;
    transition: 1s linear;

}
#machine:hover #top{
    transform: rotate(10deg);
}
#machine:hover #last{
    transform: rotate(-10deg);
}

#left3{
    height: 70%;
    width: 30%;
    /* background-color: pink; */
    position: relative;
    top: -25%;
    left: 10%;
}
#right3{
    height: 70%;
    width: 30%;
    /* background-color: pink; */
    position: absolute;
    top: 25%;
    right: 5%;
    display: flex;
    flex-direction: column;
    /* background-color: aquamarine; */
}
#whimg{
    right: -3%;
    position: absolute;
    top: 10%;
    transform: rotate(-5deg);
}
#whimg>h1{
    position: absolute;
    top: 5%;
    font-family: gs;

    left: 5%;
    font-weight: 100;
}
#whimg>h3{
    position: absolute;
    top: 20%;
    font-size: 13px;
    width: 90%;
    left: 5%;
    font-weight: 400;
}
#yimg{
    position: absolute;
    right: 10%;
    top: 40%;
    /* transform: rotate(-10deg); */
}
#right3>h1{
    font-family: gs;
    font-size: 2.5vw;
    margin-top: 1vw;

}
#right3>img{
    height: 18vw;
    width: 20vw;
    margin-top: 2vw;
}
#right3>h4{
    width: 65%;
    margin-top: 1vw;
}
#wave1{
    height: 8vw;
    width: 150%;
    position: absolute;
 display: flex;
 justify-content: flex-end;
 align-items: flex-end;
    bottom: 0%;
    left: -20%;
    background-image: url(https://boy-coy.com/images/page4/wave_dark.png);
    background-repeat: repeat-x;
    
}
#imgw{
    height: 72%;
    width: 100%;
   background-color: #2b2b2b;
}
#page4{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-color: #414042;
}
#wave2{
    height: 8vw;
    width: 150%;
    position: absolute;
display: flex;
justify-content: flex-end;
align-items: flex-end;
 top: -9%;
 z-index: 99999;
 left: -7%;
    background-image: url(https://boy-coy.com/images/page4/wave_medium.png);
    background-repeat: repeat-x;
    
}
#c{
    width: 100%;
    height: 65%;
    background-color: #363637;
}
#wave3{
    height: 5vw;
    width: 150%;
    position: absolute;
display: flex;
justify-content: flex-end;
align-items: flex-end;
 top:-2%;
 z-index: 99999;
 left: -7%;
 background-image: url(https://boy-coy.com/images/page4/wave_light.png);
 background-repeat: repeat-x;

}
#wave3>#c3{
background-color: #414042;
height: 20%;
width: 100%;
}
#page4>#nav{
    width: 70%;
    height: 8vw;
    /* background-color: pink; */
    position: absolute;
    top: 3%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%,0%);
}
#page4>#nav>#nav2>a{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(156, 146, 146);
}
#envelope{
    position: relative;
    top: 25%;
    left: 20%;
    cursor: pointer;
  z-index: 99;
}
#enb{
    margin-top: -4px;
    z-index: 99;
    position: relative;
}
#ent{
    margin-bottom: -5px;
}

#envc{
    z-index: 99;
    position: relative;
}
#letter{
    position: absolute;
    top: 12%;
    left: 1.5%;
    display: flex;
    flex-direction: column;
    transition: .5s linear;
}
#letter:hover{
    top: 2%;
}
#letter>img{
    width: 28vw;
    height: 22vw;
}
#letter>button{
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%,0%);
    padding: 12px 25px;
    border-radius: 50px;
    background-color: rgb(131, 191, 23);
    color: white;
    font-family: gs;
    gap: 5px;
    border: none;
    bottom: 35%;
    cursor: pointer;
}
#letter>h1{
    position: absolute;
    top: 10%;
    font-weight: 100;
    left: 5%;
    font-family: Romy;
}
.let{
    position: absolute;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
    width: 90%;
    top: 21%;
    left: 50%;
    transform: translate(-50%,0%);
}
#let2{
top: 30%;
}
#let2>#bl{
    width: 53%;
}
.let>h2{
    font-family: Romy;
    font-weight: 100;
}
#bl{
    width: 60%;
    height: 2px;
    background-color: #ffe53d;
    position: absolute;
    bottom: 20%;
    left: 18%;
}
.bl{
    width: 80%;
    height: 2px;
    background-color: #ffe53d;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,0%);
}
#bl2{
    top: 50%;
}
#go{
    position: absolute;
    left: -6%;
    top: 30%;
}
#rope{
    position: absolute;
    top: 22%;
    left: 2%;
}
#right{
    height: 70%;
    width: 40%;
    position: absolute;
    right: 0%;
    top: 26%;
    display: flex;
    flex-direction: column;
    /* background-color: pink; */
}
#right>h1{
    font-family: gs;
    color: #939599;

}
#right>h4{
    font-family: gs;
    color: #939599;
font-weight: 100;
width: 45%;
margin-top: 1vw;
}
#right>a{
display: flex;
align-items: center;
text-decoration: none;
color: white;
margin-top: 1vw;
}

#h1{
    margin-top: 3vw;
}

#right>h3{
    font-family: Arial, Helvetica, sans-serif;
    color: #939599;
font-weight: 100;
font-size: .9vw;
margin-top: .5vw;
}
.a{
    width: 50%;
    height: 3vw;
    align-items: center;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
}
.a>a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    /* margin-top: 1vw;  */
    font-family: gs;
    gap: 5px; 
    font-size: 1.3vw;
}
#octo{
    position: absolute;
    right: 15%;
    bottom: 3vw;
}
#bottomnav{
    width: 100%;
    height: 4vw;
    background-color: #2b2b2b;
    position: absolute;
    bottom: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10vw;
}
#oneb{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;

    color: #656668;
    font-size: .8vw;
}
#oneb>h4>span{
    color: #929496;
}
#twob{
    display: flex;
    gap: 50px;
}
#twob>button{
    padding: 5px 10px;
    background-color: #1d9bf0;
    color: white;
}
#twob>button:nth-child(1){
    border-radius: 50px;
    
}
#twob>button:nth-child(2){
    border-radius: 5px;
    
}
#loader{
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: #f15d58;
    top: 0%;
    z-index: 9999999999999999999;
pointer-events: none;
overflow: hidden;
}
#stars{
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
}
#stars>img{
    width: 100%;
    object-fit: cover;
}
#ufo{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#ufo>img{
    animation: ufo 4s linear   infinite  ;
}
#loading{
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#boy{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@keyframes ufo {
    0%{
        transform: rotate(0deg);
    }
    40%{
        transform: rotateY(30deg);
    }
    80%{
        transform: rotateY(-30deg);
    }
}