
.custom_animate {
    text-align: center;
    font-weight: 600;
    font-size: 92px;
    color: #ffffff;
    padding-top: 23%;
    font-family: auto;
    font-style: italic;
}

.under_header {
    text-align: center;
    font-weight: 600;
    font-size: 68px;
    color: #ffffff;
    padding-top: 30px;
    font-family: auto;
    font-style: italic;
}

.SavingInput {
    font-size: 42px;
    padding: 8px;
    border-radius: 10px;
    width: 60%;
    border: 3px solid #0d99ff;
}

@media (max-width: 1400px) {


    .under_header {
        font-size: 40px;
        padding-top: 1px;

    }

    .custom_animate {
        font-size: 60px;

    }
}

@media (max-width: 1000px) {


    .under_header {
        font-size: 26px;
        padding-top: 1px;

    }

    .custom_animate {
        font-size: 36px;

    }
}


@media (max-width: 600px) {
    p {
        text-align: left !important;
    }

    .SavingInput {
        font-size: 25px;
        width: 75%;
    }

    .under_header {
        font-size: 20px;
        padding-top: 1px;

    }

    .custom_animate {
        font-size: 25px;
        padding-top: 70%;

    }
}

body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
!important;
}

li {
    font-size: 18px !important;
}

.header-section ul li:hover > a, .header-section ul li.active > a {
    color: #8d7100;
}

.bg {
    background-image: url("/static/mountain.webp");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg2 {
    background-image: url("/static/images/background-min.webp");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    filter: brightness(90%);
    background-size: 100% 100%;
}

.bg3 {
    background-image: url("/static/mountain.webp");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*filter: brightness(50%);*/
}

.custom_animate {
    position: relative;
    animation-name: custom_animate;
    animation-duration: 8s;
    /*animation-iteration-count: infinite;*/
}

.under_header {
    position: relative;
    animation-name: under_header;
    animation-duration: 14s;
    /*animation-iteration-count: infinite;*/
}

@keyframes custom_animate {
    0% {
        left: -1000px;
    }
    25% {
        left: 0px;
    }

}

@keyframes under_header {
    0% {
        left: 1000px;
    }
    25% {
        left: 0px;
    }

}

.my_input {
    font-family: auto;
    font-size: 19px;
    line-height: 1.1;
    border-radius: 14px;
    border: 3px solid #0d99ff;
    padding: 10px;
}

.custom-header {
    background-color: #e5e5e5;
    padding: 10px;
    border-radius: 24px;
    opacity: 78%;

}

.small-font-size {
    font-size: 20px;
}

@media (max-width: 700px) {
    .custom--span {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .custom--span {
        font-size: 15px;
    }
}

.swal-text {
    font-size: 20px;
!important;
}

.my-email-contact {
    font-family: auto;
    font-size: 22px;
    line-height: 2;
    border-radius: 14px;
    border: 3px solid #0d99ff;
    padding: 10px
}

.my-text-area {
    font-family: auto;
    font-size: 22px;
    line-height: 1.3;
    border-radius: 14px;
    border: 3px solid #0d99ff;
    padding: 10px;
    width: 85%;
    min-height: 350px
}