:root {
font-size: 20px;
--red: #da2c4d;
--yellow: #f8ab37;
--yellow-light: #f7ba5f;
--gold: #ccb87b;
--gold-start: #c3ae75;
--gold-end: #8b7d58;
--green: #2ecc71;
--white: #ffffff;
--grey-light: #f2f7f9;
--grey: #ecedf3;
--black: #080808;
--black-blue: #3b3340;
--black-blue-light: #353746;
--black-blue-light-2: #404255;
--black-blue-light-3: #4b4d64;
--black-light: #424455;
}
body {
font-family: 'Mulish', sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.65;
color: var(--gold);
color: var(--white);
background-color: var(--black-blue);
overflow-x: hidden;
letter-spacing: 0.2px;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
body::-webkit-scrollbar {
width: 5px;
}
body::-webkit-scrollbar-track {
background: var(--black-blue);
}
body::-webkit-scrollbar-thumb {
background-color: var(--gold-start);
border-radius: 20px;
border: 3px solid var(--gold-start);
}
.main-logo {
width: 200px;
}
h1 {
font-family: 'Mulish';
font-size: 3vw;
font-weight: 900;
color: var(--white);
background: linear-gradient(160deg, var(--gold-start), var(--gold-end));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.block_1 {
padding: 20px 20px;
background-image: url(//natman.ae/wp-content/themes/natmanrent/img/bg.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
min-height: 100vh;
}
.block_1::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 20px;
border: 6px solid transparent;
background: linear-gradient(160deg, var(--gold-start), var(--gold-end)) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
}
.block_1_1 nav {
border-bottom: 2px solid;
border-color: var(--gold-start);
}
.display-1 {
font-weight: 100;
}
.h1 {
font-weight: 100;
}
.btn {
padding: 10px 40px;
border: none;
background-color: var(--gold);
border-radius: 30px;
position: relative;
overflow: hidden;
cursor: pointer;
}
.btn span {
color: var(--black-blue-light);
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
font-weight: 300;
position: relative;
z-index: 1;
}
.btn:before {
content: '';
width: 0;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-color: var(--black-blue);
border-radius: 50px;
transition: .3s;
}
.btn:hover span {
color: var(--gold);
}
.btn:hover {
box-shadow: 1px 1px 15px 2px var(--gold);
color: var(--gold) !important;
}
.btn:hover:before {
width: 100%;
left: 0;
}
.block_2 {}
.block_x .container {
border-top: 2px solid;
border-color: var(--gold-start);
}
.footer_socail:hover {
filter: brightness(200%);
} .collection .content {
height: 550px;
color: var(--black-blue);
width: 400px;
border-radius: 20px;
border: 5px solid var(--gold);
overflow: hidden;
background-color: var(--gold-start);
}
.card_txt {
background-color: var(--gold-start);
padding: 10px 0;
}
.card_txt h3 {
font-size: 20px;
color: var(--black-blue);
}
.card_txt p {
font-size: 14px;
color: var(--black-blue);
}
.slide_img {
width: 100%;
}
.slide_img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.swiper-pagination span {
height: 10px;
width: 10px;
border-radius: 0;
}
.swiper-scrollbar {
--swiper-scrollbar-bottom: 0;
--swiper-scrollbar-drag-bg-color: #ccb87b;
--swiper-scrollbar-size: 5px;
}  .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.block_4-bg {
background-image: url(//natman.ae/wp-content/themes/natmanrent/img/bg_4.webp);
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
}
.block_5 .container {}
.block_5 .container {
padding: 20px 20px;
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
position: relative;
}
.block_5 .container::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 20px;
border: 6px solid transparent;
background: linear-gradient(160deg, var(--gold-start), var(--gold-end)) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
}
.archiveobject {
border-radius: 20px;
border: 5px solid var(--gold);
overflow: hidden;
background-color: var(--gold-start);
color: var(--black-blue);
}
.archiveobject:hover {
box-shadow: 1px 1px 15px 2px var(--gold);
}
.forma_obekta .form-control {
background-color: var(--black-blue);
color: #fff;
border-color: var(--gold-end);
}
.forma_obekta .form-control::-webkit-input-placeholder { color: #a5a5a5 !important;
opacity: 1;
}
.options{
font-size: .7rem;
}
.options img{
fill: red;
} @media (max-width: 1399px) {} @media (max-width: 1199px) {} @media (max-width: 991px) {} @media (max-width: 767px) {
.cursor,
.cursor2 {
display: none;
}
.collection .content {
height: 450px;
width: 330px;
}
.display-1 {
font-size: 2rem;
}
} @media (max-width: 575px) {} .cursor,
.cursor2,
.cursor3 {
position: fixed;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%);
pointer-events: none;
left: -100px;
top: 50%;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.cursor {
background-color: #fff;
z-index: 99999;
height: 0;
width: 0;
}
.cursor2,
.cursor3 {
height: 46px;
width: 46px;
z-index: 99998;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover {
-webkit-transform: scale(1.4) translateX(-35%) translateY(-35%);
transform: scale(1.4) translateX(-35%) translateY(-35%);
border: none
}
.cursor2 {}
.cursor2.hover {
background: rgba(255, 255, 255, 0.1);
}
.cursor2.hover .progress-wrap {
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
}
.cursor2.hover .progress-wrap svg.progress-circle path {
opacity: 0.4;
}
@-webkit-keyframes border-transform {
0%,
100% {
border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}
@keyframes border-transform {
0%,
100% {
border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}
.progress-wrap {
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
z-index: 10000;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: var(--grey);
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
} CSS.hcf-navbar .dropdown-menu {
border: none;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.hcf-navbar {
--bs-navbar-nav-link-padding-x: 0.8rem;
}
.nav-link {
color: var(--gold);
}
.nav-link:hover {
color: var(--yellow);
}
.nav-link:active {
color: var(--yellow);
}
.nav-link:focus,
.nav-link:hover {
color: var(--yellow);
}
.active {
color: var(--white) !important;
}
.navbar-brand {
color: var(--yellow-light);
}
.navbar-brand:hover {
color: var(--yellow);
}
.offcanvas {
background-color: var(--black-blue);
}
.hcf-navbar .navbar-toggler {
border: none;
color: var(--white);
}
@keyframes hcf-navbar-dropdown-show {
from {
transform: scale(0.9);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@media (min-width: 576px) {
.hcf-navbar.navbar-expand-sm .dropdown-menu.show {
display: none;
}
.hcf-navbar.navbar-expand-sm .dropdown:hover>.dropdown-menu,
.hcf-navbar.navbar-expand-sm .dropdown:hover>.dropdown-menu.show {
display: block !important;
animation: hcf-navbar-dropdown-show 0.2s;
}
}
@media (min-width: 768px) {
.hcf-navbar.navbar-expand-md .dropdown-menu.show {
display: none;
}
.hcf-navbar.navbar-expand-md .dropdown:hover>.dropdown-menu,
.hcf-navbar.navbar-expand-md .dropdown:hover>.dropdown-menu.show {
display: block !important;
animation: hcf-navbar-dropdown-show 0.2s;
}
}
@media (min-width: 992px) {
.hcf-navbar.navbar-expand-lg .dropdown-menu.show {
display: none;
}
.hcf-navbar.navbar-expand-lg .dropdown:hover>.dropdown-menu,
.hcf-navbar.navbar-expand-lg .dropdown:hover>.dropdown-menu.show {
display: block !important;
animation: hcf-navbar-dropdown-show 0.2s;
}
}
@media (min-width: 1200px) {
.hcf-navbar.navbar-expand-xl .dropdown-menu.show {
display: none;
}
.hcf-navbar.navbar-expand-xl .dropdown:hover>.dropdown-menu,
.hcf-navbar.navbar-expand-xl .dropdown:hover>.dropdown-menu.show {
display: block !important;
animation: hcf-navbar-dropdown-show 0.2s;
}
}
@media (min-width: 1400px) {
.hcf-navbar.navbar-expand-xxl .dropdown-menu.show {
display: none;
}
.hcf-navbar.navbar-expand-xxl .dropdown:hover>.dropdown-menu,
.hcf-navbar.navbar-expand-xxl .dropdown:hover>.dropdown-menu.show {
display: block !important;
animation: hcf-navbar-dropdown-show 0.2s;
}
}
.hcf-navbar.navbar-expand .dropdown-menu.show {
display: none;
}
.hcf-navbar.navbar-expand .dropdown:hover>.dropdown-menu,
.hcf-navbar.navbar-expand .dropdown:hover>.dropdown-menu.show {
display: block !important;
animation: hcf-navbar-dropdown-show 0.2s;
}  input[type="date"]::-webkit-calendar-picker-indicator {
background-color: var(--gold); color: #fff;
padding: 5px;
border-radius: 50%;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}