*{
    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;
}
.second-header{
    height: 500px;
    background-image: url(../../Assests/Img/room-office-desk-chair-shelves-a8iq0eddr9ryiypg.webp);
    background-size: cover;
    padding-top: 130px;
    padding-left: 130px;
}
.second-header h1{
    color: white;
    font-size: 59px;
    font-weight: 500;
}
.third-header{
    width:90%;
    margin:30px auto;
}
.second_art h2{
    text-align: center;
    padding-top: 50px;
    font-size: 3vw;
    color: rgba(0, 0, 0, 0.836);
}
.fourth-header{
    width:90%;
    margin:10px auto;
}
.fourth-header .third_art{
    display: flex;
    gap: 40px;
    flex-wrap:wrap;
    justify-content:center;
}
.third_art .one{
    padding:30px 10px;
    width:300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.671);
    text-align:center;
    place-content: center;
}
.one i{
     border: 1px solid black;
    background-color: black;
    color: white;
    text-align: center;
    place-content: center;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    font-size: 3.5em;
}
.one h1{
    text-align: center;
    padding: 30px 0px 5px 0px;
    font-size: 2.5em;
} 
.one h2{
    text-align: center;
}
.third_art .two{
    padding:30px 10px;
    width:300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.671);
    text-align:center;
    place-content: center;
}
.two i{
     border: 1px solid black;
    background-color: black;
    color: white;
    text-align: center;
    place-content: center;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    font-size: 3em;
}
.two h1{
    text-align: center;
    padding: 30px 0px 5px 0px;
    font-size: 2.5em;
}
.third_art .three{
    padding:30px 10px;
    width:300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.671);
    text-align:center;
    place-content: center;
}
.three i{
    border: 1px solid black;
    background-color: black;
    color: white;
    text-align: center;
    place-content: center;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    font-size: 3em;
}
.three h1{
   text-align: center;
   padding: 30px 0px 5px 0px;
   font-size: 2.5em;
}
.three h2{
text-align: center;
}
.fifth-header{
    display: flex;
    gap: 30px;
    width:90%;
    margin:0px auto;
    flex-wrap:wrap;
    padding:100px 0px;
}
.fourth_art{
    flex-grow:1;
    flex-basis:300px;
}
.fourth_art img{
    height: 100%;
    width: 100%;
}
.fifth_art{
    flex-grow:1;
    flex-basis:300px;
    margin-bottom: 30px;
    place-content:center;
}
.fifth_art h1{
    font-size: 2em;
    color: rgba(0, 0, 0, 0.664);
    text-align:center;
}
.only input{
    display:block;
    margin: 20px auto;
    height: 30px;
    font-size: 1.5em;
    padding-top: 30px;    
    padding-bottom: 30px;
    padding-left: 10px;
    width:80%;
}
.last input{
    display:block;
    margin: 20px auto;
    height: 30px;
    font-size: 1.5em;
    padding-top: 30px;    
    padding-bottom: 30px;
    padding-left: 10px;
    width:80%;
}
.text textarea{
    display:block;
    margin: 20px auto;
    font-size: 1.5em;
    padding-top: 30px;    
    padding-bottom: 30px;
    padding-left: 10px;
    width:80%;
}
.send{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.send a{
    border: 1px solid black;
    color: black;
    text-align: center;
    place-content: center;
    height: 50px;
    width: 120px;
    font-size: 1.5em;
    border-radius: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 500ms linear 200ms;
}
.send a:hover{
    background-color: black;
    color: white;
    transition: all 500ms linear 200ms;
}
.sixth_art{
    width:100%;
    margin:50px 0px 0px 0px;
}
.sixth_art iframe{
    width: 100%;
}
.sixth-header{
    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;
}