*{
    box-sizing:border-box;
    margin: 0;
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
button{
    background-color:rgb(138, 44, 227) ;
    color: white;
    margin-left:5px ;
    font-size:16px ;
    border: 1px solid white;
    border-radius: 10px ;
    padding: 12px;
}
/* ------------------------------------------------ */
.nav{
    height: 10vh;
    background-color: black;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.logo{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    img{
        width: 30%;
    }
}
.items{
    color: white;
    font-size: 20px;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    ul{
        width: 100%;
        list-style-type: none;
        display: flex;
        justify-content: space-evenly;
    }
}
/* ----------------------------------------------------- */
.back{
    position: relative;
    height:90vh ;
    background-image: url(../imgs/home-bg.jpg);
    background-position: center -310px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    /* filter: brightness(50%); */
    /* align-items: center; */
    .bl{
        background-color:rgba(0,0,0,0.65);
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
    }
    .text{
        position: absolute;
        top: 38%;
        z-index: 4;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        h2{
            color: white;
            font-size: 40px;
        }
        h1{
            color:rgb(183, 114, 227);
            font-size: 70px;
        }
        h3{
            color: gray;
            font-size: 35px;
        }
        .bu{
            margin-top: 12px;
            
            button{
                transition: .5s;
            }
        }
    }
}
/* ---------------------------------------------- */
.b1:hover {
    background-color:white;
    color: rgb(114, 79, 162);
}
.b2:hover {
    background-color:white;
    color: rgb(114, 79, 162);
}
/* --------------------------------------------- */
.sec2{
    display: flex;
    justify-content: center;
    align-items: center;
    .tex{
        width: 50%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:30px;
        h2{
            font-size: 50px;
        }
        p{
            font-size: 35px;
        }
    }
    .im{
        width: 50%;
        margin: 30px;
        img{
            width: 100%;
            border-radius: 50px;
            /* filter: contrast(50%); */
        }
    }
}
/* --------------------------------------- */
.sec3{
    background-color: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    .im{
        width: 50%;
        border: 0;
        margin: 30px;
        img{
            width: 100%;
            border-radius: 50px;
        }
    }
    .tex{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px;
        h2{
            font-size: 50px;
        }
        p{
            font-size: 35px;
        }
    }
}
.sec4{
    margin: 30px 0;
    /* background-color: aqua; */
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    .sc{
        position: relative;
        width: 30%;
        /* height:450px; */
        overflow: hidden;
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition:  0.5s;
        .lgs{
            width: 100%;
            height: 60px;
            display: flex;
            /* justify-content: center; */
            align-items: center;
            /* background-color:blue; */
            overflow: hidden;
            position: relative;
            z-index: 4;
        }
        .logo{
            
            position: absolute;
            /* /* top: 0%; */
            /* left: 75%;  */
            left: 100%;
            display: flex;
            width: 50px;
            height: 50px;
            z-index: 2;
            transition: .5s;
            img{
                width: 100%;
            }
        }
        .logo1{
            position: absolute;
            /* /* top: 0%; */
            left: 44%; 
            top: 100%;
            display: flex;
            width: 80px;
            z-index: 2;
            transition: 0.5s;
            img{
                width: 100%;
            }
        }
        .logo2{
            position: absolute;
            /* /* top: 56.5%; */
            left: -20%; 
            /* right: 100%; */
            display: flex;
            width: 80px;
            z-index: 2;
            transition: 0.5s;
            img{
                width: 100%;
            }
        }
        .image{
            border-radius: 100%;
            width: 45%;
            transition: 0.5s ;
        }
        /* h1{
            /* margin-bottom:50px; 
        } */
        p{
            padding: 0px 15px;            
        }
    }
}
.sc:hover{
    color: white;
    background-color: rgba(0,0,0,0.7);
    transform: scale(1.1);
    border-radius: 20px;
    
}
/* .lgs:hover{
    align-items: center;
} */
.sc:hover .image{
    transform:rotate(360deg)
}
.sc:hover .logo {
    /* top: 61%; */
    /* top: 270px; */
    /* left: 335px; */
    /* left: 67%; */
    left: 75%; 
    transform: rotate(-360deg);
}
.sc:hover .logo1 {
    /* top: 57%; */
    /* /* left: 43%; * */
    left: 44%; 
    top:-15%;

}
/* .logo1:hover{
    left: 44%;
    top: 0px;
} */
.sc:hover .logo2 {
    /* top: 56.5%; */
    /* right: %; */
    left: 15%;
    transform: rotate(360deg);
}
.sec5{
    background-color: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    .imag{
        margin: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        h2{
            font-size: 40px;
            margin: 20px;
        }
        img{
            width: 40%;
            padding-bottom: 20px;
        }
    }
    .form{
        font-size: 20px;
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        /* align-content: space-around; */
        .fl{
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        .name{
            width: 49%;
            display: flex;
            flex-direction: column;
            }
            
    }
    input{
        border: 1px solid rgb(114, 79, 162) ;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 10px;
    }
    }
    textarea{
        border: 1px solid rgb(114, 79, 162) ;
        border-radius: 5px;
        margin: 10px 0;
        padding: 15px;
        font-size: 15px;
        
    }
    button{
        margin-left: 0;
        margin-top: 10px;
        width:110px;
        transition: 0.5s;
    }
    button:hover{
        background-color:white;
        color: rgb(114, 79, 162);
    }
}
.sec6{
    height: 310px;
    background-image: url(../imgs/Footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -695px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    .foot{
    width: 25%;
    text-align: center;
    height: 100%;
    color: white;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    img{
        width: 100%;
    }
    }
}