@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Quicksand', sans-serif;
    color: #212529;
}
p {
    font-size: 18px;
    line-height: 30px;
}

.navbar {
    --mdb-navbar-box-shadow: 0 !important;
    padding: 15px 0;
    transition: 0.4s;
}

.nav-link {
    display: block;
    padding: var(--mdb-nav-link-padding-y) var(--mdb-nav-link-padding-x);
    font-size: var(--mdb-nav-link-font-size);
    font-weight: var(--mdb-nav-link-font-weight);
    color: #fff;
}
.navbar .navbar-toggler {
    background: #fff;
    margin-bottom: 5px;
}
.navbar .navbar-toggler {
    padding: 5px;
    color: #53341e;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #ddd;
}
.navbar .navbar-brand {
    margin-right: 180px;
}

header .navbar-brand img {
    width: 100px;
    filter: brightness(5);
}

.icon-header li a.social-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #79563E;
    color: #79563E;
    padding: 0;
    text-align: center;
    display: block;
    line-height: 28px;
    border-radius: 30px;
    margin-right: 7px;
}

.icon-header li a.social-icon:hover {
    background: #79573E;
    border: 1px solid #79563E;
    color: #fff;
}

.icon-header li a.btn-form {
    background: #79573E;
    border-radius: 30px;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    top: 3px;
    margin-left: 10px;
    transition: 0.3s;
}

.icon-header li a.btn-form img {
    width: 20px;
}

.intro {
    padding-top: 80px;
    height: 100vh;
    position: relative;
}

.intro:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../asset/images/back-intro.svg') no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}
.slider_ {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: #271508;
}

.intro .text-intro {
    color: #FFFFFF;
    position: relative;
    padding-top: 30px;
    transform: translateY(45%);
    z-index: 2;
}
.intro .text-intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 10px;
    background: #FF6800;
}
.intro .text-intro h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-transform: capitalize;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-light {
    color: #000000;
    border-radius: 10px;
}
.btn-light {
    /* color: #212529; */
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.footer {
    position: relative;
    padding: 120px 0;
}.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 70%;
    height: 100%;
    background: url('../asset/images/back-footer.svg') no-repeat;
    background-size: contain;
    z-index: -11;
}
.text-secondary {
    color: #6c757d!important;
}
.contact li {
    display: inline-block;
}
.contact li a {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #79563E;
    text-align: center;
    display: block;
    line-height: 30px;
    border-radius: 30px;
    margin-right: 7px;
}
.text-white {
    color: #fff!important;
}
.footer .footer-links li a {
    display: table;
    color: #fff;
    margin-bottom: 10px;
}
.about__main{
    display: flex;
    align-items: center;
}
.title-page {
    margin: -10px 0 50px 0;
    background-position: center;
    padding: 110px 0;
    background: url('../asset/images/back-page.svg') no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.py-70 {
    padding: 70px 0;
}
.about-serv {
    padding-left: 200px;
}
.about__img{
    width: 50%;
}
.img-serv {
    margin-left: 100px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.img-serv .item img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.apply-form form label {
    color: #464E5F;
}
.font-weight-bold {
    font-weight: 700!important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
    border-color: #79573E;
}
textarea.form-control {
    height: 170px;
    resize: none;
}
.upfile {
    display: block;
    background: #F1EBE1;
    border-radius: 10px;
    height: 150px;
    text-align: center;
    padding: 30px;
    position: relative;
    cursor: pointer;
}
.upfile input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    cursor: pointer;
}
.upfile i {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
}
.apply-form form label {
    color: #464E5F;
}
.apply-form button {
    background: #79573E;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
}
[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {
    display: none;
}
.nav-pills .nav-link {
    font-size: 20px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    transition: 0.3s;
    background-color: transparent;
    margin: 0;
}
.img-gallery {
    margin-bottom: 70px;
}
.img-gallery a {
    display: block;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}
.img-gallery a img {
    width: 100%;
    height: 380px;
    border-radius: 40px;
    object-fit: cover;
}
.img-gallery a i {
    position: absolute;
    font-size: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #F8F8F8;
    transition: 0.3s;
    opacity: 0;
}
.img-gallery a:after {
    content: '';
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(65,47,33,1) 50%, rgba(121,87,62,1) 100%);
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    --mdb-nav-pills-link-active-bg: #e3ebf7;
    --mdb-nav-pills-link-active-color: #285192;
    background-color: transparent;
    color: var(--mdb-nav-pills-link-active-color);
    border-bottom: 3px solid #79573E;
}
.nav-pills {
    margin-left: -0.5rem;
    border-bottom: 2px solid #F1EBE1;
}
.for__web{
    display:block;
}
.for__mob{
       display:none;
   }
@media (max-width: 1200px)
{
    .intro .text-intro {
        transform: translateY(15%);
    }
}
@media (max-width: 991.9px)
{
    .navbar-nav {
        padding: 10px;
        padding-bottom:50px;
        background: #3f2b0e;
    }
    .footer:before {
        background-size: cover;
        background-position: 100%;
    }
    .about__main{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-serv {
        padding-left: 20px;
    }
    .img-serv {
        margin-left: 10px;
    }
    .about__img{
        width: 100%;
    }
   .for__mob{
       display:block;
   }
   /*.icon-header li a.btn-form {*/
   /*    display:block !important;*/
   /*}*/
   .for__web{
    display:none;
}
}
@media (max-width: 767.5px)
{
    .footer:before {
        height: 79%;
    }
    .footer-logo {
        margin-top: 40px;
    }
    .footer {
        padding: 70px 0 0 0 !important;
    }
}
