html {
overflow-x: hidden;
}
body {
font-family: "Lexend", sans-serif;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lexend", sans-serif;
}
a {
text-decoration: none !important;
}
p {
font-size: 15px;
font-family: "Inter";
font-weight: 300;
color: rgb(0 0 0 / 70%);
}
p strong {
color: #000;
font-weight: bolder;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.heading {
font-size: 45px;
color: #000000;
font-weight: 500;
line-height: 1.1;
text-transform: capitalize;
margin: 0;
margin-bottom: 10px;
font-family: "Lexend", sans-serif;
}
ul {
margin: 0px;
padding: 0px;
list-style: none;
}
/* header */
.header {
background: linear-gradient(320deg, #A83C4D, #AC263B, #6E1624);
padding: 12px 0px 5px 0px;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 9;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.header-height{
min-height: 60px;
}
.header-logo a {
display: block;
}
.header-logo img {
width: 180px;
}
.header .header-btn {
text-align: right;
}
.header .default-btn {
line-height: 1;
}
.default-btn {
border-radius: 20px;
display: inline-block;
font-size: 13px;
letter-spacing: .4px;
overflow: hidden;
padding: 8px 15px;
position: relative;
text-align: center;
text-transform: capitalize;
transition: all .3s ease;
z-index: 1;
background: linear-gradient(90deg,
  #D09F3B 0%,
  #FFF28D 26%,
  #FFCA5D 50%,
  #FFF28D 74%,
  #D09F3B 100%
);
border: 1px solid #FFF28D;
color: #000000;
cursor: pointer;
}
.default-btn:before {
background: linear-gradient(180deg, #ae0000, #840000 90%);
bottom: 0;
content: "";
left: 50%;
opacity: 0;
position: absolute;
right: 50%;
top: 0;
transition: all .6s ease;
z-index: -1;
background: #fff;
}
.default-btn:hover:before {
left: 0;
opacity: 1;
right: 0;
transition: all .6s ease;
}
.default-btn:hover {
color: #9a0000;
}
.header .phone-icons {
width: 20px;
margin-right: 5px;
}
.header .default-btn:hover {
color: #000;
}
/*  */
.banner-section {
height: 100vh;
position: relative;
overflow: hidden;
}
.banner-section img {
width: 100%;
}
.banner-section .banner-content {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: left;
top: 52%;
transform: translatey(-50%);
}
.banner-section  .img-responsive {
width: 100%;
height: 100%;
object-fit: cover;
}
.banner-section .heading {
margin: 0px;
color: #ffff;
font-size: 50px;
}
.banner-section ul img {
margin-right: 10px;
display: inline;
width: 20px;
}
.banner-section ul {
margin: 20px 0px;
color: #fff;
font-weight: 300;
font-size: 15px;
}
.banner-section ul li {
margin-bottom: 10px;
}
.banner-section ul li:last-child {
margin-bottom: 0px;
}
.banner-section .content {
display: flex;
align-items: center;
gap: 60px;
margin: 30px 0px;
}
.banner-section .price-box {
text-align: center;
}
.banner-section .subtitle {
font-size: 15px;
line-height: 1.3;
margin-bottom: 10px;
color: #fff;
}
.banner-section .price-box h2,
.banner-section .price-box .onward-text {
font-size: 25px;
color: #f5c542;
font-weight: 700;
-webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #D09F3B 0%, #FFF28D 26%, #FFCA5D 50%, #FFF28D 74%, #D09F3B 100%);
-webkit-background-clip: text;
margin: 0px;
line-height: 1;
}
.banner-section .price-box span {
font-size: 24px;
color: #f5c542;
font-weight: 600;
}
.banner-section .divider {
width: 2px;
height: 120px;
background: linear-gradient(90deg, #FFCD41, #FFE468, #FFC13B);
}
.banner-section .payment-plan {
background: linear-gradient(320deg, #A83C4D, #AC263B, #6E1624);
border-radius: 5px;
font-size: 18px;
letter-spacing: 1px;
padding: 4px 15px;
color: #fff;
border: 1px solid transparent;
}
.banner-section .payment-plan strong {
color: #f5c542;
}
/*  */
.price-section {
background-color: #ffffff;
margin: 80px 0px;
}
.price-section .heading-text {
text-align: center;
}
.main-title {
font-weight: 700;
font-size: 36px;
color: #000;
}
.price-table-wrapper {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
margin: 0 auto;
border: 1px solid rgb(0 0 0 / 25%);
}
.price-table thead {
/* background: linear-gradient(90deg, #7b1020, #9c1c2f); */
background: url(../images/table-bg-area.webp);
background-size: cover;
background-position: top;
}
.price-table thead th {
color: #fff;
font-weight: 500;
padding: 10px 10px;
text-align: center;
width: 100%;
}
.price-table tbody td {
background-color: #fff;
padding: 6px;
text-align: center;
font-size: 15px;
border-bottom: 1px solid rgb(0 0 0 / 25%);
width: 100%;
min-height: 49px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Inter';
color: #000;
border-right: 1px solid rgb(0 0 0 / 25%);
}
.price-table tbody td:last-child {
border-right: 0px solid rgb(0 0 0 / 25%);
}
.price-table tbody tr:last-child td {
border-bottom: none;
}
.price-table-wrapper tr {
display: flex;
justify-content: space-between;
align-items: center;
}
.price-table-wrapper .table {
margin: 0px;
}
.price-table-wrapper .default-btn img {
width: 15px;
}
.price-table-wrapper .default-btn {
padding: 6px 15px;
font-size: 12px;
font-weight: 500;
}
/*  */
.project-high-wrapper {
position: relative;
margin: 80px 0px;
}
.heading-center {
text-align: center;
}
.project-high-wrapper .high-text-inner {
box-shadow: 0 10px 30px rgb(0 0 0 / 18%);
padding: 35px 30px;
border-radius: 15px;
margin-bottom: 30px;
cursor: pointer;
}
.project-high-wrapper .high-text-inner:hover {
box-shadow: 0 10px 30px #6e16245e;
}
.project-high-wrapper .project-text {
margin-bottom: 30px;
}
.project-high-wrapper .high-text-inner p {
margin: 0px;
}
.project-high-wrapper .high-text-inner .heading {
font-size: 23px;
margin: 15px 0px;
margin-bottom: 10px;
}
.project-high-wrapper .icon-wrapper {
width: 76px;
}
/*  */
.interiorpage-process {
margin: 80px 0;
position: relative;
text-align: right;
}
.interiorpage-process .container {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: left;
top: 50%;
transform: translatey(-50%);
}
.interiorpage-process img {
border-radius: 0px;
width: 48%;
}
.interiorpage-process .heading {
margin-bottom: 30px;
}
.interiorpage-process .accordion-button {
border: 0px;
border-top: 1px solid #D9D9D9;
background: transparent;
color: #000000;
padding: 15px 0px;
width: 100%;
text-align: left;
 font-family: 'Inter';
}

.interiorpage-process .accordion-button.last-btn{
border-bottom: 1px solid #D9D9D9;

}

.interiorpage-process .accordion-buttons {
    background: transparent;
    border: 0px;
    color: #000000;
    padding: 15px 0px;
    width: 100%;
    text-align: left;
    font-family: 'Inter';
}
.interiorpage-process .accordion-button.first-btn{
border-top: 0px solid #D9D9D9;
}

.interiorpage-process .accordion-button.active {
-webkit-text-fill-color: #0000;
background: linear-gradient(320deg, #A83C4D, #AC263B, #6E1624);
-webkit-background-clip: text;
}
.sobha-bio-wrapper {
position: relative;
}
.sobha-bio-wrapper img {
width: 100%;
}
.sobha-bio-wrapper .sobha-bio {
background: linear-gradient(320deg, rgb(168 60 77 / 82%), rgb(172 38 59 / 82%), rgb(110 22 36 / 89%));
padding: 50px 40px;
border-radius: 10px;
}
.sobha-bio-wrapper .sobha-bio-text {
left: 50%;
position: absolute;
top: 55%;
transform: translate(-50%, -50%);
width: 100%;
}
.sobha-bio-wrapper .bio-rows {
display: flex;
}
.sobha-bio-wrapper .sobha-logos img {
width: 200px;
margin: 0 auto;
margin-bottom: 20px;
}
.sobha-bio-wrapper .sobha-bio p {
color: #fff;
margin: 0px;
text-align: center;
font-weight: 200;
}
.counter-section {
position: relative;
margin: 80px 0px;
}
.counter-section .counter-inner {
background: linear-gradient(180deg, rgb(255 205 65 / 30%), rgb(255 228 104 / 30%), rgb(255 193 59 / 30%) 90%);
padding: 10px;
border-radius: 10px;
text-align: center;
min-height: 140px;
}
.counter-section .counter-inner p {
margin: 0px;
color: #000;
text-transform: uppercase;
font-weight: 500;
}
.counter-section .counter-text {
font-size: 48px;
-webkit-text-fill-color: #0000;
background: linear-gradient(320deg, rgb(168 60 77), rgb(172 38 59), rgb(110 22 36));
-webkit-background-clip: text;
font-weight: 600;
}
.counter-section .project-text {
margin-bottom: 20px;
}
.about-bio-list {
margin: 80px 0;
position: relative;
text-align: right;
}
.about-bio-list>.container {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: left;
top: 50%;
transform: translatey(-50%);
}
.about-bio-list .about-bio-box {
margin-top: 30px;
}
.about-bio-list .heading {
margin-bottom: 20px;
}
.about-bio-list .about-right-img {
width: 51%;
}
.gradient-color {
-webkit-text-fill-color: #0000;
background: linear-gradient(320deg, rgb(168 60 77), rgb(172 38 59), rgb(110 22 36));
-webkit-background-clip: text;
}
.about-bio-list ul li {
color: rgb(0 0 0 / 80%);
margin-bottom: 10px;
text-transform: capitalize;
position: relative;
padding-left: 20px;
}
.about-bio-list ul li:before {
content: "";
width: 8px;
height: 8px;
background: linear-gradient(320deg, rgb(168 60 77), rgb(172 38 59), rgb(110 22 36));
display: block;
position: absolute;
left: 0;
border-radius: 50%;
top: 7px;
}
.about-bio-list .default-btn {
border-radius: 5px;
padding: 5px 10px;
text-transform: uppercase;
margin-bottom: 10px;
}
.about-bio-list2 .container {
left: 0;
}
.about-bio-list2 {
text-align: left;
}
.location-section {
margin: 80px 0px;
background: #ffffff;
}
.location-section .map-box {
width: 100%;
height: 100%;
}
.location-section .map-box iframe {
width: 100%;
height: 100%;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.location-section .project-text {
margin-bottom: 30px;
}
.location-section .info-box {
/* border-radius: 10px; */
padding: 10px 30px;
background: linear-gradient(180deg, rgb(255 218 54 / 20%), rgb(255 187 77 / 20%) 90%);
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}
.location-section .info-box ul {
list-style: none;
margin: 0;
padding: 0;
}
.location-section .info-box li {
padding: 9px 0px 13px 0;
border-bottom: 1.5px solid #a83c4d;
}
.location-section .info-box li:last-child {
border-bottom: none;
}
.location-section .location-section .project-text {
margin-bottom: 30px;
}
.location-section .distance {
display: block;
font-weight: 700;
font-size: 15px;
color: rgb(0 0 0 / 90%);
margin-bottom: 0;
font-family: 'Inter';
}
.location-section .place {
display: block;
font-size: 13px;
color: rgb(0 0 0 / 70%);
font-family: 'Lexend';
font-weight: 300;
}
.location-section .btn-wrapper {
text-align: center;
margin-top: 30px;
}
.location-section .nopadding {
padding: 0px;
}
.location-section .default-btn {
padding: 8px 35px;
}
.location-section .default-btn.first-btn {
margin-right: 10px;
}
.floor-plan-section {
position: relative;
margin: 80px 0px;
}
.floor-plan-section .project-text {
margin-bottom: 30px;
}
.floor-plan-section h2 {
font-size: 36px;
}
.floor-plan-section .floor-card {
background: #FFF7E9;
border-radius: 12px;
overflow: hidden;
height: 100%;
border: 1.2px solid rgb(0 0 0 / 30%);
position: relative;
}
.floor-plan-section .btn-wrapper {
position: absolute;
top: 45%;
justify-content: center;
display: flex;
width: 100%;
left: 0;
}
/* Image box */
.floor-plan-section .image-box {
position: relative;
padding: 65px 25px;
background: #fff6e6;
}
.floor-plan-section .image-box img {
width: 100%;
border-radius: 6px;
}
/* Footer */
.floor-plan-section .card-footer {
background: linear-gradient(320deg, rgb(168 60 77), rgb(172 38 59), rgb(110 22 36));
color: #fff;
padding: 8px 10px;
font-size: 14px;
letter-spacing: 1px;
text-align: center;
font-family: 'Lexend';
}
.contact-section {
margin: 80px 0px;
}
.contact-section .form-card .heading {
font-size: 28px;
}
.contact-section .why-card .heading {
font-size: 28px;
-webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #D09F3B 0%, #FFF28D 26%, #FFCA5D 50%, #FFF28D 74%, #D09F3B 100%);
-webkit-background-clip: text;
}
.contact-section .info-card .heading {
font-size: 28px;
margin-bottom: 20px;
}
.contact-section .form-card {
height: 100%;
border: 1px solid rgb(0 0 0 / 20%);
background: #ffffff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}
.form-check-label {
margin-bottom: 0;
font-size: 13px;
color: #1E1E1E;
font-family: 'Inter';
}
/* Contact Info Card */
.info-card {
background: url(../images/form-yellow-bg.webp);
padding: 25px;
border-radius: 12px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
background-size: cover;
background-position: top;
border: 1px solid rgb(0 0 0 / 10%);
margin-bottom: 40px;
}
.info-item {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.info-item:last-child {
margin-bottom: 10px;
}
.info-item .icon {
width: 50px;
height: 50px;
    background: linear-gradient(90deg, #D09F3B 0%, #FFF28D 26%, #FFCA5D 50%, #FFF28D 74%, #D09F3B 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}
.info-item .icon img {
width: 20px;
}
.info-item small {
font-size: 15px;
font-family: "Inter";
color:#000;
}
.info-item p {
margin: 0;
font-weight: 400;
color: #000;
}
/* Why Choose Card */
.why-card {
background: url(../images/form-red-bg.webp);
color: #fff;
padding: 25px;
border-radius: 12px;
background-size: cover;
background-position: top;
}
.why-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.why-card li {
margin-bottom: 10px;
position: relative;
padding-left: 22px;
font-size: 14px;
font-weight: 300;
font-family: 'Inter';
}
.why-card li:last-child {
margin-bottom: 0px;
}
.why-card li::before {
content: "✔";
position: absolute;
left: 0;
color: #ffd54f;
font-size: 14px;
}
/* Form Card */
.contact-section .form-group {
margin-bottom: 20px;
}
.custom-input {
border: none;
border-bottom: 1px solid #ddd;
border-radius: 0;
padding-left: 0;
color: #1E1E1E;
font-family: 'Inter';
font-size: 15px;
height: auto;
}
.custom-input::placeholder {
color: #1E1E1E;
}
.contact-section .btn-wrapper {
margin-top: 20px;
}
.contact-section .btn-wrapper .default-btn {
width: 100%;
}
footer {
background: url(../images/footer-bg.webp);
color: #fff;
padding: 40px 0 10px;
background-size: cover;
}
footer .footer-logo {
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 5px;
}
footer .footer-subtext {
font-size: 12px;
letter-spacing: 1px;
opacity: 0.8;
margin-bottom: 0;
}
footer .footer-contact,
footer .footer-email {
font-size: 14px;
letter-spacing: 0.5px;
}
footer .footer-divider {
border-color: rgba(255, 255, 255, 0.3);
margin: 35px 0 20px 0px;
}
footer .footer-social {
display: flex;
justify-content: flex-end;
}
footer .footer-social li {
margin-right: 10px;
}
footer .footer-social li:last-child {
margin-right: 0px;
}
footer .footer-social li a {
display: inline-flex;
width: 32px;
height: 32px;
background: #fff;
color: #000;
border-radius: 50%;
align-items: center;
justify-content: center;
font-size: 13px;
text-decoration: none;
transition: all 0.3s ease;
}
footer .footer-social li a:hover {
background: linear-gradient(90deg, #D09F3B 0%, #FFF28D 26%, #FFCA5D 50%, #FFF28D 74%, #D09F3B 100%);
color: #ac263b;
}
footer .footer-logos img {
width: 200px;
}
footer .footer-address {
text-align: right;
}
footer .footer-address a {
color: #fff;
display: block;
font-family: 'Lexend';
}
footer .footer-copy {
color: #fff;
margin: 0px;
font-size: 15px;
font-weight: 300;
opacity: .9;
}
footer .gradient-text {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #D09F3B 0%, #FFF28D 26%, #FFCA5D 50%, #FFF28D 74%, #D09F3B 100%);
    -webkit-background-clip: text;
}
.gallery-section {
margin: 80px 0px;
background: url(../images/gallery-bg-img.webp);
padding: 60px 0px;
}
.gallery-col-inner {
padding: 0px 10px;
}
.gallery-section .gallery-text {
margin-bottom: 30px;
}
.gallery-wrap {
width: 100%;
overflow: hidden;
margin-bottom: 0px;
}
/* FORCE FLEX */
.gallery-slider .slick-track {
display: flex !important;
}
/* SLIDE */
.gallery-slider .slick-slide {
height: auto;
}
/* COLUMN */
.gallery-cols {
transition: flex 0.6s ease;
position: relative;
cursor: pointer;
margin: 0px 8px;
}
/* IMAGE */
.gallery-cols img {
width: 100%;
object-fit: cover;
display: block;
}
.fancybox__slide .fancybox__button--close {
display: none !important;
}
/* Fancybox slide full height */
.fancybox__slide {
padding: 20px 10px;
}
/* Image responsive on mobile */
.fancybox__slide img {
width: 100% !important;
height: auto !important;
max-width: 100%;
max-height: 90vh;
object-fit: contain;
}
/* REMOVE SLICK GAP */
.gallery-cols .slick-slide>div {
margin: 0 5px;
}
/* ARROWS POSITION */
.gallery-cols .slick-prev,
.gallery-cols .slick-next {
z-index: 9;
}
.enquiry-form .modal-content {
background: transparent;
border: 0px solid transparent;
}
.enquiry-form .checkbox-img {
padding-left: 20px;
}
.enquiry-form .modal-header {
position: absolute;
right: 13px;
border: 0px;
padding: 0px;
top: 14px;
}
.enquiry-form .modal-header .close {
margin: 0px;
padding: 7px 10px;
line-height: 1;
color: #000000;
opacity: 1;
z-index: 2;
background: #F7F3F0;
border-radius: 50%;
font-size: 18px;
padding-bottom: 4px;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
}
.enquiry-form .form-wraper {
border-radius: 0px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.enquiry-form .modal-body {
padding: 0;
}
.enquiry-form .popup-model {
position: relative;
}
.enquiry-form .form-wraper {
padding: 30px 0px 30px 20px;
padding-right: 0px;
}
.enquiry-form .heading {
font-size: 35px;
line-height: 1.1;
margin-bottom: 25px;
padding-left: 10px;
}
.enquiry-form input[type=checkbox],
.enquiry-form input[type=radio] {
box-sizing: border-box;
padding: 0;
position: relative;
top: 2px;
}
.enquiry-form label {
color: #000;
margin: 10px 0px;
font-size: 13px;
}
.enquiry-form .theme-btn .default-btn {
width: 100%;
margin-top: 10px;
}
.enquiry-form .form-control {
border: 1.5px solid rgb(0 0 0 / 20%);
border-radius: 10px;
outline: none;
box-shadow: none;
color: #000;
font-size: 14px;
padding: 7px 9px;
margin-bottom: 10px;
height: auto;
font-weight: 300;
background: #fff;
}
.enquiry-form textarea#message {
min-height: 90px;
}
.enquiry-form .form-control::placeholder {
color: rgb(0 0 0 / 60%);
}
.enquiry-form .form-field {
color: #000;
}
.enquiry-form .image-section,
.enquiry-form .image-section img {
height: 100%;
object-fit: cover;
}
.enquiry-form .modal-dialog {
max-width: 850px;
display: flex;
align-items: center;
justify-content: center;
min-height: calc(100% - 3.5rem);
}
.enquiry-form .popup-model {
background: url(../images/form-form-bg.webp);
border-radius: 10px;
}
.enquiry-form img {
display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
}
.enquiry-form .image-section,
.enquiry-form .image-section img {
height: 100%;
object-fit: cover;
border-radius: 0px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.enquiry-form .modal-header svg {
vertical-align: super;
position: relative;
top: -1px;
}
.floor-plan-section .image-box .download-icon {
width: 19px;
display: inline;
margin-left: 5px;
vertical-align: middle;
}
.floor-plan-section .default-btn {
padding: 8px 25px;
}
/* .thankyou-page {
text-align: center;
position: relative;
z-index: 1;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: url(../images/thank-you-bg.webp);
background-size: cover;
}
.thankyou-page .thank-btn {
text-align: center;
}
.thankyou-text p {
text-align: center;
color: #000000;
margin: 20px 0px;
}
.thankyou-page .thank-you-img {
width: 300px;
margin: 0 auto;
} */
.thankyou-page {
background: url(../images/thank-you-bg.webp) no-repeat;
background-size: cover;
background-position: bottom;
height: 100vh;
position: relative;
z-index: 1;
overflow: hidden;
}
.thank-box {
width: 700px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 0px 15px;
text-align: center;
flex-direction: column;
} 
.thank-box img{
width: 50%;
margin: 0 auto;
}
.thankyou-page p {
margin: 20px 0px 20px;
font-size: 14px;
color: #000000;
text-align: center;
}
.dividphoto {
position: absolute;
left: 15px;
width: 31%;
top: 50%;
transform: translateY(-50%);
}
.divider-box {
padding: 20px 0px 20px 30px;
}
.divider-box .heading {
color: #000;
font-size: 25px;
font-weight: 400;
text-transform: initial;
margin-bottom: 22px;
}
.divider-box p {
margin: 10px 0 20px;
width: 80%;
color: #000;
}
.divider-area .default-btn{
background: #484848;
color: #fff;
border-color:#484848;
}
.divider-box .heading span{
font-weight: 600;
font-size: 45px;
line-height: 1;
top: 12px;
position: relative;
}
.divider-slider {
margin: 80px 0px;
}
.divider-area {
background: url(../images/sobha-g-img.webp) no-repeat;
background-size: cover;
overflow: hidden;
}
.step-bg{
background: url(../images/step-bg.webp) no-repeat;
background-size: cover;
padding: 5px 20px;
font-size: 20px;
font-weight: 500;
line-height: 1;
border-radius: 5px;
display: inline-block;
letter-spacing: 1px;
}
.divider-area .default-btn:hover{
color: #484848
}
.garantee-sec .garantee-box {
background: #FFEEBF;
border-radius: 10px;
border: 1px solid #FCBB02;
text-align: center;
position: relative;
padding: 0px 20px;
}
.garantee-sec .garantee-box p{
color:#000;
}
.garantee-inner {
margin-top: -30px;
}
.garantee-sec .garantee-img {
margin: 0 auto;
position: relative;
top: -32px;
width: 80px;
}
.garantee-sec {
margin: 130px 0px 80px 0px;
}
.DM-testimonial {
position: relative;
padding-bottom: 0px;
overflow-x: hidden;
}
.location-client .swiper-slide .title-wrap {
color: #000;
font-size: 16px;
font-weight: 500;
margin: 0;
}
.location-client .swiper {
width: 100%;
padding: 0px 0 0 0;
}
.location-client .swiper-slide {
width: 400px;
height: 300px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
position: relative;
border-radius: 12px;
box-shadow: -1px 5px 15px #ffffff38;
padding: 10px 20px 20px 20px;
text-align: center;
background: #fff;
background: -webkit-linear-gradient(to bottom, #fff, #fff);
background: linear-gradient(to bottom, #fff, #fff);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
margin: 10px;
}
.location-client .swiper-slide img {
display: block;
margin: 0 auto 10px;
width: 70px;
}
.location-client .designation-wrap {
font-weight: 300;
/* color: rgb(0 0 0 / 59%); */
}
.location-client .swiper-slide .title-wrap {
margin: 0px;
font-size: 16px;
font-weight: 500;
-webkit-text-fill-color: #0000;
background: linear-gradient(320deg, rgb(168 60 77), rgb(172 38 59), rgb(110 22 36));
-webkit-background-clip: text;
}
.location-client .swiper-slide.swiper-slide-active {
opacity: 1 !important;
}
.location-client .swiper-slide.swiper-slide-active p {
color: rgb(0 0 0 / 90%);
font-weight: 500;
}
.location-client .swiper-slide {
opacity: 0 !important;
}
.location-client .swiper-slide-next,
.location-client .swiper-slide-prev {
opacity: 0.8 !important;
}
.testimonial-section {
width: 100%;
}
.testimonial-slider {
width: 100%;
}
.location-client .arrow {
width: 40px;
height: 40px;
background: linear-gradient(90deg, #D09F3B 0%, #FFF28D 26%, #FFCA5D 50%, #FFF28D 74%, #D09F3B 100%);
    border: 1px solid #D09F3B;
display: flex;
align-items: center;
justify-content: center;
color: #000;
border-radius: 50%;
}
.gift-content {
text-align: center;
margin-bottom: 20px;
}
.location-client .arrow:hover {
color: #fff;
border: 1px solid #AC263B;
background: linear-gradient(320deg, #A83C4D, #AC263B, #6E1624);
}
.testimonial-arrows {
display: flex;
justify-content: center;
margin-top: 25px;
}
.location-client .arrow-right {
margin-left: 20px;
}
.dividphoto2 {
display: none !important;
}
.bannerform-box {
transform: translate(81%, -105%);
display: flex;
height: 100%;
align-items: center;
max-width: 600px;
}
.banner-form{
padding: 25px;
border-radius: 12px;
background: rgb(0 0 0 / 20%);
backdrop-filter: blur(15px);
border: 1px solid rgb(255 255 255 / 60%);
width: 350px;
}
.banner-form textarea {
min-height: 80px;
}
.banner-form .btn-default {
width: 100%;
}
.banner-section .formhead{
font-family: 'Lexend';
display: block;
color: #fff;
font-size: 26px;
line-height: 1;
margin-bottom: 15px;
text-align: left;
font-weight: 600;
}
.banner-form  .banner-form-btn .default-btn{
width: 100%;
}
.banner-section .form-control, .banner-section .form-control:focus {
border-radius: 0px;
box-shadow: none;
border: 0px;
border-bottom: 1px solid rgb(255 255 255 / 40%);
padding: 0.375rem 0px;
color: #fff;
background: none;
font-size: 14px;
font-weight: 300;
}
.banner-section .form-control::placeholder {
color: #fff;
}
.banner-section .form-control::-ms-input-placeholder { 
color: #fff;
}
.banner-inner{
position: relative;
height: 100vh;
}
.banner-form .form-control{
margin-bottom: 17px;
}
.banner-form select option{
color: #000;
}
.banner-section .formcheck{
display: flex;
align-items: start;
margin-bottom: 15px;
}
.banner-section .formcheck input{
margin: 2px 7px 0 0;
}
.banner-section .formcheck span{
color: #fff;
font-size: 12px;
font-weight: 300;
}
.banner-section .homebanner-slider .slick-dots {
bottom: 20px;
}