*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
   
}

html,body{
    height: 100%;
    width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

#main{
    position: relative;
    overflow: hidden;  
}
header{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 10vh;
    z-index: 10;
    background-color: black;
    display: flex;
  justify-content: space-between;
  transition: 0.6s;
  align-items: center;

}
header>a>img{
    position: relative;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    height: 8vh;
}
header>ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
    border-radius: 10px;
    
}
header>ul>li{
    position: relative;
  padding-right: 20px;
  display: block;
    list-style: none;
    border-right: 1px solid white;
}
header>ul>li>a{
    position: relative;
    text-decoration: none;
    margin: 0 15px;
    padding-left: 10px;
    
    letter-spacing: 2px;
    font-weight: 500px;
    transition: 0.5s;
    color: rgba(251, 111, 111, 0.867);
    font-family: "Bourgeois W00 Medium","Arial Regular",Arial,sans-serif;


}
header>ul>li>a:after{
    content: "";
    position: absolute;
    background-color: white;
    height: 1px;
    width: 0;
    left: 5px;
    bottom: -10px;
    transition: 0.3s;

}
header>ul>li>a:hover{
    color: red;
}
header>ul>li>a:hover:after{
    width: 100%;

}
.main2{
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    margin-top: 10vh;
}
.main2 .left-facing-text {
    transform: rotate(-90deg);
    font-size: 60px;
    height: 16vh;
    width: 100px;
    margin-top: 250px;
    margin-left: 30px;
    background: rgba(202, 168, 168, 0.867);
    font-family: Refinery-25,sans-serif;
    letter-spacing: 8px;
    -webkit-text-stroke: 3px black;
    color: transparent;
}
.main2 .page1{
    height: 84vh;
    width: 73%;
    margin-top: 2vh;
    margin-left: 13vw;
    margin-bottom: 10px;
}



.page1 .top{
    width: 100%;
    height: 40%;
    display: flex;
}


.page1 .top .first{
  background-image: url('map/breeze-featured_v1.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 95%;
    width: 47%;
    height: 86%;
    margin-top: 3%;
    border-left: solid;
    border-color: black;
    border-width: 3px;
    border-top: solid;     
}
.first a{
    text-decoration: none;
}
.first button{
    text-decoration: none;
    background: none;
    border: none;
    padding-left: 200px;
    cursor: pointer;
}
.page1 .top .first h2{
    font-family: Refinery-25,sans-serif;
    text-align: center;
    letter-spacing: 3px;
    font-size: 27px;
    font-weight: 520;
    margin-top: 10px;
}
.page1 .top .first:hover {
   
    background: black;
}
.page1 .top .first:hover h2{
        margin-left: 4%;
        margin-top: 70px;
        font-weight: 600;
        font-size: 40px;
        color: rgba(240, 35, 35, 0.867);
}



.page1 .top .sec{
    background-image:url('map/Icebox_transparentbg_for_Web.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 26%;
    opacity: 95%;
    border-color: black;
   border-width: 2px;
   border-top: solid;
}
.page1 .top .sec h2{
    margin: 20px 0 0 55px;
    font-family: Refinery-25,sans-serif;
    font-weight: 520;
    letter-spacing: 3px;
    font-size: 27px;
}
.page1 .top .sec:hover {
    background: black;
}
.page1 .top .sec:hover h2{
        margin-left: 22%;
        margin-top: 90px;
        font-weight: 600;
        font-size: 40px;
        color:rgba(240, 35, 35, 0.867) ;
}
.sec a{
    text-decoration: none;
}
.sec button{
    text-decoration: none;
    background: none;
    border: none;
    
    cursor: pointer;
}



.page1 .top .third{
    width: 27%;
    margin-right: 3%;
     background-image: url('map/haven-featured.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 95%;
   border-right: solid;
   border-color: black;
   border-width: 3px;
   border-top: solid;

}
.page1 .top .third h2{
    font-family: Refinery-25,sans-serif;
    margin-left: 20px;
    letter-spacing: 3px;
    font-size: 27px;
    font-weight: 520;
    margin-top: 20px;
}
.page1 .top .third:hover {
    background: black;
    
}
.page1 .top .third:hover h2{
        margin-left: 22%;
        margin-top: 90px;
        font-weight: 600;
        font-size: 40px;
        color: rgba(240, 35, 35, 0.867);
}
.third a{
    text-decoration: none;
}
.third button{
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
}



.page1 .bottom{
    width: 100%;
    height: 60%;
    display: flex;
}
.page1 .bottom .first{
    height: 100%;
    width: 30%;
    background-image: url('map/ascent-featured.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 95%;
    margin-left: 3%;
    border-color: black;
    border-width: 2px;
    border-left: solid;
    border-bottom: solid;
}
.page1 .bottom .first h2{
    font-family: Refinery-25,sans-serif;
    letter-spacing: 3px;
    font-size: 27px;
    font-weight: 520;
    margin-top: 70px;
    color: black;
}
.page1 .bottom .first:hover {
    background: black;
}
.page1 .bottom .first:hover h2{
       
        margin-top: 150px;
        font-weight: 600;
        margin-left: 50px;
        font-size: 40px;
        color: rgba(240, 35, 35, 0.867);
}
.page1 .bottom .first a{
    text-decoration: none;
}
.page1 .bottom .first button{
    text-decoration: none;
    background: none;
    border: none;
    margin-left: -180px;
    cursor: pointer;
}



.page1 .bottom .col{
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 70%;

}
.page1 .bottom .col .sec{
    height: 50%;
    width: 100%;
    background-image: url('map/split-featured.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 95%;
  border-color: black;
    border-width: 2px;
    border-right: solid;
    
}
.page1 .bottom .col .sec h2{
    font-family: Refinery-25,sans-serif;
    margin-left: 270px;
    letter-spacing: 3px;
    font-size: 27px;
    font-weight: 520;
    margin-top: 15px;
}
.page1 .bottom .col .sec:hover {
    background: black;
}
.page1 .bottom .col .sec:hover h2{
        /* margin-left: 370px; */
        margin-top: 50px;
        font-weight: 600;
        font-size: 40px;
        color: rgba(240, 35, 35, 0.867);
        align-items: center;
}
.page1 .bottom .col .sec a{
    text-decoration: none;
}
.page1 .bottom .col .sec button{
    text-decoration: none;
    background: none;
    border: none;
    margin-left: -180px;
    cursor: pointer;
}


.page1 .bottom .col .third{
    height: 50%;
    width: 100%;
    background-image: url('map/bind-featured.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 95%;
    margin-bottom: 3%;
    border-color: black;
    border-width: 2px;
    border-bottom: solid;
    border-right: solid;
    
}
.page1 .bottom .col .third h2{
        font-family: Refinery-25,sans-serif;
        margin-left: 150px;
        letter-spacing: 3px;
        font-size: 27px;
        font-weight: 520;
        margin-top: 15px;

}
.page1 .bottom .col .third:hover {
background: black;
}
.page1 .bottom .col .third:hover h2{
    margin-top: 40px;
    font-weight: 600;
    font-size: 40px;
    color: rgba(240, 35, 35, 0.867); 
    align-items: center;
}


.page2{
    height: 102vh;
    width: 100vw;
    background-image: url('photos/agent-background-generic.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    gap: 100px;


    /* align-items: center;
    justify-content: space-between; */
}
.page2 .name{
    width: 25vw;
    height: 62vh;
    /* background: black; */
    align-self: center;
    
    margin-top: 230px;
}
.page2 .name h1{
text-align: center;
font-family: Tungsten-Bold,arial,georgia,sans-serif;
color: antiquewhite;
font-weight: 800;
font-size: 50px;
margin-left: 50px;
letter-spacing: -1px;
transform: scaleY(1.7);
}

.page2 .name h3{
    text-align: center;
    margin-left: 50px;
    margin-top: 50px;
    font-size: 22px;
    font-family: Tungsten-Bold,arial,georgia,sans-serif;
    color: antiquewhite;
    font-weight: 400;


}
.page2 .mainScroll{
/* height: 100%; */
width: 77%;
display: flex;
margin-top: 10%;
margin-left: 40px;
/* align-items: center; */
}
.page2 .cover{
    position: relative;
    width: 90%;
    height: 50%;   
    
}
.cover::before{
    position: relative;
    content: "";
    left: 0;
    top: 0;
    z-index: 99;
    height: 100%;
    width: 90%;
}
.cover::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: 99;
    height: 129%;
    width: 90%;
}
.Scrollimg{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: auto;
    position: relative;
    scroll-behavior: smooth;
}
.Scrollimg::-webkit-scrollbar{
    -webkit-appearance: none;
}
.child{
    min-width: 100%;
    height: 550px;
    margin: 1px 10px;
    cursor: pointer;
    border: 1px solid white;
    overflow: hidden;

}
.child_img{
    width: 100%;
    height: 100%;
}
.icon{
    color: red;
    background-color: #728e8300;
    font-size: 50px;
    outline: none;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    margin-top: 270px;
}
.icon:hover{
    color: antiquewhite;
}
.icon2{
    font-size: 50px;
    text-decoration: none;
    color: rgb(217, 212, 212);
    margin-top: 80px;
    margin-right: 5px;

}

.gameclient{
    width: 100vw;
    height: 12vh;
    background: rgb(31, 31, 31);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.gameclient a{
    text-decoration: none;
}
.gameclient .download{
    color: #efefef;
    font-family: "Bourgeois W00 Medium","Arial Regular",Arial,sans-serif;
    font-size: 19px;
    font-weight: 800;
    transform: scaleY(0.8);
    letter-spacing: -0.5px;
    margin-left: 70px;
}
.gameclient .download:hover{
    background: rgb(63, 63, 63);
    border: 8px solid rgb(63, 63, 63);
    border-radius: 6.5px;
    cursor: pointer;

}
.gameclient .riot{
    color: #efefef;
    font-family: "Bourgeois W00 Medium","Arial Regular",Arial,sans-serif;
    font-size: 19px;
    font-weight: 800;
    transform: scaleY(0.8);
    letter-spacing: -0.5px;
}
.gameclient .riot:hover{
    background: rgb(63, 63, 63);
    border: 8px solid rgb(63, 63, 63);
    border-radius: 6.5px;
    cursor: pointer;

}

.page8{
    position: relative;
    height: 70vh;
    width: 100vw;
    background: black;   
}
.upper{
    display: flex;
    /* flex-wrap: nowrap; */
    justify-content: center;
    gap: 30px;
}
.upper img{
    height: 40px;
    width: 40px;
    margin-top: 20px;
    border-radius: 40%;
    border-color: rgb(37, 37, 37);
    border-width: 4px;
    border-style: solid;
    background-color: rgb(37, 37, 37);
    
    
   
}
.middle{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}
.middle img{
    height: 100px;
    width: 150px;
    margin-top: 20px;
    opacity: 80%;
      
}
.page8 h1{
    color: rgb(228, 225, 225);
    font-weight: 10;
    font-size: 13px;
    margin-left: 28%;
    opacity: 80%;
    word-spacing: 2px;
    text-transform: uppercase;
    font-family: "FF Mark W05",Arial,sans-serif;
    
}
.middle2{
    display: flex;
    gap: 10px;
    color: white;
    margin-top: 30px;
    justify-content: center;
    margin-left: 39px;
}
.middle2 div {
    font-family: "FF Mark W05",Arial,sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: rgb(237, 233, 233);
    display: block;
    transition: all .2s linear;
    cursor: pointer;
    text-rendering: optimizeLegibility;
    /* -webkit-font-smoothing: antialiased; */
    padding: 8px 16px;
   
}
.middle2 div:hover{
    background-color: rgba(128,128,128,.3);
    
    border-radius: 6.5px;
}
.lower{
    display: flex;
    margin-left: 43.4%;
    margin-top: 50px;
    gap: 15px;
    width: 230px;
    background-color:rgba(128,128,128,.3) ;
    padding: 10px 16px;
    border-radius: 6.5px;
}

.lower li{
    color: #efefef;
    list-style: none;
    font-size: 13px;
    font-weight: 550;
    line-height: 150%;
    font-family: "FF Mark W05",Arial,sans-serif;
    

}

