body {
    font-family: 'Montserrat';
}

.bg {
    background-size: cover;
    background-position: center;
}

.logo {
    position: relative;
    top: 10px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 10px;
}

.logo img {
    padding-right: 35px;
    max-width: 210px;
}

.mw-1 {
    max-width: 720px;
}

.mw-2 {
    max-width: 568px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.bg-yellow {
    background: #FEDA01;
}

.bg-brown {
    background: #531B04;
}

.bg-gradient-1 {
    background: rgb(215, 183, 115);
    background: linear-gradient(41deg, rgba(215, 183, 115, 1) 0%, rgba(253, 252, 136, 1) 18%, rgba(188, 126, 7, 1) 41%, rgba(192, 134, 15, 1) 44%, rgba(253, 252, 136, 1) 91%);
}

.bg-gradient-2 {
    background: rgb(85, 28, 4);
    background: linear-gradient(80deg, rgba(85, 28, 4, 1) 40%, rgba(41, 9, 1, 1) 60%);
}

.bg-frame-1 {
    border: 2px solid #E8D45F;
}

.bg-img-1 {
    background-image: url(../../img/pageLanding/bg1.jpg);
    background-size: cover;
    background-position: center;
}

.bg-img-2 {
    background-image: url(../../img/pageLanding/bg2.jpg);
    background-size: cover;
    background-position: center;
}

.text-brown {
    color: #442803;
}

.text-yellow {
    color: #FFF200;
}

.text-red {
    color: #FF0000;
}

.text-footer {
    font-family: 'Lora';
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box-shadow-1 {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}

.text-shadow-1 {
    text-shadow: 0px -4px 8px #000000
}

.img-text-1 {
    width: 350px !important;
    max-width: 100%;
}

.custom-button-1 {
    text-align: center;
    margin: auto;
    border-radius: 20px;
    padding: 1em 2em 1em 2em;
}

.custom-button-1 * {
    text-transform: uppercase;
}

.custom-button-2 {
    display: inline-block;
    font-size: 25px;
    text-decoration: none;
    color: #FFFFFF;
    padding: 15px 20px;
    background: rgb(154, 0, 7);
    background: linear-gradient(180deg, rgba(154, 0, 7, 1) 15%, rgba(62, 0, 2, 1) 85%);
    border: 1px solid #FFF200;
    border-radius: 7px;
    text-shadow: 0px 2px 4px #000000;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0px 15px 25px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 15px 25px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 15px 25px -6px rgba(0, 0, 0, 0.75);
    transition: 0.5s;
}

.custom-button-2:hover {
    color: #FFFFFF;
    transform: scale(1.1);
    transition: 0.5s;
}

.custom-ul-1 {
    color: #FFFFFF;
    font-size: 20px;
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.custom-ul-1 li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: rgb(41, 9, 1);
    background: linear-gradient(41deg, rgba(41, 9, 1, 1) 25%, rgba(85, 29, 4, 1) 75%, rgba(85, 29, 4, 1) 76%);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.15;
    padding: 30px 20px;
    border-radius: 50px;
    box-shadow: 4px 3px 16px 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 4px 3px 16px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 3px 16px 3px rgba(0, 0, 0, 0.75);
}

.custom-ul-1 li:nth-child(even) {
    background: #FF6903;
}

.custom-ul-1 li:before {
    /* content: "\f00c";
    font-family: icomoon;
    display: inline-block;
    color: #FFC107;
    margin-right: 1em; */
}

.custom-ul-2 {
    color: #FFFFFF;
    font-size: 20px;
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.custom-ul-2 li {
    display: inline-flex;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.15;
    padding: 5px 0px;
    padding-left: var(--icon-space);
}

.custom-ul-2 li:before {
    content: "\f00d";
    font-family: icomoon;
    display: inline-block;
    color: #FF0000;
    margin-right: 1em;
}

/* .custom-border-1 {
    border: 2px dashed #212529;
    padding: 2px;
} */

.custom-border-1 {
    padding: 3px;
    position: relative;
    background-image: linear-gradient(90deg, #212529 50%, transparent 50%), linear-gradient(90deg, #212529 50%, transparent 50%), linear-gradient(0deg, #212529 50%, transparent 50%), linear-gradient(0deg, #212529 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
}

@keyframes border-dance {
    0% {
        background-position: left top, right bottom, left bottom, right top;
    }

    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
    }
}

.img-arrow {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.testimony-img {
    max-width: 300px;
    height: 200px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin: auto;
}

.testimony-content {
    padding: 10px 20px;
}

.testimony-content * {
    color: #FFFFFF;
}

.testimony-card {
    position: relative;
}

.testimony-card .caption-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 5px;
}

.footer {
    background: transparent;
    text-align: center;
    padding: 2em 0em;
}

@media (max-width: 591px) {
    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    .custom-ul-1 li {
        font-size: 20px;
    }

    .custom-ul-2 li {
        font-size: 20px;
    }

    .custom-button-2 {
        font-size: 18px;
    }

    .text-footer {
        font-size: 16px;
    }
}