@import url('https://fonts.googleapis.com/css?family=Poppins:200,200,400,500,600,700,800,900&dispaly=swap');

/*======== Global ========*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

/*======== Loader ... ========*/

@keyframes load {
    0% {
        opacity: 0.08;
        /* font-size: 10px; */
        /* font-weight: 400; */
	    filter: blur(5px);
	    letter-spacing: 3px;
    }

    100% {
        /*opacity: 1;
        font-size: 12px;
        font-weight:600;
        filter: blur(0);*/
    }
}

/*skizb---------------------------------*/
.mh {
    display: block;
    align-items: center;
    text-align: center;
    line-height: 140px;
}

/*verj---------------------------------*/

.animate {
	display:flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: auto;
    font-family: 'Krona One', sans-serif;
	animation: load 1.2s infinite 0s ease-in-out;
	animation-direction: alternate;
	text-shadow: 0 0 1px white;
    font-size: 6vw; /*10rem*/
    letter-spacing: 16px;
    color: #131313;
    background: #e7e5e4;
    letter-spacing: .15em;
    text-shadow:
    0px 2px 1px hsl(193, 95%, 51%), 
    -1px 5px 1px #c8c8c8, 
    -2px 7px 1px #d7d7d7,
    -3px 9px 1px #dcdcdc,
    -4px 11px 1px #e1e1e1,
    -5px 13px 1px hsl(217, 97%, 46%);
}

.loader_bg {
    position: fixed;
    z-index: 999999;
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    height: 100%;
    color: #ffffff;

    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media (max-width: 860px)
{
    .animate {
        font-size: 8vw;
    }

    .mh {
        line-height: 90px;
    }
}

@media (max-width: 479px) {.mh {line-height: 60px;}}

/*@media (max-width: 699px)
{
    .animate {
        font-size: 5.6rem; /*6.6rem*
    }
}

@media (max-width: 479px)
{
    .animate {
        font-size: 3.8rem; /*4.4rem*
    }
}

@media (max-width: 300px)
{
    .animate {
        font-size: 3.2rem; /*3.8rem*
    }
}*/

/*======== Loader ... ========*/



* {
    margin: 0;
    padding: 0;
    /*scroll-behavior: smooth;*/
    /*box-sizing: border-box;*/
}

*, *:before, *:after {
    box-sizing: inherit;
}

section, footer {
    box-sizing: border-box;
}

/*
body {
    background-image: url("https://Mil-House.github.io/Mil-House/img/Sun-Tornado.svg");
    background-size: cover;
}
*/

.main {
    font-family: 'Poppins', sans-serif;
}

/*================ Milhouse-Apartment-banner  Section ================*/
.swiper-slide.mediumimage {
    display: none;
}

@media screen and (max-width: 568px)
{
    .swiper-slide.largeimage {
        display: none;
    }

    .swiper-slide.mediumimage {
        display: block;
    }
}

.banner {
    /*background: url("https://Mil-House.github.io/Mil-House/img/imagelarge.png");*/
    margin-top: 4.3rem; /*4.4 rem*/
    background-color: #1b1b1b;
    border-bottom: 4px solid rgba(255, 255, 255, 0.200);
}

/*Moved to the bottom of all section styles to keep consistent styles*/
.hero {
    height: 69.2rem; /*69.2rem*/
    background-size: auto 73.6rem;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 4px solid #1b1b1b;
    /*border-top: .6rem solid #fff;
    border-bottom: .6rem solid #fff;*/
}

@media screen and (max-width: 1068px)
{
    .hero {
        height: 65rem;
        background-size: auto 69.8rem;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 767px)
{
    .banner {
        margin-top: 4.7rem;
    }
}

@media screen and (max-width: 735px)
{
    .hero {
        height: 40rem; /*50rem*/
        background-size: auto 54.8rem;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}


/*============ New Banner ============*/
/*.banner {
    width: 100%;
    height: auto;
}*/

/*============ Swiper Photobox ============*/
.swiper-container {
    width: 100%;
    height: 100%;
    background: #1b1b1b;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #1b1b1b;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto; /*100%*/
    object-fit: cover;

    pointer-events: none;
}

/*.swiper-slide .small__img {
    max-height: 476px;
}*/

.swiper-slide .large__img {
    max-width: 90vh; /*569px | 800px*/
    /*max-height: 800px; /426px*/
}

.swiper-container { /*Added 22.10.2021*/
    overflow: hidden;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    /* background: linear-gradient(to right, #ffff1c, #c60feb, #00c3ff 100%); */
    background: linear-gradient(to right, #3ABBA3, #09c6f9, #2075fd 100%);
}

/*Added 22.10.2021*//*
.swiper-pagination-progressbar {
    margin-top: 4.4rem;
    padding-bottom: 5px; //0.4 rem
}
*/

/*Added 22.10.2021*//*
@media screen and (max-width: 767px) {
    .swiper-pagination-progressbar {
        margin-top: 4.8rem;
    }
}
*/

.swiper-container {
    position: relative;
}

.swiper-button-prev {
    left: 25px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.swiper-button-next {
    right: 25px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/*============ Apartment About ============*/
section {
    background-image: url("/assets/img/slanted-gradient.svg");
    background-size: cover;
}

.apartment_about {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    padding: 10px 0;
}

.headbg {
    padding: 6px;
    
}

.heading {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #2a2c38; /*#111*/
}

.heading h2 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 3rem;
    margin-bottom: 8px;
}

.headingtext {
    padding: 4px 20px;
}

.heading .subheading, .soldbtn {
    font-size: 2rem;
    font-weight: 600;
    padding: 4px 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px inset;
    border-radius: 8px;
}

.heading .sbnwline{display: none;}

.heading .soldbtn{
    background-color: #ff3030cc;
    color: white;
    margin-left: 4px;
    padding: 4px 10px;
}

@media (max-width: 303px) {

    .heading .sbnwline{display: block;}

    .heading .sbnwline{
        margin: 0;
        padding: 4px 20px;
    }
}

/*============ Gooogle Map ============*/
.geolocation {
    padding: 6px 0 20px 0;
}

.geolocation p {
    text-align: center;
    padding: 0 20px; /*0 30px*/
}

.geolocation p iframe {
    width: 100%; /*96%*/
    height: 200px;
    border-radius: 10px;
    box-shadow: rgb(1, 69, 133) 0px 0px 0px 3px; /*rgb(85, 91, 255)*/
}

/*================ Progress Bar ================*/

.skill-bars {
    margin: -10px auto;
    padding: 25px 30px;
    width: 100%;
    border-radius: 10px;
}

.skill-bars .bar {
    margin: 20px 0;
}
  
.skill-bars .bar:first-child {
    margin-top: 0px;
}
  
.skill-bars .bar .info {
    text-align: center;
    margin-bottom: 5px;
}

.skill-bars .bar .info span {
    font-weight: 500;
    opacity: 0;
    animation: showText 5s 1s linear forwards; /*0.5s 1s*/
}

.progrestxt {
    font-size: 1.96rem; /*2.2rem*/
    color: #22232e;
}

.subprogrestxt {
    font-size: 1.8rem;
    padding: 0 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px inset;
    border-radius: 8px;
}

@keyframes showText 
{
    100%{
      opacity: 1;
    }
}
  
.skill-bars .bar .progress-line {
    height: 10px;
    width: 100%;
    background: #f0f0f0;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 10px;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.05),
                0 1px rgba(255,255,255,0.8);*/
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px inset;
    animation: animate 4s cubic-bezier(1,0,0.5,1) forwards; /*1s*/
}

  @keyframes animate 
{
    100%{
      transform: scaleX(1);
    }
}

.bar .progress-line span {
    height: 100%;
    position: absolute;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: left;
    background: #26b1be; /*#6665ee*/
    border: 2px solid rgb(1, 69, 133);
    animation: animate 3s 1s cubic-bezier(1,0,0.5,1) forwards; /*1s 1s*/
}

/*
.bar .progress-line.prog1 span {
    width: 37%;
}
.bar .progress-line.prog2 span {
    width: 27%;
}
.bar .progress-line.prog3 span {
    width: 85%;
}
*/

/*============ Text Neumorphizm ============*/

.wrapper {
    padding: 0 16px;
    margin: 0 auto;
}

.neumorphism {
    background-color: #e0e5ec;
    box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);
}
.card-w {
    /*display: flex;*/
    margin-bottom: -10px;
}
.card-w .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 18%; /*60px 30px*/
    border-radius: 30px;
    position: relative;
    background: transparent;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {.card-w .card{padding: 32px 30px;}}

@media screen and (max-width: 568px)
{
    .card-w .card {
        padding: 20px 20px;
    }
}

.card-w .card .card__text {
    text-align: center;
    color: #242630;
    font-size: 1.76rem; /*1.64rem*/
    letter-spacing: 1px;
}

.card-w .card .card__text_left {
    text-align: left;
    color: #242630;
    font-size: 1.76rem; /*1.64rem*/
    letter-spacing: 1px;
}
/* inset */
.card.inset {
    box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #fff;
}
.card.inset i {
    text-shadow: 1px 1px 1px #d6e1ef 99, 0 0 0 #000, 1px 1px 1px #d6e1ef 0;
}
.card.active {
    box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5), inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #fff;
    background: linear-gradient(318.32deg, rgba(163, 177, 198, 0.1) 0%, rgba(163, 177, 198, 0.1) 55%, rgba(163, 177, 198, 0.25) 100%);
}

/*========== SCROLL BAR ==========*/
::-webkit-scrollbar{
    width: 1rem;
    background-color: #e2e2e2;
    /*border-radius: .5rem;*/
}

::-webkit-scrollbar-thumb{
    background-color: #b4b4b4;
    /*border-radius: .2rem;*/
}

::-webkit-scrollbar-thumb:hover{
    background-color: #9f9f9f;
}

/*========== TEXT SELECTION COLOR ==========*/
::-moz-selection {
    background-color: #26b1be50;
}
::selection {
    background-color: #26b1be50;
}