* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

/*********************LOADER**************************/
#loader {
    height: 100vh !important;
    width: 100% !important;
    background: white url('./assets/images/logo/logo.png') no-repeat center center;
    position: fixed !important;
    z-index: 999 !important;
    background-size: 500px;
    top: 0px
}

.fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 99 !important;
}

/***************NAVIGATION-BAR************************/



.navbar .nav-item a {
    padding: 10px 30px !important;
    text-decoration: none;
    font-size: 14px;
    color: black;
    font-weight: 1000;
    font-family: Microsoft YaHei UI Light;
}

#menu {
    margin-left: 20px;
}

nav li a:hover {
    background-color: #0e1c2c;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}

.active {
    background-color: #0e1c2c;
    color: white !important;
    font-weight: bold !important;
    border-radius: 5px;
}

@media(300px<width<1300px) {

    #menu {
        margin-left: 0px;
        text-align: center;
    }

    .active {
        background-color: #0e1c2c;
        color: black !important;
        font-weight: bold !important;
    }


}
 html {

    
 }
@media(max-width:500px) {
    .navbar-brand {
        width: 75%
    }
}

/******************BOOK*******************************/

.book * {
    color: rgb(0, 0, 0);

}

.inner_height {
    height: 100%;

}

.book .info1 {
    background-color: #0e1c2c;
    text-align: center;
    color: black;
    padding: 2x 0px
}

.book .info2 h1:last-child {
    background-color: #0e1c2c;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 2x 0px
}



.book {
    position: relative;
    width: 350px;
    z-index: 2;
    background-color: #fff;
    padding: 0px 0px 17px 0px;
    top: 61px !important;
    border-radius: 12px;
    margin: 0px 22px;
}
.zed {
    width: 80%;
    margin-left: 40px;

}

.zed1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0e1c2c;

}

.zed1 * {
    font-size: 18px;
    font-weight: bold;

}

.offer {
    background-color: #0e1c2c;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0px
}




.book2 * {
    color: rgb(0, 0, 0);
}

.inner_height {
    height: 100%;

}

.book2 .info1 {
    background-color: #0e1c2c;
    color: white;
    padding: 2x 0px
}

.book2 .info2 h1:last-child {
    background-color: #0e1c2c;
    color: white;
    padding: 2x 0px
}




.book2 {
    width: 450px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0px 20px 0px;
    display: none
}

.info3 p {
    background-color: #0e1c2c;
    margin-bottom: 1px;
    text-align: center
}




@media(200px < width < 1000px) {
    .book {
        position: relative;
        width: 450px;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px 0px 20px 0px;
        display: none
    }

    .book2 {
        width: 100%;
        z-index: 2;
        background-color: rgb(255 255 255 / 90%);
        padding: 0px 0px 20px 0px;
        display: block;
    }


}

.p-3 {
    padding: 0px !important;
}


/*******************about********************************/


img.about_image {
    width: 420px;
    margin: 10px;
}
.about_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
.contenth .ProjectHighPart .Number {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 12px 14px;
    border-radius: 100%;
    background-color: #9f812e;
    color: #fff;
    opacity: .9;
    font-size: 13px;
}
.contenth .ProjectHighPart {
    width: 100% !important;
    margin-right: 1%;
    margin-bottom: 8%;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    border: 1px solid;
    text-align: center;
}
.section-project-highlight {
    display: flex;
    align-content: flex-end;
    justify-content: space-around;
}

h4.proj_text {
    text-align: center;
    font-size: 28px;
    font-family: poppins;
}
.card1 {
    width: 100%;
    float: left;
    padding: 20px 8px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    position: relative;
}
.item {
    width: 80%;
}

.secpara {
    padding: 1rem 3rem;
}

/*******************AMINITES********************************/

.HEAD1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding-top: 70px
}


.HEAD1 h1 {
    border-bottom: 3px solid #FCAF17;
}
#AMENITIES {
    padding-bottom: 50px;
    padding-top: 10px;
   
}
#AMENITIES img {
    height:500px
}
/*******************CONFIGURATION*******************************************/
.HEAD1 h1 {
    border-bottom: 3px solid #FCAF17;
}


/* .cardd {
    height: 100%;
    width: 350px;
    border: 10px solid white;
   
  

    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
} */



#price {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.price {
    /* height: 100%;
    background-image: url("./assets/images/FloorPlan/pp.jpg");
    padding: 200px 0px 50px 0px; */
    background-size: 100% 100%;
}

.cardd h1 {
    /* border-bottom: 2px solid #0e1c2c; */
    /* border-radius: 9px; */
    /* padding: 5px 0px; */
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 13px;
    font-size: 30px;
}

.pri {
    background-color: white;
    width: 50%;
    color: black !important;
    margin: auto;
    border-radius: 10px;
    margin-top:15px ;
    padding:5px
}

.cardd h2 {

    padding-top: 5px
}

.cardd * {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: none;
   
}

.cardd {
    height: 91%;
    width: 346px;
    /* border: 10px solid #000000; */
    margin: 10px;
    background-color: rgb(235 235 235 / 0%);
    padding-bottom: 20px;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 79%) !important;
    border-radius: 21px;
}


.carpate {
    background-color: white;
    display: block;
    color: black;
    border-radius: 10px;
    margin: auto;
    width: 55%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
}
.cardd hr{
    width:70%;
    margin:auto;
   

}
.text-b {
    color: #ffff;
}
.cardd button {
    padding: 6px 15px;
    margin: auto;
    display: block;
    margin-top: 25px;
    border: 0px solid;
    color: rgb(0, 0, 0);
}


.HEAD1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding-top: 70px
}
@font-face{
    font-family: myfont;
    src:url(./assets/Poppins/Poppins-Medium.ttf);
    font-weight: bolder;
}
.fnt{
    font-size:22px;
    font-weight: bold;
    padding:15px 0px 0px 0px !important
}
.fnt ,.cardd h1,.cardd h3{
    font-family: myfont;
    font-weight: 1000;

}
@font-face{
    font-family:myfo;
    src:url(./assets/Poppins/Poppins-Regular.ttf)

}
.carpate ,.cardd button,.pri{
    font-family: myfo;
}


@media(601px<width<900px){

    .cardd {
        height: 100%;
        width: auto;
        /* border: 10px solid white;
        border-bottom: 30px solid white;
        border-radius: 0px 0px 70px 70px; */
        margin: 10px;
        background-color: rgba(0, 0, 0, 0.4);
        padding-bottom: 20px;
    }
}

@media(200px<width<600px) {
    .cardd h2 {
        padding: 5px 0px 5px 0px
    }
    #AMENITIES img {
        height:120%
    }
    .HEAD1 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        padding-top: 10px
    }
    #AMENITIES {
        padding-bottom: 10px;
        padding-top: 10px;
       
    }
  
    .cardd {
        height: 100%;
        width: 80%;
        /* border: 10px solid white; */
        /* border-bottom: 30px solid white; */
        /* border-radius: 0px 0px 70px 70px; */
        margin: 10px;
        background-color: rgb(255 255 255 / 40%);
        padding-bottom: 20px;
    }

  
    #price {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 29px 0px;
    }
    #AMENITIES {
        padding-bottom: 50px;
        padding-top: 5px
    }
  
    .cardd h1 {
        border: 1px solid #ffffff;
        border-radius: 10px;
        padding: 7px 1px;
        color: #000000;
        text-align: center;
        font-weight: 600;
        width: 80%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .carpate {
        background-color: white;
        display: block;
        color: black;
        border-radius: 10px;
        margin: auto;
        width: 60%;
        height: 20%;
       margin-bottom:10px;
        font-size: 12px;
    }

    .pri {
        background-color: white;
        width: 50%;
        color: black !important;
        margin: auto;
        border-radius: 10px;
        margin-top:15px ;
        padding:2px;
        font-size: 15px;
    }

    .fnt{
        font-size:15px;

    }
    
    .cardd button {
        padding: 6px 15px;
        margin: auto;
        display: block;
        margin-top: 30px;
        border: 0px solid;
        color: white;
    }
.cardd h3{
    font-size: 18px;;
    
}

}

.text-white {
    color: #000000 !important;
}


/*********************GALLARY*****************************/





#project1 img:hover {
    cursor: pointer;
}

/**************************************************/











.rock,.Therock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}


/************FLOOR\***************/
.HEAD4 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 50px
}

.HEAD4 h1 {
    border-bottom: 3px solid #FCAF17;
}

/* .FLOOR {
    background-image: url("./assets/images/FloorPlan/pp.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 100px !important;
    height: 100%;
    padding-top: 70px !important;
} */


.FLOOR {
 
   
    background-repeat: no-repeat;
   
    height: 100%;
    padding-top: 20px !important;
}


.py-9 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

/************gala************/


.rock img {
    height: 400px;
    width: 400px;
    margin: 10px;
    border: 0px solid black;
    border-radius: 10px;
}

.Therock img {
    height: 100%;
    width: 100% !important;
}

.ck1,
.ck2 {
    background-color: transparent;
    color: white;
    font-size: 20px;
    font-weight: 800
}

#project1 img:hover {
    cursor: pointer;
}

/**************************************************/














/***************location**********************/
.locfig {
    filter: blur(2px);
}

.locfig:hover {
    cursor: pointer;
}

.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.btn {

    text-align: left !important;
}

.accordion ul {

    margin: 0;
    padding: 5px 0 0;
    background: #f8f7f3;
}

.accordion li {

    float: left;
    width: 100%;
    margin-bottom: 4px;

    font-weight: 700;
}

.r {
   
    list-style: none;

}

.accordion li ul {
    background-color: white !important;
}

.accordion i {
    font-size: large;
}
.btn:hover {
    color: #ffffff;
}
.accordion li a {
    display: block;
    font-size: 20px;
    color: white;
    padding: 1px 10px 1px;
    text-decoration: none;
}

.accordion li .content {
    display: none;
}

.accordion li li {
    background: white;
    margin: 0px 20px;
    float: none;
    width: auto;
    font-weight: 200;
}

@media(max-width:800px) {
    .accordion li a {
        display: block;
        font-size: 13px;
        color: white;
        padding: 10px 10px 9px;
        text-decoration: none;
    }

    .accordion li li {
        background: white;
        margin: 0px 20px;
        float: none;
        width: auto;
        font-weight: 200;
        font-size: 13px;
    }
}

.HEAD3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 0px
}

.HEAD3 h1 {
    border-bottom: 3px solid #FCAF17
}
@media(max-width:400px){
    .HEAD3 h1 {
        border-bottom: 3px solid#0e1c2c;
        font-size:2vh;
    }
}
.d-flex {
    display: flex!important;
    align-content: center;
}

/*************FOOTER********************/
.fot input::placeholder {
    color: black;
    margin-left: 20px !important;
    font-family: monospace
}

.fot input {
    width: 400px;
    border: #0e1c2c 0px solid;
    margin: 5px;
    height: 40px;
    padding-left: 10px
}

.jj {
    background: white !important;
    color: black !important;
    transition: all 0.5s;
}

.jj:hover {
    background: #0e1c2c !important;
    color: white !important
}











/*******************MAIN SECTION*************************/

.left span img {
    height: 62%;
    width: 40%;
}

.modal-body {
    display: flex;
}

.modal-body h4 {
    font-size: 15px;
    text-align: left;
}
.modal-body {
  
    padding: 1px;
}
.left {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: #f1f1f1;
    align-items: center;
}

span {
    text-align: center;
}

.left h4 {
    color: #0e1c2c;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.right input {
    width: 80%;
    margin: 10px 10%;
    height: 27px;
    border: 0;
    border-bottom: 2px solid;
    padding-left: 10px;
}
h3.text-center.text-white.text-size {
    font-size: 15px;
}
.bottom {
    background-color: #0e1c2c;
}



#submit {
    padding: 4px 25px;
}
.modal-header img {
    max-width: 250px;
}

@media (max-width:500px) {
    .left {
        display: none;
    }
}


/*****************************FLOOR**********************************************/

.at-property-item:hover .at-property-img .at-property-overlayer {
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.at-property-item:hover .at-property-btn {
    color: #e0e0e0;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}

.at-property-img {
    position: relative;
    overflow: hidden;
}

.at-property-img .at-property-overlayer {
    position: absolute;
    bottom: -100%;
    z-index: 22;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-property-item:hover .at-property-img .at-property-overlayer {
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-property-btn {
    text-transform: uppercase;
    border: 0.1vw solid #e0e0e0;
    background: transparent;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 22;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-property-item:hover .at-property-btn {
    color: #e0e0e0;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.at-property-dis {
    text-align: center;
    padding: 10px 0px
}



.at-property-dis {

    text-align: center;
    color: white;
   
}

.Therock {
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 50px;
}

.Therock span {
    font-weight: bold;


}

.at-property-item {
    width: 300px;
}



@media(900px<=width<=1400px) {
    #project1 img {
        height: 200px;
        width: 200px;
    }

    .at-property-item {
        height: 100%;
        width: 200px;

    }

    .at-property-btn {

        font-size: 10px
    }

    .at-property-item:hover .at-property-btn {
        color: #e0e0e0;
        background: rgba(0, 0, 0, 0.7);
        top: 50%;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        font-size: 10px
    }

}

@media(200px<=width<899px) {

    #project1 img {
        height: 100px;
        width: 100px;
    }

    .Therock {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-items: center;
        flex-direction: column;
    }



}



/****************contact & whatsapp****************************/

.social {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--colorPrimary);
    color: var(--colorBtn);
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, .4);
    z-index: 1030;
    display: flex;
    justify-content: center;

}

.gone {
    display: none;

}

@media(max-width:700px) {
    .gone {

        display: block;
    }
}

.social div {
    height: 50px;
    width: 50%;
    border-radius: 20px 20px 0px 0px;
    background-color: #0e1c2c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.social div * {

    padding: 0px 2px
}

.social span a {
    text-decoration: none;
    color: white;
}

.social span a:hover {
    cursor: pointer;
}


@keyframes rocking{
    0%{transform:rotate(0deg)}
    25%{transform:rotate(0deg)}
    50%{transform:rotate(3deg)}
    75%{transform:rotate(-2deg)}
    100%{transform:rotate(0deg)}
    }
.effetMoveGradient, .effetMoveGradient:hover {
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #AA771C);
    color: #000;  
    font-size: 16px;
    letter-spacing: .5px;
    margin-top: 25px;   
       background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite; animation-delay: 2s !important;
    -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite; animation-delay: 2s !important;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite; animation-delay: 2s !;
    border: none;
}


.effetGradient, .effetGradient:hover {
    /* text-shadow: 0px 3px 6px; */
    background-color: red;
    background: linear-gradient(-45deg, #0C3730, #047865, #0C3730, #047865);  
          background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: var(--colorBtn);
    border: none;
}
.effectScale{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   }
   
   .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
   }
   
   .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
   }

   
@-webkit-keyframes Gradient {
	0% {background-position: 0 50% !important}
	50% {background-position: 100% 50% !important}
	100% {background-position: 0 50% !important}
}
@-moz-keyframes Gradient {
	0% {background-position: 0 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0 50%}
}
@keyframes Gradient {
	0% {background-position: 0 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0 50%}
}


.effetMoveGradient1, .effetMoveGradient1:hover {

    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite,  3s ease infinite;
    animation-delay: 2s !important;
    -moz-animation: Gradient 3s ease infinite,  3s ease infinite;
    animation-delay: 2s !important;
    animation: Gradient 3s ease infinite,  3s ease infinite;
    animation-delay: 2s !;
    border: none;
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #AA771C);
    color: #000;  
    font-size: 16px;
    letter-spacing: .5px;
    margin-top: 25px;
}

.effetMoveGradient2, .effetMoveGradient:hover {

   
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #AA771C);
    color: #000;  
    font-size: 16px;
    letter-spacing: .5px;
    margin-top: 25px;
        background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite,  3s ease infinite; animation-delay: 2s !important;
    -moz-animation: Gradient 3s ease infinite,  3s ease infinite; animation-delay: 2s !important;
    animation: Gradient 3s ease infinite,  3s ease infinite; animation-delay: 2s !;
    
    border: none;
}


@media only screen and (max-width: 767px) {
    .section-project-highlight {
        display: flex;
        align-content: flex-end;
        justify-content: space-around;
        flex-direction: column;
    }
    .imghigh {
        max-width: 80%;
        padding: 20px;
    }
    .whitebox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        flex-direction: column;
        align-content: space-around;
    }


    .section-project-highlight {
        display: flex;
        align-content: flex-end;
        justify-content: space-around;
        flex-direction: column;
        padding: 1px 10px;
    }
    
    .slider {
        width: 80%;
        margin: 11px auto;
    }
    
   
    .Therock {
        justify-content: space-around;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    
   
    img.d-block.w-100 {
        height: 300px;
    }
    .secpara {
        padding: 0rem 0rem;
    }

    p.about_para {
        text-align: center;
        padding: 0px 20px;
    }

    img.imgabout {
        height: 249px;
    }

    .container.about-raheja {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }






}

.card-d-custom {
    width: 100%;
    margin: 0 auto 15px;
    text-align: left;
    padding: 5px;
}
.card-d {
    background-color: #e8e8e8;
    margin-bottom: 8px;
    margin-top: 4px;
    padding: 10px;
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.container h2{font-size:20px;}
@media (max-width: 500px) {
    #footer-links { 
        margin: 0px ; 
    }
    #footer-links p{ 
        margin: 0px ; 
    }
}



.offerBox1 {
    padding: 5px;
    margin: 10px;
    color: #fff;
    background-color: #d7722a;
    font-size: 14px;
    text-align: center;
    animation: popup 2s ease-in-out infinite;
}

div#GALLARY {
    background: #FFFEFC;
}

.container-fixed.highlight {
    background: #FFFCF9;
}

.container-fixed.py-4 {
    text-align: center;
    font-size: 21px;
}

h1.text-dark {
    font-size: 30px !important;
}
.container.about-raheja {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

img.imgabout {
    height: 330px;
}
.mob-container {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    z-index: 1000;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

/* #sticky-buttons {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 1000;
    width: 100%;
    justify-content: center;
    align-content: center;
} */
    .sticky-button {
     
      cursor: pointer;
      transition: transform 0.3s ease-in-out;
    }

    

    /* Style for WhatsApp icon */
    .whatsapp-icon {
    width: 100% !important;
    height: 50px;
    background-color: #212529;
    color: #fff;
    display: flex;
    border: 1px solid;
    align-items: center;
    justify-content: center;
}
    /* Style for Call icon */
    .call-icon {
    width: 100%;
    height: 50px;
    background-color: #212529;
    color: #fff;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.poppup-icon {
    width: 50%;
    height: 50px;
    background-color:#000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.button1 {
    padding: unset;

}
.emoji {
    width: 30px !important;
}
img.wp-smiley, img.emoji {
    
    height: 2em !important;
    width: 2em !important;
 
}

div#sticky-buttons {
    background: #212529;
}


/* ----card----- */

  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  


  
  .flip-card-back {
   
    color: white;
    transform: rotateY(180deg);
  }


  .flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    padding: 10px;
    margin: 10px;
}

img.imgcard {
    border-radius: 34px;
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: auto;
}


/* -----code--- */

  
@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);

@import url('https://fonts.googleapis.com/css?family=Roboto:300');



.container1 {
    display: flex;
    width: 80vw;
    height: 60vh;
    justify-content: center;
    margin: auto;
}

i {
  padding: 10px;
  margin: 5px;
 
  border-radius: 50%;
  cursor: pointer;
}

i:active, i:hover {
  background: #bbb;
}
.imghigh {
  max-width:40%;
  padding: 20px;
}
.binderleft {
  background: #000;
  flex: 0 1 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
}
.binderright {
  background:#000;
  flex: 0 1 15px;
  order: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.box {
  /*display:block;*/
  background: #eee;
  text-align: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex:  1 1 1px;
  /*flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1px;*/
}

.box p {
  margin: 10px;
}
.hide {
  flex: 0 0 1px;
  /*flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1px;*/
  transition: flex-grow .7s linear;
}

.hide > .whitebox {
   display:none;
   
}

.show {
    display: flex;
    flex: 1 1 100%;
    /*flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;*/
    transition: flex-basis .7s linear;
    
}


.whitebox {
  display:flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.attrib {
  text-align: right;
  display: block;
  padding-top:5px;
}


/* ----dot------ */


.pulse {
    position: relative;
    display: inline-block;
    vertical-align: 1px;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #ffdd40;
    color: transparent;
    border-radius: 100%;
    padding: 4px;
    flex: 0 0 auto;
    animation: opacity-animation 1s linear;
  &.red {
    background: #e60000;
  }
  &.orange {
    background: #ff9900;
  }
  &.green {
    background: #00e600;
  }
}

.pulse:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #f9e9a2;
    border-radius: 100%;
    opacity: .5;
    transform: translate(-50%,-50%) scale(3);
    animation: pulse-animation 1s infinite;
}
@keyframes opacity-animation {
	0% {
		opacity: 0
	}
}

@keyframes pulse-animation {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: .8
	}
	70% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(3)
	}
	to {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0
	}
}


li.li-dot {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    align-content: flex-start;
    padding: 6px 0px;
}

h4.loct-dic {
    /* text-align: center; */
    padding-left: 2rem;
}

#container1 {
    width: 100%;
    height: 100%;
  }
  
  .button {
    position: absolute;
    left: 10px;
    padding: 1rem;
  }
  
  #controlButton {
    top: 1rem;
  }
  
  #modeButton {
    top: 4rem;
  }
  
/* kkdjefejf */

.w-100 {
    width: 100%!important;
    height: 600px;
}