*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    font-family: "jost",sans-serif;
    max-width: 100%;
    object-fit: cover;
}
*::spelling-error{
    font-display: wavy;
}
header{
    position: relative;
}
.first-header{
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px;
    position: sticky;
}
.first-header div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.first-header div img{
    height: 70px;
    width: 70px;
}
.first-header div h1{
    font-size: 16px;
    font-weight: 500;
}
.first-header h1{
    font-size: 18px;
    font-weight: 500;
}
.first-header ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px;
    gap: 15px;
}
.first-header ul a{
    display: inline-block;
    white-space: nowrap;
    margin: 0px 10px;
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.first-header #last h3{
    font-family: "Jost",sans-serif;
    font-style:normal;
    height: 50px;
    width: 160px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-align: center;
    padding-top: 17px;
    border: 1px solid black;
    border-radius: 10px;
    transition: all 500ms linear 200ms;
}
.first-header #last h3:hover{
    color: white;
    background-color: black;
}
.middle-header{
    height: 700px;
    position: relative;
}
.middle-header article{
    height: 100%;
    width: 100%;
    background-color: rgba(40, 41, 41, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.middle-header article .only{
    width: 800px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.middle-header article .only h1{
    font-size: 80px;
    font-weight: 500;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.middle-header video{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0px;
    z-index: -1;
}
.first-main{
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 60px;
    display: flex;
    gap: 20px;
}
.first-main .left{
    width: calc(100%/2);
    padding-top: 100px;
}
.first-main .left h1{
    font-size: 20px;
    padding-bottom: 20px;
}
.first-main .left h2{
    font-size: 17px;
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 1px;
    padding-bottom: 40px;
}
.first-main .left a h3{
    font-family: "Jost",sans-serif;
    font-style:normal;
    height: 45px;
    width: 140px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-align: center;
    place-content: center;
    border: 1px solid black;
    border-radius: 25px;
    margin-left: 20px;
    transition: all 500ms linear 200ms;
}
.first-main .left a h3:hover{
    color: white;
    background-color: black;
}
.first-main .right{
    border: 3px solid blue;
    width: calc(100%/2);
}
.second-header img{
    height: 350px;
    width: 100%;
}
.only{
    padding-left: 100px;
    padding-right: 100px;
}
.one h1{
    font-size: 26px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.one h2{
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.one h3{
    font-size: 20px;
    padding-bottom: 20px;
}
.two h1{
    font-size: 20px;
    padding-bottom: 20px;
}
.two h2{
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
#lost{
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 160px;
    padding-bottom: 100px;
}
#lost a{
    color: black;
    border: 1px solid black;
    height: 45px;
    width: 100px;
    text-align: center;
    place-content: center;
    font-size: 16px;
    transition: all 300ms linear 100ms;
}
#lost a:hover{
    background-color: black;
    color: white;
}
.sixth-header{
    margin-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    background-color: black;
    gap:10px;
}
.sixth-header .seven_art{
    flex-grow:1;
    flex-basis:300px;
}
.seven_art h1{
    padding-left: 50px;
    padding-top: 40px;
    font-size: 4em;
    color: white;
}
.seven_art h3{
    padding-left: 50px;
    padding-top: 10px;
    font-size: 1.2em;
    font-weight: lighter;
    color: white;
}
.seven_art #reg{
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    padding-top: 20px;
}
.seven_art .icons{
    height: 35px;
    margin-left: 50px;
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.seven_art .icons img{
    background-color: white;
    height: 70px;
}
.seven_art .icons h1{
    font-size: 14px;
    width: 250px;
    padding-top: 0px;
    padding-left: 0px;
    font-weight: 500;
    opacity: 0.7;
}
.sixth-header .eight_art{
    flex-grow:1;
    flex-basis:300px;
    color: white;
}
.eight_art h2{
    padding-left: 70px;
    padding-top: 40px;
    font-size: 2.5em;
}
.eight_art .eight{
    height: 70px;
    margin-left: 70px;
    display: flex;
    width:150px;
}
.eight i{
    font-size: 4em;
    padding-top: 10px;
    width: calc(100% / 2);
    color: red;
}
.eight .sub{
    width: calc(100% / 2);
}
.sub h3{
    padding-top: 10px;
    font-size: 1.2em;
}
.sub h4{
    padding-top: 10px;
    font-size: 1em;
}
.eight_art .nine{
    height: 70px;
    margin-left: 70px;
    display: flex;
    width:150px;
}
.nine i{
    font-size: 4em;
    padding-top: 10px;
    width: calc(100% / 2);
    color: red;
}
.nine .intel{
    width: calc(100% / 2);
}
.intel h3{
    padding-top: 10px;
    font-size: 1.2em;
    padding-left: 30px;
}
.intel h4{
    padding-top: 10px;
    font-size: 1em;
    padding-left: 30px;
}
.eight_art .eleven{
    height: 70px;
    margin-left: 70px;
    display: flex;
    color: white;
    width:270px;
}
.eleven i{
    font-size: 4em;
    padding-top: 10px;
    color: red;
}
.intel h3{
    padding-top: 10px;
    font-size: 1.2em;
}
.intel h4{
    padding-top: 10px;
    font-size: 1em;
}
.eight_art .ten{
    height: 70px;
    margin-left: 70px;
    display: flex;
    gap:20px;
    width:150px;
}
.ten i{
    font-size: 4em;
    padding-top: 10px;
    width: calc(100% / 2);
    color: red;
}
.ten .info{
    width: calc(100% / 2);
}
.info h4{
    font-size: 1em;
}
.info h5{
    padding-top: 10px;
    font-size: 1em;
}
.sixth-header .nine_art{
    flex-grow:1;
    flex-basis:300px;
}
.nine_art h2{
    color: white;
    padding-left: 70px;
    padding-top: 40px;
    font-size: 3em;
}
.nine_art h3{
    color: white;
    padding-left: 70px;
    padding-top: 40px;
    font-size: 1em;
    font-weight: lighter;
}
.nine_art .fill_up{
    height: 10px;
    font-size: 1.7em;
    padding-top: 10px;    
    padding-left: 70px;
    margin-top: 20px;

}
.nine_art .fill_down{
    height: 10px;
    font-size: 1.7em;
    padding-top: 10px;    
    padding-left: 70px;
    margin-top: 20px;
}
.enter button{
   margin-top: 40px;
    margin-left: 70px;
    font-size: 1.7em;
    cursor: pointer;
}
.final{
    height: 50px;
    background-image: url(../../Assests/Img/Annotation\ 2025-06-09\ 141906.jpg);
    background-size: cover;
    padding:0px 25px;
    display: flex;
    flex-wrap:wrap;
}
.final div{
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
    flex-grow:1;
    flex-basis:400px;
}
.final div h1{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    opacity: 0.5;
}
.final div i{
    font-size: 1.3em;
    padding-top: 3px;
    color: red;
}
.final div h4{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    opacity: 0.5;
}
.final div a{
    color: white;
}
.final div h3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    color: red;
    white-space:nowrap;
}
.final div h3:hover{
    color: darkred;
    opacity: 1;
}
.final ul{
    flex-grow:1;
    flex-basis:400px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.final ul a{
    color: white;
    font-size: 1.1em;
    opacity: 0.5;
    white-space:nowrap;
}
.final ul a:hover{
    opacity: 1;
    color: red;
}