/* icon */

@import url("bootstrap-icons.min.css");

/* font */

@import url('css2.css');

body {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
}

body ::placeholder {
    color: #000;
    opacity: 1;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../image/287.gif') 50% 50% no-repeat #ffffff;
}

.container {
    max-width: 1200px;
    padding: 0 1.5rem;
}

h2 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 3px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.btn {
    font-size: 13px;
    font-weight: 600;
}

.text-yellow {
    color: #F3AB1A;
}

/* header */

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    font-size: 13px;
    background-color: #ffff;
    padding: 0 50px;
}

.navbar .btn {
    color: #000;
}

.navbar a {
    color: #000;
    text-decoration: none;
}

.header img {
    width: 200px;
}

.sticky-logo,
.header.fixed .main-logo {
    display: none;
}

.header.fixed .sticky-logo {
    display: flex;
}

.header.fixed {
    background-color: #000;
    color: #F3AB1A;
}

.header.fixed .navbar .btn {
    color: #ffff;
    transition: all .3s ease-in-out;
}

.header.fixed .navbar a.text-yellow {
    color: #F3AB1A;
}

.header.fixed .navbar a {
    color: #ffff;
    transition: all .3s ease-in-out;
}

.header.fixed .navbar .btn:hover {
    color: #F3AB1A;
}

.header.fixed .navbar a:hover {
    color: #F3AB1A;
}

.header.fixed .dropdown-menu a {
    color: #000;
}

.header.fixed .dropdown-menu a:hover {
    color: #ffff;
}

.nav-item a {
    padding: 28px 20px;
}

.navbar .col-9 {
    transform: translatex(5rem) !important;
}

.navbar .dropdown .btn {
    padding: 30px 20px !important;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu a {
    font-size: 13px;
    font-weight: 600;
}

.navbar .dropdown-menu {
    background-color: #F3AB1A;
    color: #000;
    width: 200px;
    height: 308px;
    position: absolute;
    top: 99%;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 1em;
    transition: all .3s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #000;
    color: #ffffff;
}

.modal-content {
    background-color: #000;
    opacity: 98%;
}

.modal-backdrop {
    position: relative;
    background-color: transparent;
}

.modal-header .btn-close {
    background-image: url('../image/close.png');
    padding: 20px !important;
}

.btn-close {
    opacity: 100% !important;
    box-shadow: none !important;
    padding: 5px !important;
}

.header input {
    background-color: transparent !important;
    box-shadow: none !important;
}

.header input::placeholder {
    color: #838383;
    font-size: 20px;
}

.fixed.modal-btn {
    color: #ffff;
    transition: all .3s ease-in-out;
}

.fixed.modal-btn:hover {
    color: #F3AB1A;
}

.modal-btn {
    z-index: 9999;
    color: #000;
}

.modal .icon {
    right: 0;
}

.btn-close {
    height: 2em;
    opacity: 100%;
}

.offcanvas .btn {
    position: relative;
    left: 51%;
}

.btn.show {
    transform: rotate(180deg) !important;
    margin-left: 3rem !important;
}

.offcanvas {
    padding: 0 1rem;
    font-size: 13px;
    line-height: 23px;
    z-index: 99999;
    width: 300px !important;
}

.offcanvas li {
    font-size: 14px;
    line-height: 24px;
}

.offcanvas .dropdown {
    overflow-x: hidden;
}

.offcanvas .dropdown-menu.show {
    position: relative !important;
    transform: translate(13px, -12px) !important;
}

.offcanvas .dropdown-item {
    font-size: 13px;
    line-height: 23px;
    background-color: transparent;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

/* banner */

.banner .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .text p {
    margin-bottom: 20px !important;
}

.banner h2 {
    color: #F3AB1A;
}

/* hours */

.hours .hours-text {
    left: -5%;
    text-align: end;
}

.hours .border-start {
    border-color: #4b4b4b !important;
}

/* price */

.price .col-6 span {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(234, 234, 234);
    margin-left: 22px;
    margin-right: 22px;
    flex-grow: 1;
    transform: translateY(-22px);
}


/* img */

.fix-img {
    background-attachment: fixed;
    background-position: center;
}

.img-section {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 813px;
}

.img-section .black-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.img-section .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text p {
    margin-bottom: 38px !important;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 5px;
}

.text h2 {
    font-size: 60px;
    line-height: 100px;
    letter-spacing: 6px;
}

/* brand */

.brand {
    background-color: #F3AB1A;
}

.brand .owl-carousel {
    padding: 52px 0;
}

.brand .owl-carousel img {
    width: auto;
}

.owl-carousel-2 .owl-item .item {
    display: flex;
    justify-content: center;
}

/* client */

.client-area {
    padding-top: 5rem;
}

.client .owl-carousel img {
    width: auto;
}

.pt-6 {
    padding-top: 4.6rem;
}

.video-area {
    width: 100%;
    transform: translateY(4rem);
    margin-bottom: -22rem;
}

video {
    width: 100%;
}

.client h3 {
    line-height: 40px;
}

/* cut */

.cut {
    margin-top: 5rem;
}

.cut img {
    width: 100%;
}

.cut .col-4 {
    padding: 0;
}

.img .cut-img {
    overflow: hidden;
}

.img .cut-img img {
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.img:hover .cut-img img {
    transform: scale(1.1);
}

/* questions */

.questions .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
    background-color: transparent;
}

.questions .accordion-button {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-weight: bold;
    padding: 1.3rem 0;
}

.questions .accordion-button:focus {
    box-shadow: none;
}

.questions .accordion-button::after {
    background-image: url('../image/plus-sign.png');
    width: 1em;
    height: 1em;
}

.questions .accordion-button:not(.collapsed)::after {
    background-image: url('../image/minimize-sign.png');
}

/* blog */

.blog form .border-bottom {
    margin-left: 1px;
    margin-right: 2rem;
}

.blog h3 {
    transition: all .3s ease-in-out;
}

.blog h3:hover {
    color: #F3AB1A;
}

.blog .img .blog-img {
    overflow: hidden;
}

.blog .img .blog-img img {
    width: 100%;
    height: 310px;
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.blog .img:hover .blog-img img {
    transform: scale(1.1);
}

.blog .black-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    background-color: #000000;
    opacity: 0%;
}

.blog .black-box:hover {
    opacity: 40%;
}

.blog .btn {
    padding: 7px 23px;
    transform: translateY(-33px);
    cursor: auto;
}

.blog .blog-info {
    transform: translateY(-19px);
}

/* img */

.fix-img2 {
    background-attachment: fixed;
    background-position: center;
}

.img-section2 {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 529px;
}

.img-section2 .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text h2 {
    color: #F3AB1A;
}

/* footer */

.footer {
    padding: 20px 0 20px;
}

.footer img {
    width: 235px;
    height: auto;
}

.footer input {
    margin: 20px 0 40px;
    background-color: transparent !important;
    box-shadow: none !important;
}

.footer .btn {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    background-color: #F3AB1A;
    width: auto;
    padding: 15px 45px;
    transition: all .2s ease-in-out;
}

.footer .btn:hover {
    color: #F3AB1A;
    background-color: #000;
}

.border-yellow {
    border-color: #F3AB1A !important;
}

.footer ul {
    margin-top: 18px !important;
}

.footer li {
    margin: 10px 0 10px;
}

.footer a {
    color: #ffff;
    transition: all .2s ease-in-out;
}

.footer a:hover {
    color: #F3AB1A;
}


.footer .fix-btn .btn {
    background-color: #F3AB1A;
    color: #000;
    margin: 0;
    padding: 4px 10px;
    bottom: 2%;
    right: 1%;
}

.footer .accordion-item,
.accordion-button.accordion-footer {
    font-size: 24px;
    line-height: 34px;
    color: #ffff;
    background-color: transparent;
    box-shadow: none;
}

.footer .accordion-body {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

.footer .accordion-button:not(.collapsed) {
    color: #ffff;
}

.footer .accordion-button::after {
    background-image: url("../image/arrowhead-up.png");
    transform: rotate(180deg);
}

.footer .accordion-button:not(.collapsed)::after {
    background-image: url("../image/arrowhead-up.png");
    transform: rotate(360deg);
}

.footer .hide-footer {
    margin-top: 5px;
}

/* inner-page-top */

.top-img {
    background-image: url('../image/bred.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-position: center;
}
.top-img2 {
    background-image: url('../image/bred2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-position: center;
}
.top-img3 {
    background-image: url('../image/bred3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-position: center;
}
.top-img4 {
    background-image: url('../image/bred4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-position: center;
}
.top-bg {
    background-color: #000;
    min-height: 400px;
}

.top {
    height: 100px;
}

.top .top-text {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top h2 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1px;
}

.top i {
    font-size: 12.75px;
    line-height: 13px;
    letter-spacing: 2px;
}

.top p {
    font-size: 12.75px;
    letter-spacing: 1px;
}

.top a {
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.top a:hover {
    color: #F3AB1A;
}

/* gallery-page----------------------------------------- */

.img .gallery-img {
    overflow: hidden;
    position: relative;
}

.gallery-page img {
    width: 100%;
}

.gallery-page .col-4 {
    padding: 0;
}

.gallery-page .d-flex a {
    color: #000;
    transition: all .2s ease-out 0s;
}

.gallery-page .d-flex a:hover {
    color: #F3AB1A;
}

.gallery-page .d-flex a:focus {
    color: #F3AB1A;
}

.img .gallery-img img {
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.img:hover .gallery-img img {
    transform: scale(1.1);
}

.gallery-page .yellow-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    background-color: #F3AB1A69;
    opacity: 0%;
}

.gallery-page .yellow-box:hover {
    opacity: 100%;
}


/* team-page----------------------------------------- */

.team-page .row {
    margin: 0;
}

.team-page img {
    width: 100%;
}

.team-page .btn {
    width: 40px;
    height: 40px;
    color: #fff;
    border-color: #fff;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.team-page .btn:hover {
    background-color: #F3AB1A;
    color: #000;
    border-color: transparent;
    transform: scale(1.1);
}


/* coming-page----------------------------------------- */

.coming-bg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../image/comming.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#timer {
    font-family: 'Montserrat';
    margin: 4rem;

    div {
        font-size: 69px;
        line-height: 79px;
        display: inline-block;
        min-width: 90px;
        font-weight: 700;
        margin: 0 5rem;

        span {
            color: #ffff;
            display: block;
            font-size: 15px;
            line-height: 25px;
            font-weight: 500;
        }
    }
}

.fix-part h2 {
    font-size: 110px;
    line-height: 120px;
}

.fix-part .btn {
    font-size: 15px;
    font-weight: 500;
    background-color: #F3AB1A;
    color: #000;
    padding: 15px 60px;
    transition: all .2s ease-in-out;
}

.fix-part .btn:hover {
    background-color: #000;
    color: #fff;
}

/* error-page----------------------------------------- */

.error-bg {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("../image/404.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fix-part {
    text-align: center;
}

/* about-page----------------------------------------- */

/* team */

.team {
    margin-top: 2rem;
}

.team img {
    width: 100%;
}

.team .btn {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    transition: all .2s ease-in-out;
}

.team .btn:hover {
    color: #F3AB1A;
}

/* blog-page----------------------------------------- */

/* blog-page */

.blog-page .container {
    max-width: 1248px;
}

.blog-page .img:hover .blog-img img {
    transform: scale(1.1);
    color: transparent !important;
    opacity: 100% !important;
}

.blog input {
    background-color: transparent;
    outline: none;
}

.blog-page .blog-sec .p-hover {
    transition: all .2s ease-in-out;
}

.blog-page .blog-sec .p-hover:hover {
    color: #F3AB1A;
}

.blog .blog-img {
    object-fit: cover;
}

.blog-page .img .blog-img img {
    height: 260px;
    transform: scale(1);
}

.blog-sec img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.blog-page .part {
    height: 495px;
    font-weight: 400;
}

.blog .font13 {
    font-size: 13px;
}

.blog-page .btn {
    margin-top: 2rem;
    letter-spacing: 1px;
    padding: 5px 55px;
    color: #000;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.blog-page .btn:hover {
    color: #F3AB1A;
}

.blog a {
    color: #000;
}

/* inner-blog-page */

.blog-img {
    position: relative;
    object-fit: cover;
}

.blog-img img {
    width: 100%;
}

.blog-inner .rounded-circle {
    max-width: 100%;
    height: 25px;
    width: 25px;
}

.blog-inner .blog-img::after {
    content: '';
    box-shadow: inset 0px -390px 120px -235px #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.blog-inner h2 {
    font-size: 52px;
    line-height: 62px;
    letter-spacing: 1px;
}

.blog-inner .uncategorized-btn {
    width: auto;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 0.25rem;
    margin: 0 13px;
    border-radius: 0.25rem;
}

.blog-inner span {
    position: relative;
    padding-inline: 4px;
}

.blog-inner span::before {
    content: '';
    margin: 0;
}

.blog-inner span::after {
    content: '';
    margin: 0 .5rem;
}

.blog-inner .inner-img img {
    width: 100%;
}

.blog-inner .parr-img {
    height: 100%;
    object-fit: cover;
}

.blog-top .blog-img::after {
    box-shadow: inset 0px 0px 0px 0px;
}

.blog-top .container {
    background: #fff;
    transform: translateY(-70px);
    padding: 3rem 3rem 0;
}

.blog-top .reply {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.blog-top .next span {
    bottom: 33%;
}

.next {
    position: relative;
}

.next .icon {
    font-size: 12px !important;
    line-height: 22px;
    letter-spacing: 0.6px;
}

.next span {
    position: absolute;
    color: #cec8b2;
    left: 48.6%;
    bottom: 43%;
}

.next span::before {
    content: '|';
}

.reply p {
    font-size: 12px;
    line-height: 22px;
    font-style: italic;
    margin: 1rem 0;
}

.reply input {
    outline: none;
}

.reply .form-check-label {
    font-size: 14px;
}

.reply .btn {
    font-size: 15px;
    font-weight: 500;
    background-color: #F3AB1A;
    padding: 15px 45px;
    transition: all .2s ease-in-out;
}

.reply .btn:hover {
    background-color: #000;
    color: #fff;
}

/* contact-page----------------------------------------- */

.contact h2 {
    letter-spacing: 1px;
}

.contact p {
    letter-spacing: 2px;
}

.contact input,
textarea {
    outline: none;
}

.contact textarea {
    height: 15vh;
}

.contact .contact-btn {
    font-size: 15px;
    font-weight: 500;
    background-color: #F3AB1A;
    color: #000;
    padding: 18px 70px;
    transition: all .2s ease-in-out;
}

.contact .contact-btn:hover {
    background-color: #000;
    color: #fff;
}

.call {
    background-color: #F5F5F5;
}

.call img {
    width: 100%;
}

.call h2 {
    letter-spacing: 1px;
}

/* search-page----------------------------------------- */

.section span::before {
    margin: .7rem;
    content: "";
    background-color: currentColor;
    height: .30rem;
    width: .30rem;
    border-radius: 50%;
}

.section img {
    width: 100%;
}

.section .Uncategorized-btn {
    font-size: 15px;
    color: #000;
    transition: all .2s ease-in-out;
}

.section .Uncategorized-btn:hover {
    color: #F3AB1A;
}

.section h3 {
    transition: all .3s ease-in-out;
}

.section h3:hover {
    color: #F3AB1A;
}

.section .btn {
    color: #000;
    transition: all .3s ease-in-out;
}

.section .btn:hover {
    color: #F3AB1A;
}

/* price-page----------------------------------------- */

.price-page .inner-box {
    max-width: 144px;
    margin: auto;
    margin-bottom: 42px;
}

.price-page .inner-box h2 {
    padding: 10px 0;
}

.price-page .spacing {
    font-size: 13px;
    letter-spacing: 6.5px;
    margin: 23px 0 36px;
}

.price-page ul li {
    list-style: none;
    padding-bottom: 12px;
}

.price-page .btn {
    letter-spacing: 2px;
    margin: 58px 0 92px;
}