body {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden!important;
    position: relative;
}
body::after{
    content: " ";
    background: url(./bg/2.jpg);
    background-size:50% ;
    opacity: 0.0625;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -100;
}

#preLoader{
    width: 100%;
    height: 100vh;
    background-color: lightgray;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;

}
@keyframes blink {
    0%{
        opacity: 100;
    }
    25%{
        opacity: 0;
    }
    50%{
        opacity: 100;
    }
    75%{
        opacity: 0;
    }
    100%{
        opacity: 100;
    }
}
#blink{
   animation: blink 3s infinite ease-in-out;
}
#preImg{
    width: 40%;
    
    
}
#getAquote .modal-content{
   width: 500px!important;
}
#getAquote .modal-dialog{
    padding: 0;
   width: 50%!important;
   margin: auto!important;
}
.ModalForm{
    padding: 10;
}
.ModalForm input{
    height: 50px;
    width: 460px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    border: 1px solid rgb(150, 149, 149);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.476);
    
}
.ModalForm input:focus{
    outline: 3px solid skyblue;
    border: none;
    box-shadow: 0 0 10px skyblue;
}
.ModalForm h4{
    margin-top: 30px;
    margin-bottom: 10px;
}
.ModalForm textarea{
    height: 150px;
    width: 460px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.397);
    border: none;
    border: 1px solid rgb(150, 149, 149);
}
.ModalForm textarea:focus{
    outline: 3px solid blue;
    border: none;
    box-shadow: 0 0 10px skyblue;
}
.ModalForm button{
    width: 460px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-top: 10px;
    transition: all 0.2s ease;
}
.ModalForm button:active{
    transform: scale(0.96);
}
section {
    margin-bottom: 170px;
}

.cont {
    width: 80%;
    margin: auto;
}
#nav-lg>div:nth-child(odd){
    /* background-color: red; */
    width: 20%;
}
#midNav a{
   text-decoration: none;
   color: black;
}
#midNav li{
    list-style: none;
}
.sec-1 {
    height: 110px;
    width: 100%;
    /* border: 1px solid red; */
    background-color: lightgray;
    display: flex;
    align-items: center;
}

.div-logo {
    height: 90px;
    /* width: 200px; */
}

.div-logo img {
    height: 100%;
    /* width: 100%; */
}

.inputOneNav {
    width: 600px;
    height: 40px;
    border-radius: 20px;
    outline: none;
    padding-left: 15px;
}

.srchBtn {
    height: 40px;
    width: 40px;
    background-color: #e8cd99;
    border-radius: 50%;
    /* z-index: 2; */
    position: absolute;
    right: 3px;
    border: 0;
}

.fa-border i {
    color: black;
    font-size: 15px;
}

.icon-fb-whatsapp i {
    font-size: 30px;
}

.indiBtn {
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255) !important;
    background-color: transparent !important;
    position: relative;
}
#nav-sm{
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 101;
}

.indiBtn::after {
    position: absolute;
    /* content: " "; */
    content: " ";
    background: url(./Logo/favicon.png) no-repeat center;
    background-size: 15px auto;
    height: 100%;
    width: 100%;
    filter: brightness(200%) saturate(800%) contrast(200%);
    /* border: 1px solid red; */
    /* background-color: red; */
    top: 0;
    left: 0;
}

.col {
    /* border: 1px solid ; */
    margin-block: 40px;
    /* height: 350px; */
}

.col img {
    display: block;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    transition: 200ms ease-in-out;
}

.col-in>img:hover {
    transform: scale(1.5);
}
.modal-content{
    /* width: 700px; */
    /* background-color: red; */
    width: 70vw!important;
    min-height: 70vh;
    margin: 0;
    background-color: rgb(245, 245, 245);
}
.modal-dialog{
    /* width: 700px; */
    /* background-color: red; */
    margin: 0!important;
    padding-left:15vw;
    
    /* width: 100vw!important; */
}
.modal-header img{
    width: 200px;
}
.modal-header button{
    width: 200px;
    margin: 0!important;
}
.col-in {
    border: 1px solid rgba(211, 211, 211, 0.452);
    width: 95%;
    min-height: 300px;
    margin: auto;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 0 30px lightgray;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
}
.col-in button{
    margin-top: 20px;
}
.modal-img-cont{
    width: 41%;

}
.modal-img-cont img{
   width: 100%;
   
   margin: 0;
   margin-bottom: 20px;
   
}
.modal-img-cont-2{
    width: 100%;
    display: flex;
    justify-content: center;
}
.modal-img-cont-2 img{
   width: 60%;
   
   margin: 0;
   /* margin-bottom: 20px; */
   
}
.btn.btn-warning.fw-semibold a {
    text-decoration: none;
    color: black;
}

.upcoming {
    min-height: 400px;
}

.optionBtn{
    height: 40px;
    width: 200px;
    border: 1px solid rgba(128, 128, 128, 0.301);
    background: transparent;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 0 10px lightgray;
}
#blackColl{
    display: none;
}
#whiteBtn{
    background-color: black;
    color: white;
}
#newsBox{
    min-height: 300px;
    max-height: 650px;
    width:60% ;
    padding: 45px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.267);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    align-items: center;
}
#newsBox input{
    height: 30px;
    width: 200px;
    border: 1px solid rgba(128, 128, 128, 0.342);
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
}
#newsBox textarea{
    width: 100%;
    border: 1px solid rgba(128, 128, 128, 0.342);
    border-radius: 10px;
}
#feedBack::placeholder{
    font-size: 12px;
    text-align: center;
}
#newsBox button{
    height: 40px;
    width: 80px;
    
}
#customerReview video{
    width: 200px;
}
#customerReview .col-md-4{
    width: fit-content;
    /* margin: auto; */
}
#customerReview .card{
    box-shadow:0 0px 10px rgba(0, 0, 0, 0.208)!important ;
    border: 0;
    /* background-color: red; */
}
.whyCont{
    padding-top: 100px;
}
.whyBox{
    background-color: rgba(253, 244, 226, 0.425);
    border: 1px solid rgba(128, 128, 128, 0.322);
    min-height: 550px;
    max-height: 800px;
    width: 25%;
    box-shadow:0 20px 10px -10px lightgray;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-around; */
    gap: 40px;
}
.whyBox img{
    width: 100px;
}
footer{
    /* border: 1px solid red; */
    min-height: 300px;
}
.f-left{
    height: 200px;
    border-right: 1px solid wheat;
}
@keyframes wpWidget {
    to{
        opacity: 100%;
    }
}


.FloatingButton__FloatingButtonContainer-sc-q5md4t-0.eOUJqv button{
    /* bottom: 100px; */
    opacity: 0;
    animation: wpWidget 2s ease-in-out 5s 1 forwards;
}
/*$$$$$$$$$$$$$$$ 
Mobile Device
$$$$$$$$$$$$$$$$$ */
@media only screen and (min-width:250px) and (max-width: 688px){
	/*Big smartphones [426px -> 600px]*/
    header{
        padding-top: 60px;
    }
    #nav-lg, #nav2{
        display: none!important;
    }
    #nav-sm{
        display: block;
        background-color: lightgrey;
    }
    #logo-sm{
        width: 100px;
    }
    .navbar-toggler{
        background-color: white;
    }
    .nav-item a{
        color: black;
    }
    /* #videoShadeMother, #videoShade{
        height: 300px!important;
    } */
    #newsBox{
        width: 100%;
    }
    .whyCont{
        flex-direction:column ;
    }
    .whyBox{
        width: 100%;
        margin-top: 40px;
        /* height: 540px; */
        min-height: 150px;
        max-height:max-content;
        /* background-color: red; */
    }
    .f-cont-in{
        flex-direction: column;
    }
    .f-left,.f-right{
        border-right: 0;
        width: 100%!important;
    }
    .modal-header img{
        width: 70px;
    }
    .modal-header button{
        /* background-color: red; */
        width: 70px;
    }
    .modal-img-cont{
        width: 100%;
    }
    .modal-img-cont img{
        width: 100%;
        
        margin: 0;
        margin-bottom: 20px;
        
     }
    .modal-body{
        flex-direction: column;
        width: 100%!important;
    }
    .modal video{
        width: 100%!important;
    }

    .modal-content{

        width: 85vw!important;
        min-height: 70vh;
        margin: auto!important;
        background-color: rgb(245, 245, 245);
    }
    .modal-dialog{
        /* padding-left: 6.5vw; */
        padding: 0;
    }
    .modal-img-cont-2{
        width: 100%;
    }
    .modal-img-cont-2 img{
        width: 100%;
        
        margin: 0;
        
        
     }
     #customerReview .col-md-4{
        
        margin: auto;
    }
    #workersH1{
        font-size: 40px!important;
    }
    .workersP{
        width: 100%!important;
    }
    .workerL, .workerR{
        width: 80%!important;
    }
    #customerReview, #products{
        margin-bottom: 100px;
    }
     #newsBox{
        min-height: 300px;
        max-height: max-content;
        width:100% ;
        padding: 45px;
        background-color: white;
       
    }
    footer div{
        margin-block: 25px;
    }
    
    
}
@media only screen and (min-width:575px) and (max-width: 688px){
    .modal-dialog{
        padding-left: 6.5vw;
        /* padding: 0; */
    }
    #frontal-patch-img-cont{
        flex-direction: column!important;
    }

    #customerReview .col-md-4{
        
        margin: auto;
    }
}
@media only screen and (min-width:680px) and (max-width:930px){
    header{
        padding-top: 60px;
    }
    #nav-lg, #nav2{
        display: none!important;
    }
    #nav-sm{
        display: block;
        background-color: lightgray;
    }
    #logo-sm{
        width: 100px;
    }
    .navbar-toggler{
        background-color: white;
    }
    .nav-item a{
        color: black;
    }
    #customerReview .col-md-4{
        
        margin: auto;
    }
    .workersP{
        width: 400px!important;
        background-color: red;
    }
}
@media only screen and (min-width:689px) and (max-width:992px){
    .whyCont{
        /* flex-wrap: wrap; */
        flex-direction: column;
    }
    .whyBox{
        width: 100%;
        margin-top: 40px;
        min-height: 150px;
        max-height: 450px;
        /* background-color: red; */
    }
    .modal-body{
        flex-direction: column;
    }
    .modal-img-cont{
        width: 100%;
        display: flex;
        /* flex-direction: row; */
    }
    .modal-img-cont img{
        width: 50%;
    }
    .modal-img-cont-2{
        width: 100%;
    }
    .modal-img-cont-2 img{
        width: 100%;
        
        margin: 0;
        
        
     }
     #customerReview .col-md-4{
        
        margin: auto;
    }
}
@media only screen and (min-width:993px) and (max-width:1279px) {
    .whyCont{
        /* flex-wrap: wrap; */
        flex-direction: column;
    }
    .whyBox{
        width: 100%;
        margin-top: 40px;
        /* height: 350px; */
        min-height: 150px;
        max-height: 350px;
        /* background-color: red; */
    }
    #customerReview .col-md-4{
        
        margin: auto;
    }
}
@media only screen and (min-width:350px) and (max-width:1550px){
    .video-container video{
        /* display: none; */
        bottom: 0!important;
        /* width: 100%!important; */
        height: 500px;
    }
    #videoShadeMother{
        height: 500px!important;

    }
    #videoShade{
        height: 500px!important;
    }
    #videoCap{
        width: 50%!important;
        font-size: 35px!important;
    }
    #getAquote .modal-content{
        width: 350px!important;
     }
    #getAquote .modal-dialog{
        width: 350px!important;
     }
    #getAquote INPUT,TEXTAREA{
        display: block;
        width: 100%!important;
        margin: auto!important;
     }
}