@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

body {
    overflow-x: hidden;
}

* {
    font-family: 'Rubik';
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

.hdng {
    color: #b28930;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
}

@media screen and (max-width: 1399.9px) {
    .hdng {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199.9px) {
    .hdng {
        font-size: 28px;
    }
}

@media screen and (max-width: 991.9px) {
    .hdng {
        font-size: 26px;
    }
}

@media screen and (max-width: 767.9px) {
    .hdng {
        font-size: 24px;
    }
}

@media screen and (max-width: 575.9px) {
    .hdng {
        font-size: 22px;
    }
}

.desc {
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
}

@media screen and (max-width: 1399.9px) {
    .desc {
        margin-top: 15px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1199.9px) {
    .desc {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991.9px) {
    .desc {
        font-size: 14px;
    }
}

.section-projects {
    background: #000;
    text-align: center;
  padding-top:90px;
}

.section-projects .hdng {
    width: 100%;
    margin-bottom: 20px;
}

.section-projects .sliderBox {
    padding-top: 200px;
    padding-bottom: 150px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    /*** media screen ***/
}

@media screen and (max-width: 1199.9px) {
    .section-projects .sliderBox {
        padding-top: 150px;
    }
}

@media screen and (min-width: 576px) {
    .section-projects .sliderBox {
        width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .section-projects .sliderBox {
        width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .section-projects .sliderBox {
        width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .section-projects .sliderBox {
        right: -15px;
        width: calc(100% - ((100% - 1155px) / 2));
        margin-left: auto;
        margin-right: 0;
    }
}

@media screen and (min-width: 1400px) {
    .section-projects .sliderBox {
        width: calc(100% - ((100% - 1335px) / 2));
    }
}

.section-projects .sliderBox .left {
    background-color: #b28930;
    padding: 0px 100px 0px 60px;
    text-align: left;
    height: 650px;
    max-height: 100%;
}

@media screen and (max-width: 1199.9px) {
    .section-projects .sliderBox .left {
        height: auto;
        padding: 15px 30px;
    }
}

@media screen and (max-width: 1199.9px) {
    .section-projects .sliderBox .left {
        height: auto;
        padding: 15px 0px;
    }
}

.section-projects .sliderBox .left .owl-item {
    padding: 100px 200px 100px 30px;
    /*** media screen ***/
    /*** media screen ***/
}

@media screen and (max-width: 1199.9px) {
    .section-projects .sliderBox .left .owl-item {
        padding: 70px 70px;
    }
}

@media screen and (max-width: 767.9px) {
    .section-projects .sliderBox .left .owl-item {
        padding: 40px 40px;
    }
}

.section-projects .sliderBox .left .hdng {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: #fff;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.section-projects .sliderBox .left .cntnt {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 0px;
    margin-bottom: 25px;
    color: #fff;
    text-align: left;
    display: block;
}

.section-projects .sliderBox .left a {
    background: #000;
    padding: 15px 15px;
    width: 250px;
    text-align: center;
    max-width: 100%;
    display: inline-block;
    font-size: 17px;
    margin-top: 25px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.79);
}

.section-projects .sliderBox .left a:hover {
    color: #fff;
}

.section-projects .sliderBox .left .owl-nav {
    position: absolute;
    top: -90px;
    right: 200px;
}

@media screen and (max-width: 1199.9px) {
    .section-projects .sliderBox .left .owl-nav {
        right: 0;
    }
}

@media screen and (max-width: 575.9px) {
    .section-projects .sliderBox .left .owl-nav {
        right: 30px;
    }
}

.section-projects .sliderBox .left .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
    display: inline-block;
    margin: 0 7px;
    border-radius: 50%;
    border: 1px solid #b28930;
    color: #b28930;
    transition: 0.5s ease;
}

.section-projects .sliderBox .left .owl-nav button:hover {
    background: #b28930;
    color: #000;
}

.section-projects .sliderBox .right {
    margin-top: -150px;
    /*** media screen ***/
}

@media screen and (max-width: 1199.9px) {
    .section-projects .sliderBox .right {
        margin-top: 50px;
    }
}

.section-projects .sliderBox .right .inner {
    margin-left: -200px;
    width: calc(100% + 200px);
    /*** media screen ***/
}

@media screen and (max-width: 1199.9px) {
    .section-projects .sliderBox .right .inner {
        margin-left: 0px;
        width: 100%;
    }
}

.section-projects .sliderBox .right .item {
    position: relative;
    padding-bottom: 70px;
}

.section-projects .sliderBox .right .item .numbering {
    position: absolute;
    right: 70px;
    bottom: 5px;
    color: #b28930;
    font-size: 24px;
    font-weight: 300;
}

.section-projects .sliderBox .right .item .numbering small {
    font-size: 12px;
}

.section-projects .sliderBox .right .item .btmLine {
    content: "";
    position: absolute;
    right: 70px;
    bottom: 0;
    width: 200px;
    height: 1px;
    background: #b28930;
    /*** media screen ***/
}

@media screen and (max-width: 767.9px) {
    .section-projects .sliderBox .right .item .btmLine {
        width: 100px;
    }
}

.section-projects .sliderBox .right .item::before {
    content: "";
    position: absolute;
    right: 295px;
    bottom: 0;
    width: 25px;
    height: 1px;
    background: #b28930;
    /*** media screen ***/
}

@media screen and (max-width: 767.9px) {
    .section-projects .sliderBox .right .item::before {
        right: 125px;
    }
}

.section-projects .sliderBox .right .item::after {
    content: "";
    position: absolute;
    right: 345px;
    bottom: 0;
    width: 25px;
    height: 1px;
    background: #b28930;
    /*** media screen ***/
}

@media screen and (max-width: 767.9px) {
    .section-projects .sliderBox .right .item::after {
        right: 175px;
    }
}
