*{
    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;
}
.sec1{
    height: 500px;
    background: url(../../Assests/Img/Image_fx\ \(6\).jpg);
    background-size: cover;
    padding-top: 130px;
    padding-left: 130px;
}
.sec1 h1{
    color: white;
    font-size: 59px;
    font-weight: 500;
}
.sec2{
    display: flex;
    flex-wrap:wrap;
    width:90%;
    margin:0px auto;
    padding-top: 80px;
    gap: 30px;
}
.sec2 .art2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow:1;
    flex-basis:300px;
}
.art2 h1{
    /* border: 2px solid purple; */
    margin-bottom: 15px;  
}
.art2 h2{
    /* border: 2px solid yellow; */
    font-size: 1em;
}
.art2 .in{
    /* border: 2px solid black; */
    margin-top: 40px;
}
.art2 .in .in_1{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art2 .in .in_1 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art2 .in .in_1 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art2 .in .in_2{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art2 .in .in_2 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art2 .in .in_2 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art2 .in .in_3{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art2 .in .in_3 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art2 .in .in_3 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art2 .in .in_4{
    display: flex;
    align-items: center;
}
.art2 .in .in_4 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art2 .in .in_4 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.sec2 .art3{
    flex-grow:1;
    flex-basis:300px;
}
.sec2 .art3 img{
    width: 100%;
    height: 370px;
    border-radius: 15px;
    margin-top: 50px;
}
.sec3{
    display: flex;
    gap: 30px;
    flex-wrap:wrap;
    width:90%;
    margin:0px auto;
    padding-top: 80px;
}
.sec3 .art5{
    flex-grow:1;
    flex-basis:300px;
}
.sec3 .art5 img{
    width: 100%;
    height: 370px;
    border-radius: 15px;
    margin-top: 50px;
}
.sec3 .art4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow:1;
    flex-basis:300px;
}
.art4 h1{
    /* border: 2px solid purple; */
    margin-bottom: 15px;  
}
.art4 h2{
    /* border: 2px solid yellow; */
    font-size: 1em;
}
.art4 .in{
    /* border: 2px solid black; */
    margin-top: 40px;
}
.art4 .in .in_5{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art4 .in .in_5 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art4 .in .in_5 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art4 .in .in_6{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art4 .in .in_6 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art4 .in .in_6 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art4 .in .in_7{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art4 .in .in_7 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art4 .in .in_7 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art4 .in .in_8{
    display: flex;
    align-items: center;
}
.art4 .in .in_8 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art4 .in .in_8 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.sec4{
    display: flex;
    gap: 30px;
    flex-wrap:wrap;
    width:90%;
    margin:0px auto;
    padding-top: 80px;
}
.sec4 .art6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow:1;
    flex-basis:300px;
}
.art6 h1{
    /* border: 2px solid purple; */
    margin-bottom: 15px;  
}
.art6 h2{
    /* border: 2px solid yellow; */
    font-size: 1em;
}
.art6 .in{
    /* border: 2px solid black; */
    margin-top: 40px;
}
.art6 .in .in_9{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art6 .in .in_9 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art6 .in .in_9 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art6 .in .in_10{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art6 .in .in_10 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art6 .in .in_10 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art6 .in .in_11{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art6 .in .in_11 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art6 .in .in_11 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art6 .in .in_12{
    display: flex;
    align-items: center;
}
.art6 .in .in_12 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art6 .in .in_12 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.sec4 .art7{
    flex-grow:1;
    flex-basis:300px;
}
.sec4 .art7 img{
    width: 100%;
    height: 370px;
    border-radius: 15px;
    margin-top: 50px;
}
.sec5{
    display: flex;
    gap: 30px;
    flex-wrap:wrap;
    width:90%;
    margin:0px auto;
    padding-top: 80px;
}
.sec5 .art8{
    flex-grow:1;
    flex-basis:300px;
}
.sec5 .art8 img{
    width: 100%;
    height: 370px;
    border-radius: 15px;
    margin-top: 50px;
}
.sec5 .art9{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow:1;
    flex-basis:300px;
}
.art9 h1{
    /* border: 2px solid purple; */
    margin-bottom: 15px;  
}
.art9 h2{
    /* border: 2px solid yellow; */
    font-size: 1em;
}
.art9 .in{
    /* border: 2px solid black; */
    margin-top: 40px;
}
.art9 .in .in_13{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art9 .in .in_13 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art9 .in .in_13 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art9 .in .in_14{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art9 .in .in_14 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art9 .in .in_14 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art9 .in .in_15{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art9 .in .in_15 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art9 .in .in_15 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.art9 .in .in_16{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.art9 .in .in_16 i{
    font-size: 0.6em;
    height: 16px;
    width: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    text-align: center;
    place-content: center;
}
.art9 .in .in_16 span{
    font-size: 1.2em;
    margin-left: 20px;
}
.sec6{
    margin-left: 5%;
    margin-right: 5%;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin-top: 100px;
    padding:30px 20px;
}
.sec6 .art10{
    /* border: 2px solid blue; */
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    width: 100%;
}
.art10 h1{
    text-align: center;
    place-content: center;
    font-size: 1.8em;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    height: 50px;
    width: 600px;
    margin-top: 30px;
}
.sec6 .inn{
    display: flex;
    flex-wrap:wrap;
    /* border: 2px solid green; */
    margin: 30px 0px;
    justify-content:center;
    gap:50px;
}
.inn .art11{
    display: flex;
}
.art11 i{
    font-size: 0.8em;
    color: white;
    background-color: black;
    height: 16px;
    width: 15px;
    border-radius: 100%;
    text-align: center;
    place-content: center;
    margin-top: 2px;
}
.art11 h3{
   font-size: 1.2em; 
   margin-left: 10px;
}
.inn .art12{
    display: flex;
}
.art12 i{
    font-size: 0.8em;
    color: white;
    background-color: black;
    height: 16px;
    width: 15px;
    border-radius: 100%;
    text-align: center;
    place-content: center;
    margin-top: 2px;
}
.art12 h3{
   font-size: 1.2em;
   margin-left: 10px; 
}
.sec6 .innn{
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:50px;
}
.innn .art13{
    display: flex;
}
.art13 i{
    font-size: 0.8em;
    color: white;
    background-color: black;
    height: 16px;
    width: 15px;
    border-radius: 100%;
    text-align: center;
    place-content: center;
    margin-top: 2px;
}
.art13 h3{
   font-size: 1.2em; 
   margin-left: 10px;
}
.innn .art14{
    display: flex;
}
.art14 i{
    font-size: 0.8em;
    color: white;
    background-color: black;
    height: 16px;
    width: 15px;
    border-radius: 100%;
    text-align: center;
    place-content: center;
    margin-top: 2px;
}
.art14 h3{
   font-size: 1.2em;
   margin-left: 10px; 
}
.sec6 .innnn h2{
    font-size: 1.3em;
    margin-top: 40px;
    padding: 0px 30px;
    text-align:center;
}
.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;
}