@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(./animate.min.css);

*,
*:before,
*:after {
    box-sizing: border-box;
    position: relative;
    transition-property: transform, opacity, filter;
    transition-duration: .7s, .7s, .7s;
    transition-timing-function: cubic-bezier(.5, 0, .5, 1);
}


body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

img {
    max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: unset;
}

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

.desktop-links .dropdown:hover>.dropdown-menu {
    display: block;
}

ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.p-100 {
    padding: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.pb-50 {
    padding-bottom: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-title {
    color: rgba(19, 19, 19, 1);
    font-weight: 700;
    font-size: 61px;
    font-family: "Cormorant Infant", serif;
}

.secondmain-title {
    color: rgba(19, 19, 19, 1);
    font-weight: 700;
    font-size: 49px;
    font-family: "Cormorant Infant", serif;
}

.medium-title {
    font-family: "Cormorant Infant", serif;
    color: rgba(19, 19, 19, 1);
    font-size: 39px;
    font-weight: 700;
}

.main-white-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 90px;
    font-family: "Cormorant Infant", serif;
}

p {
    color: rgba(19, 19, 19, 1);
    font-size: 18px;
}

.gray-para {
    color: rgba(123, 123, 123, 1);
    font-size: 16px;
}

button {
    cursor: pointer;
}

/* variable css --------------------------------------------------------------- */
.regular-whitebgbtn {
    background-color: #FFFFFF;
    padding: 10px 32px 10px 32px;
    color: rgba(19, 19, 19, 1);
    font-weight: 500;
    font-size: 16px;
    border-radius: 0px;
    border: 2px solid #FFFFFF;
}

.regular-whitebgbtn:hover,
.regular-whitebgbtn:focus-visible,
.regular-whitebgbtn:active {
    background-color: #F9F1EB;
    color: rgba(19, 19, 19, 1);
    border: 2px solid #F9F1EB;
}

.regular-coffiebgbtn,
.regular-spacecoffiebgbtn {
    background-color: #C47532;
    padding: 10px 32px 10px 32px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0px;
    border: 2px solid #C47532;
}

.regular-spacecoffiebgbtn {
    padding: 10px 60px 10px 60px;
}

.regular-coffiebgbtn svg {
    margin-left: 10px;
}

.regular-coffiebgbtn:hover,
.regular-coffiebgbtn:active,
.regular-coffiebgbtn:focus-visible,
.regular-spacecoffiebgbtn:hover,
.regular-spacecoffiebgbtn:active,
.regular-spacecoffiebgbtn:focus-visible {
    background-color: #C47532;
    color: #FFFFFF;
    border: 2px solid #C47532;
    opacity: 70%;
}

.regular-coffiebgbtn:hover svg,
.regular-coffiebgbtn:hover svg path {
    fill: #FFFFFF;
}

.regular-blackbgbtn {
    background-color: rgba(19, 19, 19, 1);
    padding: 10px 32px 10px 32px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0px;
    border: 2px solid rgba(19, 19, 19, 1);
    transition: all 0.2s linear 0s;
}

.regular-blackbgbtn:hover,
.regular-blackbgbtn:focus-visible,
.regular-blackbgbtn:active {
    background-color: rgba(165, 141, 100, 1);
    color: #FFFFFF;
    border: 2px solid rgba(165, 141, 100, 1);
}

.regular-blackbgbtn:hover svg,
.regular-blackbgbtn:hover svg path {
    fill: #FFFFFF;
    margin-left: 15px;
    transition: all 0.4s linear 0s;
}

/* small */

.small-blackbgbtn {
    background-color: rgba(19, 19, 19, 1);
    padding: 10px 32px 10px 32px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0px;
    border: 2px solid rgba(19, 19, 19, 1);
}

.small-blackbgbtn:hover,
.small-blackbgbtn:focus-visible,
.small-blackbgbtn:active {
    background-color: #C47532;
    color: #FFFFFF;
    border: 2px solid #C47532;
}

.regular-blackborderbtn {
    background-color: transparent;
    padding: 10px 32px 10px 32px;
    color: rgba(19, 19, 19, 1);
    font-weight: 500;
    font-size: 16px;
    border-radius: 0px;
    border: 2px solid rgba(19, 19, 19, 1);
    transition: all 0.2s linear 0s;
}

.regular-blackborderbtn svg {
    margin-left: 8px;
}

.regular-blackborderbtn:hover,
.regular-blackborderbtn:focus-visible,
.regular-blackborderbtn:active {
    background-color: #C47532;
    color: #FFFFFF;
    border: 2px solid #C47532;
}

.regular-blackborderbtn:hover svg,
.regular-blackborderbtn:hover svg path {
    fill: #FFFFFF;
    margin-left: 15px;
    transition: all 0.4s linear 0s;
}

.regular-custombtn {
    background-color: transparent;
    padding: 10px 32px 10px 32px;
    color: rgba(19, 19, 19, 1);
    font-weight: 500;
    font-size: 16px;
    border-radius: 0px;
    border: 0px;
}

.regular-custombtn svg {
    margin-left: 15px;
}

.regular-custombtn:hover {
    color: rgba(212, 180, 128, 1);
}

.regular-custombtn:hover svg path {
    fill: rgba(212, 180, 128, 1);
}

/* variable css --------------------------------------------------------------- */

/* navbar ---------------------------------------------------------------------- */

.navbar {
    position: relative;
    top: 0;
}

.header-logo {
    max-width: 200px;
    width: 150px;
}
.mobile-logo{
    display: none;
}

.navbar .nav-link,.navbar .menu-item a {
    font-family: "Roboto", sans-serif;
    color: rgba(19, 19, 19, 1);
    font-weight: 500;
    font-size: 18px;
	display:inline-block;
}

.navbar .nav-item,.navbar .menu-item {
    padding: 0 16px;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show {
    color: rgba(19, 19, 19, 1);
}

.navbar .navbar-nav .nav-link:after,
.navbar .navbar-nav .nav-link.active:after,
.navbar .navbar-nav .menu-item a:after,
.navbar .navbar-nav .menu-item.current-menu-item a:after{
    display: block;
    content: '';
    width: inherit;
    border-bottom: 2px solid rgba(212, 180, 128, 1);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.navbar .navbar-nav .nav-link.active:after {
    border-bottom: 2px solid rgba(212, 180, 128, 1);
}

.navbar .navbar-nav .nav-link.dropdown:after {
    border-bottom: 2px solid rgba(196, 117, 50, 1);
}

.navbar .navbar-nav .nav-link:hover:after,
.navbar .navbar-nav .nav-link.active:after,
.navbar .navbar-nav .menu-item a:hover:after,
.navbar .navbar-nav .menu-item.current-menu-item a:after{
    transform: scaleX(1);
}
.navbar .navbar-nav .menu-item-has-children .sub-menu {
    background-color: #FFFFFF;
    border-radius: 0px;
    padding: 13px;
    border: 0;
    box-shadow: 0px 8px 15px 0px #00000026;
    --bs-dropdown-min-width: 14rem;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
    display: none;
    left: 16px;
    right: 0;
    top: 28px;
	width:270px;
}
.navbar .navbar-nav .menu-item-has-children:after{
	content: "";
	display: inline-block;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid rgba(19, 19, 19, 1);
    border-right: 2px solid rgba(19, 19, 19, 1);
    position: relative;
    top: 2px;
    right: 1px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: right;
}

.navbar .navbar-nav .nav-link:after,.navbar .navbar-nav .menu-item a:after {
    transform-origin: left;
}

.navbar .form-select {
    font-family: "Roboto", sans-serif;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #fff;
    padding: 10px;
    line-height: normal;
    height: 45px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.navbar .form-select option:hover {
    background-color: #000;
}

.navbar .form-select option {
    color: rgba(19, 19, 19, 1);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link,.navbar-expand-lg .navbar-nav .menu-item a {
    margin: 0 auto;
    padding: 8px 0px;
}

/*  */

.languagedropdownen {
    background-color: transparent;
    border: 2px solid rgba(19, 19, 19, 1);
    color: rgba(19, 19, 19, 1);
    border-radius: 0px;
}

.navbar .languagedropdownen {
    border: 2px solid rgba(19, 19, 19, 1);
    color: #FFFFFF;
}
.languagedropdownen .trp-language-switcher{
    width: auto;
    height: auto;
}

.languagedropdownen .trp-language-switcher .trp-ls-shortcode-current-language{
    padding: 0;
    border: 0;
}
.languagedropdownen .trp-language-switcher:hover .trp-ls-shortcode-language{
    padding: 0;
    border: 0;
    box-shadow: 0px 8px 15px 0px #00000026;
    --bs-dropdown-min-width: 14rem;
}
.languagedropdownen .trp-language-switcher > div > a:hover{
    background-color: rgba(248, 237, 220, 1);
    color: rgba(19, 19, 19, 1);
}
.languagedropdownen .trp-language-switcher > div{
    background-position: calc(100% - 10px) calc(1em + -4px),
    calc(100% - 3px) calc(1em + 0px);
    background-size: 13px 14px, 20px 10px;
}
.languagedropdownen .dropdown-menu {
    color: rgba(19, 19, 19, 1);
    border-radius: 0px;
}

.languagedropdownen .trp-language-switcher .trp-ls-shortcode-language, .languagedropdownen .trp-language-switcher .trp-ls-shortcode-current-language{
    width: 85px !important;
}
.languagedropdownen  .trp-language-switcher > div > a{
padding: 10px 15px;
}
.languagedropdownen .dropdown-toggle {
    color: rgba(19, 19, 19, 1) !important;
    border: 0;
    padding: 10px 15px;
    border-radius: 0px;
}

.languagedropdownen .dropdown-toggle.show {
    color: #FFFFFF !important;
    background-color: #000;
}

.navbar .languagedropdownen .dropdown-toggle.show::after {
    border-bottom: 2px solid #FFFFFF !important;
    border-right: 2px solid #FFFFFF !important;
}

.languagedropdownen .dropdown-toggle::after {
    margin-left: 1.255em;
}

.languagedropdownen .dropdown-menu {
    width: 99px;
    min-width: 70px;
    border: 0;
    box-shadow: 0px 8px 15px 0px #00000026;
}

/*  */
.languagedropdown {
    position: relative;
    width: 100px;
    cursor: pointer;
}

.languagedropdown svg {
    display: none;
}

.responsive-languagedropdown {
    display: none;
    margin-top: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

:focus-visible {
    outline: none;
}

.desktop-languagedropdown {
    display: block;
}


.btn:focus-visible {
    box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: initial;
    background-color: initial;
    border-color: initial;
}

.navbar .nav-link.dropdown-toggle::after {
    display: block;
    content: '';
    width: inherit;
    border-bottom: 2px solid rgba(212, 180, 128, 1);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.navbar .dropdown-toggle::after {
    display: inline-block !important;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid rgba(19, 19, 19, 1) !important;
    border-right: 2px solid rgba(19, 19, 19, 1) !important;
    position: relative;
    top: 6px;
    right: 2px;
    width: 9px !important;
    height: 9px;
    transform: rotate(45deg) translateY(-50%) !important;
    transform-origin: right !important;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 0px;
    padding: 13px;
    border: 0;
    box-shadow: 0px 8px 15px 0px #00000026;
    --bs-dropdown-min-width: 14rem;
    margin-top: 10px;
}

.navbar .nav-link.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item, .navbar .sub-menu .menu-item a {
    font-weight: 500;
    padding: 8px 10px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
	color:#212529;
}

.navbar .responsive-logo {
    display: none;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M23.0413 3.12492C23.3538 3.12492 23.6663 2.8645 23.6663 2.49992V0.833252C23.6663 0.520752 23.3538 0.208252 23.0413 0.208252H0.958008C0.593424 0.208252 0.333008 0.520752 0.333008 0.833252V2.49992C0.333008 2.8645 0.593424 3.12492 0.958008 3.12492H23.0413ZM23.0413 11.4583C23.3538 11.4583 23.6663 11.1978 23.6663 10.8333V9.16658C23.6663 8.85408 23.3538 8.54158 23.0413 8.54158H0.958008C0.593424 8.54158 0.333008 8.85408 0.333008 9.16658V10.8333C0.333008 11.1978 0.593424 11.4583 0.958008 11.4583H23.0413ZM23.0413 19.7916C23.3538 19.7916 23.6663 19.5312 23.6663 19.1666V17.4999C23.6663 17.1874 23.3538 16.8749 23.0413 16.8749H0.958008C0.593424 16.8749 0.333008 17.1874 0.333008 17.4999V19.1666C0.333008 19.5312 0.593424 19.7916 0.958008 19.7916H23.0413Z' fill='%23131313'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.navbar-toggler {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.toggle-languageDiv {
    display: flex;
    gap: 25px;
    align-items: center;

}

.navbar .offcanvas.responsive-navbar {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgb(255 255 255 / 10%);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    color: #000;
    height: 100%;
    padding: 1rem;
    --bs-offcanvas-bg: rgba(255, 255, 255, 1);
    --bs-offcanvas-height: 100vh;
    display: none;
}

.navbar .offcanvas.responsive-navbar .offcanvas-body {
    overflow-y: auto;
    /* Ensure scrollability if content overflows */
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #C47532;
    color: rgba(19, 19, 19, 1);
}

.dropdown-item:focus,
.dropdown-item:hover,.navbar .sub-menu .menu-item a:hover {
    background-color: rgba(248, 237, 220, 1);
    color: rgba(19, 19, 19, 1);
}
.navbar .sub-menu .menu-item{
	padding:0;
}
.navbar .navbar-nav .menu-item-has-children .sub-menu .menu-item a:hover:after, .navbar .navbar-nav .menu-item.menu-item-has-children .sub-menu .menu-item a:after{
	content:unset;
}

/* new css ------------------------------------*/

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.navbar-searchbtn {
    background-color: #fff;
    border: 0px;
    font-size: 16px;
    display: flex;
    width: 102px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}

.navbar-searchbtn-responsive{
    display: none;
}

.search-text {
    opacity: 0;
    width: 0;
    transform: translateX(0px);
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
}

.navbar-searchbtn i {
    font-size: 20px;
    padding-right: 10px;
    transition: color 0.3s ease;
}

.navbar-searchbtn:hover i {
    color: rgba(212, 180, 128, 1);
}

.navbar-searchbtn:hover .search-text {
    opacity: 1;
    width: auto;
    transform: translateX(0);
    /* Slide back to its original position */
    visibility: visible;
}

.offcanvas-searchclose .btn-close {
    --bs-btn-close-bg: none;
    position: absolute;
    right: 127px;
    opacity: 1;
    z-index: 111;
}

.btn-close:focus {
    box-shadow: none;
    opacity: 1;
}

.search-bar {
    width: 100%;
    position: relative;
    min-width: 300px;
    margin: 0 auto;
    max-width: 300px;
}

.searchbar-icon {
    position: absolute;
    top: 5px;
    left: 10px;
    padding: 0px;
    border: 0;
    background: transparent;
}

.offcanvas-searchclose input[type=text] {
    font-family: "Roboto", sans-serif;
    background-color: white;
    padding: 5px 5px 5px 35px;
    border: 0;
}

.offcanvas-searchclose .offcanvas-header {
    padding-top: 60px;
    padding-bottom: 0px;
}

.offcanvas-searchclose input[type=text]::placeholder {
    color: rgb(19, 19, 19);
    font-weight: 400;
}

.offcanvas-searchclose .blog-tagDiv {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.offcanvas-searchclose .blog-tagDiv li .blog-tag {
    background-color: rgba(248, 237, 220, 1);
    padding: 8px 15px;
    color: #111928;
    border-radius: 6px;
    transition: 0.5s all;
}

.offcanvas.offcanvas-searchclose {
    --bs-offcanvas-height: 285px;
}

.search-tagcontentlist {
    border-bottom: 1px solid rgba(190, 190, 190, 1)
}

.search-contentDiv {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}

.history-contentlist li {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-bottom: 10px;
}

.search-contenthistory {
    padding: 20px 0;
}

/* navbar ---------------------------------------------------------------------- */

/* footer ----------------------------------------------------------------------- */
footer {
    background: rgba(0, 53, 67, 1);
    padding: 30px 0;
}

.social-iconDiv {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    gap: 30px;
    padding-left: 10px;
    padding-top: 50px;
}

.social-iconDiv li .social-icon i {
    color: #fff;
    font-size: 25px;
}

.footer-listDiv {
    display: flex;
    gap: 10px;
}

.footer-listDiv .footer-list:nth-child(2), .footerlinkaccess ul li:nth-child(even) {
    padding-left: 40px;
}

.footer-list, .footerlinkpolicy ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.footerlinkaccess ul{
    display: flex;
    flex-wrap: wrap;
}
.footerlinkaccess ul li{
    width: 50%;
}

.footer-contactDiv , .footerlinkpolicy ul li, .footerlinkaccess ul li{
    display: flex;
    gap: 8px;
    padding-bottom: 12px;
}

.footer-contactDiv:last-child,  .footerlinkpolicy ul li:last-child, .footerlinkaccess ul li:last-child  {
    padding-bottom: 0px;
}

.footer-title, .footerlinkpolicy .widgettitle, .footerlinkaccess .widgettitle{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    width: max-content;
}

.footer-contactDiv i,
.footer-contactDiv svg {
    color: #F2F2F2;
    display: inline-block;
    font-size: 18px;
    min-width: 22px;
}

.footer-para ,  .footerlinkpolicy ul li a, .footerlinkaccess ul li a{
    color: #FFFFFF;
    font-size: 18px;
}

.contact-details {
    max-width: 350px;
}

.copy-rightDiv {
    padding-top: 30px;
    text-align: center;
}

/* footer --------------------------------------------------------------------------------- */


/* Properties page ----------------------------------------------------------------------- */



/* how can help slider */

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 500px;
    background-color: #ccc;

    -webkit-transform-style: flat !important;
    transform-style: inherit !important;
}

.img-box2 {
    position: relative;
    overflow: hidden;
}

.img-box2 .slider-area {
    overflow: hidden;
    width: 770px;
    margin-right: -72px;

}

.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: flat !important;
    transform-style: inherit !important;
}


/* banner slider--------------------------------------------------------------------------- */
img {
    max-width: 100%;
}

#main-banner {
    width: 100%;
    height: 100%;
    max-height: 673px;
    overflow: hidden;
}

.ui-big-images {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.ui-big-image {
    width: 100%;
    margin-right: -100%;
}

.ui-big-image img,
.ui-big-image video {
    object-fit: cover;
    object-position: center 20%;
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-height: 600px) {

    .ui-big-image img,
    .ui-big-image video {
        object-position: center center;
    }
}

.ui-thumbnails {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0rem;
    padding-top: 0.5rem;
    padding-left: 45%;
    padding-left: calc(45% + .5rem);
}

.ui-thumbnail {
    display: block;
    cursor: pointer;
    height: 150px;
    position: relative;
}

.ui-cuticle {
    background-color: #D4A12D;
    position: absolute;
    bottom: 0;
    height: 0.25rem;
    width: 100%;
}

.ui-content {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    top: 50%;
    z-index: 9;
    margin: auto;
}

.ui-nav {
    position: absolute;
    right: 0;
    background: inherit;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    width: 100%;
}

.ui-nav button {
    background: transparent;
    border: none;
    appearance: none;
    padding: 0em 0em;
    width: 2em;
    color: #fff;
    font-family: 'Poppins';
    font-size: 60px;
    transition: inherit;
    transition-duration: 300ms;
}

.ui-nav button:hover,
.ui-nav button:focus {
    /* background: #000; */
    outline: none;
}

.ui-nav button:active {
    outline: none;
}

/* ---------------------------------- */
.ui-big-image {
    opacity: 0;
    transform: translateX(-100%);
}

.ui-big-image img,
.ui-big-image video {
    transform: scale(0.85);
    animation: scale 20s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.ui-big-image[data-active]~.ui-big-image {
    transform: translateX(100%);
}

.ui-big-image[data-active] {
    opacity: 1;
    transform: translateX(0%);
}

.ui-big-image[data-active] img,
.ui-big-image[data-active] video {
    transform: scale(1);
}

/* ---------------------------------- */
.ui-article {
    transform: translateX(-100%);
}

.ui-article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    z-index: 1;
}

.ui-article[data-active]~.ui-article {
    transform: translateX(100%);
}

.ui-article[data-active] {
    transform: translateX(0%);
}

.ui-article[data-active]:before {
    opacity: 0;
}

/* ---------------------------------- */

.ui-dots {
    position: absolute;
    left: 50%;
    bottom: 60px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    transform: translateX(-50%);
}

.ui-dot {
    background-color: transparent;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #F2F2F2;
    padding: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50px;
}

.ui-dot.active {
    background: #F2F2F2;
}

/* banner content ------------ */
.banner-title {
    position: absolute;
    top: 33%;
    z-index: 9;
    color: #FFFFFF;
    left: 9%;
    transform: translateX(0%);
    text-shadow: 4px 0px #00000026;
    font-size: 90px;
    font-family: "Cormorant Infant", serif;
    font-weight: 700;
    text-align: left;
    max-width: 926px;
    width: 100%;
}

.scrollDown {
    position: absolute;
    bottom: 15%;
    left: 30px;
    cursor: pointer;
}

.slider-socialicons {
    position: absolute;
    top: 40%;
    transform: translate(-50%, 50%);
    right: 200px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

/* banner slider ------------------------------------------------------------------- */

/* contact section------------------------------------------------------------------ */
.contact-section {
    background-color: #FFFFFF;
}
.mailining-en > div {
    min-height: 260px !important;
    height: 100% !important;
    background-color: transparent !important;
}
.contactheader-logo {
    width: 150px;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.contact-formDiv .regular-blackbgbtn{
    padding: 10px 50px 10px 50px;
}

.contact-formDiv {
    /* box-shadow: 0px 8px 15px 0px #00000026; */
    background-color: rgba(253, 249, 244, 1);
    padding: 20px 80px;
    overflow: hidden;
}

.contact-form {
    padding-top: 30px;
}

.contact-bgimg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.contact-form input::placeholder {
    color: #7B7B7B;
}

.form-group {
    margin-bottom: 20px;
}

.contactform-title {
    color: rgba(19, 19, 19, 1);
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding-left: 30px;
    max-width: 404px;
    margin: 0 auto;
}

.form-control {
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    padding: 9px 16px;
    font-family: "Poppins", sans-serif;
    color: #7B7B7B;
}

.form-control:focus {
    box-shadow: none;
    border-color: #CDCDCD;
}

.form-label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.message-countpar {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    text-align: end;
}

.agreen-checkDiv .form-check-label {
    color: rgba(19, 19, 19, 1);
    font-size: 13px;
}

.form-check-label {
    color: rgba(19, 19, 19, 1);
    font-size: 16px;
    font-weight: 500;
}

.form-check-inline {
    padding-left: 0px;
    cursor: pointer;
}

.form-checkDiv {
    padding-bottom: 24px;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: rgba(19, 19, 19, 1);
}

.form-check-input {
    border: 2px solid rgba(19, 19, 19, 1);
}

.form-check-input:checked {
    background-color: #C47532;
    border: 2px solid #C47532;
}

/* radio btn*/
:root {
    accent-color: #C47532;
}

/* contact section------------------------------------------------------------------ */

/* Offer Card section------------------------------------------------------------------ */

.offercard-section {
    background-color: rgba(230, 235, 236, 1);
}

.offercardwhite-section{
    background-color: #FFFFFF;
}

.offercard,
.offercard img {
    height: 100%;
}

.blogpost-cardDiv {
    padding-top: 42px;
}

.blogpost-imgDiv {
    overflow: hidden;
}

.blogpost-img {
    width: 100%;
    height: 326px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.blogpost-card .blogpost-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

/* Zoom in when hovering over .blogpost-card */
.blogpost-card:hover .blogpost-img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Zoom out when hovering over .blogpost-imgDiv */
.blogpost-card .blogpost-imgDiv:hover .blogpost-img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

@keyframes fade-in-out {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(1, 1);
    }

    50% {
        background-position: center;
        transform: scale(2, 2);
    }

    100% {
        background-position: center;
        transform: scale(1, 1);
    }
}

@keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(1, 1);
    }

    50% {
        background-position: center;
        transform: scale(2, 2);
    }

    100% {
        background-position: center;
        transform: scale(1, 1);
    }
}

.blogpost-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blogpost-card:hover {
    background-color: rgba(253, 249, 244, 1);
    box-shadow: none;
}

.main-titleDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.blogpost-card .blog-card-content {
    padding: 20px 20px 20px 8px;
}

.blog-card-content .blog-para {
    color: rgba(123, 123, 123, 1);
    font-size: 14px;
    padding-top: 12px;
    text-align: justify;
}
.blog-card-content .medium-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.blog-tagDiv {
    display: flex;
    gap: 15px;
    padding-top: 20px;
}

.blog-tagDiv li .blog-tag {
    background-color: #F8EDDC;
    padding: 5px 14px;
    color: #111928;
    border-radius: 6px;
    transition: 0.5s all;
}

.blogpost-card:hover .blog-tagDiv li .blog-tag {
    background-color: rgba(19, 19, 19, 1);
    color: rgba(255, 255, 255, 1);
}

.persondescripDiv .view-timepara {
    color: #131313;
    font-size: 13px;
}

.persondescripDiv .person-name {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
}

.view-time,
.view-timeDiv {
    display: flex;
    gap: 10px;
}

.view-timeDiv {
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-avtarDiv {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 20px;
}

.blogmain-btnDiv {
    text-align: center;
    padding-top: 30px;
}

.blog-imgDiv {
    overflow: hidden;
}

.blog-personimg {
    border-radius: 6px;
}

/* Offer Card section------------------------------------------------------------------ */

/* What To Do samana section------------------------------------------------------------------ */

.what-docard-section {
    background-color: rgba(230, 235, 236, 1);
}

.service-cardrow {
    padding-top: 40px;
}

.service-cardrow .service-card {
    position: relative;
    height: 430px;
    transition: all 0.3s ease-out;
}

.service-cardrow .service-card {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s;
}

.service-cardrow .service-card:hover:before, 
.service-cardrow .service-card:focus:before,
.service-cardrow .service-card:active:before{
    -webkit-transform: scale(3);
    transform: scale(3);
}

.service-cardrow .service-card:before, .service-cardrow .service-card .servicehovericon{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.cardservice-content {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    width: 100%;
    max-width: 210px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.service-cardrow .service-card:hover .cardservice-content {
    background-color: rgba(19, 19, 19, 1);
    color: rgba(255, 255, 255, 1);
}

.service-link {
    display: contents;
}

.service-cardimg, .service-cardrow .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* What To Do samana section------------------------------------------------------------------ */

/* propery listing ----------------------------------------------------------------- */
.listproprty-banner {
    padding-top: 30px;
}

.listproprty-banner img {
    height: 100%;
    object-fit: cover;
}

.listproprty-banner .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 3%;
    display: none;
}

.listproprty-banner .owl-nav button {
    position: absolute;
    top: 50%;
    background: #000;
    color: #fff;
    margin: 0;
    box-shadow: 0px 0px 10px 0px #0000001A;
    transform: translateY(-50%);
    background: #fff !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease-in-out;
}

.listproprty-banner .owl-nav button svg {
    width: 14px;
    height: 14px;
}

.listproprty-banner .owl-nav button.owl-prev {
    left: 0;
    margin-left: 10px;
    z-index: 9;
}

.listproprty-banner .owl-nav button.owl-next {
    right: 0;
    margin-right: 10px;
    z-index: 9;
}

.listproprty-banner .owl-dots {
    text-align: center;
    padding-top: 25px;
}

.listproprty-banner .listproperty-card:hover .propertycarousel .owl-nav {
    display: block;
    animation: fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-duration: 2s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.listproprty-banner .owl-nav button:focus {
    outline: none;
}

.listproprty-banner .owl-item {
    height: 100% !important;
}

.listproprty-banner .item {
    width: 100%;
}

.listproperty-card {
    box-shadow: 0px 0px 10px 0px #0000001A;
    background-color: #FFFFFF;
    border: 0px solid transparent;
    overflow: hidden;
    height: 420px;
    cursor: pointer;
}

.listproprty-banner .listproperty-card:hover {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(253, 249, 244, 1);
}

.listproprty-banner .owl-carousel .owl-stage-outer {
    height: 100% !important;
    padding-bottom: 5px;
}

.listproperty-card .card-itemcontentDiv {
    padding: 15px;
    transition: .4s ease-in-out;
    position: relative;
    bottom: 4px;
    width: 100%;
    z-index: 99;
}

.listproperty-card .owl-slider img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.listproprty-banner .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #BEBEBE;
    margin: 0 10px;
    border: 2px solid #BEBEBE;
}

.listproprty-banner .owl-dots button.owl-dot.active {
    background-color: #C47532;
    border-color: #C47532;
}

.listproprty-banner .owl-dots button.owl-dot:focus {
    outline: none;
}

.card-itemcontentDiv .card-itemicons {
    width: 14px !important;
    height: 16px !important;
    object-fit: contain;
}

.card-itemcontentDiv .content-title {
    color: #131313;
    font-size: 16px;
    padding-bottom: 8px;
}

.card-itemcontentDiv .second-title {
    color: #131313;
    font-size: 18px;
    padding-bottom: 8px;
}

.card-contentlist {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 5px;
}

.card-contentlist li {
    display: flex;
    gap: 8px;
    border-right: 1px solid #BEBEBE;
    padding-right: 12px;
    align-items: center;
    color: rgba(123, 123, 123, 1);
    font-size: 13px;
}

.card-contentlist li:last-child {
    border-right: 0px;
    padding-right: 0px;
}

/* second small slider */
.propertycarousel.owl-carousel .owl-item img {
    max-height: 300px;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}

.propertycarousel .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 38%;
    display: none;
}

.propertycarousel .owl-dots {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}


.propertycarousel .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #cccccc00;
    margin: 0 3px;
    border: 1px solid #F2F2F2;
}

.propertycarousel .owl-dots button.owl-dot.active {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}

.propertycarousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.propertycarousel .owl-nav button {
    width: 35px;
    height: 35px;
}

.propertycarousel .owl-prev.disabled {
    display: none;
}

.newwarningbtn {
    position: absolute;
    top: 16px;
    left: 20px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    z-index: 9;
    background-color: rgba(19, 19, 19, 1);
    padding: 8px 10px;
    border-radius: 20px;
}

.forsaledarkbtn {
    position: absolute;
    top: 16px;
    right: 17px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    background-color: #131313;
    padding: 8px 7px;
    border-radius: 20px;
    max-width: 40px;
    max-height: 34px;
    opacity: 0;
    transition: opacity 2s ease;
}

.listproperty-card:hover .forsaledarkbtn {
    animation: fadeInUp;
    animation-duration: 1s;
    opacity: 1;
}

.discoversldierbtn {
    padding-top: 30px;
}

.listcontent-starDiv {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    position: relative;
}

/* star rating ------ */
.star-ratingDiv span {
    color: rgba(230, 230, 230, 1);
}

.star-ratingDiv span.checked,
.star-ratingDiv span.checked-half-o {
    color: rgba(255, 140, 0, 1);
}

/* propery listing ----------------------------------------------------------------- */

/* Tab Slider Section ----------------------------------------------------------------- */

.slider-contentDiv p {
    font-size: 20px;
    padding-bottom: 20px;
}

.slider-contentDiv p:last-child {
    padding-bottom: 0;
}

.tabslideimgDiv {
    position: relative;
}

.tabslideimgDiv .tabsliderimgDiv {
    overflow: hidden;
    max-width: 440px;
}

.tabslideimgDiv .tabsliderimg {
    max-width: 440px;
    max-height: 293px;
    object-fit: cover;
    animation: scale 5s linear infinite;
}

.tabslideimgDiv .reactangle-box {
    position: absolute;
    z-index: -1;
    left: -10px;
    top: 10px;
    max-width: 435px;
    width: 100%;
    max-height: 293px;
    object-fit: cover;
}

.tabslider-carousel .owl-stage-outer {
    max-width: 1115px;
}

.tabslider-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.tabslider-carousel .owl-dots {
    text-align: center;
    padding-top: 15px;
    /* position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); */
    margin: auto;
}


.tabslider-carousel .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #cccccc00;
    margin: 0 3px;
    border: 1px solid rgba(19, 19, 19, 1);
}

.tabslider-carousel .owl-dots button.owl-dot.active {
    background-color: rgba(187, 142, 109, 1);
    border-color: rgba(187, 142, 109, 1);
}

.tabslider-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.tabslider-carousel .owl-nav button {
    width: 35px;
    height: 35px;
}

.tabslider-carousel .owl-prev.disabled {
    display: none;
}

.tabslider-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #000;
    color: #fff;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease-in-out;
}

.tabslider-carousel .owl-nav button svg {
    width: 25px;
    height: 25px;
}

.tabslider-carousel .owl-nav button.owl-prev {
    left: 0;
    margin-left: 10px;
    z-index: 9;
}

.tabslider-carousel .owl-nav button.owl-next {
    right: 0;
    margin-right: 10px;
    z-index: 9;
}

.tabslider-carousel .item {
    padding: 0px 90px;
}

.nav-pills .nav-link {
    border: 2px solid rgba(41, 41, 41, 1);
    border-radius: 0px;
    color: rgba(55, 55, 55, 1);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 22px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgba(233, 198, 141, 1);
    color: rgba(55, 55, 55, 1);
    border: 2px solid rgba(233, 198, 141, 1);
}

/* Tab Slider Section ----------------------------------------------------------------- */

/* Blog All entries page ------------------------------------------------------------------*/

/* Video overlay and content */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: rgba(0, 53, 67, 0.5);
    opacity: 0.8;
}

.video-banner-content {
    position: relative;
    text-align: center;
    margin: 145px 0 145px 0;
}

.page-width {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.innervideobanner {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

}

.banner-background-video,
.contact-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    animation: scale 20s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/* Propertoies main results section------------------------------------ */
.filter-form {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #0000001A;
    padding: 20px 20px;
}

.filter-formDiv {
    padding-top: 24px;
}

.filter-formDiv .forminput-title {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.multiplication-arrow {
    color: #E03352;
}

.filter-formDiv svg {
    margin-right: 5px;
}

.filter-searchbtn {
    padding-top: 24px;
}

.filter-searchbtn .regular-blackbgbtn svg {
    margin-left: 14px;
}

.filter-tagsection {
    padding-top: 24px;
}

.filter-tagsection .filter-ullist {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 42px;
}

.filter-tagsection .filter-ullist .filter-tag {
    background-color: rgba(248, 237, 220, 1);
    padding: 4px 12px;
    border-radius: 6px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    transition: 0.5s all;
}

.filter-form-select {
    background-color: transparent;
    border: 1px solid #CDCDCD;
    color: #7B7B7B;
    border-radius: 0px;
    border-radius: 4px;
}

.filter-form-select .dropdown-menu {
    color: #7B7B7B;
    border-radius: 0px;
}

.filter-form-select .dropdown-toggle {
    color: #7B7B7B !important;
    border: 0;
    padding: 9px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-form-select .dropdown-toggle::after {
    margin-left: 1.255em;
}

.filter-form-select .dropdown-menu {
    width: 100%;
    min-width: 70px;
    box-shadow: 0px 8px 15px 0px #00000026;

}

.filter-form-select .dropdown-toggle::after {
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid #A4A4A4;
    border-right: 2px solid #A4A4A4;
    position: relative;
    top: 6px;
    right: 2px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: right;
}

.filter-form-select .dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 0px;
    padding: 10px;
    border: 0;
}

.filter-form-select .dropdown-toggle::after {
    margin-left: 1.255em;
}

.view-property-result {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding-left: 30px;
}

.page-item:last-child .page-link {
    border-radius: 0px;
}

.property-pagination {
    padding-top: 42px;
}

.pagination {
    gap: 8px;
    justify-content: center;
}

.page-item .page-link, .page-numbers {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    color: #000000D9;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.page-item:first-child .page-link  {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.page-item .page-link.active, .page-numbers.current {
    color: rgba(0, 53, 67, 1);
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 53, 67, 1);
    font-weight: 500;
}

.page-item .page-link:focus, .page-numbers:focus {
    background-color: #FFFFFF;
    box-shadow: none;
}
.page-item .page-link:hover, .page-numbers:hover{
    border-color: #D4B480;
    color: #D4B480;
    fill: #D4B480;
    transition: 0.5s all;
}

.main-results-Div {
    display: flex;
    gap: 7px;
    justify-content: space-between;
}

.main-result-title {
    display: flex;
    align-items: center;
}

.responsive-filter-btn {
    display: none;
}

.main-results-Div .offcanvas {
    --bs-offcanvas-width: 340px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    padding: 10px;
    border: 0;
}

.filter-form {
    box-shadow: none;
}

.offcanvas-backdrop {
    background-color: #0000009e;
}

.share-modal-titleDiv .share-modal-title {
    text-align: center;
    padding-bottom: 10px;
    padding-bottom: 22px;
}


.share-modal-titleDiv .share-modal-title:before {
    position: absolute;
    left: 50%;
    transform: translate(0px, 0px);
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #D4B480;
    margin-left: -30px;
}

.share-modalicon {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.share-copy-svg {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 9;
    top: 13px;
    left: 10px;
    background-color: #fff;
}

.share-copy-input {
    padding-left: 45px;
}

.share-post-modal.modal {
    --bs-modal-width: 680px;
    --bs-modal-border-radius: 0px;
}

.share-post-modal .modal-body {
    padding: 60px;
}

.share-post-modal .regular-blackbgbtn {
    padding: 10px 50px 10px 50px;
}

.share-post-modal .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #333333;
    opacity: 1;
}

.share-post-modal .copy-linkgroup input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepageloadmodal.modal {
    --bs-modal-width: 719px;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.homepageloadmodal .btn-close {
    position: absolute;
    top: 18px;
    right: 25px;
    color: #333333;
    opacity: 1;
    z-index: 1;
    --bs-btn-close-bg: none;
    font-size: 30px;
}

.homepageloadmodal .modal-body {
    padding: 0px;
}

.currency-view {
    color: #131313;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid rgba(233, 198, 141, 1);
    padding-bottom: 12px;
}

.categories-list {
    padding-left: 22px;
    padding-top: 25px;
    padding-bottom: 42px;
}

.categories-list li {
    padding-bottom: 12px;
    font-weight: 500;
    transition: 0.5s all;
}

.archive-dropdownlist {
    padding-left: 22px;
    padding-top: 20px;
}

.archive-dropdownlist .dropdown-menu {
    position: relative !important;
    transform: translate(0px, 0px) !important;
    border: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
}

.archive-dropdownlist .dropdown-menu .dropend .dropdown-menu {
    padding-top: 0px;
    padding-left: 0px;
}

.archive-dropdownlist .dropdown-menu .dropend .dropdown-menu .dropdown-item {
    padding: 0;
    white-space: break-spaces;
    transition: 0.5s all;
    margin: 8px 10px;
}

.archive-dropdownlist .dropdown-menu .dropend .dropdown-menu .dropdown-item:hover{
    color: #e9c591;
    transition:0.5s all;
}
.archive-dropdownlist .dropdown-toggle {
    font-weight: 500;
    padding-left: 20px;
}
.archive-dropdownlist .dropdown-toggle:hover{
    color: #e9c591;
    transition:0.5s all;
}

.archive-dropdownlist .dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    margin-left: 0;
    vertical-align: baseline;
    content: "\f105";
    font-family: fontawesome;
    border: 0px !important;
    position: absolute;
    left: 0;
    font-size: 22px;
    line-height: 22px;
}

.archive-dropdownlist .dropdown-toggle.show::after {
    content: "\f107";
}

.archive-dropdownlist .dropdown-item:focus,
.archive-dropdownlist .dropdown-item:hover {
    background-color: #FFFFFF;
    color: rgba(19, 19, 19, 1);
}
.archive-dropdownlist .dropdown-item:hover{
    color: #e9c591;
    transition:0.5s all;
}
/* Propertoies main results section------------------------------------ */
.blog-card {
    box-shadow: 0px 0px 10px 0px #0000001A;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    transition: 0.5s all;
}

.fullblog-card {
    margin-bottom: 42px;
}

.blog-imgDiv .blog-img {
    max-height: 320px;
    height: 320px;
    object-fit: cover;
}

.blog-img.blog-fullimg {
    max-height: 400px;
    height: 400px;
    object-fit: cover;
}

.blog-card-content {
    padding: 20px;
}

.blog-card:hover {
    background-color: rgba(253, 249, 244, 1);
    transition: 0.5s all;
}

.blog-card:hover .blog-tag, .filter-tagsection .filter-ullist .filter-tag:hover {
    background-color: #131313;
    color: #FFFFFF;
    transition: 0.5s all;
}
.categories-list li a:hover{
    color: #d4b480;
    transition: 0.5s all;
}

.blog-card .blog-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition-duration: 1s;
}

.blog-card .blog-img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.responsive-viewfilterform{
    display: none;
}

/* Blog All entries page ------------------------------------------------------------------*/

/* Post Details page ------------------------------------------------------------------*/
.blogpostdetail-card {
    box-shadow: none;
}

.blogpostdetail-card:hover {
    background-color: #FFFFFF;
}

.blogpostdetail-card .blog-img {
    animation: scale 10s linear infinite;
}

.blogpostdetail-card .blogpost-title {
    font-size: 31px;
}
.blogpostdetail-card.static-page .blog-detail-post p{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.blogpostdetail-card.static-page .blog-detail-post a{
    color: #0d6efd;
}
.blogpostdetail-card.static-page .blog-detail-post ul{
    padding-left: 1rem;
}
.blogpostdetail-card.static-page .blog-detail-post ul li{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.blogpostdetail-card.static-page .blog-detail-post h2, .blogpostdetail-card.static-page .blog-detail-post h3, .blogpostdetail-card.static-page .blog-detail-post h4, .blogpostdetail-card.static-page .blog-detail-post h5{
    font-size: 25px;
    margin-bottom: 15px;
}

.blogpostdetail-card .blog-detail-post p , .blogpostdetail-card .blog-para{
    color: rgba(123, 123, 123, 1);
    font-size: 16px;
    line-height: 21.09px;
    margin-bottom: 15px;
}
.blogpostdetail-card .blog-detail-post p strong{
    color: #000;
}
.blogpostdetail-card .blog-detail-post h2{
    font-family: "Cormorant Infant", serif;
    color: rgba(19, 19, 19, 1);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.blogpostdetail-card .blog-detail-post h3{
    font-family: "Cormorant Infant", serif;
    color: rgba(19, 19, 19, 1);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.blogpostdetail-card .blog-detail-post h4{
    font-family: "Cormorant Infant", serif;
    color: rgba(19, 19, 19, 1);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.blogpostdetail-card .blog-detail-post h5{    
    font-family: "Cormorant Infant", serif;
    color: rgba(19, 19, 19, 1);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.blogpostdetail-card .strong-testimonialDiv h3,.blogpostdetail-card .strong-testimonialDiv h4,.blogpostdetail-card .strong-testimonialDiv h5{
    margin-bottom: 0;
    font-size: 29px;
}
.strong-testimonialDiv {
    display: flex;
    gap: 22px;
    background-color: rgba(253, 249, 244, 1);
    padding: 20px;
    margin: 12px 0;
}

.strong-testimonialDiv .testimonial-iconDiv {
    border-right: 4px solid #d4b480;
    padding-right: 22px;
}

.testimonial-ullist, .blogpostdetail-card .blog-detail-post ul{
    list-style-type: disc;
    padding-left: 2rem;
}
.testimonial-ullist li, .blogpostdetail-card .blog-detail-post ul li{
    color: rgba(123, 123, 123, 1);
    font-size: 16px;
    margin-bottom:15px;
    font-weight: 400;
    line-height: 21.09px;
}
.blogpostdetail-card .blog-detail-post ul li strong{
    color: rgba(19, 19, 19, 1);
    font-weight: 700;
}
.post-detailcontentrow{
    padding: 41px 0;
}

.post-detailimg{
    width: 100%;
    height: 100%;
    max-height: 327px;
    object-fit: cover;
}

.blogpostdetail-card .blog-tagDiv{
    border-top: 1px solid rgba(158, 158, 158, 1)
}

.blogpostdetail-card:hover .blog-tagDiv .blog-tag {
    background-color: #F8EDDC;
    color: #111928;
    transition: 0.5s all;
}

.blogpostdetail-card .blog-tagDiv .blog-tag:hover {
    background-color: #131313;
    color: #FFFFFF;
}

.postdetail-card .medium-title{
    font-size: 25px;
}

.postdetail-card .blog-img{
    width: 100%;
    height: 218px;
}

.blogpostdetail-card .blog-card-content{
    padding-left: 0;
    padding-right: 0px;
}

.offercustomcard-section{
    background-color: #FFFFFF;
}

.postaboutme-image{
    width: 100%;
    height: 275px;
    object-fit: cover;
    padding: 16px 0;
}

.postdetail-socialcard .currency-view{
    border: 0;
    text-align: center;
}

.postdetail-socialcard .currency-view:after {
    background: rgba(212, 180, 128, 1);
    content: ' ';
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 66px;
    margin: 10px auto 0 auto;
}

.postdetail-socialDiv .social-iconDiv{
    padding-top: 10px;
    gap: 16px;
    justify-content: center;
}

.postdetail-socialDiv .social-iconDiv li .social-icon i{
    color: rgba(19, 19, 19, 1);
}

.postdetail-socialcard{
    padding: 20px 20px ;
    margin-bottom: 42px;
    border-bottom: 1px solid rgba(190, 190, 190, 1)
}

.postdetail-socialcard.postdetail-formard{
    background-color: rgba(253, 249, 244, 1);
    border: 0;
}

.share-regular-button .regular-custombtn{
    padding: 10px 20px 10px 20px;
}

/* Post Details page ------------------------------------------------------------------*/

/* Aboutus page ------------------------------------------------------------------*/

.blog-img.aboutus-img {
    max-height: 701px;
    height: 701px;
    object-fit: cover;
}

.blog-para span, .blog-para a{
    color: rgba(13, 121, 255, 1);
    text-decoration: underline;
}

.service-cardrow .service-card:hover .servicehovericon{
    transform: translate(-50%, -50%) scale(1);
}

.service-cardrow .service-card .servicehovericon{
    border-radius: 0px;
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: transparent;
}

.service-gallerysection .service-cardrow .service-card{
    max-height: 216px !important;
    height: 216px !important;
}

.service-galleryicon{
    padding-top: 0px;
    border: 0px;
    margin-bottom: 0;
}

.service-galleryicon .postdetail-socialDiv .social-iconDiv{
    gap: 24px;
}

.about-section .blog-card-content .blog-para{
    text-align: left;
}

.about-section .blogpostdetail-card .blog-detail-post h3{
    font-size: 28px;
}
.about-section .blog-card .blog-img:hover{
    transform:unset;
}
/* Aboutus page ------------------------------------------------------------------*/


/* Faqs page ---------------------------------------------------------------------------------- */

.faq-rowsection{
    padding-top: 60px;
}
.faqs-accordian .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 10px;
    width: 100%;
    border: 1px solid #CDCDCD;
    border-radius: 0px !important;
    padding: 16px;
}

.faqs-accordian .accordion-icon {
    width: 45px;
    height: 48px;
    padding: 9px;
    fill: #333333;
    
    stroke-width: 0px;
    
}

.faqs-accordian .accordion-item .accordion-collapse{
    margin-bottom: 20px;
    border-top: 0 !important;
    margin: 0px;
    padding: 0px;
    margin: 0 0;
    border: 1px solid rgba(233, 198, 141, 1);
    border-radius: 0px;
}

.faqs-accordian .accordion-body{
    padding: 16px 12px;
    color: #131313;
    font-weight: 400;
    font-size: 13px;
    margin: 0 15px;
    border-top: 1px solid #CDCDCD;
}

.faqs-accordian .accordion-item{
    margin-bottom: 20px;
    border: 0;
}

.faqs-accordian .accordion-item:not(:first-of-type) {
    border-top: 0;
}

.faqs-accordian .accordion-item:last-child{
    margin-bottom: 0px;
}

.faqs-accordian .accordion-button::after {
    display: none;
}

.accordion-icon path {
    stroke: #000;
    fill: #000;
}

.faqs-accordian .accordion-button .accordion-iconDiv{
    background-color: #fff;
    background-color: transparent;
    transition: transform 0.3s ease, fill 0.3s ease, background-color 0.3s ease;
    border-left: 1px solid #BEBEBE;
}

.faqs-accordian .accordion-button:not(.collapsed) .accordion-iconDiv{
    background-color: #131313;
}

.faqs-accordian .accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
    fill: white;
    width: 45px;
    height: 48px;
    padding: 9px;
}

.faqs-accordian .accordion-button:not(.collapsed) .accordion-icon path {
    stroke: #fff;
    fill: #fff;
}

.accordion-button:not(.collapsed) {
    color: #7B7B7B;
    background-color: #fff;
    box-shadow: none;
    border-bottom: 0;
    border-color: rgba(233, 198, 141, 1);
}

.faqs-accordian .accordion-title {
    color: #7B7B7B;
    font-size: 20px;
    font-weight: 500;
    padding-left: 12px;
    padding-right: 10px;
}

.accordion-button:focus{
    box-shadow: none;
}

.faqs-bgimg{
    max-height: 800px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.responsive-contetfaqs{
    display: none;
    padding-top: 16px;
}

.responsive-faqsimage{
    display: none;
}

/* Faqs page ---------------------------------------------------------------------------------- */