| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/domains/vtprealtypune.properties/public_html/ |
| Current File : /home/u901718425/domains/vtprealtypune.properties/public_html/style.css |
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Shippori+Mincho&display=swap');
body{
font-family: "Shippori Mincho", serif !important;
font-weight: 400 !important;
font-size: clamp(0.40rem, 6vw, 0.85rem);
}
:root{
--theme-dark: #0b3970;
--theme: #0e51a0;
--theme-light: #0e51a0;
}
button:focus:not(:focus-visible) {
outline: 0;
box-shadow: none;
}
.fs-7 {
font-size: 0.90rem !important;
}
.fs-8 {
font-size: 0.80rem !important;
}
.fs-9 {
font-size: 0.70rem !important;
}
.fs-10 {
font-size: 0.60rem !important;
}
.dropdown-item{
font-size: clamp(0.40rem, 6vw, 0.85rem);
}
.amn-wrap{
text-align: center;
}
.amen-icon {
height: 100px;
width: 100px;
background-color: #fef6e9;
margin: auto;
/*border: 2px solid #fcb74590;*/
border-radius: 50%;
margin-bottom: 15px;
display: flex;
justify-content: center;
align-items: center;
/*box-shadow: inset 3px -3px 25px -6px #fcb745;*/
}
.amen-icon img {
width: 55px !important;
}
.bottom-fixed {
position: fixed;
bottom: 25%;
right: -90px;
border-radius: 6px 6px 0 0 !important;
}
.offer{
top: -50px;
right: -50px;
}
.custom-top-left{
top: 180px !important;
left: 20px !important;
}
.bottom-custom {
bottom: clamp(80px, 25%, 145px) !important;
width: 100%;
}
.custom-width{
width: clamp(200px, 30%, 400px);
}
.bg-custom, .bg-custom-dark {
background: var(--theme-dark);
color: #fff !important;
}
.custom-line {
height: 1px;
width: clamp(20px, 5%, 80px);
}
.border-custom{
border-color: var(--theme) !important;
}
.bi-bed {
background: url(/bed-svgrepo-com.svg) center no-repeat;
padding: 8.5px;
background-size: contain;
margin-right: 4px;
}
body::-webkit-scrollbar {
width: 10px;
}
/* Track */
body::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
body::-webkit-scrollbar-thumb {
background: #07185c;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
background: #164a78;
}
.bottom-fixed.btn-custom {
transform: rotate(270deg);
z-index: 2;
}
.text-custom {
color: var(--theme);
}
.text-custom-dark {
color: var(--theme-light);
}
/* nav */
.navbar-nav {
--bs-nav-link-padding-x: 0;
--bs-nav-link-padding-y: 0.6rem;
}
/* Buttons */
.btn-custom-dark {
background: linear-gradient(0deg, var(--theme-dark), var(--theme-light));
color: #fff;
padding: 5px 15px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--theme);
border-radius: var(--bs-btn-border-radius);
transition: transform 0.2s ease;
}
.btn-custom-dark:hover {
color: #fff;
background: linear-gradient(180deg, var(--theme-dark), var(--theme-light));;
}
.btn-custom {
width: fit-content;
background: linear-gradient(0deg, var(--theme-dark), var(--theme-light));
color: #fff !important;
--bs-btn-padding-x: 1.5rem;
--bs-btn-padding-y: 0.6rem;
--bs-btn-font-family: ;
/* --bs-btn-font-size: 1rem; */
--bs-btn-font-weight: 600;
--bs-btn-line-height: 1.5;
--bs-btn-bg: transparent;
--bs-btn-border-width: var(--bs-border-width);
--bs-btn-border-color: transparent;
--bs-btn-border-radius: var(--bs-border-radius);
--bs-btn-hover-border-color: transparent;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
/* font-size: var(--bs-btn-font-size); */
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--theme-dark);
border-radius: var(--bs-btn-border-radius);
transition: transform 0.2s ease;
}
.btn-custom:hover {
background: linear-gradient(180deg, var(--theme-dark), var(--theme-light));
box-shadow: 3px 3px 10px -4px black;
/* transform: scale(1.04); */
}
.btn-outline-custom {
width: fit-content;
border: var(--theme-dark);
background: transparent;
color: var(--theme-dark);
--bs-btn-padding-x: 1.5rem;
--bs-btn-padding-y: 0.6rem;
--bs-btn-font-family: ;
/* --bs-btn-font-size: 1rem; */
--bs-btn-font-weight: 600;
--bs-btn-line-height: 1.5;
--bs-btn-bg: transparent;
--bs-btn-border-width: var(--bs-border-width);
--bs-btn-border-color: transparent;
--bs-btn-border-radius: var(--bs-border-radius);
--bs-btn-hover-border-color: transparent;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
/* font-size: var(--bs-btn-font-size); */
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--theme);
border-radius: var(--bs-btn-border-radius);
transition: 0.2s ease;
}
.btn-outline-custom:hover {
background: linear-gradient(0deg, var(--theme-dark), var(--theme-light));
color: #fff;
box-shadow: 3px 3px 10px -4px black;
transform: scale(1.04);
}
/* buttons end */
.card-img-top {
height: 35vh !important;
object-fit: cover;
}
.map-div {
height: 400px;
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
margin-top: 15px;
}
.heading{
font-family: "Cormorant Garamond", serif;/*"heading", cursive;*/
/* font-family: "Bitter", serif; */
font-weight: 700;
font-style: normal;
font-size: clamp(.06rem , 7vw, 2.5rem) ;
}
.subheading {
font-weight: 400;
font-size: 13px !important;
color: gray;
letter-spacing: 1px;
text-transform: uppercase;
}
.para {
font-weight: 400;
text-align: justify;
}
.background{
background-color: #f9fcff;
}
.img-fluid-man {
max-width: 100%;
max-height: 450px;
height: -webkit-fill-available;
object-fit: cover;
object-position: 70%;
}
.top-custom {
top: -50px;
}
@media screen and (max-width: 1020px){
.bottom-fixed {
right: -17%;
}
.btn-custom {
padding: 5px 15px !important;
width: auto;
}
.bottom-custom {
bottom: clamp(80px, 22%, 145px) !important;
}
}
.center-object{
object-fit: cover;
object-position: center;
}
.slick-prev, .slick-next{
z-index: 2 !important;
}
.slider .slick-slide {
display: block;
max-width: 800px;
width: 60% !important;
min-width: 250px !important;
}
.slider .slick-track{
height: 400px;
}
.slider .slick-prev {
left: 10% !important;
}
.slider .slick-next {
right: 10% !important;
}
.slick-prev:before{
content: '\f104' !important;
}
.slick-next:before {
content: '\f105' !important;
}
.slick-prev:before, .slick-next:before {
font: var(--fa-font-solid) !important;
font-size: 30px !important;
opacity: 1 !important;
color: var(--theme) !important;
}
.slider .slick-prev, .slider .slick-next {
z-index: 1 !important;
width: 60px !important;
height: 60px !important;
background: #fff !important;
border-radius: 50% !important;
overflow: hidden !important;
}
.heading span {
max-width: 740px;
line-height: 1.3;
}
form input::placeholder{
color: #fff !important;
font-size: 14px;
}
.read-more{
cursor: pointer;
text-decoration: none !important;
margin-top: 10px;
}
.read-more:hover{
color: var(--theme-color) !important;
text-shadow: 2px 2px 5px #2e2e2e;
}
.read-more-text{
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.read-more-text.show{
-webkit-line-clamp: unset;
}
@media screen and (max-width: 768px){
.comments .slick-prev, .news .slick-prev {
left: 0px;
}
.comments .slick-next, .news .slick-next {
right: 0px;
}
.slick-list{
padding: 0px 20px !important;
}
.custom-width {
width: clamp(200px, 50%, 400px);
}
.carousel-inner{
height: 710px !important;
}
#project-heighlight{
text-align: center !important;
}
img.hero-section {
object-fit: cover;
height: 100%;
}
/*.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon{*/
/* filter: invert(1) grayscale(100) !important; */
/*}*/
.sliders {
width: 100%;
overflow: hidden;
flex-wrap: nowrap;
overflow-x: auto;
}
.heading span {
max-width: 75%;
margin: 0 10px !important;
}
.slider .slick-slide {
display: block;
max-width: 800px;
width: 100% !important;
min-width: 250px !important;
}
.slick-slide img {
display: block;
height: 100%;
object-fit: cover;
}
.sliders img{
padding: 0;
}
.slider .slick-prev {
left: 10px !important;
}
.slider .slick-next {
right: 10px !important;
}
.slider .slick-initialized .slick-slide{
width: 100% !important;
min-width: auto !important;
max-width: 100vw !important;
}
.slider .slick-prev,.slider .slick-next {
width: 40px !important;
height: 40px !important;
}
.slider .slick-prev:before, .slider .slick-next:before{
font-size: 20px !important;
}
.bottom-fixed {
right: -22.5%;
padding: 10px 15px !important;
}
/* #banner {
height: 550px;
object-fit: cover;
} */
.center-object{
object-position: 40%;
}
.custom-top-left {
top: 160px !important;
}
}