@font-face {
    font-family: 'GothicA1-SemiBold';
    src: url('../fonts/GothicA1-SemiBold.eot');
    src: url('../fonts/GothicA1-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothicA1-SemiBold.woff2') format('woff2'),
        url('../fonts/GothicA1-SemiBold.woff') format('woff'),
        url('../fonts/GothicA1-SemiBold.ttf') format('truetype');
    /* font-weight: 600; */
    /* font-style: normal; */
    font-display: swap;
}

@font-face {
    font-family: 'GothicA1-Regular';
    src: url('../fonts/GothicA1-Regular.eot');
    src: url('../fonts/GothicA1-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothicA1-Regular.woff2') format('woff2'),
        url('../fonts/GothicA1-Regular.woff') format('woff'),
        url('../fonts/GothicA1-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothicA1';
    src: url('../fonts/GothicA1-ExtraLight.eot');
    src: url('../fonts/GothicA1-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothicA1-ExtraLight.woff2') format('woff2'),
        url('../fonts/GothicA1-ExtraLight.woff') format('woff'),
        url('../fonts/GothicA1-ExtraLight.ttf') format('truetype');
    /* font-weight: 200; */
    /* font-style: normal; */
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* @font-face {
    font-family: 'GothicA1-Regular';
    src: url(../fonts/GothicA1-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'GothicA1';
    src: url(../fonts/GothicA1-ExtraLight.ttf) format('truetype');
}
@font-face {
    font-family: 'GothicA1-SemiBold';
    src: url(../fonts/GothicA1-SemiBold.ttf);
} */



body {
    font-family: 'GothicA1';
    background-color: #e5e1d6;
    overflow-x: hidden;
    line-height: 1.625;
    font-weight: 400;
    font-size: 16px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

h2 {
    z-index: 2;
    font-size: 77px;
    font-weight: 200;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
}

h3 {
    line-height: 1;
    font-size: 38px;
}

p {
    text-align: justify;
    font-family: 'GothicA1-Regular';
}

img {
    max-width: 100%;
    height: auto;
}

/**Common css**/
.call-text a {
    color: #fff;
    margin-right: 10px;
}

.container-fluid {
    max-width: 1560px;
    margin: 0 auto;
    width: 90%;
}

.container {
    margin: 0 auto;
    width: 1300px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}

.mobile-menu {
    background: #000;
    position: fixed;
    display: none;
    height: 100%;
    z-index: 9;
    right: 0;
}

.mobile-menu li {
    width: 100%;
}

.mobile-menu li a {
    color: #fff;
}

.d-flex {
    display: flex;
}

.align-self-center {
    align-self: center !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-item-center {
    align-items: center;
}

.align-right {
    float: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

h4 {
    font-size: 24px;
    line-height: 1.3333;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-md-2 {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 0 20px;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px;
}

.col-md-4 {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-5 {
    padding: 0 20px;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-6 {
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-7 {
    padding: 0 20px;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-md-8 {
    padding: 0 20px;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-md-9 {
    padding: 0 20px;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-10 {
    padding: 0 20px;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-md-11 {
    padding: 0 20px;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-md-12 {
    padding: 0 20px;
    flex: 0 0 100%;
    max-width: 100%;
}

.mr {
    margin-right: 20px;
}

.ml {
    margin-left: 20px;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 5rem !important;
}

.pt-5 {
    padding-top: 50px;
}

.justify-content-md-center {
    justify-content: center !important;
}

.overflow-hide {
    overflow: hidden;
}

.position-rel {
    position: relative;
}

/* Header menu tab*/
.header-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    position: relative;
    width: 100%;
}

header button {
    background-color: transparent;
    border: 0;
}

.header-banner {
    position: relative;
    overflow: hidden;
}

.header-social {
    display: flex;
    margin: 30px 0;
    gap: 5px;
}

header .menu {
    text-align: end;
    display: flex;
    gap: 25px;
    align-items: center;
}

header .book-btn a.btn {
    background-color: #b28947;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}

header .book-btn a.btn:hover {
    background-color: #000;
}

.logo {
    margin: 5px 0;
}

.mobile-menu {
    display: none;
}

.menu ul.desktop-header-menu a {
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    letter-spacing: 1px;
    font-family: 'GothicA1-SemiBold';
}

.menu a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: left;
}

.mobile-menu li button {
    color: #fff;
    margin: 30px;
    font-size: 20px;
}

.menu a:hover {
    color: #ff7600;
    text-decoration: none;
}

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
}

.hamb {
    cursor: pointer;
    float: right;
    padding: 40px 20px;
    z-index: 2;
    position: relative;
}

.hamb-line {
    background: #000000;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
}

.hamb-line::before,
.hamb-line::after {
    background: #000000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before {
    top: 5px;
}

.hamb-line::after {
    top: -5px;
}

.nav {
    max-height: none;
    top: 0;
    position: absolute;
    float: right;
    right: 0;
    height: 100%;
    bottom: 0;
    padding: 30px;
    background-color: #fff;
}

.menu li {
    float: left;
}


.side-menu {
    display: none;
}

.side-menu~nav {
    max-height: 100%;
    width: 0px;
    overflow: hidden;
    transition: all .2s ease-in;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.side-menu:checked~nav {
    max-height: 100%;
    width: 500px;
    transition: all .2s ease-out;
}

.side-menu:checked~.hamb .hamb-line {
    background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}

.about-work p {
    font-size: 24px;
    line-height: 1.5;
    margin: 30px 0;
    font-weight: 300;
    color: #000;
}

.pxl-btn-line {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    cursor: pointer;
}

.pxl-btn-line .btn-text {
    margin-right: 35px;
    color: #fff;
}

.pxl-btn-line .btn-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.pxl-btn-line span {
    transition: inherit;
}

.pxl-btn-line .btn-icon .line {
    background-color: #FFFFFF;
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 49.4%;
    width: 35px;
    height: 1px;
    transform-origin: right;
}

.pxl-btn-line .btn-icon .circle {
    border-color: #FFFFFF;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.pxl-btn-line .btn-icon .dot {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.bg-black {
    position: relative;
}

.bg-black::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
}

footer {

    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

footer .footer-logo {
    text-align: center;
}

footer .footer-img {
    margin-bottom: 50px;
}

.footer-menu li {
    margin: 5px 0;
}

.footer-menu a,
.footer-menu span {
    color: #c52b4d;
}

footer .menu a {
    padding: 20px 50px 30px 0;
}

footer {
    position: relative;
    color: #fff;
    padding-top: 80px;
    background-color: #131413;
}

footer p {
    color: #bbb2b2;
    font-size: 16px;
    margin-left: 10px;
    text-align: left;
}

footer ul {
    display: flex;
    justify-content: center;
}

.footer-top img {
    margin-top: 7px;
}

footer .text-white {
    color: #bbb2b2;
}

.address-icons img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.address-icons img.mail-icon {
    height: 15px;
}

footer .footer-top ul li {
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

footer .footer-top ul li:last-child {
    border: 0;
}

footer p a {
    color: #bbb2b2;
}

footer ul li a {
    font-family: 'GothicA1-Regular';
    color: #bbb2b2;
    font-size: 15px;
}

footer .menu a {
    color: #fff;
}

footer .pxl-grid-lines {
    z-index: 1;
}

footer .pxl-grid-lines span {
    background-color: #2E2E2E;
}

footer .pxl-grid-lines span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 60px;
}

.footer-menu.white-space li {
    margin: 30px;
}

.footer-menu.white-space li a {
    color: #fff;
}

footer .pxl-item--inner {
    text-transform: uppercase;
    color: #111;
    z-index: -1;
    font-size: 200px;
    font-weight: 700;
    position: absolute;
    top: 0;
    line-height: 1;
    left: auto;
    right: auto;
    text-align: center;
}

footer .footer-bottom p {
    margin-bottom: 20px;
}

.copyright {
    padding: 10px 0;
    font-size: 12px;
    color: #bbb2b2;
}

.tab button {
    border: none;
    padding: 10px 20px;
    margin: 30px;
    background: #b28947;
    color: #000;
}

.d-none {
    display: none;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

#show {
    display: none;
}



.mordern-content h2 {
    display: none;
  }


.privacy {
    padding: 0 20px;
  }


  .banner-scetion { padding: 61px 20px;position: relative;background-size: cover; background-position: center; }
.banner-scetion::after { background: #595f53;  content: ""; height: 100%; width: 100%; position: absolute; opacity: 1; left: 0; top: 0;  }
.banner-scetion ul { position: relative; z-index: 9; }


/* end_section */
  .end_section h2 {font-size: 52px;  z-index: 9; position: relative;   color: #fff;  margin-bottom: 27px;}
  .end_section::after {position: absolute; height: 100%; width: 100%; background: #0000009e; top: 0; left: 0;  content:""; }
  .end_section {  display: flex;  justify-content: center; vertical-align: middle; padding: 80px 0px; background-size: cover;  text-align: center;   position: relative;  }
  .end_section .btn {background-color: #b28947;text-transform: uppercase; color: #fff; padding: 16px 35px; font-size: 16px; text-align: center; cursor: pointer; transition: 0.5s; z-index: 99; position: relative; font-weight: 600;}
  .end_section .btn:hover {
    background-color: #000;
  }



@media (max-width: 1277px) {
    .container {
        width: 1024px;
    }
}

@media (max-width: 1023px) {
    .container {
        width: 100%;
    }
}
@media(max-width:810px){
    .item--content {
        width: 100%;
    }

    #show {
        display: block;
    }

    .desktop-header-menu {
        display: none;
    }

    .mobile-menu {
        top: 0;
    }

    .mobile-menu li {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    

    .container {
        margin: 0 auto;
        width: 100%;
    }

    .col-md-3 {
        flex: 0 100%;
        max-width: 100%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-11 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}