*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "gilroy";
}
html,
body {
    height: 100%;
    width: 100%;
}

#nav{
    width: 100%;
    height: 76px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0vw 7.5vw;
    mix-blend-mode: difference;
    z-index: 9;
}

#nav #nav1 img{
    width: 11.8vw;
  
}


#nav #nav2{
    display: flex;
    gap: 53px;
}

#nav #nav2 a{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .8px;
    text-decoration: none;
    cursor: none;
}

#nav i{
    font-size: 1.8vw;
    color: #fff;
    display: none;
}
#cursor{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: fixed;
    background-color: #fff;
    mix-blend-mode: difference;
    z-index: 999;
}
#page1{
    width: 100%;
    height: 100vh;
    position: relative;
}
#page1 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

#page2{
    width: 100%;
    height: 100vh;
    background-image: url(image_part_001.jpg);
    background-size: cover;
    background-position: center;
    padding: 8vw 6vw;
}

#page2 h1{
    font-size: 5vw;
    text-align: center;
    font-family: "archia";
    word-spacing: 5px;
    color: #ffee04;
    letter-spacing: 1px;
    font-weight: 300;
    backdrop-filter: blur(5px); 
    padding: 10px;
}

#page2 p{
    font-size: 5vw;
    text-align: center;
    font-family: "archia";
    word-spacing: 5px;
    color: #ffee04;
    letter-spacing: 1px;
    font-weight: 300;
    backdrop-filter: blur(5px); 
    align-items: center;
    padding: 10px;
}
#page2-container{
    width: 100%;
    height: 55vh;
    position: relative;
    margin-top: 7vw;
    display: flex;
    border-radius: 10px;
}

#page2-container-left{
    width: 40%;
    height: 92%;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-right: 7%;
    position: relative;
    left: 1.2%;
    display: flex;
    overflow: hidden;
}
#page2-container-left{
   width: 45%;
   height: 100%;
   background-position: center;
   background-size: cover;
   object-fit: cover;
}
#page2-container-right{
    width: 53%;
    height: 100%;
    border-radius: 10px;
    padding: 0vw 4vw;
}

#page2-container-right>h1{
    font-size: 3vw;
    font-weight: 400;
    color: orange;
    text-align: start;
    margin-bottom: 30px;
    letter-spacing: 1px;
    width: 25%;
    backdrop-filter: blur(5px); 
    padding: 10px;
}

#page2-container-right p{
    font-size: 1.4vw;
    color: orange;
    font-weight: 100;
    text-align: start;
    margin-bottom: 30px;
    word-spacing: 1px;
    letter-spacing: 1px;
    line-height: 1.8vw;
    backdrop-filter: blur(5px); 
    padding: 10px;
}

#page3{
    width: 100%;
    height: 100vh;
    background-image: url(image_part_002.jpg);
    background-size: cover;
    background-position: center;
    padding: 8vw 6vw;

}

#page3-container{
    /* background-color: red; */
    padding: 1vw 0vw;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70vh;
}

#page3-container-left{
    width: 60%;
    height: 100%;
    border-radius: 10px;
    padding: 0vw 4vw;
    position: relative;
    right: 12px;
}

#page3-container-left>h1{
    font-size: 3.2vw;
    font-weight: 100;
    color: #0084ff;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: start;
    font-family: "archia";
    margin-bottom: 35px;
    width: 28%;
    backdrop-filter: blur(5px); 
    padding: 10px;
}

#page3-container-left p{
    font-size: 1.3vw;
    font-weight: 100;
    margin-bottom: 45px;
    word-spacing: 1px;
    letter-spacing: 1px;
    line-height: 1.8vw;
    backdrop-filter: blur(5px); 
    color: #0084ff;
}

#page3-container-left button{
    font-size: 18px;
    padding: 13px 30px;
    border: 2px solid #ffee00;
    border-radius: 50px;
    background-color: transparent;
    /* transition: all .5s ease; */
}
#page3-container-left button:hover{
    border: 2px solid #B9B6B6;
    color: #B9B6B6;
}

#page3-container-right{
    width: 55%;
    height: 92%;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-right: 7%;
    position: relative;
    left: 1.2%;
    display: flex;
    overflow: hidden;
}

#page4{
    width: 100%;
    height: 465vh;
    background-color: red;
    background: url(download.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: bg 4s linear infinite;
    position: relative;
    overflow: hidden;
}
/* @keyframes bg {
    100%{
        filter: hue-rotate(360deg);
    }
} */

#page4 img{
    width: 45%;
    position: relative;
    left: 28.5%;
}


#page4 h1{
    font-size: 2vw;
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    top: 1.4%;
    left: 43%;
    text-transform: uppercase;
}

#page4 .helmet{
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
}

#page4 h2{
    font-size: 2.7vw;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
    bottom: 60px;
    font-weight: 300;
}

#page4 p{
    font-size: 1.4vw;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    bottom: 20px;
    left: 350px;
    font-weight: 400;
    width: 55%;
    margin-bottom: 20px;
}



#page43-container{
    width: 100%;
    height: 50vh;
    /* background-color: red; */
    display: flex;
    padding: 3vh 15vh;
}

#page43-container-left>h3{
    font-size: 1.8vw;
    color: #000;
    width: 80%;
    font-family: "archia";
    font-weight: 300;
}

#page43-container-right{
    width: 95%;
    height: 97%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-right: 7%;
    position: relative;
    left: 1.2%;
    display: flex;
}

#page43-container-right video{
   width: 100%;
   height: 100%;
   background-position: center;
   background-size: cover;
   object-fit: cover;
}




#page44-container{
    width: 100%;
    height: 50vh;
    /* background-color: red; */
    display: flex;
    padding: 3vh 15vh;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 100px;
}

#page44-container-left{
    width: 98%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    /* background-color: rgb(242, 153, 153); */
}
#page44-container-left video{
   width: 100%;
   height: 100%;
   background-position: center;
   background-size: cover;
   object-fit: cover;
}

#page44-container-right >h3{
    font-size: 1.8vw;
    color: #000;
    width: 80%;
    font-family: "archia";
    font-weight: 300;
    margin-left: 150px;
}

#page44-container-right > .btn44{
    font-size: 18px;
    padding: 13px 30px;
    border: 2px solid #000;
    border-radius: 50px;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
}


#page5{
    width: 100%;
    height: 110vh;
    background-image: url(weathering.png);
    background-position: center;
    background-size: cover;
    /* position: relative; */
     display: flex;
    justify-content: start;
    align-items: center;

}
#page5 #heading{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
}
#page5 #heading h2{
    font-size: 1.4vw;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-family: "archia";
}

#page5 #page5-containers #info{
    height: 100%;
    width: 40vw;
    /* background-color: red; */
    padding: 0vw 4vw 6vw 4vw;
    flex-shrink: 0;
}

#page5 #page5-containers #info h1{
    font-size: 3.2vw;
    font-weight: 100;
    font-family: "archia";
    color: #fff;
}
#page5 #page5-containers #info p{
    font-size: 1.5vw;
    line-height: 1.9vw;
    font-weight: 100;
    /* font-family: "archia"; */
    color: #fff;
    margin-bottom: 40px;
}

#page5 #page5-containers #info button{
    font-size: 18px;
    padding: 14px 27px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    background-color: transparent;
    margin-bottom: 80px;
    color: #fff;
}

#page5-containers{
   height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8vw 5vw;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
#page5-container{
    flex-shrink: 0;
    height: 142%;
    width: 42vw;
    background-color: #ffffff3e;
    backdrop-filter: blur(50px);
    -webkit-mask-image: url(https://www.brain.space/wp-content/themes/brain.space/assets/bg/home/ecosystem-box_bg.svg);
    /* mask-image: url(https://www.brain.space/wp-content/themes/brain.space/assets/bg/home/ecosystem-box_bg.svg); */
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    padding: 2vw;
    margin: 0 1vw;
}
#page5-container img{
    width: 100%;
    height: 50%;
    scale: .93;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-top: 4vw;
}

#page5-container h1{
    font-size: 3.3vw;
    font-family: "archial";
    font-weight: 100;
    margin-left: 20px;
    margin-top: 40px;
    letter-spacing: 1px;
}
#page5-container p{
    font-size: 1.2vw;
    font-weight: 100;
    margin-left: 20px;
    margin-top: 20px;
    word-spacing: 3px;
}
#page5-container .arrow{
    width: 130%;
    scale: .05;
    position: absolute;
    bottom: -8%;
    right: -55%;
}
#page5-container .num{
    font-size: 2.5vw;
    font-family: "archial";
    position: absolute;
    left: 2%;
    font-weight: 300;
    bottom: 16.5%;
    color: #fff;
}
#page5 #slider{
    width: 60%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden;
}
#page5 #slider #slider-in{
    width: 40%;
    height: 5px;
    background-color: #000;
    border-radius: 10px;
}

#page7{
    width: 100%;
    height: 120vh;
    background-color: #7dafdd;
    background-size: cover;
    background-position: center;
    padding: 4vw 2vw 2vw 0vw;
    
}
#page7 h3{
    font-size: 3vw;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #0c0c0c;
    font-family: "archia";
}

#page7 #page7-containers{
    width: 100%;
    height: 85vh;
    /* background-color: red; */
    margin-top: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 80px;
}


#page7-container{
    /* width: 34%;
    height: 105%; */
    background-color: #fff;
    margin: 0 .8vw;
    height: 100%;
    width: 100%;
    -webkit-mask-image: url(https://www.brain.space/wp-content/themes/brain.space/assets/bg/comp/headline-text-list_box-button-box_bg.svg);
    /* -webkit-mask-position: bottom; */
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    /* mask-size: 30em 150%; */
    /* padding: 2vw; */
    /* margin: 0 1vw; */
    position: relative;
}

#page7-container .text1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 80px;
    background-color: #E0DEFE;
    border-radius: 50px;
    margin: 5vw 8vw 1vw 3.5vw;
}
#page7-container .text1 h2{
    font-size: 1.8vw;
    letter-spacing: 2px;
    font-family: "archial";
}
#page7-container p{
    font-size: 1.2vw;
    margin: 3.5vw 2.2vw;
    font-weight: 500;
    line-height: 1.6;
    font-family: "archia";
}

#page7-container .text2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 80px;
    background-color: #F2AAAC;
    border-radius: 50px;
    margin: 5vw 8vw 1vw 3.5vw;
}
#page7-container .text2 h2{
    font-size: 1.8vw;
    letter-spacing: 2px;
    font-family: "archial";
}

#page7-container .text3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 80px;
    background-color: #2194ff;
    border-radius: 50px;
    margin: 5vw 8vw 1vw 3.5vw;
}
#page7-container .text3 h2{
    font-size: 1.8vw;
    letter-spacing: 2px;
    font-family: "archial";
}

#page7-container h3{
    font-size: 2vw;
    position: absolute;
    top: 6%;
    left: 66%;
}

#page7-container h3{
    font-size: 2vw;
    position: absolute;
    top: 6%;
    left: 66%;
}

#page7 h4{
    font-size: 1.5vw;
    text-align: center;
    font-family: "archial";
    font-weight: 300;
    margin-top: 50px;

}
#page9 {
    width: 95%;
    height: 420vh;
    background: conic-gradient(at 0 0,rgb(139, 201, 255), rgb(162, 182, 255),rgb(130, 157, 253),rgb(120, 218, 248));
    margin-left: 2.6vw;
    position: relative;
    padding: 2vw;
    border-radius: 20px;
}
#page9 #img{
    width: 125px;
    position: absolute;
    bottom: 80px;
    left: 73%;
    transform: translateX(-50%);
}
#page9 #asset{
    width: 18%;
    position: absolute;
    left: 0;
    top: 0;
}

#page9 .imgdiv{
    width: 125px;
    height: 125px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: .8%;
    left: .8%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page9 .imgdiv img{
    width: 70px;
   
}
#page9 #img:nth-child(2){
    width: 150px;
    position: absolute;
    bottom: 85px;
    left: 83%;
    transform: translateX(-50%);
}
#page9 #img:nth-child(3){
    width: 150px;
    position: absolute;
    bottom: 85px;
    left: 94%;
    transform: translateX(-50%);
}

#page9 #page9-1{
    width: 100%;
    height: 80vh;
    position: relative;
    display: flex;
}
#page9 #page9-1 h2{
    font-size: 1.4vw;
    font-family: "archial";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    letter-spacing: 5px;
    font-weight: 500;
    text-align: center;
}
#page9 #page9-1 #page9-1-left{
    width: 100%;
    height: 100%;
    /* background-color: rgb(250, 106, 106); */
    padding: 15vw 3vw 3vw 3vw;
}
#page9 #page9-1 #page9-1-left h1{
    font-size: 3.2vw;
    font-family: "archial";
    font-weight: 300;
}
#page9 #page9-1 #page9-1-right{
    width: 100%;
    height: 100%;
    /* background-color: rgb(157, 248, 157); */
    padding: 15vw 3vw 3vw 3vw;
}
#page9 #page9-1 #page9-1-right > h3{
    font-size: 1.9vw;
    font-family: "archial";
    margin-bottom: 40px;
    font-weight: 400;
}
#page9 #page9-1 #page9-1-right p{
    font-size: 1.3vw;
}
#page9 #page9-2{
    width: 100%;
    height: 167vh;
    background-color: rgba(0, 0, 0, 0.055);
    border-radius: 20px;
    backdrop-filter: blur(100px);
    z-index: 9;
    display: flex;
    padding: 2vw 4vw 4vw 4vw;
}
#page9 #page9-2 #h5{
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    /* background-color: red; */
    position: absolute;
    text-align: center;
    left: 50%;
    /* top: ; */
    transform: translateX(-50%);
}
#page9 #page9-2 #h5 h5{
    font-size: 2vw;
    letter-spacing: 2px;
    font-weight: lighter;
    position: relative;
    top: 45px;
}
#page9 #page9-2 #page9-2-left{
   width: 100%;
   height: 90%;
   /* background-color: orange;  */
   margin-top: 110px;
}

#page9 #page9-2 #page9-2-left #bar{
    width: 75%;
    height: 30vh;
    /* background-color: maroon; */
    display: flex;
    padding: 6vw 3vw 0vw 14vw;
    border-bottom: 0.2px solid #0000004a;
}
#page9 #page9-2 #page9-2-left #bar:nth-child(5){
    width: 95%;
    height: 30vh;
    /* background-color: maroon; */
    display: flex;
    padding: 6vw 3vw 0vw 12vw;
    border: none;
}
#page9 #page9-2 #page9-2-left #bar .circle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    position: relative;
    bottom: 18px;
}

#page9 #page9-2 #page9-2-left #bar h4{
    font-size: 1vw;
    font-family: "archial";
    font-weight: 300;

}
#page9 #page9-2 #page9-2-right{
    margin-top: 110px;
    width: 100%;
    height: 90%;
    /* background-color: rgb(255, 0, 195);  */
 }

 #page9 #page9-2 #page9-2-right #bar{
    width: 75%;
    height: 30vh;
    /* background-color: maroon; */
    display: flex;
    padding: 6vw 3vw 0vw 12vw;
    border-bottom: .2px solid #0000004a;
}
#page9 #page9-2 #page9-2-right #bar:nth-child(5){
    width: 95%;
    height: 30vh;
    /* background-color: maroon; */
    display: flex;
    padding: 6vw 3vw 0vw 12vw;
    border: none;
}
#page9 #page9-2 #page9-2-right #bar .circle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    position: relative;
    bottom: 18px;
}

#page9 #page9-2 #page9-2-right #bar h4{
    font-size: 1vw;
    font-family: "archial";
    font-weight: 300;
}

#page9 #page9-3{
    width: 100%;
    height: 100vh;
    /* background-color: tomato; */
    margin-top: 200px;
    display: flex;
}

#page9 #page9-3 #page9-3-left{
    width: 50%;
    height: 100%;
    /* background-color: tomato; */
    padding: 5vw 3vw;
}
#page9 #page9-3 #page9-3-left h1{
    font-size: 3vw;
    font-family: "archial";
    margin-bottom: 30px;
    font-weight: 300;
}

#page9 #page9-3 #page9-3-left p{
    font-size: 1.4vw;
    font-weight: 200;
    margin-bottom: 40px;
    line-height: 1.9vw;
}
#page9 #page9-3 #page9-3-left b{
    font-size: 1.4vw;
    font-weight: 200;
    margin-bottom: 40px;
    line-height: 1.9vw;
    text-align: l;
}
#page9 #page9-3 #page9-3-left h4{
    font-size: .9vw;
    margin-bottom: 30px;
    font-weight: 300;
    border-bottom: 1px solid black;
    width: 20%;
    padding: 2px;
    text-align: start;
}
#page9 #page9-3 #page9-3-left h4:nth-child(3){
    font-size: .9vw;
    margin-bottom: 30px;
    font-weight: 300;
    border-bottom: 1px solid black;
    text-align: start;
    width: 20%;
    padding: 2px;
}
#page9 #page9-3 #page9-3-right{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page9 #page9-3 #page9-3-right {
    position: relative;
    width: 75%;
    height: 80%;
}

#page9 #page9-3 #page9-3-right img {
    position: absolute;
    top: 10%;
    right: 29%;
    width: 100%; /* Adjust this if needed */
    height: 100%; /* Adjust this if needed */
    z-index: 2;
    background-position: right;
    background-size: cover;
}

#page9 #page9-3 #page9-3-right video {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 80%;
    height: 110%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    background-position: right;
    background-size: cover;
}
#page10{
    width: 95%;
    height: 150vh;
    background: url(https://i.pinimg.com/736x/05/4b/d1/054bd19a55335cfbc943e46c5d03a3fe.jpg);
    background-position: center;
    background-size: cover;
    margin-left: 2.6vw;
    border-bottom: 20px;
    position: relative;
    position: relative;
    bottom: 200px;
    border-radius: 20px;
}


#page10 .head{
    width: 100%;
    height: 100px;
    /* background-color: teal; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 240px;
}
#page10 .head h3{
    font-size: 5vw;
    font-family: "archial";
    font-weight: 200;
    letter-spacing: 3px;
    text-align: center;
    border-bottom: 3px solid black;
}

#page10 #box{
    width: 100%;
    height: 65vh;
    /* background-color: rgb(49, 128, 0); */
    display: flex;
    margin-top: 19%;
}
#page10 #box #left{
    width: 100%;
    height: 100%;
    /* background-color: purple; */
    padding: 4vw 3vw 4vw 5.5vw;
}
#page10 #box #left h1{
    font-size: 3vw;
    font-family: "archial";
    margin-bottom: 40px;
}
#page10 #box #left p{
    font-size: 1.4vw;
    margin-bottom: 20px;
    font-weight: 200;
    width: 90%;
}
#page10 #box #left a{
    font-size: 1vw;
    color: #000;
    font-size: 1.4vw;
}

#page10 #box #right{
    width: 100%;
    height: 100%;
    /* background-color: rgb(128, 43, 0); */
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 75px;
} 

#page10 #box #right video{
    width: 90%;
    height: 100%;
    border-radius: 150px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

#page12{
    width: 95%;
    height: 150vh;
    background: url(stars.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    margin-left: 2.6vw;
    position: relative;
    padding: 2vw;
    border-radius: 20px;
    margin-right: 2.6vw;
    position: relative;
    padding: 2vw;
    border-radius: 20px;
    bottom: 200px;
    border-bottom: 20px;
}
#page12 img{
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page12 #left{
    width: 50%;
    height: 100%;
    /* background-color: violet; */
    padding: 12vw 3vw 12vw 8.5vw;
    position: relative;
}
#page12 #left h2{
    font-size: 3vw;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
    font-family: "archial";
}

#page12 #left p{
   font-size: 1.4vw; 
   color: #fff;
   letter-spacing: 1px;
}

#page12 #left h4{
    font-size: 1.3vw;
    color: #fafafa;
    font-family: "archial";
    position: absolute;
    letter-spacing: 1px;
    line-height: 1.5;
    bottom: 50px;
    left: 100px;
    width: 30%;
    z-index: 99;
}
#page12 #right{
    width: 50%;
    height: 100%;
    padding: 12vw 12vw 3vw 12vw; 
}
#page12 #right select{
    display: block;
    padding: 1.7vw 4.4vw;
    border-radius: 20px;
    text-align: start;
    border: none;
    margin-bottom: 20px;
    color: #0000009b;
    font-size: 1.4vw;
}
#page12 #right input{
    display: block;
    padding: 1.7vw 2.5vw;
    border-radius: 20px;
    border: none;
    margin-bottom: 20px;
    font-size: 1.4vw;
}

#page12 #right button{
    font-size: 18px;
    color: #ffffff;
    padding: 13px 28px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    background-color: transparent;
    position: relative;
    top: 25px;
   
}
#page12 #right h6{
    position: relative;
    top: 50px;
    width: 80%;
    font-size: .8vw;
}