/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap'); */

@font-face {
    font-family: 'SdKolt';
    font-weight: 300;
    src: local('BarlowCondensed'), url(../fonts/SdKolt-Light.ttf) format('opentype');
}

@font-face {
    font-family: 'SdKolt';
    font-weight: 400;
    src: local('BarlowCondensed'), url(../fonts/SdKolt-Regular.ttf) format('opentype');
}

@font-face {
    font-family: 'SdKolt';
    font-weight: 600;
    src: local('BarlowCondensed'), url(../fonts/SdKolt-Bold.ttf) format('opentype');
}

@keyframes moveBackground {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

body {
    font-family: 'SdKolt' !important;
    background-color: #f5f5f5;
    color: #2e2e2e;
    min-height: 100vh;
    position: relative;
    padding-bottom: 61px;
    background-image: url('../images/background.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation: moveBackground 13s infinite linear;
}


/* body {
    font-family: 'SdKolt' !important;
    background: #f5f5f5 !important;
    color: #2e2e2e !important;
    min-height: 100vh;
    position: relative;
    padding-bottom: 61px;
    background-image: url('../images/background.svg') !important;
    background-size: cover !important;
} */

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #c2b59b;
}

.link:hover {
    color: #c2b59b;
}

body p {
    color: #707070;
}

body h2,
body h1 {
    line-height: .75 !important;
}

.text-main {
    color: #c2b59b !important;
}

.text-191919 {
    color: #191919 !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-14 {
    font-size: .875rem !important;
}

.fs-12 {
    font-size: .75rem !important;
}

.fs-11 {
    font-size: .6875rem !important;
}

.fs-10 {
    font-size: .625rem !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

hr.hr1 {
    height: 2px !important;
    background: #333;
    opacity: 1;
}

.btn.btn1 {
    background: #fff;
    border: 2px solid #c2b59b;
    color: #191919;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50px;
    width: auto;
    min-width: 140px;
    padding: 0px 20px 3px 20px;
    font-size: 1.5rem;
    font-weight: 600;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #c2b59b;
    border-color: #c2b59b;
    color: #191919;
}

.btn.btn1:hover i {
    transition: all .5s ease;
    transform: translateX(8px);
}


.padding {
    padding: 60px 8px;
}

.header-top {
    padding: 40px 8px;
}

.logo1 {
    width: 200px;
}

nav.navbar {
    padding: 0;
}

nav.navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}

nav.navbar .navbar-nav .nav-link {
    color: #707070;
    font-size: .875rem;
    padding: 10px 15px;
    text-align: center;
    font-weight: 300;
}

nav.navbar .navbar-nav .nav-link:hover {
    color: #707070;
}

nav.navbar .navbar-nav .nav-link.active {
    color: #707070;
    font-weight: 600;
}

.header-top .btn.btn1 {
    padding: 15px 24px;
}

#banner {
    min-height: calc(100vh - 211px - 61px);
}

.logo-banner {
    width: 300px;
}

.contact-form {
    border: 2px solid #c2b59b;
    border-radius: 5px;
    padding: 50px;
    background: #fff;
    max-width: 480px;
    margin: auto;
}

.form.form1 .form-control {
    height: 45px;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 15px;
    border: 2px solid #c2b59b;
    text-align: right;
}

.form.form1 .form-control:focus {
    border-color: #c2b59b;
}

.form.form1 .form-control::placeholder {
    color: rgb(0 0 0 / 25%);
}


.video-section {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-section .container {
    position: relative;
    z-index: 2;
}

.video-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}

.about-box {
    border: 2px solid #c2b59b;
    border-radius: 5px;
    background: #fff;
}

.about-box .text {
    padding: 15px;
}

.services-div {
    width: 100%;
    /* max-width: 800px; */
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.services-div .draggable {
    border: 2px solid #c2b59b;
    background: #fff;
    padding: 24px 30px;
    width: auto;
    height: auto;
    position: absolute;
    cursor: grab;
    display: inline-block;
    user-select: none;
    transition: box-shadow 0.2s ease;
}

.services-div .draggable:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.services-div .draggable img {
    width: 36px;
    min-width: 36px;
}

.services-div .draggable.drg1 {
    top: 0;
    left: 27%;
}

.services-div .draggable.drg2 {
    top: 115px;
    left: 33%;
}

.services-div .draggable.drg3 {
    top: 233px;
    left: 31%;
}

.services-div .draggable.drg4 {
    top: 233px;
    left: 51%;
}

.services-div .draggable.drg5 {
    top: 349px;
    left: 35%;
}

.services-div .draggable.drg6 {
    top: 461px;
    left: 38%;
}

.highlight {
    background: url('../images/circle.svg');
    background-size: 100% 100% !important;
}




/* animated */
.btn-animated {
    position: relative;
    padding: 0px 20px 3px 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 50px;
    min-width: 150px;
    border: 2px solid #c2b59b;
    background-color: #c2b59b;
    transition: box-shadow 0.4s ease, background-color 0.4s ease, color 0.4s ease;
    /* box-shadow: 0 0 2px 0 rgba(73, 115, 255, 0.1), 0 0 4px 0 rgba(73, 115, 255, 0.2), 0 0 6px 0 rgba(73, 115, 255, 0.3), 0 0 8px 0 rgba(73, 115, 255, 0.4), 0 0 12px 0 rgba(73, 115, 255, 0.5), 0 0 18px 0 rgba(73, 115, 255, 0.6); */
}

/* .btn-animated:hover {
    background-color: #ea3c;
    box-shadow: 0 0 2px 0 rgba(238, 170, 51, 0.1), 0 0 4px 0 rgba(238, 170, 51, 0.2), 0 0 6px 0 rgba(238, 170, 51, 0.3), 0 0 8px 0 rgba(238, 170, 51, 0.4), 0 0 12px 0 rgba(238, 170, 51, 0.5), 0 0 18px 0 rgba(238, 170, 51, 0.6), 0 0 4px 0 rgba(238, 170, 51, 0.7);
} */

.btn-animated span {
    color: #191919;
    position: relative;
    z-index: 2;
}

.btn-animated i {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 200px;
    background-color: transparent;
    box-shadow: inset 0 0 50px #c2b59b;
    transition: transform 0.4s linear, top 1s linear;
    overflow: hidden;
}

.btn-animated i:before,
.btn-animated i:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.btn-animated i:before {
    border-radius: 46%;
    background-color: rgb(194 181 155 / 50%);
    animation: animate 5s linear infinite;
}

.btn-animated i:after {
    border-radius: 40%;
    background-color: #fff;
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}








/* scrollbar */
.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c2b59b;
}


/* footer-section */
.footer-section {
    background: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-section .copy {
    border-top: 1px solid #cccccc;
    padding: 20px 8px;
}

.social a {
    margin-right: 8px;
    color: #fff;
    background: #c2b59b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    transition: all .4s ease;
    font-size: .875rem;
}

.social a:hover {
    background: #fff;
    color: black;
}

.footer-copy {
    padding: 24px 8px;
    /* background: #c2b59b; */
    color: #fff;
}