*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: #222;
    height: 100vh;
}
header{
    background-color: rgb(101, 0, 76);
    background-image: url(img/1065086023383646208.gif);
    background-position: center;
    background-size: cover;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.logo{
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-right: 400px;
}
.ab a{
    text-decoration: none;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
    transition: 0.25s;
    color: rgb(0, 0, 0);
    background-color: unset;
    margin: 0 20px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}
.ab a:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
section{
    padding: 30px 200px;
}
.s{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(img/ismage.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.sd{
    width: 35%;
    opacity: 90%;
    background-color: rgb(190, 190, 190);
    padding: 30px 10px;
    border-radius: 10px;
    border: 2px rgb(255, 255, 255) solid;
    transition: 1s;
    box-shadow: 0 10px 35px rgba(2 2 2 / 55%);
}
.sd:hover{
    transform: scale(1.1);
    transition: 1s;
    opacity: 1;
}
.s h2{
    color: rgb(25, 25, 25);
    font-size: 30px;
    font-weight: 900;
    cursor: context-menu;
}
.s h2 span{
    color: rgb(0, 112, 141);
    font-size: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: context-menu;
}
.aaa a img{
    display: inline-block;
    width: 50px;
    border-radius: 50px;
    padding: 5px;
    margin-top: 10px;
    transition: 0.50s;
}
.ad{
    border-radius: 100px;
}
.aa{
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    border: 3px black solid;
    padding: 15px 25px;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    transition: 0.75s;
}
.aa:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    transform: scale(1.1);
    transition: 0.50s;
}
.s h3{
    color: rgb(96, 23, 23);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: context-menu;
}
.aaa a img:hover{
    transform: scale(1.1);
}

.se{
    background-color: rgb(255, 255, 255);
}
.se1{
    background-color: rgb(15, 15, 15);
}

.ti{
    display: flex;
    justify-content: center;
    color: rgb(0, 171, 238);
    text-transform: uppercase;
    font-family: system-ui;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;
}
.ch{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.cha{
    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 350px;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.50s;
}
.cha:hover{
    transform: scale(1.1);
}
.icon{
    text-align: center;
}
.info h3{
    color: rgb(0, 131, 183);
    font-size: 20px;
    font-weight: 700;
    margin: 10px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.info p{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.mone{
    border-radius: 100px;
    width: 65px;
}
.foot{
height: 70px;
color: #fff;
padding: 25px;
justify-content: space-between;
display: flex;
}
.links a{
    text-decoration: none;
    font-size: 16px;
    color: rgb(0, 175, 219);
    margin: 8px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.ssss{
    color: rgb(87, 87, 252);
}
.links a:hover{
    text-decoration: underline;
    color: blueviolet;
}
.fop{
    font-family: Arial, Helvetica, sans-serif;
}

.chn{
    background-color: #fff;
    border: solid #fff 1px;
    min-height: 14em;
    width: 23em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
}
.chn:hover{
    transform: scale(1.1);
}
.imgw img{
    width: 100%;
}
.chn:hover .imgw{
    opacity: 0.9;
}
.mal{
    padding: 1em;
}
.bos{
    font-size: 0.8em;
    color: #000;
}
.wow{
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    margin-top: 10px;
    font-size: 13px;
}

.hey{
    text-decoration: none;
    color: #3a6cf4;
    font-size: 15px;
}
.hey:hover{
    text-decoration: none;
    color: #601cfc;
}

.mntg{
    width: 100%;
    margin: auto;
    display: flex;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 100px 100px;
    background-color: rgb(0, 0, 40);
}

.mn{
    margin-top: 100px;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    justify-items: center;
    align-items: center;
    overflow: hidden;
    padding: 0 0;
    font-size: 20px;
    width: 209px;
    border: 5px black solid;
    background-color: rgb(0, 75, 142);
    font-weight: 900;
    text-align: right;
    color: #fff;
    transition: 0.50s;
    border-radius: 30px;
}
.mn:hover{
    border: 5px rgb(255, 255, 255) solid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    cursor: pointer;
    opacity: 80%;
    box-shadow: rgb(28, 28, 28) 0 10px 10px 10px;
    transform: scale(1.1);
}
p{
    padding: 3px 10px;
}

h6{
    padding: 3px 10px;
}

@media (max-width: 1023px) {
    header {
        padding: 0 20px;
    }

    .logo {
        font-size: 25px;
    }

    .ab a {
        font-size: 16px;
        padding: 0 10px;
    }

    section {
        padding: 30px 50px;
    }

    .sd {
        width: 100%;
        padding: 20px;
    }

    .s h2 {
        font-size: 25px;
    }

    .s h2 span {
        font-size: 35px;
    }

    .aa {
        font-size: 15px;
    }

    .s h3 {
        font-size: 18px;
    }

    .ti {
        font-size: 25px;
    }

    .info h3 {
        font-size: 18px;
    }

    .info p {
        font-size: 14px;
    }

    .foot {
        flex-direction: column;
        align-items: center;
    }

    .links a {
        font-size: 14px;
    }

    .fop {
        font-size: 14px;
    }
    .mone{
        width: 55px;
    }
}

@media (max-width: 768px) {
    .logo {
        font-size: 20px;
    }

    .ab a {
        font-size: 14px;
        padding: 0 5px;
    }

    section {
        padding: 20px;
    }

    .sd {
        padding: 15px;
    }

    .s h2 {
        font-size: 22px;
    }

    .s h2 span {
        font-size: 30px;
    }

    .aa {
        font-size: 12px;
        padding: 10px 15px;
    }

    .s h3 {
        font-size: 16px;
    }

    .ti {
        font-size: 20px;
    }

    .info h3 {
        font-size: 16px;
    }

    .info p {
        font-size: 12px;
    }

    .links a {
        font-size: 12px;
    }

    .fop {
        font-size: 12px;
    }
    .mone{
        width: 50px;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 12px;
    }

    .ab a {
        font-size: 14px;
        padding: 0 3px;
    }

    section {
        padding: 10px;
    }

    .sd {
        padding: 10px;
    }

    .s h2 {
        font-size: 20px;
    }

    .s h2 span {
        font-size: 25px;
    }

    .aa {
        font-size: 10px;
        padding: 8px 10px;
    }

    .s h3 {
        font-size: 14px;
    }

    .ti {
        font-size: 18px;
    }

    .info h3 {
        font-size: 14px;
    }

    .info p {
        font-size: 10px;
    }

    .links a {
        font-size: 10px;
    }

    .fop {
        font-size: 10px;
    }
    .mone{
        width: 30px;
    }
}