*{
    margin: 0;
    padding: 0;
}
body{
    height: 100vh;
    width: 100%;
    background-color: #F5F5DC;
    font-family: inter;
}
@font-face {
    font-family: inter;
    src: url("Adamina-Regular.woff2");
}
.navbar{
    height: 20vh;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    #logo{
        height: 80%;
        width: 22%;
        display: flex;
        justify-content: center;
        align-items: center;
        #inner_logo{
            height: 70%;
            width: 90%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 5vh;
        }
        
    }
    a{
        text-decoration: none;
        color:#05003A;
    }
    #nav_2{
        height: 80%;
        width: 60%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-family: inter;
        font-size:0.8rem;
        font-weight: 100;
        h1{
            font-weight: 600;
        }
        
        h2:hover{
            scale:1.2;
            
        }
    }
    #SignUp{
        height: 80%;
        width: 18%;
        
        a{
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            button{
                height: 40%;
                width: 60%;
                font-family: inter;
                color:white;
                background-color: #05003A;
                border-style: none;
                border:solid 1px white;
                border-radius: 2vw;
            }
            button:hover{
                font-size:1.2rem;
                
            }
        }
        
    }
}

.title_consultancy{
    height: 12%;
    width: 100%;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    #inner_text{
        height: 90%;
        width: 50%;
        display: flex;
            justify-content: center;
            align-items: center;
            color: #05003A;
            span{
                color:#00703A;
            }
    }
}
.brochure{
    height: 10%;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    #inner_brochure{
        height: 90%;
        width: 50%;
        a{
            height: 100%;
            width: 100%;
            text-decoration: none;
            display: flex;
        justify-content: center;
        align-items: center;
            button{
                color:white;
                height: 80%;
                width: 40%;
                font-family: inter;
                background-color: #05003A;
                border-style: none;
                border-radius: 10vw;
                border:solid black 2px;
            }
            button:hover{
                font-size:1.5rem;
            }
        }
    }
}


.second{
    font-family: inter;
    max-height: 100vh;
    width: 100%;
    background-color: #ffffff;
    
    }
.enquire{
    height: 10vh;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;

    .button1{
        height: 90%;
        width: 20%;
        background-color: #05003A;
        display:flex;
        justify-content: center;
        align-items: center;
        border-radius: 2vw;
        margin-bottom: 5vh;
        button{
            width: 100%;
            height: 60%;
            background-color: #05003A;
            border-style: none;
            color: white;
            
            h1{
                font-size:1.2rem;
                font-family: inter;
                font-weight: 500;
            }
        }
    }
}
.secondone{
    display: flex;
    justify-content: center;
}

.secondtwo{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.aboutus{
    height: 80%;
    margin-top: 4vh;
    width: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: #05003B;
    overflow-y: auto;
    font-family: inter;
    h3{
        padding-left: 30px;
        padding: 30px 30px;
        /* transform: translateY(20%);     */
        font-size: 1.1rem;
        
        font-family: inter;
        align-content: center;
    }
    h3 span{
        color: #00703A;
    }
}
.aboutus_image{
    height: 60%;
    width: 25%;
    overflow: hidden;

    
}
.about_image{
    height: 15%;
    width: 100%;
    
    
    #image1{
        width: 100%;
        height: 25vh;
        border-radius: 20px;
    }
    #image2{
        width: 100%;
        height: 25vh;
        border-radius: 20px;
    }
    #image3{
        width: 100%;
        height: 25vh;
        border-radius: 20px;
        
    }
    
}

.vision_mission{
    height: 10vh;
    width: 100%;
    background-color: #F5F5DC;
    display: flex;
    justify-content: center;
    align-items: center;
    #heading_vision_mission{
        height: 90%;
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#05003A;
        font-family: inter;
    }
}

/* MAIN  PAGE OF VISION AND MISSION-------------------------------------------------------------------------------- */
.main_vision_mission{
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
    align-items: center;
    #inner_main_vision_mission{
        height: 90%;
        width: 90%;
        background-color: white;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        #vision{
            height: 90%;
            width: 40%;
            #heading_vis{
                height: 20%;
                width: 100%;
                background-color: #F5F5DC;
                display: flex;
                justify-content: space-evenly;
                color:#05003A;
                align-items: center;
                font-family: inter;
                img{
                    object-fit: contain;
                    height: 100%;
                    width: 50%;
                }
            }
            #vision_para{
                height: 80%;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: justify;
                #v_para{
                    height: 80%;
                    width: 80%;
                    font-family: inter;
                    color: #05003A;
                    font-size: 1.1rem;
                }
            }
        }
        #mission{
            height: 90%;
            width: 40%;
            #heading_mis{
                height: 20%;
                width: 100%;
                font-family: inter;
                background-color: #F5F5DC;
                display: flex;
                justify-content: space-evenly;
                align-items: center;
                img{
                    object-fit: contain;
                    height: 100%;
                    width: 50%;
                }
            }
            #mission_para{
                height: 80%;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: justify;
                #m_para{
                    height: 80%;
                    width: 90%;
                    font-family: inter;
                    font-size: 1.1rem;
                    
                }
            }
        }
    }
}

.members{
    height: 100vh;
    width: 100%;
    #members_dashlane{
        height: 10%;
        width: 100%;
        color:#05003A;
        text-align: center;
        align-content: center;
        font-family: inter;
    }
    #members_details{
        background-color: white;
        height: 90%;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        #members_box{
            height: 90%;
            width: 31%;
            #upper_members_box{
                height: 40%;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                #image_upper_members_box{
                    height: 98%;
                    width: 50%;
                    border-radius: 50%;
                    img{
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                        border-radius: 50%;
                    }
                }
            }
            #lower_members_box{
                color:#05003A;
                font-size:1rem;
                h2{
                    text-align: center;
                    margin-top:2vh;
                }
                h3{
                    text-align: center;
                    margin-top:2vh;
                }
                h6{
                    text-align: justify;
                    
                    padding:2vh 2vw 2vh 2vw;
                }
            }
        }
    }
}


/* OUR VALUES----------------------------------------------------------------------------------- */
.dashlane_values{
    height: 10vh;
    width: 100%;
    background-color:#F5F5DC;
    display: flex;
    justify-content: center;
    align-items: center;
    #heading_dashlane{
        height: 90%;
        width: 50%;
        color:#05003A;
        display: flex;
    justify-content: center;
    align-items: center;
    font-family: inter;
    }
}
.dashlane_values_image{
    height: 80vh;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    #inner_dashlane_values{
        height: 90%;
        width: 80%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        /* background-color: black; */
        img{
            object-fit: cover;
            height: 100%;
            width: 100%;
            border-radius: 2vw;
        }
    }
}
/* OUR HAPPY CLIENTS-------------------------------------------------------------------------------- */
@keyframes moves {
    from{
        transform:translateX(0%);
    }
    to{
        transform: translateX(calc(-1300%));
    }
    
}
.clients{
    height: 80vh;
    width: 100%;
    /* background-color: saddlebrown; */
    overflow: hidden;
    #clients_title{
        height: 15%;
        width: 100%;
        background-color: #F5F5DC;
        display: flex;
        justify-content: center;
        align-items: center;
        #clients_title_text{
            height: 90%;
            width: 60%;
            display: flex;
            justify-content: center;
            align-items: center;
            color:#05003A;
        }
    }

    .clients_slider{
        height: 90%;
        width: 100%;
        /* background-color: rgb(161, 138, 138); */
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        background-color: #00703A;
        
        /* ?padding: 2vh; */
        #slider_container{
            
            height: 80%;
            width: 100%;
            display: inline-block;
            align-content: center;
            white-space: nowrap;
            .slides{
                animation: moves 30s linear infinite;
                height: 80%;
                width: 30%;
                
                display: inline-block;
                overflow-x: hidden;
                color: white;
                overflow: hidden;
                border: solid 0.8vh #000000;
                border-radius: 10px;
                /* img{
                    height: 20%;
                    width: 70%;
                    transform: translateX(10vw);
                    transform: translate(5vw,20vh);
                } */
                 img{
                    object-fit: contain;
                 }
                 

                 
            }
            #img2{
                /* background-color: white;
            
                width: 30%;
                background-color: #000000;
                img{
                    height: 100%;
                    width: 100%;
                    object-fit: fill;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
             }
             #img1{
                /* background-color: white;
                width: 30%;
                
                img{
                    transform: translateY(15vh);    
                    width: 100%;
                    ;
                    object-fit: fill;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
             }
             #img3{
                /* background-color: white;
            
                width: 30%;
                background-color: #000000;
                img{
                    
                    width: 100%;
                    object-fit: fill;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
             }
             #img4{
                /* background-color: red;
                img{
                    width: 100%;
                    object-fit: fill;
                    height: 100%;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }

                
             }
             #img5{
                /* background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: fill;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
            }
            #img6{
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
            }
            #img7{
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
            }
            #img8{
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(20%);
                }
            }
            
        }
        


        
    }

    
}


/* Footer---------------------------------------------------------------------------------------------------- */
.home_footer{
    height: 90vh;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    #inner_footer{
        height: 80%;
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        
    }
    
    .five_inner{
        height: 90%;
        width: 19%;
        background-color: rgb(255, 255, 255);
    }
    #five_logo{
        width:25%;
        #five_logo_text{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            font-family: inter;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            
        }
        #five_logo_image{
            height: 80%;
            width: 100%;
            
            display: flex;
            justify-content: center;
            align-items: center;
            
        }
    }
    #five_services{
        width: 19%;
        #five_services_h1{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: inter;
        }
        #five_services_others{
            height: 80%;
            width: 100%;
            font-family: inter;
            text-align: center;
            a{
                text-decoration: none;
            }
            h4{
                padding:2vh 2vw 2vh 2vw;
                color:#05003A;
                /* font-weight: 600; */
            }
        }
    }
    #five_companies{
        width: 19%;
        #five_Companies_h1{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: inter;
            
        }
        #five_Companies_others{
            height: 80%;
            width: 100%;
            font-family: inter;
            text-align: center;
            a{
                text-decoration: none;
                color:#05003A;
            }
            h4{
                padding:2vh 2vw 2vh 2vw;
                color:#05003A;
                
            }
        }
    }
    #five_Contact{
        width: 19%;
        #five_Contact_h1{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: inter;
        }
        #five_Contact_others{
            height: 80%;
            width: 100%;
            font-family: inter;
            text-align: center;
            h4{
                padding:2vh 2vw 2vh 2vw;
                color:#05003A;
            }
        }
    }
    #five_address{
        width: 19%;
        background-color: rgb(141, 107, 107);
        #five_Address_h1{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: inter;
        }
        #five_Address_others{
            height: 80%;
            width: 100%;
            background-color: white;
            font-family: inter;
            text-align: center;
            /* display: flex;
            justify-content: center;
            align-items: center; */
            h4{
                padding:2vh 2vw 2vh 2vw;
                color:#05003A;
                
            }
        }
    }
}

.copyright{
    height: 3vh;
    width: 100%;
    background-color: white;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    #inner_copyright{
        height: 90%;
        width: 50%;
        
        
        display: flex;
        justify-content: center;
        align-items: center;
        p{
            font-size:0.6rem;
            font-family: inter;
            display: block; 
            a{
                text-decoration: none;
                color: black;
            }
        }
    }
}


@media only screen and (max-width: 650px) {
    /* Mobile styles */
    body{
        background-color: white;
    }
    .navbar{
        height: 10vh;
        width: 100%;
        background-color: #F5F5DC;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        #logo{
            height: 100%;
            width: 22%;
            /* background-color: salmon; */
            display: flex;
            justify-content: center;
            align-items: center;
            #inner_logo{
                height: 100%;
                width: 100%;
                /* display: flex;
                justify-content: center;
                align-items: center; */
                
                img{
                    object-fit: contain;
                    height: 100%;
                    width: 100%;
                    margin-bottom: 3vh;
                }
            }
            
        }
        a{
            text-decoration: none;
            color:#05003A;
        }
        #nav_2{
            height: 80%;
            width: 60%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            font-family: inter;
            
            font-weight: 100;
            h2{
                font-weight: 600;
                font-size:0.5rem;
            }
            
            
            /* background-color: rgb(167, 119, 119); */
            h2:hover{
                scale:1.2;
                
            }
        }
        #SignUp{
            height: 80%;
            width: 18%;
            
            a{
                height: 100%;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                button{
                    font-size: 0.7rem;
                    height: 40%;
                    width: 90%;
                    font-family: inter;
                    color:white;
                    background-color: #05003A;
                    border-style: none;
                    border:solid 1px white;
                    border-radius: 3vw;
                    font-size: 0.5rem;
                }
                button:hover{
                    font-size:1.1rem;
                    
                }
            }
            
        }
    }

    .title_consultancy{
        height: 8vh;
        width: 100%;
        background-color:white;
        display: flex;
        justify-content: center;
        align-items: center;
        #inner_text{
            height: 90%;
            width: 100%;
            display: flex;
                justify-content: center;
                align-items: center;
                color: #05003A;
                font-size: 0.7rem;
                span{
                    color:#00703A;
                }
        }
    }
    .enquire{
        height: 10vh;
        width: 100%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    
        .button1{
            height: 40%;
            width: 40%;
            background-color: #05003A;
            display:flex;
            justify-content: center;
            align-items: center;
            border-radius: 5vw;
             
            button{
                width: 100%;
                height: 80%;
                background-color: #05003A;
                border-style: none;
                color: white;
                
                h1{
                    font-size:0.6rem;
                    font-family: inter;
                    font-weight: 500;
                }
            }
        }
    }
    .second{
        font-family: inter;
        height: 80vh;
        width: 100%;
        background-color: #ffffff;
        
        }
    /* .secondone{
        display: flex;
        justify-content: center;
    } */
    
    .secondtwo{
        /* display: flex;
        justify-content: space-evenly;
        align-items: center; */
        display: block;
        height: 100%;
        width: 100%;
        
    }
    .aboutus{
        height: 50%;
        margin-top: 4vh;
        width: 100%;
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
        color: #05003B;
        overflow-y: auto;
        font-family: inter;
        h3{
            padding-left: 30px;
            padding: 30px 30px;
            /* transform: translateY(20%);     */
            font-size: 0.6rem;
            
            font-family: inter;
            align-content: center;
        }
        h3 span{
            color: #00703A;
        }
    }
    .aboutus_image{
        height: 50%;
        width: 100%;
        overflow: hidden;
        .about_image{
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 2vh;
            #mobile{
                height: 32%;
                width: 65%;
                margin-bottom: 60%;
                /* display: flex;
                justify-content: center;
                align-items: center; */
                display: block;
                img{
                    object-fit: cover;
                    height: 100%;
                    width: 100%;
                    
                }
                #image1{
                    z-index: 20;
                    width: 100%;
                    height: 100%;
                    padding-top: 2vh;
                    border-radius: 20px;
                }
                /* #image2{
                    width: 100%;
                    height: 100%;
                    border-radius: 20px;
                }
                #image3{
                    width: 100%;
                    height: 100%;
                    border-radius: 20px;
                    
                } */
            }
            
            
        }
        
    }
    
    
    .vision_mission{
        height: 10vh;
        width: 100%;
        background-color: #F5F5DC;
        display: flex;
        justify-content: center;
        align-items: center;
        #heading_vision_mission{
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color:#05003A;
            font-family: inter;
            h1{
                font-size:1.2rem;
            }
        }
    }
    
    /* MAIN  PAGE OF VISION AND MISSION-------------------------------------------------------------------------------- */
    .main_vision_mission{
        height: 80vh;
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: white;
        align-items: center;
        #inner_main_vision_mission{
            height: 100%;
            width: 90%;
            background-color: white;
            /* display: flex;
            justify-content: space-evenly;
            align-items: center; */
            display: block;
            #vision{
                height: 50%;
                width: 100%;
                margin-top: 1vh;
                #heading_vis{
                    height: 20%;
                    width: 100%;
                    background-color: #F5F5DC;
                    display: flex;
                    justify-content: space-evenly;
                    color:#05003A;
                    align-items: center;
                    font-family: inter;
                    h1{
                        font-size: 1.2rem;
                    }
                    img{
                        object-fit: contain;
                        height: 80%;
                        width: 50%;
                    }
                }
                #vision_para{
                    height: 80%;
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-align: justify;
                    #v_para{
                        height: 80%;
                        width: 100%;
                        font-family: inter;
                        color: #05003A;
                        font-size: 0.7rem;
                    }
                }
            }
            #mission{
                height: 50%;
                width: 100%;
                #heading_mis{
                    height: 20%;
                    width: 100%;
                    font-family: inter;
                    background-color: #F5F5DC;
                    display: flex;
                    justify-content: space-evenly;
                    align-items: center;
                    h1{
                        font-size: 1.2rem;
                    }
                    img{
                        object-fit: contain;
                        height: 80%;
                        width: 50%;
                    }
                }
                #mission_para{
                    height: 80%;
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-align: justify;
                    #m_para{
                        height: 80%;
                        width: 100%;
                        font-family: inter;
                        font-size: 0.7rem;
                        
                    }
                }
            }
        }
    }
    
    .members{
        height: 170vh;
        width: 100%;
        #members_dashlane{
            height: 10vh;
            width: 100%;
            color:#05003A;
            text-align: center;
            align-content: center;
            font-family: inter;
            background-color: #F5F5DC;
            h1{
                font-size: 1.2rem;
            }
        }
        #members_details{
            background-color: white;
            height: 90%;
            width: 100%;
            /* display: flex;
            justify-content: space-evenly;
            align-items: center; */
            display: block;
            #members_box{
                height: 34%;
                width: 100%;
                #upper_members_box{
                    height: 40%;
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    #image_upper_members_box{
                        height: 100%;
                        width: 40%;
                        border-radius: 50%;
                        img{
                            height: 100%;
                            width: 100%;
                            object-fit: cover;
                            border-radius: 50%;
                        }
                    }
                }
                #lower_members_box{
                    color:#05003A;
                    font-size:0.8rem;
                    padding:2vh 2vw 2vh 2vw;
                    h2{
                        text-align: center;
                        margin-top:2vh;

                    }
                    h3{
                        text-align: center;
                        margin-top:2vh;
                    }
                    h6{
                        text-align: justify;
                        
                        padding:2vh 2vw 2vh 2vw;
                    }
                }
            }
        }
    }
    
    
    /* OUR VALUES----------------------------------------------------------------------------------- */
    .dashlane_values{
        height: 10vh;
        width: 100%;
        background-color:#F5F5DC;
        display: flex;
        justify-content: center;
        align-items: center;
        #heading_dashlane{
            height: 90%;
            width: 50%;
            color:#05003A;
            display: flex;
        justify-content: center;
        align-items: center;
        font-family: inter;
        h1{
            font-size: 1.2rem;
        }
        }
    }
    .dashlane_values_image{
        height: 40vh;
        width: 100%;
        
        #inner_dashlane_values{
            height: 60%;
            width: 45%;
            display: flex;
        justify-content: center;
        gap: 5vw;
            
            /* background-color: black; */
            img{
                object-fit: cover;
                height: 100%;
                width: 100%;
                border-radius: 2vw;
            }
        }
    }


    @keyframes moves {
        from{
            transform:translateX(0%);
        }
        to{
            transform: translateX(calc(-1300%));
        }
        
    }
    @keyframes moves {
        from{
            transform:translateX(0%);
        }
        to{
            transform: translateX(calc(-1300%));
        }
        
    }
    .clients{
        height: 50vh;
        width: 100%;
        /* background-color: saddlebrown; */
        overflow: hidden;
        #clients_title{
            height: 20%;
            width: 100%;
            background-color: #F5F5DC;
            display: flex;
            justify-content: center;
            align-items: center;
            #clients_title_text{
                height: 100%;
                width: 100%;
                display: flex;
                /* justify-content: center;
                align-items: center; */
                color:#05003A;
                h1{    
                font-size: 1rem;
                align-content: center;
                
                }
            }
        }
    
        .clients_slider{
            height: 80%;
            width: 100%;
            /* background-color: rgb(161, 138, 138); */
            display: flex;
            justify-content: center;
            align-items: center;
            white-space: nowrap;
            background-color: #00703A;
            
            /* ?padding: 2vh; */
            #slider_container{
                
                height: 60%;
                width: 100%;
                display: inline-block;
                align-content: center;
                white-space: nowrap;
                .slides{
                    animation: moves 30s linear infinite;
                    height: 80%;
                    width: 30%;
                    
                    display: inline-block;
                    overflow-x: hidden;
                    color: white;
                    overflow: hidden;
                    border: solid 0.8vh #000000;
                    border-radius: 10px;
                    /* img{
                        height: 20%;
                        width: 70%;
                        transform: translateX(10vw);
                        transform: translate(5vw,20vh);
                    } */
                    img{
                        object-fit: contain;
                    }
                    
    
                    
                }
                #img2{
                    /* background-color: white;
                
                    width: 30%;
                    background-color: #000000;
                    img{
                        height: 100%;
                        width: 100%;
                        object-fit: fill;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img1{
                    /* background-color: white;
                    width: 30%;
                    
                    img{
                        transform: translateY(15vh);    
                        width: 100%;
                        ;
                        object-fit: fill;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img3{
                    /* background-color: white;
                
                    width: 30%;
                    background-color: #000000;
                    img{
                        
                        width: 100%;
                        object-fit: fill;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img4{
                    /* background-color: red;
                    img{
                        width: 100%;
                        object-fit: fill;
                        height: 100%;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
    
                    
                }
                #img5{
                    /* background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: fill;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img6{
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img7{
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img8{
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(20%);
                    }
                }
                
            }
            
    
    
            
        }
    
        
    }
    
    
    /* Footer---------------------------------------------------------------------------------------------------- */
    .home_footer{
        height: 50vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        #inner_footer{
            height: 80%;
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }
        /* #five_services_h1{
            h1{
                font-size: 1rem;
            }
        } */
        .five_inner{
            height: 90%;
            width: 100%;
        }
        #five_logo{
            width:25%;
            #five_logo_text{
                height: 20%;
                width: 100%;
                color:#05003A;
                font-family: inter;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                h2{
                    font-size: 0.5rem;
                    font-weight: 800;
                }
            }
            #five_logo_image{
                height: 40%;
                width: 100%;
                padding-top:3vh;
                display: flex;
                justify-content: center;
                align-items: center;
                img{
                    object-fit: contain;
                    height: 100%;
                width: 100%;
                }
            }
        }
        #five_services{
            width: 19%;
            #five_services_h1{
                height: 20%;
                width: 100%;
                background-color: rgb(255, 255, 255);
                color:#05003A;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: inter;
                h1{
                    font-size: 0.7rem;
                }
            }
            #five_services_others{
                height: 80%;
                width: 100%;
                font-family: inter;
                text-align: center;
                padding-top:3vh;
                a{
                    text-decoration: none;
                }
                h4{
                    padding:1vh 1vw 1vh 1vw;
                    color:#05003A;
                    font-size: 0.4rem;
                }
            }
        }
        #five_companies{
            width: 19%;
            #five_Companies_h1{
                height: 20%;
                width: 100%;
                background-color: rgb(255, 255, 255);
                color:#05003A;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: inter;
                h1{
                    font-size: 0.7rem;
                }
                
            }
            #five_Companies_others{
                height: 80%;
                width: 100%;
                font-family: inter;
                text-align: center;
                overflow: hidden;
                padding-top: 3vh;
                a{
                    text-decoration: none;
                    color:#05003A;
                }
                h4{
                    padding:1vh 2vw 1vh 2vw;
                    color:#05003A;
                    font-size: 0.4rem;
                    
                }
            }
        }
        #five_Contact{
            width: 19%;
            #five_Contact_h1{
                height: 20%;
                width: 100%;
                color:#05003A;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: inter;
                h1{
                    font-size: 0.7rem;
                }
            }
            #five_Contact_others{
                height: 80%;
                width: 100%;
                font-family: inter;
                text-align: center;
                padding-top: 3vh;
                h4{
                    padding:1vh 0vw 1vh 0vw;
                    color:#05003A;
                    font-size: 0.4rem;
                }
            }
        }
        #five_address{
            width: 19%;
            #five_Address_h1{
                height: 20%;
                width: 100%;
                color:#05003A;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: inter;
                h1{
                    font-size: 0.7rem;
                }
            }
            #five_Address_others{
                height: 80%;
                width: 100%;
                font-family: inter;
                text-align: center;
                padding-top: 3vh;
                /* display: flex;
                justify-content: center;
                align-items: center; */
                h4{
                    padding:1vh 2vw 1vh 2vw;
                    color:#05003A;
                    font-size: 0.4rem;
                }
            }
        }
    }
    
    .copyright{
        height: 3vh;
        width: 100%;
        background-color: white;
        color:white;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        
        #inner_copyright{
            height: 90%;
            width: 50%;
            
            
            display: flex;
            justify-content: center;
            align-items: center;
            p{
                font-size:0.5rem;
                font-family: inter;
                margin-bottom: 10vh;
                display: block; 
                a{
                    text-decoration: none;
                    color: black;
                }
            }
        }
    }
}