@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
* {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

body {
    overflow-x: hidden !important;
    background-image: url(../img/backgrounds/home-1.jpg);
    background-repeat: repeat;
    background-size: 100%;
    width: 100vw;
}

.loader {
    position: fixed;
    z-index: 100000;
    background-color: rgb(255, 255, 255);
    /*backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  -o-backdrop-filter: blur(20px);
  -ms-backdrop-filter: blur(20px);*/
    height: 100vh;
    width: 100vw;
    top: 0px;
}

.loader img {
    width: 200px;
}

.loader h1 {
    font-size: 20px;
    color: #c29e60;
}


/* Bootstrap overrides */

@media screen and (min-width: 1200px) {
    .nav-container {
        width: 1320px;
    }
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    padding-top: 5px;
}

.navbar-default li,
a {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13px;
}

.navbar-default li,
a {
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .nav-li-text {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media screen and (max-width: 992px) {
    .nav-li-text {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.gallery .gallery-filter li a {
    text-transform: capitalize !important;
    font-size: 14px;
    padding-top: 60px;
}

.gallery .gallery-filter .active a {
    color: #c29e60 !important;
}

@media screen and (max-width: 700px) {
    .gallery .gallery-filter li a {
        padding-top: 10px;
        font-size: 600;
    }
}

.gallery {
    padding-bottom: 60px;
}

.gallery .gallery-list .gallery-item img {
    border-radius: 30px;
    overflow: hidden;
}

.gallery .gallery-list .gallery-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 30px;
    z-index: 10;
    transition-duration: 0.3s;
    color: transparent;
}

@media screen and (max-width: 700px) {
    .gallery .gallery-list .gallery-item .overlay {
        width: 100vw;
        height: 100%;
        left: -45px;
    }
}

@media screen and (min-width: 700px) {
    .gallery .gallery-list .gallery-item .overlay:hover {
        background-color: rgba(194, 158, 96, 0.75);
        cursor: pointer;
        color: #fff;
    }
}

.gallery .gallery-list .gallery-item span {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
}

@media screen and (max-width: 700px) {
    .gallery .gallery-list .gallery-item img {
        border-radius: 10px;
    }
    .gallery .gallery-list .gallery-item span {
        /*margin-left: 160px;*/
        width: 120px;
        color: #000;
        text-align: left;
        background-color: rgba(194, 158, 96, 0.75);
        padding: 3px 5px 3px 5px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 700px) {
    .gallery .gallery-list .gallery-item img {
        padding: 0px;
    }
}

.nav-li-icons {
    padding-right: 3px;
    padding-left: 3px;
}

.material-icons-outlined {
    margin-top: -4px;
}

@media screen and (min-width: 992px) {
    .navbar-brand {
        position: absolute;
        background-color: #ffffff;
        height: 150px;
        width: 200px;
        border-radius: 50px;
    }
    .navbar-brand:hover {
        position: absolute;
        background-color: #ffffff !important;
        height: 150px;
        width: 200px;
        border-radius: 50px;
    }
    .navbar-brand:focus {
        position: absolute;
        background-color: #ffffff !important;
        height: 150px;
        width: 200px;
        border-radius: 50px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-brand {
        position: absolute;
    }
}


/* Native CSS */

.cb-slideshow-overlap {
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 208, 0, 0.5);
    height: 100vh;
    width: 50px;
    right: 0px;
    padding-right: 40px;
}

.cb-slideshow-overlap .slide-num {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    padding: 0px 7px 0px 7px;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 10px;
}

.cb-slideshow-overlap .select {
    background-color: #000;
    color: rgb(255, 208, 0);
    padding: 0px 7px 0px 7px;
    border-radius: 30px;
    font-size: 10px;
}

.cb-slideshow-overlap li {
    list-style: none;
}

.con-mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sec {
    padding-top: 30px;
    /*height: 100vh;*/
}

.sec-footer {
    height: 220px;
    width: 100%;
    background-color: black;
    color: #ffffff;
    position: relative;
    bottom: 0px;
}

.learn-button {
    border: 2px solid #c29e60;
    padding: 6px 14px 6px 14px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition-duration: .3s;
}

.learn-button:hover {
    background-color: #000;
    border-color: #000;
    color: #c29e60!important;
    text-decoration: none;
    transition-duration: .3s;
}

.material-icons-outlined:hover {
    color: #c29e60;
    transition-duration: .3s;
}

.nav-li-text a:hover {
    color: #c29e60!important;
}

@media screen and (min-width: 1060px) {
    .sec-home .row {
        display: inherit;
    }
}

@media screen and (min-width: 992px) {
    .sec-footer .grid-container {
        display: grid;
        grid-template-columns: auto auto auto;
        background-color: #000000;
        width: 100vw;
        height: 200px;
    }
    .sec-footer .grid-item {
        background-color: rgba(0, 0, 0, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.8);
        padding: 20px;
        font-size: 30px;
        text-align: center;
        color: #fff;
    }
}

@media screen and (max-width: 1077px) {
    .sec-footer .grid-container {
        background-color: #000000;
        padding: 10px;
        width: 100vw;
    }
    .sec-footer .grid-item {
        background-color: rgba(0, 0, 0, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.8);
        padding: 20px;
        font-size: 30px;
        text-align: center;
        color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .sec-contact .grid-container {
        display: grid;
        grid-template-columns: auto auto;
        width: 100vw;
        /*height: 100vh;*/
    }
    .sec-contact .grid-item {
        border: 1px solid rgba(0, 0, 0, 0.8);
        font-size: 30px;
        text-align: center;
        color: rgb(0, 0, 0);
        height: 100%;
    }
}

@media screen and (max-width: 992px) {
    .sec-contact .grid-container {
        width: 100vw;
        height: 100vh;
        margin-bottom: 63px;
    }
    .sec-contact .grid-item {
        border: 1px solid rgba(0, 0, 0, 0.8);
        font-size: 30px;
        text-align: center;
        color: rgb(0, 0, 0);
        height: 50%;
    }
}

.sec-footer .col-sm {
    color: #fff;
}

.sec-about {
    overflow: hidden;
}

.brand-logo {
    width: 150px;
}

@media screen and (max-width: 990px) {
    .brand-logo {
        width: 50px;
        margin-top: -15px;
    }
}

.sec-home h1 {
    color: #976d24;
    font-weight: 700;
}

.sec-home p {
    font-size: 20px;
    font-weight: 500;
    width: 650px;
    letter-spacing: 0.6px;
    margin-top: 30px;
}

.sec-home {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media screen and (max-width: 700px) {
    .sec-home {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec-home p {
        width: 250px;
    }
}

.sec-home .learn-button {
    margin-top: 20px;
}

.about-cards {
    width: 220px;
    height: 280px;
    border: 7px solid #000;
    border-radius: 30px;
    margin: 50px 40px 50px 40px;
    background-color: #000;
    transition-duration: 0.3s;
}

.about-cards img {
    width: 50px;
}

.about-cards h1 {
    font-weight: 700;
    font-size: 30px;
    color: #c29e60;
}

.about-cards p {
    font-size: 14px;
    color: #c29e60;
    margin-top: -10px;
    width: 100%;
}

.about-cards:hover {
    background-color: #fff;
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.about-cards:hover h1 {
    color: #000;
}

.about-cards:hover p {
    color: #000;
}

.sec-about {
    /*background-image: url(../img/backgrounds/home-2.jpg);*/
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}

.sec-about .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    position: absolute;
}

.sec-service .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    position: absolute;
    border-radius: 80px;
    /*margin-top: -30px;*/
}

.ser-bg {
    background-image: url(../img/backgrounds/home-2.jpg);
    background-size: 150%;
    background-position-x: center;
    background-position-y: -110px;
}

@media screen and (max-width: 768px) {
    .ser-bg {
        background-size: 300%;
    }
}

.sec-about h1 {
    font-weight: 700;
    color: #fff;
}

.sec-about {
    padding-bottom: 70px;
}

.sec-about .swiper-slide .mid-content {
    font-size: 16px;
}

.sec-about .swiper-slide .mid-content b {
    font-weight: 700;
    font-size: 16px;
}

.sec-about .swiper-slide .mid-content .learn-button {
    font-size: 12px;
}

.sec-service h1 {
    font-weight: 700;
    margin-bottom: 40px !important;
    color: #976d24;
}

.sec-service {
    padding-bottom: 70px;
}

.sec-contact .contact {
    background-image: url(../img/backgrounds/home-4.jpg);
    background-size: cover;
    background-position-x: center;
}

.sec-contact h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    color: rgb(255, 255, 255);
}

.sec-contact input {
    width: 500px;
    border-radius: 10px;
    border-color: transparent;
    outline: none;
    margin-bottom: 30px;
    height: 45px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
}

.sec-contact textarea {
    height: 200px;
    width: 500px;
    border-color: transparent;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    outline: none;
}

@media screen and (max-width: 700px) {
    .sec-contact input,
    textarea {
        width: 290px;
    }
}

.sec-contact button {
    width: 110px;
    height: 45px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #fff;
    border-radius: 10px;
    float: right;
    text-align: center;
    border-color: transparent;
    outline: none;
}

@media screen and (max-width: 1077px) {
    .sec-contact-pc {
        display: none;
    }
}

@media screen and (min-width: 1077px) {
    .sec-contact-mob {
        display: none;
    }
}

@media screen and (max-width: 1077px) {
    .sec-contact-mob .map {
        height: 50vh;
    }
}

.sec-contact-mob .contact {
    padding-left: 20px;
    padding-right: 20px;
}

.sec-contact-mob .contact h1 {
    margin-top: 70px;
    margin-left: 20px;
}

.sec-contact-mob .contact textarea {
    width: 290px;
    height: 100px;
}

.sec-contact-mob .contact button {
    width: 100px;
    height: 40px;
    margin-bottom: 30px;
}

.sec-contact-pc .map {
    width: 50vw;
    border: none;
}

.sec-contact-pc .contact {
    width: 50vw;
    border: none;
}

.sec-footer .grid-item img {
    width: 120px;
}

.sec-footer .grid-item p {
    font-size: 11px;
    padding-top: 15px;
}

.sec-footer .grid-item h1 {
    font-size: 15px;
}

.sec-footer .grid-item span {
    font-size: 10px;
    font-weight: 500;
}

.sec-footer .grid-item a {
    color: #c29e60 !important;
}

.sec-footer .grid-item-3 p {
    float: right;
    text-align: right;
    line-height: 23px;
    color: #717171;
    padding-right: 30px;
}

.sec-footer .material-icons-outlined {
    font-size: 20px !important;
    letter-spacing: 15px;
    margin-top: 8px;
    text-align: right;
    color: #fff;
}

.sec-footer .material-icons-outlined:hover {
    color: #c29e60;
}

@media screen and (max-width: 992px) {
    .sec-footer .grid-container {
        height: 620px;
    }
    .sec-footer .grid-item-3 p {
        text-align: center;
        float: none;
        padding-right: 0px;
    }
}

.about-hero {
    background-image: url(../img/backgrounds/about-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vw;
    margin-top: 60px;
}

@media screen and (max-width: 700px) {
    .about-hero {
        height: 50vh;
        text-shadow: 2px 2px 7px #000;
    }
}

.about-hero h1 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 1px;
}

.about-sec-home .sec-home-des {
    letter-spacing: none;
    font-weight: 600;
}

.about-sec-home .row .col p {
    font-size: 15px;
    width: 600px;
    padding: 50px 30px 10px 30px;
    text-align: left;
    font-weight: 400;
}

.about-sec-service .row .col p {
    font-size: 15px;
    width: 600px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 400;
}

@media screen and (max-width: 700px) {
    .about-sec-home .row .col p {
        width: 90vw;
        padding: 30px 15px 10px 15px;
    }
    .about-sec-service-mob .row .col p {
        font-size: 15px;
        width: 90vw;
        padding: 0px 0px 0px 0px;
        text-align: left;
        font-weight: 400;
    }
}

.about-black-1 {
    background-color: #000;
    width: 100vw;
    height: 200px;
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.about-black-2 {
    background-image: url(../img/backgrounds/about-2.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 300px;
    color: #fff;
    font-size: 25px;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.about-sec-home .about-point {
    margin-top: 50px;
}

.about-sec-home .about-point li {
    text-align: left;
    list-style-image: url(../img/icons/arrow_forward_black_24dp.svg);
    font-weight: 700;
    font-size: 15px;
}


/* about marquee PC */

@media screen and (min-width: 700px) {
    .marquee {
        height: 450px;
        width: 100vw;
        overflow: hidden;
        position: relative;
    }
    /* would need to be adjusted depending on time */
    .marquee .marqueeone {
        animation: marquee 40s linear infinite;
    }
    .marquee .marqueetwo {
        animation: marquee 40s linear 10s infinite;
    }
    .marquee .marqueethree {
        animation: marquee 40s linear 20s infinite;
    }
    .marquee .marqueefour {
        animation: marquee 40s linear 30s infinite;
    }
    /* even out the elements */
    .marquee div {
        position: absolute;
        width: 100%;
        left: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .marquee:hover div {
        animation-play-state: paused;
    }
    /* add delay at the end of animation so you dont start while another div is going */
    @keyframes marquee {
        0% {
            left: 100%;
        }
        50% {
            left: -100%;
        }
        100% {
            left: -100%;
        }
    }
    .marquee img {
        width: 300px;
        height: auto;
        border-radius: 30px;
    }
}


/* about marquee MOB */

@media screen and (max-width: 700px) {
    .marquee {
        height: 225px;
        width: 100vw;
        overflow: hidden;
        position: relative;
    }
    /* would need to be adjusted depending on time */
    .marquee .marqueeone {
        animation: marquee 20s linear infinite;
    }
    .marquee .marqueetwo {
        animation: marquee 20s linear 5s infinite;
    }
    .marquee .marqueethree {
        animation: marquee 20s linear 10s infinite;
    }
    .marquee .marqueefour {
        animation: marquee 20s linear 15s infinite;
    }
    /* even out the elements */
    .marquee div {
        position: absolute;
        width: 100%;
        left: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .marquee:hover div {
        animation-play-state: paused;
    }
    /* add delay at the end of animation so you dont start while another div is going */
    @keyframes marquee {
        0% {
            left: 100%;
        }
        50% {
            left: -200%;
        }
        100% {
            left: -1000%;
        }
    }
    .marquee img {
        width: 37.5vw;
        height: auto;
        border-radius: 30px;
    }
}

.about-custom-cards .about-cards {
    background-color: transparent;
    margin: 30px 5px 30px 5px;
    border: none;
    color: #000 !important;
    height: 150px;
}

.about-custom-cards .about-cards p {
    margin-top: 25px;
    color: #000 !important;
}

.about-custom-cards .about-cards:hover {
    box-shadow: none;
    color: #000;
}

.about-end .row {
    padding-top: 50px;
}

.about-footer {
    margin-top: 0px;
}

.services-black-1 {
    /*background-color: rgba(0, 0, 0, 0.93);*/
    height: 400px;
    width: 100vw;
    color: #fff;
    text-align: left;
    margin-top: 0px;
}

@media screen and (min-width: 700px) {
    .back-round-left {
        width: 400px;
        float: left;
    }
    .back-round-right {
        float: right;
        width: 400px;
        right: 0px;
        position: absolute;
    }
    .services-black-1 p {
        font-size: 20px !important;
    }
    .black-text {
        padding-left: 100px;
        padding-top: 70px;
    }
    .about-sec-service-mob {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .about-sec-service {
        display: none;
    }
    .services-black-1 {
        background-color: rgba(0, 0, 0, 0.93);
        height: 600px;
        width: 100vw;
        color: #fff;
        text-align: left;
        margin-top: 0px;
    }
    .about-sec-service-mob img {
        width: 100vw;
    }
    .services-black-1 p {
        font-size: 20px !important;
    }
    .black-text {
        padding: 20px 20px 20px 20px;
    }
}

.portfolio-topics {
    display: inline-block;
}

.portfolio-topics .item {
    padding: 0px 10px 0px 10px;
}


/* Scroll to top */

.scroll-to-top-div a {
    color: #000;
    font-size: 22px;
    background-color: rgba(194, 158, 96, 0.822);
    padding: 0px 8px;
    border-radius: 5px;
}

.scroll-to-top-div {
    position: fixed;
    bottom: 13px;
    right: 23px;
    z-index: 100;
}