*{
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
.row{
    margin: 0px;
}
body div.main{
    overflow-x: hidden;

}
.container,.parent-carousel, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,.col-12{
    padding: 0px ;
}
/* navbar */
.navbar{
    height: 70px;
    background-color: #7895B2 !important;
}
.navbar .parent-logo img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.navbar i {
    font-size: 35px;
    cursor: pointer;
    z-index: 4;
}
.nav-slide{
    min-height: 400px;
    padding: 20px 20px;
    width: 300px;
    box-sizing: border-box;
    background-color: #7895B2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    top: 0px;
    left: -400px;
    transition: .8s;
}
.nav-slide i{
    width: 100%;
    text-align: end;
    padding-right: 20px;
    color: white;
}
.nav-slide a{
    text-decoration: none;
    color: white;
    height: fit-content;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.navbar .parent-logo img:hover,.navbar .nav-slide a:hover{
    transition: .5s;
    scale: 1.1;
}
/* section one - banner */
div.banner-main-page{
    min-height: 100vh;
    width: 100%;
    background-image: url("/assets/images/banner.jpg");
    background-size: 100% 100%;
    padding-top:70px;
    background-attachment: fixed;
    position: relative;
}
div.banner-main-page::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 0px;
}
div.banner-main-page div.banner-child-top{
    padding: 20px;
    margin: 20px 0px;
    text-align: center;
    height: fit-content;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    z-index: 2;
}
div.banner-main-page div.banner-child-top h1{
    font-weight: 900;
    line-height: 1.5;
    font-size: 40px;
    position: relative;
    z-index: 2;
    color: white;
    font-family: 'IBM Plex Sans Arabic', sans-serif;

}
div.banner-main-page div.banner-child-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 2;
    color: black;
}
div.banner-main-page div.banner-child-bottom div{
    background-color: #98989884;
    min-height: 150px;
    border-radius: 16px;
    margin: 20px 0px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    }
div.banner-main-page div.banner-child-bottom div p{
    font-size: 16px;
    text-align: center;
    line-height: 2;
    font-weight: 550;

}
/* section two */
section.section-two{
    background-image: linear-gradient(160deg, #7895B2 0% ,#7895B2 50%,#E8DFCA 50%, #E8DFCA 100%);
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.section-two div.container.child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    -index: 2;
}
section.section-two div.child div{
   height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
    box-shadow:0px 0px 6px 0px black;
    background-color: white;
    margin: 20px 0px;
    padding: 10px;
}
section.section-two div.container.child div p{
    font-size: 25px;
    text-align: center;
    line-height: 2;
    font-weight: 500;
}
section.section-two div.container.child div p a,.parent-btn a.btn{
    width: 200px;
    font-size: 18px;
    background-color: black;
    color: white;
    border: 1px solid black;
}
section.section-two div.container.child div p a:hover,.parent-btn a.btn:hover{
    transition: .5s;
    color: black;
    background-color: white;
}
/* section three - carousel */
section.section-three{
    min-height: 600px;
}
section.section-three .parent-carousel .title,div.title{
    text-align: center;
    margin: 30px 0px;
}
div.title h1{
    font-weight: 900;
}
section.section-three .parent-carousel .title::after,div.title h1::after{
    content: "___";
}
section.section-three .parent-carousel .title::before,div.title h1::before{
    content: "___";
}
section.section-three .carousal{
    min-height: 500px;
    background: url("/assets/images/carousel.jpg") fixed 100% 100%;
    padding: 50px 20px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
div.user i.fa-user-large{
    font-size: 60px;
    color: grey;
}

.user{
    width: 100vw;
    box-sizing: border-box;
    transition: 2s linear ease-in;
    text-align: center;
}
 .user p.name-user {
    font-size: 20px;
    font-weight: 900;
    color: white;
    margin: 5px;
}
.user p.desc{
    font-size: 25px;
    padding: 5px;
    max-width: 100%;
    margin: 0px;
}
.user div.stars i{
    color: yellow;
}
/* section-four */
.section-four{
    margin: 100px 0px 50px;
    padding: 20px 20px;
    min-height: 80vh;
    width: 100%;
    background: url("/assets/images/fun-facts-bg.jpg") 100% 100% fixed;
}
.section-four div.row{
    flex-wrap: wrap;
    justify-content: center;
}
.section-four .section-four-header h2 {
    text-align: center;
    margin-top: 20px;
    color: white;
    font-weight: 900;
}
.section-four div.row div.child{
    height: 200px;
    background-color: rgba(250,250,250,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px;
}
.section-four div.row div.child h2{
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #a4c639;
}
.section-four div.row div.child p{
    color: white;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.section-four div.title h1{
    color: white;
    font-weight: 900;
}
.section-four div.parent{
    flex-wrap: wrap;
    justify-content: center;
}
.section-four div.parent div{
    height: 100px;
    margin: 20px ;
    background-color: rgba(250,250,250,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    font-weight: 700;
}
.section-four div.parent div p{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    text-align: center;
}
.section-four .parent-btn {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}
.section-four .parent-btn a{
    transition: 1s !important;
}
/* section-five */
.section-five{
    min-height: 60vh;
    margin: 50px 0px;
}
.services-links a{
    padding: 10px;
    margin: 15px;
    width: 200px;
    border: 1px solid black;
    text-align: center;
    color: black;
    text-decoration: none;
    background-color: #7895B2;
}   
.services .item{
    background-color: #ddd;
    min-height: 500px;
    padding: 0;
    margin: 20px 30px;
}
.services .item img{
    width: 100%;
    height: 30%;
}
.services .item h2{
    padding: 20px 3px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.services .item ul li {
    padding: 16px 0px 16px 16px;
    text-align: center;
}
/* section-six */
section.about-us{
    background-image: linear-gradient(-30deg, #7895B2 0% ,#7895B2 50%,#E8DFCA 50%, #E8DFCA 100%);
    min-height: 100vh;
    padding: 20px 20px;
    margin-top: 100px;
}section.about-us .title h1{
    color: white;
}
section.about-us .boxs{
    flex-wrap: wrap;
    justify-content: center;
}
section.about-us .boxs .box{
    padding: 20px 10px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 0.645);
    margin: 30px 20px;
}
section.about-us .boxs .box p{
    font-size: 20px;
    text-align: center;
}
footer{
    width: 100%;
    position: fixed;
    bottom: 25px;
    left: 0;
    z-index: 9999;
    padding: 10px 25px ;
    display: flex;
    justify-content: space-between;
    height: 60px;
    flex-direction: row-reverse;
}
footer a{
    text-decoration: none !important;
    height: 60px;
    width: 60px;
    background-color: #25d366;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 2px 2px 3px #999;
}
footer a i{
    color: white;
    font-size: 30px;
}
footer a i.fa-whatsapp{
    font-size: 40px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    div.title h1{
        font-size: 25px;
    }

    .section-four .section-four-header h2{
        font-size: 22px;
    }
    .section-five .service-item a{
        height: 200px;
    }
}
