@import url("https://fonts.googleapis.com/css2?family=Short+Stack&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");

@font-face {
    font-family: "Farmhouse";
    src: url("./fonts/farmhouse.otf") format("opentype");

    font-weight: normal;
    font-style: normal;
}

.iconsNav {
    background-color: white !important;
    color: black !important;
}

.iconsNav:hover {
    background-color: #e069c4 !important;
    color: black;
}

.textTitle {
    font-family: "Short Stack", cursive;
}

.titleHead {
    font-family: "Sawarabi Gothic", sans-serif;
}

.swal2-container .nice-select {
    display: none !important;
}

.swal2-confirm.swal2-styled {
    background-color: #74a441 !important;
    color: white !important;
}

.supStyle {
    font-size: 45px;
    vertical-align: super;
    text-transform: lowercase;
    color: #e069c4;
}

.socialIcons {
    margin-left: 40px;
}

@media screen and (max-width: 600px) {
    .photoRegister {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

.titleHead1 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Farmhouse";
    /* font-style: italic; */
}

.titleHead2 {
    font-size: 63px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.subtitleHead1 {
    font-size: 65px;
    color: #74a441;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -3px;
}

.subtitleHead2 {
    font-size: 60px;
    color: #e069c4;
    /* font-style: italic; */
    letter-spacing: -5px;
    font-family: "Farmhouse";
}

.headLogo img {
    width: 180px;
    margin-top: 100px;
}

.cmdLogo {
    position: absolute;
    top: 50px;
    left: 15vw;
}
.cmdLogo img {
    width: 55%;
}

@media (max-width: 767px) {
    .titleHead1 {
        font-size: 40px;
    }

    .titleHead2 {
        font-size: 45px;
    }

    .subtitleHead1 {
        font-size: 40px;
    }
    .supStyle {
        font-size: 30px;
    }

    .subtitleHead2 {
        font-size: 55px;
    }

    .headLogo img {
        margin-top: 30px;
        display: none;
    }

    .hero6-header,
    .footer6-sertion-area {
        text-align: center;
    }
    .cmdLogo {
        top: 0px;
        left: 20vw;
    }
    .cmdLogo img {
        width: 30%;
    }

    .socialIcons {
        margin-left: 20px;
    }
}
