@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

* {
	margin: 0;
	padding: 0;
}

body, html {
    position: relative;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
    scroll-behavior: smooth;

}

.contactInfo i {
    color: #000;
    font-size: 35px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
	margin:0;
}

a, a:focus, a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
}

p {
	margin-bottom: 0;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
	resize: none;
}

.mobileMenuArea {
    display: none;
}


.pt {
	font-size: 15px;
	letter-spacing: normal;
	line-height: 28.125px;
}

.fz40 {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}

.headerContainer {
    display: flex;
    align-items: center;
}

header.headerArea {
    padding: 30px 60px;
}

.deskMenuList {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.deskMenuList a {
    color: rgb(22, 22, 22);
    cursor:pointer;
    display: block;
    font-size:15px;
    line-height:30px;
    padding: 0 10px;
}

.banarArea {
	position: relative;
	z-index: 1;
}

.oberlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	background: rgb(0 0 0 / 25%);
}

.banarContent {
    max-width: 860px;
    margin: 0 auto;
    padding: 177px 0;
}

.banarContent h1 {
    font-size: 72px;
    font-weight:400;
    letter-spacing:normal;
    line-height:90px;
    color: #fff;
    margin-bottom: 30px;
}

.banarContent p {
    color: #fff;
    font-size: 20px;
    letter-spacing:normal;
    line-height:33.4px;
}

.banarQuot {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.banarQuot p {
    font-size: 15px;
    letter-spacing:normal;
    line-height:28.125px;
    color: #000;
    padding: 55px 0;
}

.banarBottomContent {
    background: rgb(255 255 255 / .4);
}

.requestQuotBtn {
    display: inline-block;
    background: rgba(0, 0, 0, 0.49);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 15px 23px;
    transition: .3s;
}

.requestQuotBtn:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.serviceText {
    max-width: 940px;
    margin: 0 auto;
    padding: 77px 0 40px 0;
    text-align: center;
}


.ServiceBoxList {
    padding: 0 80px;
    display: flex;
    flex-wrap: wrap;
}

.singleServiceBox {
    flex-shrink: 0;
    flex-basis: 33.3333%;
    position: relative;
    z-index: 1;
    height: 420px;
}

.singleServiceBox:after {}

img.servicImg {
    position: absolute;
    z-index: -2;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    top: 0;
}

.discoverBtnsArea {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 165px;
    width: 100%;
    background: rgba(196, 180, 124, 0.4);
}

.discoverBt {
    color: #000;
    background: rgb(255 255 255);
    display: inline-block;
    font-size: 15px;
    padding: 10px 16px;
    transition: .3s;
}

.discoverBt:hover {
    background: hsl(0 0% 100% / .7);
    color: #000;
}

.singleServiceBox h3 {
    text-align: center;
    font-size: 22px;
    font-weight:400;
    height:auto;
    letter-spacing:normal;
    line-height:31.02px;
    color: #fff;
    margin-top: 115px;
    padding: 0 10px;
}

.singleServiceBox:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: rgb(0 0 0 / .1);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.aboutUsContainer {
    padding: 77px 98px 0 80px;
    display: flex;
}

.aboutTextContainer {
    flex-basis: 50%;
    margin-right: 10px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F0F0;
    flex-shrink: 0;
}

.aboutImageArea {
    flex-basis: 50%;
    margin-left: 10px;
    min-height: 600px;
    flex-shrink: 0;
}

.aboutImageArea img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutContent {
    max-width: 462px;
    text-align: center;
}

section.contactArea {
    padding: 77px 80px 0 80px;
}

.contactContainer {
    background: #F0F0F0;
    display: flex;
    padding: 60px 0px;
}

.contactInfo {
    text-align: center;
    flex-basis: 50%;
}

.contactForm form {
    display: block;
    max-width: 463px;
    margin: 0 auto;
}

.contactForm {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
}

.singleInput input, .singleInput textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #000;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 28px;
    padding: 6px 3px 6px 12px;
}

.singleInput input:hover, .singleInput textarea:hover {
    border: 1px solid #000;
}

.singleInput textarea {
    height: 126px;
    padding-top: 13px;
    padding-left: 16px;
}

.submitForm {
    display: block;
    width: 100%;
    border: 1px solid transparent;
    background: #606060;
    color: #fff;
    font-size: 15px;
    transition: .3s;
    margin-top: 35px;
    padding: 12px;
    outline: none;
}

.submitForm:hover {
    background: hsl(0 0% 38% / .9);
}

section.mapLocation {
    padding: 0 80px 0;
}

footer.footerArea {
    padding: 70px 80px 20px 80px;
}

.footerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footBrand {
    display: flex;
    align-items: center;
}

.footBrand img {
    display: block;
    max-width: 100%;
    margin: 0 13px;
}

.socialLinks {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
    margin: 14px 0 0 0;
}

.socialLinks li a {
    display: block;
    color: #000;
    margin: 0 5px;
}

.footerContainer p {
    font-size: 15px;
}


.banarQuot, .serviceText, .serviceText,.aboutContent  {
    padding-left: 15px;
    padding-right: 15px;
}


.mobileBanar {
    display: none;
}

.contactInfoMobile {
    display: none;
}

.pad80 {
    padding: 0 80px;
    background: #F0F0F0;
}

.discoverContainer {
    display: flex;
    min-height: 560px;
}

.discImage {
    flex-grow: 1;
    position: relative;
    z-index: 1;
}


.discContentInner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding-top: 147px;
}

.discContent {
    flex-basis: 50%;
    flex-shrink: 0;
    padding: 0 15px;
}

.coverImage {
    position: absolute;
    z-index: -2;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.discContentInner .requestQuotBtn {
    margin-top: 38px;
}

.discContentInner .fz18 {
    margin-bottom: 32px;
}

.quotMessageArea {
    max-width: 660px;
    background: #fff;
    margin: 0 auto;
    padding: 60px 60px 70px 60px;
}

.endQuotArea {
    min-height: 960px;
    padding-top: 55px;
}

.fz30 {
    font-size: 30px;
    font-weight: 400;
}

.quotMessageArea .fz30 {
    margin-bottom: 25px;
    color: #808080;
}

.iputBoxes {
    display: flex;
    flex-wrap: wrap;
}

.s-input {
    flex-basis: 50%;
}

.s-textarea {
    width: 100%;
    margin-bottom: 20px;
}

.s-input input, .s-textarea textarea {
    display: block;
    width: 100%;
    border: 0;
    background: #F0F0F0;
    border-bottom: 1px solid #fff;
    font-style: italic;
}

.s-input input {
    height: 66px;
    padding: 3px 3px 3px 26px;
}

.s-input input:focus,.s-input input:hover, .s-textarea textarea:focus,  .s-textarea textarea:hover {
    background: #fff;
    outline: none;
    border-bottom: 1px solid #1A2DF3;
}

.s-textarea textarea {
    min-height: 126px;
    padding: 10px 3px 3px 26px;
}

button.requestQuotBtn {
    border: 0;
    margin-left: auto;
    display: block;
    padding: 18px 68px;
}

form.send-request {
    font-style: italic;
}

section.aboutUsContainer.services-content {
    position: relative;
    padding-top:0px;
}

section.aboutUsContainer.services-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: #f0f0f0;
    z-index: -1;
}