*{
    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%;

}

.page1{
    background-image: url('photos/agents-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw; 
    display: flex;
 
    

}
.page1 img{

   height: 90vh;
   width: 70vw;
   position: relative;
   animation: animateUser 2.2s linear infinite; 
   opacity: 80%; 
   margin-top: 10vh;

   margin-left: 620px;
}
@keyframes animateUser 
{
    50%{
        right: 7px;
        left: -7px;
        
    }
    
}
.page1 .names{
    max-height: 90vh;
  
    /* background: white; */
    margin: 10vh 0 0 10px;
    /* margin-bottom: 200px; */
    overflow-y: scroll;
    cursor: grab;
    /* position: fixed; */
 
    position: absolute;
    scroll-behavior: smooth;
    direction: rtl;
    text-align: end; 
        
}
.names::-webkit-scrollbar {
    width:20px;
    height: 1em;
  }
  
  .names::-webkit-scrollbar-track {
    background: hsl(0, 78%, 64%);
    border-radius: 100vw;
    margin-block: 0.5em;
  }
  
  .names::-webkit-scrollbar-thumb {
    background: hsl(0, 0%, 7%);
    border: 3px solid hsl(0, 78%, 64%);
    border-radius: 100vw;
  }
  
.names a{
    text-decoration: none;
    
}
/* .names::-webkit-scrollbar{
    display: none;
} */
.page1 h2{
    font-family: Tungsten-Bold,arial,georgia,sans-serif;
    font-size: 70px;
    line-height: .86;
    font-weight: 800;
    transform: scale(.85, 1.2);
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #ece8e1;
    word-spacing: 1px;
    letter-spacing: 5px;
    transition: transform .2s;

}
.page1 h2:hover{
    color: rgb(110, 110, 218);
    transform: scale(1);
    
}
.page1 h2 span{
    font-size: 40px;
    font-weight: 400;
    margin-right: 15px;
}

.page2{
    height: 100vh;
    width: 100vw;   
    background: url('photos/agent-background-generic.JPG');
    background-size: cover;
    background-repeat: no-repeat;
}
#image1{
    height: 10vh;
    width: 20vw;
    margin-left: 40vw;
    margin-top: 100px; 
}
.layout{
    display: flex;
    gap: 20px;
    
}
.layout #image2{
    height: 90vh;
    width: 30vw;
    margin-top: -100px;
    margin-left: 10px;
    filter: drop-shadow(0px 0px 80px rgb(91, 40, 116));
}
.layout .right{
    width: 60vw;
    height: 70vh;
    
   
}
.layout .right button {
    margin: 15px 0 10px 20px;
    height: 8vh;
    width: 7vw;
    background: none;
    border: none;
   
}
.layout .right button:hover{
    /* box-shadow: 0 0 5px rgba(232, 139, 8, 0.636), 0 0 15px rgb(31, 31, 31),0 0 25px rgb(31, 31, 31),0 0 55px rgb(31, 31, 31);
    background: rgb(31, 31, 31); */
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */
    cursor: pointer; 
}
.layout .right button:focus{
    /* box-shadow: rgba(9, 9, 16, 0.25) 0px 30px 90px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
        /* background: rgb(31, 31, 31); */
        box-shadow: rgba(181, 181, 181, 0.57) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
   
}

.layout .right #b{
    margin-left: 190px;
} 
.layout .right button img{
    height: 8vh;
    width: 6vw; 
    opacity: 50%;  
}
.layout .right button img:hover{
    opacity: 100%;
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */

}
#content {
    height: 60vh;
    width: 62vw;
    background:rgb(219, 203, 203);
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    gap: 60px;
    border-radius: 3%;
    box-shadow: rgb(219, 203, 203) 0px 5px 15px;    
  }

  #content video{
    width: 35vw;
    margin-bottom: 20px;
    /* height: 64vh;  */
    /* margin-top: -20px; */
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
    box-shadow:rgba(92, 21, 150, 0.667) 15px 15px, rgba(92, 21, 150, 0.567) 20px 20px, rgba(92, 21, 150, 0.467) 25px 25px;
  }
  .text{
    width: 20vw;
    height: 100%;
    
  }
  #content h2{
    font-size: 30px;
    color: #383e3a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: DINNextW05-Medium,arial,georgia,sans-serif;
  }
  #content h3{
    margin-top: 50px;
    opacity: 1;
    transform: translate(0px, 0px);
    color: #768079;
    line-height: 1.5;
    font-family: DINNextW1G,arial,georgia,sans-serif;
    
  }

  .page3{
    height: 100vh;
    width: 100vw;   
    background: url('photos/download.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.layout2 {
    display: flex;
    gap: 20px;
    
}
.layout2 #image2{
    height: 87vh;
    width: 34vw;
    margin-top: -90px;
    margin-left: 10px;
    filter: drop-shadow(0px 0px 80px rgb(143, 167, 198));
}
.layout2 .right{
    width: 60vw;
    height: 70vh;
    
   
}
.layout2 .right button {
    margin: 15px 0 10px 20px;
    height: 8vh;
    width: 7vw;
    background: none;
    border: none;
   
}
.layout2 .right button:hover{
    /* box-shadow: 0 0 5px rgba(232, 139, 8, 0.636), 0 0 15px rgb(31, 31, 31),0 0 25px rgb(31, 31, 31),0 0 55px rgb(31, 31, 31);
    background: rgb(31, 31, 31); */
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */
    cursor: pointer;  
}
.layout2 .right button:focus{
    /* box-shadow: rgba(9, 9, 16, 0.25) 0px 30px 90px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
        /* background: rgb(31, 31, 31); */
        box-shadow: rgba(0, 0, 0, 0.57) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    
}
.layout2 .right #b{
    margin-left: 190px;
} 
.layout2 .right button img{
    height: 8vh;
    width: 6vw; 
    opacity: 50%;  
}
.layout2 .right button img:hover{
    opacity: 100%;
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13));  */
}
  
#contentJett {
    height: 60vh;
    width: 62vw;
    background:rgb(219, 203, 203);
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    gap: 60px;
    border-radius: 3%;
    box-shadow: rgb(219, 203, 203) 0px 5px 15px;    
  }

  #contentJett video{
    width: 35vw;
    margin-bottom: 20px;
    /* height: 64vh;  */
    /* margin-top: -20px; */
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
    box-shadow:rgba(42, 131, 226, 0.667) 15px 15px, rgba(42, 131, 226, 0.467) 20px 20px, rgba(42, 131, 226, 0.267) 25px 25px;
  }
  .text{
    width: 20vw;
    height: 100%;
    
  }
  #contentJett h2{
    font-size: 30px;
    color: #383e3a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: DINNextW05-Medium,arial,georgia,sans-serif;
  }
  #contentJett h3{
    margin-top: 50px;
    opacity: 1;
    transform: translate(0px, 0px);
    color: #768079;
    line-height: 1.5;
    font-family: DINNextW1G,arial,georgia,sans-serif;
    
  }


  .page4{
    height: 100vh;
    width: 100vw;   
    background: url('phonex/back.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.layout3 {
    display: flex;
    gap: 20px;
    
}
.layout3 #image2{
    height: 87vh;
    width: 32vw;
    margin-top: -80px;
    margin-left: 10px;
    filter: drop-shadow(0px 0px 80px rgb(107, 106, 105));
}
.layout3 .right{
    width: 60vw;
    height: 70vh;
    
   
}
.layout3 .right button {
    margin: 15px 0 10px 20px;
    height: 8vh;
    width: 7vw;
    background: none;
    border: none;
   
}
.layout3 .right button:hover{
    /* box-shadow: 0 0 5px rgba(232, 139, 8, 0.636), 0 0 15px rgb(31, 31, 31),0 0 25px rgb(31, 31, 31),0 0 55px rgb(31, 31, 31);
    background: rgb(31, 31, 31); */
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */
    cursor: pointer;
   
   
}
.layout3 .right button:focus{
    /* box-shadow: rgba(9, 9, 16, 0.25) 0px 30px 90px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
        /* background: rgb(31, 31, 31); */
        box-shadow: rgba(0, 0, 0, 0.57) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
   
}
.layout3 .right #b{
    margin-left: 190px;
} 
.layout3 .right button img{
    height: 8vh;
    width: 6vw; 
    opacity: 50%;  
}
.layout3 .right button img:hover{
    opacity: 200%;
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */
   
} 
#contentPhoenix {
    height: 60vh;
    width: 62vw;
    background:rgb(219, 203, 203);
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    gap: 60px;
    border-radius: 3%;
    box-shadow: rgb(219, 203, 203) 0px 5px 15px;    
  }
#contentPhoenix video{
    width: 35vw;
    margin-bottom: 20px;
    /* height: 64vh;  */
    /* margin-top: -20px; */
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
    box-shadow:rgba(232, 139, 8, 0.636) 15px 15px, rgba(232, 139, 8, 0.467) 20px 20px, rgba(232, 139, 8, 0.267) 25px 25px;
  }
.text{
    width: 20vw;
    height: 100%;
    
  }
  #contentPhoenix h2{
    font-size: 30px;
    color: #383e3a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: DINNextW05-Medium,arial,georgia,sans-serif;
  }
  #contentPhoenix h3{
    margin-top: 50px;
    opacity: 1;
    transform: translate(0px, 0px);
    color: #768079;
    line-height: 1.5;
    font-family: DINNextW1G,arial,georgia,sans-serif;
    
  }


  .page5{
    height: 100vh;
    width: 100vw;   
    background: url('raze/download.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.layout4 {
    display: flex;
    gap: 20px;
    
}
.layout4 #image2{
    height: 87vh;
    width: 32vw;
    margin-top: -80px;
    margin-left: 10px;
    filter: drop-shadow(0px 0px 80px rgb(32, 80, 44));
}
.layout4 .right{
    width: 60vw;
    height: 70vh;
    
   
}
.layout4 .right button {
    margin: 15px 0 10px 20px;
    height: 8vh;
    width: 7vw;
    background: none;
    border: none;
   
}
.layout4 .right button:hover{
    /* box-shadow: 0 0 5px rgba(232, 139, 8, 0.636), 0 0 15px rgb(31, 31, 31),0 0 25px rgb(31, 31, 31),0 0 55px rgb(31, 31, 31);
    background: rgb(31, 31, 31); */
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */
   cursor: pointer;
}
.layout4 .right button:focus{
    /* box-shadow: rgba(9, 9, 16, 0.25) 0px 30px 90px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
        /* background: rgb(31, 31, 31); */
        box-shadow: rgba(0, 0, 0, 0.57) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
   
}
.layout4 .right #b{
    margin-left: 190px;
} 
.layout4 .right button img{
    height: 8vh;
    width: 6vw; 
    opacity: 50%;  
}
.layout4 .right button img:hover{
    opacity: 200%;
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */
   
} 
#contentRaze {
    height: 60vh;
    width: 62vw;
    background:rgb(219, 203, 203);
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    gap: 60px;
    border-radius: 3%;
    box-shadow: rgb(219, 203, 203) 0px 5px 15px;    
  }
  #contentRaze video{
    width: 35vw;
    margin-bottom: 20px;
    /* height: 64vh;  */
    /* margin-top: -20px; */
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
    box-shadow:rgba(141, 171, 8, 0.636) 15px 15px, rgba(141, 171, 8, 0.467) 20px 20px, rgba(141, 171, 8, 0.267) 25px 25px;
  }
  .text{
    width: 20vw;
    height: 100%;
    
  }
  #contentRaze h2{
    font-size: 30px;
    color: #383e3a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: DINNextW05-Medium,arial,georgia,sans-serif;
  }
  #contentRaze h3{
    margin-top: 50px;
    opacity: 1;
    transform: translate(0px, 0px);
    color: #768079;
    line-height: 1.5;
    font-family: DINNextW1G,arial,georgia,sans-serif;
    
  }

  
  .page6{
    height: 100vh;
    width: 100vw;   
    background: url('neon/download (1).png');
    background-size: cover;
    background-repeat: no-repeat;
}
.layout5 {
    display: flex;
    gap: 20px;
    
}
.layout5 #image2{
    height: 87vh;
    width: 32vw;
    margin-top: -80px;
    margin-left: 10px;
    filter: drop-shadow(0px 0px 60px rgb(168, 212, 9));
}
.layout5 .right{
    width: 60vw;
    height: 70vh;
    
   
}
.layout5 .right button {
    margin: 15px 0 10px 20px;
    height: 8vh;
    width: 7vw;
    background: none;
    border: none;
   
}
.layout5 .right button:hover{
    /* box-shadow: 0 0 5px rgba(232, 139, 8, 0.636), 0 0 15px rgb(31, 31, 31),0 0 25px rgb(31, 31, 31),0 0 55px rgb(31, 31, 31);
    background: rgb(31, 31, 31); */
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */
   cursor: pointer;
}
.layout5 .right button:focus{
    /* box-shadow: rgba(9, 9, 16, 0.25) 0px 30px 90px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
        /* background: rgb(31, 31, 31); */
        box-shadow: rgba(255, 253, 253, 0.57) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
   
}
.layout5 .right #b{
    margin-left: 190px;
} 
.layout5 .right button img{
    height: 8vh;
    width: 6vw; 
    opacity: 50%;  
}
.layout5 .right button img:hover{
    opacity: 200%;
    /* filter: drop-shadow(0px 0px 10px rgb(14, 14, 13)); */
   
} 
#contentNeon {
    height: 60vh;
    width: 62vw;
    background:rgb(219, 203, 203);
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    gap: 60px;
    border-radius: 3%;
    box-shadow: rgb(219, 203, 203) 0px 5px 15px;    
  }
  #contentNeon video{
    width: 35vw;
    margin-bottom: 20px;
    /* height: 64vh;  */
    /* margin-top: -20px; */
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
    box-shadow:rgba(163, 166, 6, 0.586) 15px 15px, rgba(163, 166, 6, 0.467) 20px 20px, rgba(212, 215, 6, 0.267) 25px 25px;
  }
  .text{
    width: 20vw;
    height: 100%;
    
  }
  #contentNeon h2{
    font-size: 30px;
    color: #383e3a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: DINNextW05-Medium,arial,georgia,sans-serif;
  }
  #contentNeon h3{
    margin-top: 50px;
    opacity: 1;
    transform: translate(0px, 0px);
    color: #768079;
    line-height: 1.5;
    font-family: DINNextW1G,arial,georgia,sans-serif;
    
  }




