@font-face {
    font-family: 'recoleta';
    font-weight: 400;
    src: local('recoleta'), url(../fonts/RECOLETA.OTF) format('opentype');
}

body {
    font-family: 'recoleta' !important;
    background: #0d1214 !important;
    color: #414141 !important;
    background-image: url('../images/Background.png') !important;
    background-size: cover !important;
}

body::-webkit-scrollbar{
    width: 0;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #000;
}

.text-main {
    color: #E4B77E !important;
}



.btn.btn1 {
    background: rgba(228, 183, 126, 0.46);
    border: 0;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 100px;
    width: auto;
    min-width: 170px;
    padding: 7px 24px;
    font-size: 1.5rem;
    font-weight: 500;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(90deg, #E4B77E 0%, #885A3B 100%);
    color: #111;
}

.btn.btn-dark {
    background: #282626;
    color: #fff;
}

.btn.btn-dark:hover {
    background: #fff;
    color: #000;
}

.fs-14 {
    font-size: .875rem !important;
}



.logo1 {
    width: 200px;
}


.section1 {
    padding: 100px 0 140px 0;
}

.section1 .img1 {
    border-radius: 15px;
    width: 100%;
}

.section1 .img2 {
    position: absolute;
    bottom: -48px;
    right: -48px;
    width: 105px;
}

.section1 .img2 img{
    animation: spin 5s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}


.modal1 .modal-content {
    background: radial-gradient(circle at 94.35384114583333% 89.61588541666666%, #885A3B 0%, 31%, rgba(136,90,59,0) 62%), radial-gradient(circle at 6.503906249999999% 88.037109375%, rgba(228,183,126,0.99) 0%, 50%, rgba(228,183,126,0) 100%), radial-gradient(circle at 52.5% 0%, #414141 0%, 28.2%, rgba(65,65,65,0) 47%), radial-gradient(circle at 48.9013671875% 49.521484375%, #000000 0%, 100%, rgba(0,0,0,0) 100%);
    border-radius: 20px;
    border: 0;
}

.modal1 .modal-body {
    padding: 40px;
    color: #fff;
}



@media (max-width: 991px) {
    .section1 .img2 {
        position: static;
    }
}

@media (max-width: 767px) {
    .section1 {
        padding: 60px 0 80px 0;
    }
    .section1 .image-box {
        width: calc(100% - 62px);
        margin: auto;
    }
    .logo1 {
        width: 160px;
    }
}