html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.py-5 {
    /*    padding-top: 3.5rem !important;*/
    /*    padding-bottom: 3.5rem !important;*/
}

.dark__text {
    color: #000;
}

a {
    color: inherit;
    text-decoration: none;
}

header.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(30, 30, 30, 0.9) !important;
    z-index: 3;
}

.header__logo {
    width: 50px;
}

.header__logo-span {
    margin-left: 20px;
    font-weight: 600;
}

.header__nav {
    margin-left: auto;
}

.header__phone-link {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

main {
    padding: 250px 0 150px;
    background: url(../img/general-bg.png);
    background-position: center top;
}

.main__title {
    max-width: 650px;
    font-size: 40px;
}

.abtn {
    padding: 10px 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.main__btn {
    padding: 10px 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
}

.main__btn:hover {
    background: #fff;
    color: #000;
    transition: .4s;
}

.section__title {
    font-size: 30px;
    font-weight: 400;
}

.section__title span {
    font-weight: 600;
    color: #C7B299;
}

.advant {
    background-color: #000;
    padding: 0;
}

.advant p {
    margin: 0;
}

.advant__item {
    padding: 20px 20px;
    display: flex;
    align-items: center;
}

.benef__img {
    max-width: 100%;
}

.benef__title {
    font-size: 18px;
    font-weight: 400;
}

.benef__title span {
    font-weight: 600;
    color: #C7B299;
}

.services,
.about {
    background-color: #fff;
}

.card {
    border-radius: 0;
}

.service__item {
    width: 100%;
    height: 350px;
    background: #044;
    position: relative;
    color: #fff;
}

.service__item-link {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.service__item-info {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 20px 20px;
}

.service__item-title {
    font-size: 20px;
}

.service__item-price {
    font-size: 20px;
    font-weight: 600;
    color: #C7B299;
}

.service__item-1 {
    background: url(../img/serv/serv-1.png);
    background-size: cover;
}

.service__item-2 {
    background: url(../img/serv/serv-2.png);
    background-size: cover;
}

.service__item-3 {
    background: url(../img/serv/serv-3.png);
    background-size: cover;
}

.service__item-4 {
    background: url(../img/serv/serv-4.png);
    background-size: cover;
}

.service__item-5 {
    background: url(../img/serv/serv-5.png);
    background-size: cover;
}

.service__item-6 {
    background: url(../img/serv/serv-6.png);
    background-size: cover;
}

.service__item-7 {
    background: url(../img/serv/serv-7.png);
    background-size: cover;
}

.service__item-8 {
    background: url(../img/serv/serv-8.png);
    background-size: cover;
}

.service__item-9 {
    background: url(../img/serv/serv-9.png);
    background-size: cover;
}

.about__text {
    max-width: 80%;
    margin: 0 auto;
}

.request {
    background-color: rgb(30, 30, 30, .9);
    background: url(../img/request-bg.jpg);
    background-position: top center;
    color: #fff;
}

.form {
    display: flex;
    flex-direction: column;
}

.form label {
    margin-bottom: 5px;
}

.form input {
    margin-bottom: 10px;
    padding: 0.375rem 0.75rem;
    width: 300px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form__btn {
    cursor: pointer;
    padding: 10px 50px !important;
    background-color: #C7B299;
    border: 1px solid #C7B299;
    border-radius: 25px;
}

.form__btn:hover {
    background-color: #6B6B6B;
    border: 1px solid #fff;
    color: #fff;
}

.contact {
    position: relative;
    background-color: #2d2d2d;
    color: #fff;
    z-index: 3;
}

.contact a:hover {
    text-decoration: underline;
    transition: .4s;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 15px;
}

.whatsapp:hover {
    background-color: #1fad53;
}

/* service pages */

.service__title {
    color: #C7B299;
}

hr {
    border: 1px solid #ce9a5f;
}

hr:nth-child(2) {
    margin-bottom: 0;
    border: 2px solid #ce9a5f;
}

.service__section-card {
    padding: 40px 30px;
    text-align: center;
    background-color: #2D2D2D;
    color: #fff;
}

.service__section-card__title {
    font-size: 18px;
    color: #C7B299;
}

.service__section-card__price {
    font-size: 18px;
    font-weight: 600;
}

.service__section-card__btn {
    width: 220px;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 40px;
}

.success {
    height: 30vh;
}

/* slider */
.slider {
    background: white;
    /*    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
    height: 168px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /*    width: 960px;*/
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 168px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide__item {
    height: 337px;
    width: 500px;
}

.slide__item img {
    padding: 0 10px;
    width: 100%;
    height: ;
}

.inst {
    height: 250px;
}

.instagram {
    height: 250px;
    background-color: #fff;
    color: #000;
}

.inst__left {
    height: 250px;
    padding: 5rem 0;
    padding-left: 10rem;
    vertical-align: middle;
}

.insta__link {
    font-size: 20px;
}

.inst__right {
    position: relative;
}

.inst__right img {
    border-radius: 18px;

    box-shadow: rgba(0, 0, 0, .13) 0px 131px 397px, rgba(0, 0, 0, .1) 0px 54px 165px, rgba(0, 0, 0, .1) 0px 30px 90px, rgba(0, 0, 0, .05) 0px 16px 50px, rgba(0, 0, 0, .05) 0px 8px 25px;
}

.inst__img-1 {
    width: 200px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
}

.inst__img-2 {
    width: 200px;
    top: 40px;
    left: 150px;
    position: absolute;

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

/* media */

@media (max-width: 992px) {
    .header__inner {
        justify-content: space-between !important;
    }

    .header__nav {
        display: none;
    }

    .container.advant__inner {
        max-width: 800px;
    }

    .service__section-card {
        padding: 20px 15px;
    }

    .service__section-card__price {
        margin: 0 0 10px !important;
    }

    .service__section-card__btn {
        padding: 10px 25px;
    }
}

@media (max-width: 768px) {
    .advant__item {
        margin: 0 auto;
        padding: 10px 0;
    }

    .request__right {
        text-align: center;
    }

    form {
        text-align: center;
    }

    form input {
        margin: 0 auto;
    }

    .instagram {
        height: 350px;
    }

    .inst__left {
        height: auto;
        padding: 1.5rem 0;
        text-align: center;
    }

    .inst__right {
        text-align: center;
    }

    .inst__right img {
        position: static;
    }

    .inst__img-1 {
        top: 0;
        z-index: 34;
    }

    .inst__img-2 {
        /*        margin-left: -20px;*/
    }
}

@media (max-width: 650px) {
    .advant__inner > .row {
        flex-direction: column;
        align-items: center;
    }

    .advant__inner > .row > div {
        width: 80%;

    }
}

@media (max-width: 575px) {
    .benef__item {
        width: 80%;
        margin: 0 auto;
    }

    .benef__img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 445px) {
    .header__logo-span {
        max-width: 150px;
    }

    .main__title {
        font-size: 30px;
    }

    .advant__inner > .row > div {
        width: 100%;
    }

    .benef__img {
        width: 80%;
    }

    .whatsapp {
        right: 20px;
        bottom: 30px;
    }
}

@media (max-width: 400px) {
    .header__inner {
        justify-content: center !important;
    }

    .header__logo-span {
        max-width: 100%;
    }

    .text-end {
        margin-top: 10px;
    }

    .service__title {
        margin-top: 20px;
    }
}

@media (max-width: 375px) {
    .main__title {
        margin-top: 0 !important;
        font-size: 30px;
    }
}

@media (max-width: 340px) {
    .main__title {
        font-size: 20px;
    }
}
