*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    position: relative;
}
body{
    height: 100vh;
    font-family: "Rboto", sans-serif;

}
header{
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(98, 133, 230, 0.493);
    color:oklch(38.95% 0.16155 260.776);
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
header nav{
    display: flex;
    gap: 29px;
    padding: 0px 39px;
}
.c1{
    display: flex;
    align-items: center;
    padding: 0px 22px;
    gap: 12px;
}
.c1 div{
    display: flex;
    flex-direction: column;

    gap: 5px;
}
.c1 i{
    font-size: 28px;
}
.c3{
    font-weight: bold;
}
nav button{
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid oklch(27.528% 0.03926 259.377);
    background-color: white;
    color: oklch(62.243% 0.13628 259.504);
    border-radius: 8px;   
    transition: all 0.3s ease;
}
.c2::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: oklch(55.195% 0.16596 259.531 / 0.54);
    right: 0;

}
nav button:hover{
    background-color: oklch(51.137% 0.15064 259.53);
    color: white;
    cursor: pointer;
    
}
main{
    background-image: url(./pg1.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 417.112px;
}
main div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 28px;
    color: oklch(0.21 0.034 264.665);
}
main div:first-child{
    font-size: 24px;
    
}
.c4{
    font-size: 60px;
    font-weight: bold;
    margin: 20px 0px;
}
main button{
    width: fit-content;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid oklch(68.913% 0.17506 245.437);
    background-color: rgba(0, 174, 255, 0.637);
    color: oklch(0% 0 0);
    border-radius: 8px;   
    transition: all 0.55s ease;
}
main button:hover{
    background-color: oklch(85.498% 0.06285 218.245);
    color: rgb(9, 66, 190);
    cursor: pointer;
    border: 2px solid oklch(44.759% 0.17493 260.484);
}
.c5{
    display: flex;
    justify-content: center;
    align-items: center;
}
.c6{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    width: 60%;
    text-align: center;
    padding: 40px;
}
.c5 div img{
    height: 80px;
    width: 72px;
}
.c11{
    width: 50px;
    height: 5px;
    background-color: oklch(55.605% 0.24543 261.342);
    border-radius: 8px;
}
.c7{
    background-color:oklch(67.931% 0.05693 210.974 / 0.712);
    border: 3px solid oklch(0.967 0.003 264.542);
}
.c7 .c11 {
    background-color: oklch(0.707 0.022 261.325);

}
.c8{
    background-color:oklch(0.928 0.006 264.531);
    border: 3px solid oklch(0.928 0.006 264.531);
}
.c8 .c11 {
    background-color: oklch(0.872 0.01 258.338);

}
.c9{
    background-color:oklch(0.872 0.01 258.338);
    border: 3px solid oklch(0.872 0.01 258.338);
}
.c9 .c11 {
    background-color: oklch(0.928 0.006 264.531);

}
.c10{
    background-color:oklch(68.142% 0.09896 261.18 / 0.527);
    border: 3px solid oklch(0.707 0.022 261.325);
}
.c10 .c11 {
    background-color: oklch(0.967 0.003 264.542);

}
.c6:hover{

    border-bottom: 3px solid oklch(.373 .034 259.733);
}
.c12{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px;
    gap: 40px;
    color: oklch(0% 0 0);
}
.c12 img{
    width: auto;
    height: 370px;
}
.c13{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 28px;
    gap: 12px;
}
.c13 h2{
    font-size: 36px;
    font-weight: bold;
    color: rgb(46, 133, 247);
}
.c13 .c11{
    width: 70px;
    height: 7px;
    background-color: oklch(.373 .034 259.733);
    border-radius: 8px;
}
.c13 p{
    font-size: 18px;
}
.c14{
    display: flex;
    border-top: 0.5px solid oklch(.373 .034 259.733);
}
.c14 div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 36px;
    gap: 8px;
    font-size: 36px;
}
.c14 div i{
    font-size: 24px;
    color: oklch(.373 .034 259.733);
}
.c14 div:nth-child(2){
    border-left: 0.5px dashed oklch(.373 .034 259.733);
    border-right: 0.5px dashed oklch(61.525% 0.13176 259.555);
}
.c15{
    background-image: url(./pg2.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 278.075px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
    gap: 16px;
}
.c15 p{
    font-weight: bold;
}
.c15 button{
    width: fit-content;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid rgb(14, 99, 255);
    background-color: transparent;
    color: white;
    border-radius: 8px;   
    transition: all 0.3s ease;
}
.c15 button:hover{
    background-color: white;
    color: oklch(59.164% 0.15801 259.539);
    cursor: pointer;
}
.c16{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
    gap: 12px;
    color: oklch(45.308% 0.08052 264.027);
}
.c16 h2{
    color: rgb(48, 123, 146);
    font-size: 36px;
    font-weight: bold;
}
.c16 .c11{
    width: 70px;
    height: 7px;
    background-color: oklch(44.278% 0.12305 259.513 / 0.71);
    border-radius: 8px;
}
.c16 p{
    font-size: 18px;
    text-align: center;
}
.c17{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 80px;
}
.c18{
    display: flex;
    align-items: center;
    border: 0.8px solid rgba(88, 89, 94, 0.252);
    border-radius: 5px;
    gap: 12px;
    padding-right:8px ;
    box-shadow: 1px 1px 1px 1px rgba(23, 149, 187, 0.301);
}
.c18 div {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.c16 a{
    color: oklch(52.746% 0.18861 265.994);
}
#a1{
    padding:0 12px;
    font-size:18px;
    border-bottom:0.9px solid oklch(0.379 0.146 265.522);
}
.c19{
    padding: 16px;
    background-color: oklch(62.397% 0.10253 208.571 / 0.74) 0.842;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color:oklch(0.278 0.033 256.848) ;
    text-align: center;
}
.c19 h2{
    font-size: 30px;
    font-weight: 700;
    color: rgba(0, 47, 255, 0.795);
}
.c19 .c11{
    background-color: oklch(14.885% 0.00275 248.224);
    width: 30px;
}
.c20{
    padding: 20px 0;
    display: flex;
    gap: 70px;    
}
.c20 div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px ;
    gap: 8px;
    background-color: oklch(39.495% 0.15215 260.985 / 0.507);
    border-radius: 208px 208px 0 0;
}
.c20 div img{
    width:200px;
    border-radius: 60%;
}
footer{
    background-color: oklch(0.278 0.033 256.848);
    color: rgb(36, 160, 231);
    padding: 40px 0;
}
.c21{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    
}
.c22{
    display: flex;
    justify-content:space-between ;
}
.c21 h3{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}
.c23{
    width: 123px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.c23 a{
    color: rgb(21, 155, 179);
        font-size: 17.5px;
}
.c24{
    text-align: center;
    margin-top:32px ;
    border-top: 0.8px solid oklch(93.403% 0.00011 271.152);
    padding-top: 16px;
}