*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
::selection{
    color: #ffffff;
    background-color: #65aaff;
}

/* ------------------------------nav-start---------------------------------- */

#container1{
    background-color: #ffffff;
    position: fixed;
    padding: 17.5px 0px;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-width{
    padding: 0px 0px !important;
}
nav{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    width: 95%;
    padding: 0px 0px !important;
}
.navbar-brand{
    color: #222222 !important;
    font-size: 50px;
    font-weight: 700;
}
.nav-link{
    color: #222222 !important;
    font-size: 15px;
    padding: 0px 20px !important;
    font-weight: 600;
}
#butn1{
    padding: 10px 30px !important;
    color: #222222;
    background-color: white;
    margin: 0px 10px;
    border: 5px solid #222222;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
#butn1:hover{
    background-color: #222222;
    color: white;
    transition: all 0.10s;
}

/* -----------------------------------nav-end----------------------------------- */
/* ------------------------------Home-section-start----------------------------- */

#container2{
    width: 100%;
    background-image: url(./assets/images/back6.jpg);
    background-repeat: no-repeat;
    height: 618px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    top: 116px;
}
#heading1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 82px;
    width: 80%;
    text-align: center;
    margin: 0%;
}
#heading2{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin: 20px 0px;
    text-align: center;
}
#butn2{
    margin: 10px 0px;
    padding: 15px 26.25px;
    font-size: 15px;
    border: 5px solid #ffffff;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}
#butn2:hover{
    background-color: #ffffff;
    color: black;
}
#small-container{
    width: 40px;
    height: 40px;
    z-index: 1;
    position: fixed;
    right: 30px;
    bottom: 180px;
    transform: rotate(45deg);
    padding: 2.5px;
    border: 2px solid #65aaff;
    visibility: hidden;
}
.div-top{
    visibility: visible !important;
}

/* -----------------------------Home-section-end---------------------------- */
/* --------------------Back-to-top-functionality-start---------------------- */

#sub-container1{
    background-color: #65aaff;
    color: #ffffff;
    width: 100%;
    height: 100%;
}
#sub-container2{
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.fa-chevron-left{
    cursor: pointer;
    margin-left: 2.5px !important;
}
.fa-chevron-left:hover{
    transform: translateX(-2.5px);
}

/* --------------------Back-to-top-functionality-end---------------------- */
/* -------------------------About-section-Start--------------------------- */

#about-section{
    margin-top: 116px;
    padding: 100px 0px;
    background-color: #1D6AC6;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#heading5{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}
#para4{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    width: 770px;
}

/* -------------------------About-section-end--------------------------- */
/* -----------------------Quality-section-Start------------------------- */

#quality-section{
    padding: 100px 0px;
    background-image: url(./assets/images/back.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 904px;
    background-position: center center;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#cloud{
    position: absolute;
    z-index: 0;
    top: 0%;
    width: 100%;
}
#heading6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #2e80e4;
    z-index: 1;
    text-transform: uppercase;
}
#quality1{
    margin-top: 200px;
    width: 100%;
    height: 300px;
    position: relative;
}
#quality1 > img{
    width: 200px;
    height: 200px;
}
#about-img1{
    position: absolute;
    bottom: 0%;
    left: 12%;
}
#about-img2{
    position: absolute;
    top: 0%;
    left: 32%;
}
#about-img3{
    position: absolute;
    top: 0%;
    right: 32%;
}
#about-img4{
    position: absolute;
    bottom: 0%;
    right: 12%;
}

/* -----------------------Quality-section-end------------------------- */
/* -----------------------Order-section-start------------------------- */

#container3{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    background-color: #1D6AC6;
    color: #ffffff;
    padding-bottom: 100px;
}
#heading3{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#small-container2{
    margin: 50px 0px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.rules{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.icon{
    width: 116px;
    height: 82px;
}
.para1{
    margin-top: 35px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.sub-div1{
    margin-bottom: 50px;
}
.field{
    margin-right: 16px;
}
select{
    padding: 10px 14px;
    border-radius: 40px;
    border: none;
    outline: none;
    width: 369px;
    height: 50px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #636c72;
}
.input1{
    padding: 10px 14px;
    border-radius: 40px;
    border: none;
    outline: none;
    width: 369px;
    height: 50px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
#adres-field{
    width: 758px !important;
    height: 50px !important;
}
#selected_days{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    display: none;
}
.display{
    display: flex !important;
}
.input2{
    width: 25px;
    height: 25px;
    background-color: #f1f1f1 !important;
    border-radius: 100px !important;
    color: #666 !important;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    appearance: none;
}
.input2:checked::before{
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 11px;
    content: '\02143';
    transform: rotate(40deg);
    font-weight: 900;
}
.input2:hover{
    background-color: #ffffff !important;
    transition: all 0.5s;
}
#selected_days > div{
    display: flex;
    margin-bottom: 8px;
}
#selected_days > div > label{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-top: 3px;
    margin-left: 5px;
}
#days{
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#para2{
    margin-top: 80px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
#sub_btn{
    width: 100%;
    height: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
#sub{
    height: 50px;
    border-radius: 30px;
    width: 160px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border: none;
    color: #000;
}

/* -----------------------Order-section-end------------------------- */
/* ---------------------Contact-section-start----------------------- */

#container4{
    padding: 60px 0px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#heading4{
    color: #2e80e4 !important;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
#small-container6{
    display: flex;
}
.fa-building{
    font-size: 20px;
    color: #65aaff;
    margin-right: 10px;
}
.para3{
    font-family: 'Poppins', sans-serif;
    color: #959595 !important;
    font-size: 14px;
    margin-bottom: 12px;
}
#small-container4{
    display: flex;
    width: 29%;
    margin-bottom: 32px;
    justify-content: space-between;
}
.fa-phone-alt{
    color: #65aaff;
    margin-right: 10px;
}
.fa-envelope{
    color: #65aaff;
    margin-right: 10px;
}
#small-container5{
    display: flex;
    width: 3.5%;
    justify-content: space-between;
}
.fa-facebook-f{
    font-size: 20px;
    color: #858585;
}
.fa-facebook-f:hover{
    color: #65aaff;
    transform: translateX(-5px);
}
.fa-whatsapp{
    font-size: 20px;
    color: #858585;
    font-weight: 900;
}
.fa-whatsapp:hover{
    color: #65aaff;
    transform: translateX(5px);
}

/* ---------------------Contact-section-start----------------------- */

@media (max-width: 1024px){
    #container2{
        height: 878px;
    }
    #quality1 > img{
        width: 180px;
        height: 180px;
    }
    #about-img2{
        position: absolute;
        top: 0%;
        left: 30%;
    }
    #about-img3{
        position: absolute;
        top: 0%;
        right: 30%;
    }
}
@media (max-width: 768px){
    #container2{
        height: 878px;
    }
    #quality1 > img{
        width: 160px;
        height: 160px;
    }
    #about-img2{
        position: absolute;
        top: 0%;
        left: 28%;
    }
    #about-img3{
        position: absolute;
        top: 0%;
        right: 28%;
    }
}
@media (max-width: 576px){

    /* ---Nav-start--- */

    #container1{
        padding: 5px 0px;
    }
    .div-width{
        padding: 5px 0px !important;
    }
    nav{
        width: 95%;
    }
    .navbar-brand{
        font-size: 30px;
    }
    .nav-link{
        font-size: 13px;
        padding: 10px 20px !important;
    }
    .navbar-nav{
        height: 250px;
    }
    #contact{
        margin-bottom: 30px;
    }

    /* ---Nav-end--- */
    /* ---Home-section-start--- */

    #container2{
        height: 415px;
        top: 65px;
    }
    #heading1{
        font-size: 30px;
        width: 80%;
    }
    #heading2{
        font-size: 18px;
        width: 80%;
        margin: 10px 0px;
    }
    #butn2{
        margin: 5px 0px;
        padding: 13px 22.75px;
        font-size: 13px;
    }
    #heading3{
        text-align: center;
    }

    /* ---Home-section-end--- */
    /* ---about-section-start--- */

    #about-section{
        margin-top: 65px;
        padding: 50px 0px;
        background-color: #1D6AC6;
        color: #ffffff;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #heading5{
        margin-bottom: 30px;
    }
    #para4{
        width: 330px;
        text-align: center;
    }    

    /* ---About-section-end--- */
    /* ---Quality-section-start--- */

    #quality-section{
        padding: 50px 15px;
        height: 580px;
    }
    #cloud{
        height: 250px;
        width: 100%;
    }
    #heading6{
        font-size: 45px;
        text-align: center;
    }
    #quality1{
        margin-top: 50px;
        height: 330px;
    }
    #quality1 > img{
        width: 150px;
        height: 150px;
    }
    #about-img1{
        position: absolute;
        top: 0%;
        left: 0%;
        bottom: 50%;
        right: 50%;
    }
    #about-img2{
        position: absolute;
        top: 0%;
        right: 0%;
        left: 55%;
        bottom: 50%;
    }
    #about-img3{
        position: absolute;
        bottom: 0%;
        left: 0%;
        right: 50%;
        top: 52.5%;
    }
    #about-img4{
        position: absolute;
        bottom: 0%;
        right: 0%;
        left: 55%;
        top: 52.5%;
    }

    /* ---Quality-section-end--- */
    /* ---Order-section-start--- */

    #container3{
        padding-bottom: 50px;
    }
    #small-container2{
        flex-direction: column;
    }
    .para1{
        margin-bottom: 35px;
    }
    .sub-div1{
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .field{
        margin-right: 0px;
    }
    #adres-field{
        width: 314px !important;
        height: 50px !important;
    }
    select{
        width: 314px;
        height: 50px;
        margin-bottom: 50px;
    }
    #selected_days{
        margin-top: 0px;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .input1{
        width: 314px;
        height: 50px;
        margin-bottom: 50px;
    }
    #days{
        margin-top: 0px;
    }
    #para2{
        margin-top: 0px;
    }
    #sub_btn{
        margin-top: 0px;
        margin-bottom: 50px;
    }

    /* ---Order-section-end--- */
    /* ---contact-section-start--- */

    #heading4{
        text-align: center;
    }
    #small-container6{
        width: 290px;
    }
    .fa-building{
        margin-right: 8px;
    }
    .para3{
        text-align: center;
    }
    #small-container4{
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .fa-phone-alt{
        margin-right: 8px;
    }
    .fa-envelope{
        margin-right: 8px;
    }
    #small-container5{
        width: 13.5%;
    }

    /* ---contact-section-end--- */
    
}
@media (min-width: 576px){
    #heading1{
        width: 85%;
    }
}
@media (min-height: 823px){
    #container2{
        height: 675px;
    }
}
@media (min-height: 812px){
    #container2{
        height: 675px;
    }
}
@media (max-width: 411px){
    #heading2{
        width: 75%;
    }
} 
@media (max-width: 280px){
    nav{
        width: 98%;
    }
    .navbar-brand{
        font-size: 25px;
    }
    #container2{
        top: 57px;
    }
    #adres-field{
        width: 260px !important;
        height: 50px !important;
    }
    select{
        width: 260px;
        height: 50px;
        margin-bottom: 50px;
    }
    .input1{
        width: 260px;
        height: 50px;
        margin-bottom: 50px;
    }
}