@import url('https://fonts.googleapis.com/css?family=Poppins:200,200,400,500,600,700,800,900&dispaly=swap');

/*======== Loader ... ========*/

/*
::-webkit-scrollbar {
    display: none; 
}
*/

@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);*/
    }
}

.animate .fa {
    font-size: 11.5rem;
    z-index: 1;
}

.animate {
	display:flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: auto;
/* 	width: 350px; */
/* 	font-size:26px; */
	/*font-family: Helvetica, sans-serif, Arial;*/
    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: 10rem;
    letter-spacing: 16px;
    color: #131313;
    background: #e7e5e4;
    letter-spacing: .15em;
    text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}

.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: white;
}

@media (max-width: 860px)
{
    .animate .fa {
        font-size: 8.8rem;
    }

    .animate {
        font-size: 8rem;
    }
}

@media (max-width: 699px)
{
    .animate .fa {
        font-size: 6.8rem;
    }

    .animate {
        font-size: 5.6rem; /*6.6rem*/
    }
}

@media (max-width: 479px)
{
    .animate .fa {
        font-size: 4.4rem;
    }

    .animate {
        font-size: 3.8rem; /*4.4rem*/
    }
}

@media (max-width: 300px)
{
    .animate .fa {
        font-size: 3.5rem;
    }

    .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)
{
    /*.banner {
        background: url("https://Mil-House.github.io/Mil-House/img/iphone_11_pro_small.jpg");
        background: url("https://Mil-House.github.io/Mil-House/img/imagelarge.png");
    }*/

    .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;
}

.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;
    user-select: none; /*Added 26.10.2021*/
}

/*.swiper-slide .small__img {
    max-height: 476px;
}*/

.swiper-slide .large__img {
    max-width: 800px; /*569px*/
    /*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%);
}

/*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("https://Mil-House.github.io/Mil-House/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 {
    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;
}

/*============ 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: #045de9 0px 0px 0px 3px; /*rgb(85, 91, 225)*/
}

/*================ Progress Bar ================*/
::selection {
    color: #fff;
    background: rgba(4, 103, 233, 0.5); /*#6665ee*/
}

.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: #0083fe; /*#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: 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: 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;
}
/* 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;
}