@font-face {
    font-family: CormorantGaramond-Bold;
    src: url('/fonts/CormorantGaramond-Bold.ttf');
}

@font-face {
    font-family: CormorantGaramond;
    src: url('/fonts/CormorantGaramond-Regular.ttf');
}


@font-face {
    font-family: CormorantGaramondLight;
    src: url('/fonts/CormorantGaramond-Light.ttf');
}

@font-face {
    font-family: Lato;
    src: url('/fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato-Bold;
    src: url('/fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: Lato-Light;
    src: url('/fonts/Lato-Light.ttf');
}

body{
    background: rgb(23,33,27);
    background: linear-gradient(36deg, rgba(23,33,27,1) 0%, rgba(20,36,28,1) 55%, rgba(23,33,27,1) 100%);
    font-family: Lato;
    color: #fff;
}
html {
    height: 100%
}

a{
    color: #fff;
}

.center{
    margin: auto;
    text-align: center;
}

.slogan{
    max-width: 354px;
    margin: auto;
    padding-top: 50px;
}

#ashantiLogo{
    max-width: 424px;
    margin: auto;
    padding-top: 50px;
    position: relative;
    top: -125px;
}

.separator{
    background-color: #9B9B9B;
    width: 1px;
    height: 97%;
    margin: auto;
    margin-top: 10px;
}

footer{
    padding-top: 150px;
    padding-bottom: 40px;
}

.footer, .footer a, .footer a:hover{
    font-size: 12px;
    color: #9B9B9B;
    text-decoration: none;
    font-family: 'Lato';
}

.contactHeader1{
    font-family: 'CormorantGaramond';
    font-size: 30px;
    font-weight: 500;
    line-height: 22px;
}

.contactHeader2{
    font-family: 'CormorantGaramondLight';
    font-size: 20px;
    font-weight: 100;
}

#ashantiLogo {
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

#ashantiLogo:hover {
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}

#form1{
    margin-top: 40px;
    width: 75%;
    margin: auto;
}

#form1 input[type=text]{
    border-radius: 0;
    margin-bottom: 20px;
    text-align: center;
    border-color: #89725B;
    color: #89725B;
}

#form1 #submitForm {
    background: rgb(247,230,190);
    background: linear-gradient(180deg, rgba(247,230,190,1) 0%, rgba(110,66,24,1) 100%);
    border-radius: 0;
    border-color: rgba(110,66,24,1);
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: #14251C;
    font-family: 'CormorantGaramond';
    font-weight: 600;
    text-transform: uppercase;
}

.form-check-label{
    font-size: 9px;
    text-align: justify;
    margin-bottom: 15px;
    font-family: system-ui;
    font-weight: 100;
}

.form-check-label em{
    text-decoration: underline;
    cursor: pointer;
}


.mt-7 {
    margin-top: 6rem!important;
}

.ui-datepicker{
    background: rgb(247,230,190);
    background: linear-gradient(180deg, rgba(247,230,190,1) 0%, rgba(110,66,24,1) 100%);
}

.ui-datepicker-header{
    background-color: #14251C;
    color: #9B9B9B;
}

.ui-datepicker .ui-datepicker-title {
    color: #fff;
}

.ui-icon{
    background-color: #fff;
}

.ui-widget-content {
    color: #14251C;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #14251C;
    color: #fff;
}

.arrowContener{
    padding-top: 30px;
}

.relative{
    position: relative;
}

.playIcon{
    position: absolute;
    top: 39%;
    left: 35px;
}

.fullscreenIcon{
    position: absolute;
    bottom: 10px;
    width: 89%;
    text-align: right;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
    ;
}



#phoneIcon{
    position: fixed;
    bottom: 25px;
    right: 20px;

    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

#phoneIcon a img{
    width: 70%;
    height: auto;
}

#scrollDown img{
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

#leftDownElement, #rightDownElement{
    position: relativ;
}

#leftDownElement, #rightDownElement{
    display: none;
}

#contact{
    position: relative;
}

.form-check-input:checked {
    background-color: #89725B;
    border-color: #89725B;
}


#separatorDiv{
    width: 2px;
}

#contact-response{
    padding-top: 25px;
    color: #F7E7C0;
}

#movie{
    text-align: center;
    margin-top: 20px;
}

.video1{
    margin: auto;
    width: 80%;
}

.videoContener{
    height: 75%
}

.sec1Contener{
    margin-top: 20px;
}

.modal-dialog{
    background-color: #12281D;
    border: 1px solid #7A6954;
    color: #fff;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-dialog h3{
    font-size: 16px;
}

.modal-dialog span{
    font-size: 14px;
}

.modal-dialog p{
    font-size: 12px;
    text-align: justify;
}

.closeModal{
    float: right;
    width: 2%;
    height: auto;
}

.modal {
    --bs-modal-width: 80%;
    cursor: pointer;
}


#fontSendInfo{
    background-color: #12281D;
    border: 1px solid #7A6954;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
#fontSendInfo p{
    font-size:20px;
}

.cookieInfo{
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    opacity: 0.9;
    display: none;
    font-family: 'CormorantGaramond';
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.cookieInfo button{
    background: rgb(247,230,190);
    background: linear-gradient(180deg, rgba(247,230,190,1) 0%, rgba(110,66,24,1) 100%);
    border-radius: 0;
    border-color: rgba(110,66,24,1);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    font-size: 14px;
    color: #14251C;
    font-family: 'CormorantGaramond';
    font-weight: 600;
    text-transform: uppercase;
    border: navajowhite;
}

#modal_cookieP{
    cursor: pointer;
}

@media only screen and (max-width: 1370px) {

    #ashantiLogo {
        max-width: 375px;
    }

    .contactHeader1{
        font-size: 27px;
    }

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


@media only screen and (max-width: 1200px) {
    #form1 {
        width: 100%;
    }

    .contactHeader1{
        font-size: 25px;
    }

    .contactHeader2{
        font-size: 18px;
        font-weight: 100;
    }
}


@media only screen and (max-width: 773px) {
    #phoneIcon{
        position: static;
        -webkit-animation: pulse 1s linear infinite;
        animation: pulse 1s linear infinite;
        margin: auto;
    }
    #leftDownElement, #rightDownElement{
        display: block;
    }
    #separatorDiv{
        display: none;
    }

    #ashantiLogo {
        max-width: 340px;
        margin: auto;
        padding-top: 0px;
    }

    #phoneIcon{
        margin-top: 60px;
    }
    footer {
        padding-top: 76px;
        padding-bottom: 40px;
    }

    .video1{
        width: 100%;
    }

    .playIcon img{
        width: 50px;
        height: auto;
    }

    #leftDownElement{
        margin-top: 80px;
    }

    #phoneIcon a img{
        width: 50px;
        height: auto;
    }
    body{

    }

    .modal-dialog {
        padding-left: 20px;
        padding-right: 33px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .modal{
        padding-right: 0 !important;
    }

    .closeModal {
        width: 10%;
    }
}



@media only screen and (max-width: 400px) {
    #phoneIcon{
        position: static;
        -webkit-animation: pulse 1s linear infinite;
        animation: pulse 1s linear infinite;
        margin: auto;
    }
    #leftDownElement, #rightDownElement{
        display: block;
    }
    #separatorDiv{
        display: none;
    }

    #ashantiLogo {
        max-width: 250px;
        margin: auto;
        padding-top: 0px;
    }

    .slogan{
        max-width: 250px;
    }

    #phoneIcon{
        margin-top: 60px;
    }
    footer {
        padding-top: 76px;
        padding-bottom: 40px;
    }

    .video1{
        width: 100%;
    }

    .playIcon img{
        width: 50px;
        height: auto;
    }

    #leftDownElement{
        margin-top: 80px;
    }

    #phoneIcon a img{
        width: 45px;
        height: auto;
    }
    body{

    }

    .playIcon {
        position: absolute;
        top: 39%;
        left: 10px;
    }

    .modal-dialog {
        padding-left: 20px;
        padding-right: 33px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .modal{
        padding-right: 0 !important;
    }


    .closeModal {
        width: 10%;
    }
}

