@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
}

.header {
    color: #212529;
    transition: all 0.5s;
    z-index: 997;
    background-color: #D3F4FF;
}

.header .logo {
    line-height: 1;
}

.header .logo img {
    max-height: 129px;
    margin-right: 8px;
    filter: invert(100%);

}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #37373f;
}

.header .logo span {
    color: #ce1212;
    font-size: 36px;
}

.header .invisible {
    color: transparent;
    background: transparent;
    user-select: none;
    margin-right: 150px;
}

.section {
    color: #212529;
    background-color: #ffffff;
    padding: 60px 0;
    scroll-margin-top: 92px;
    overflow: clip;
}

@media (max-width: 1199px) {

    section,
    .section {
        scroll-margin-top: 56px;
    }
}

@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        
    }

    .navmenu li {
        position: relative;
    }

    .navmenu > ul > li {
        white-space: nowrap;
        padding: 15px 14px;
    }

    .navmenu > ul > li:last-child {
        padding-right: 0;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #2B1B12;
        font-size: 18px;
        padding: 0 2px;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }
    .navmenu a:hover{
        transform: scale(1.1);
        letter-spacing: 1px;
        color: #0a58ca;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu > ul > li > a:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #ce1212;
        visibility: hidden;
        width: 0;
        transition: all 0.3s ease-in-out 0s;
    }
}

.hero {
    background-color: #D3F4FF;
    width: 100%;
    min-height: 90vh;
    position: relative;
    padding: 10px 0;
    
}

.hero h1 {
    margin: 0;
    font-size: 74px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.hero p {
    color: #454545;
    font-weight: 700;
    font-size: 19px;
    margin: 5px 0 30px 0;
}
.hero a{
}

.hero .shop {
    background-color: #5D5FEF;
    color: white;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    align-content: center;
    width: 177px;
    height: 58px;
    padding: 14px;
    transition: 0.3s;
}

.hero .shop:hover {
    transform: scale(1.1);
    letter-spacing: 2px;
}


@media (max-width: 640px) {
    .hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .hero .shop-buton {
        font-size: 13px;
    }
}

.about .about-item {
    padding-top: 20px;
}

.about img {
    border-radius: 18px;
    width: 600px;
    height: 420px;
    margin: 0;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
}

.about h3 {
    font-size: 40px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.about p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.about span {
    font-size: 48px;
    display: block;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}


.about .about-item p {
    color: black;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.services h3 {
    color: #2B1B12;
    font-size: 40px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.services p {
    color: #4F3527;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 50px;
    font-family: "Montserrat", sans-serif;
}

.services .service-item {
    padding: 30px 30px;
    background-color: #DBF6FF;
    height: 268px;
    width: 275px;
    border-radius: 18px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
}

.services .service-item .icon {
    margin-bottom: 10px;
    background-color: #FBFEFF;
    width: 83px;
    height: 83px;
    text-align: center;
    align-content: center;
    border-radius: 9px;
    padding: 14px
}

.services .service-item .icon img {
    color: black;
    height: 52px;
    width: 52px;
    font-size: 36px;
}

.services .service-item h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
}

.services .service-item p {
    color: #4F3527;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

.plugins h3 {
    color: black;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 50px;
    font-family: "Montserrat", sans-serif;
}

.plugins .plugin {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
    justify-content: center;
}

.plugins .plugin .plugin-img {
    position: relative;
    overflow: hidden;

}

.plugins .plugin .plugin-info {
    padding: 20px 20px 0 20px;
    background-color: #DBF6FF;

}

.plugins .plugin .plugin-info h4 {
    font-weight: 700;
    font-size: 20px;
    color: #090909;
    font-family: "Montserrat", sans-serif;
}

.plugins .plugin .plugin-info .sub-desc {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.plugins .plugin .plugin-info .sub-desc p {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    color: #454545;
    padding: 3px;
    font-family: "Montserrat", sans-serif;
}

.plugins .plugin .plugin-info .sub-sub-desc {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.plugins .plugin .plugin-info .sub-sub-desc a {
    background-color: #7879F1;
    border-radius: 8px;
    height: 40px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    align-content: center;
    padding: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s;
}

.plugins .plugin .plugin-info .sub-sub-desc a:hover {
    transform: scale(1.1);
    letter-spacing: 1px;
}

.plugins .plugin .plugin-info .sub-sub-desc p {
    color: #454545;
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    align-content: center;
    text-align: center;
    height: 40px;
    font-family: "Montserrat", sans-serif;
}

.testimonials {
    background-color: #F2FBFE;
}

.testimonials h3 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
}

.swiper-slide article {
    padding: 20px;
    width: 270px;
    height: 400px;
    border-radius: 18px;
    margin: 20px;
    overflow: hidden;
    background-color: #B6EDFF;
}

.swiper-slide .post-img {
    width: 282px;
    height: 172px;
    margin: -30px -0px 15px -30px;
    overflow: hidden;
}

.swiper-slide .post-img img {
    height: 100%;
    width: 100%;
    align-content: center;
    justify-content: center;
}

.swiper-slide .info {
    padding-bottom: 10px;
}

.swiper-slide .sub-info {
    display: flex;
    justify-content: space-between;
    
}

.swiper-slide .sub-info p {
    margin-right: 50px;
}

.swiper-slide .sub-info i {

    background-color: white;
    border-radius: 5px;
    width: 59px;
    height: 24px;
    text-align: center;
    font-style: normal;
    color: #FFC71E;
}

.swiper-slide .sub-info i span {
    color: black;
}

.swiper-slide .post-author-img {
    width: 45px;
    border-radius: 50%;
    margin-right: 5px;
    color: black;
}

.swiper-slide .post-author {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.discord {
    padding: 170px 0;
    position: relative;
    clip-path: inset(0);
}

.discord .container {
    position: relative;
    z-index: 3;
}

.discord h3 {
    color: #2B1B12;
    font-size: 40px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.discord .button {
    color: #543E32;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s;
    padding-top: 10px;
}

.discord .button:hover{
    transform: scale(1.1);
    letter-spacing: 1px;
    color: #0a58ca;
}

.footer {
    background-color: #D3F4FF;
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
}

.footer .footer-about .logo img {
    width: 95px;
    height: 95px;
    margin: 0;
    filter: invert(100%);

}

.footer .footer-about p {
    color: #4F3527;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.footer h4 {
    color: #2B1B12;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    font-family: "Montserrat", sans-serif;
}

.footer .footer-links {
    margin-bottom: 30px;
    padding: 14px
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
    font-family: "Montserrat", sans-serif;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: #4F3527;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    transition: 0.3s;
}

.footer .footer-links ul a:hover{
    transform: scale(1.1);
    letter-spacing: 1px;
    color: #0a58ca;
}

.credit {

    text-align: center;
    text-decoration: none;
    align-content: center;
    
    padding-bottom: 20px;
    background-color: #D3F4FF;

}

.credit a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    transition: 0.3s;
}

.credit a:hover{
    transform: scale(1.1);
    letter-spacing: 1px;
    color: #0a58ca;
}

.credit i {
    color: black;
    font-size: 11px;
    margin-left: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}