*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.container{
    width:89%;
    margin: 0 auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
}
.col-6{
    width:50%;
}

.s-around{
    justify-content: space-around;
}

.s-between{
    justify-content: space-between;
}

ul li{
    list-style: none;
}

a{
    text-decoration: none;
}

header{
    padding: 25px 0;
    box-shadow: #e5e5e5 2px 13px 18px 0px;
    width: 100%;
    background-color: #fff;
}
.logo{
    width: 60%;
}
.logo img{
    width:40px;
}

.logo h3{
    padding-top: 7px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
}

.logo h3 span , nav ul li a{
    font-weight: 400;
    color: #000000d5;
}


header nav{
    width:40%;
    padding-top: 10px;
    text-transform: capitalize;
    font-family:  Verdana, Geneva, Tahoma, sans-serif;
}

.mt10{
    padding-top: 10rem;
}

.banner{
    width:100%;
    margin-top: 20px;
    position: relative;

}

.img-container{
    overflow: hidden;
}

.close{
    display: none;
}

.img-container .container{
    display: flex; 
    transform: translate(0);
    transition: .8s transform;
}

.img-container .container img{
    width: 900px;
    padding-right: 35px;
    transition: .8s transform;
    transform: translateX(-700px);
    object-fit: cover;
}

.banner-card{
    position: absolute;
    top: 70%;
    left: 25%;
    width: 670px;
    z-index: 10;
    padding: 10px;
}

.banner-card__angel{
    z-index: 3;
    width: 350px;
    margin: 0 auto;
}

.banner-card__angel img{
        cursor: pointer;
        transition: .4s transform;
}

.square li{
    padding: 3px;
    background-color: #fff;
    border:1px solid rgb(232, 124, 69);
    z-index: 2;
    width: 25px;
    margin-right: 5px;
    cursor: pointer;
}

.banner-card__register{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: #cbcbcb 4px 7px 15px 0px;
}

.banner-register__title{
    font-size: 21px;
    padding: 10px 0;
}

.banner-register__title1{
    font-size: 21px;
}

.banner-register__text{
    font-family: system-ui;
    font-weight: 300;
    font-size: 15px;
    padding: 10px 0;
}

.banner-register__form {
    padding-top: 1rem;
    position: relative;
}

.banner-register__form form input[type=text]{
    width:200px;
    padding:10px 5px;
    border-radius: 5px;
    border: 1px solid rgb(102, 102, 102);
    outline: none;
    margin-right: 6px; 
    cursor: pointer;
}

.banner-register__form form input::placeholder{
    color:rgb(177, 177, 177);
}

.banner-register__form img{
    position: absolute;
    top: 23px;
    left: 93%;
    z-index: 5;
    cursor: pointer;
}
.input-child{
    display: none;
    position: absolute;
    left: 421px;
    width: 205px;
    z-index: 5;
    line-height: 30px;
    background-color: rgb(34, 34, 34);
    box-shadow: #d9cece 12px 13px 20px;
    cursor: pointer;
    border-radius: 8px;
    transition: .5s display;
}

.input-child h3{
    transition: .5s;

    padding: 8px 15px;
    color: #fff;

        }

.register__in{
    padding:30px 0;
}


.register__in input , label{ 
    padding: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

.register__in input[type=checkbox]{
    background:red;
    border: 10px solid red;
}

.submit button{
    padding:10px 20px;
    background:#e87c45;
    border:none;
    outline:none;
    color:#fff;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
}

.bg0{
    position: relative;
    width: 100%;
}

.card{
    width: 400px;
    box-shadow: #cdcdcd 3px 3px 9px;
}

.card-img img{
    width:100%;
    height: 400px;
    object-fit: cover;
}

.card .banner-register__title , .banner-register__text{
    padding: 15px;
}

.card .banner-register__title{
    font-size: 18px;
}
.button button{
    top: 40%;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 5px 8px;
    position: absolute;
    background: rgb(232, 124, 69);
}

.bg{
    padding: 70px;
    background: rgb(254,246,238);
    margin-top: 70px;
}

.bg-title{
    font-size: 21px;
    color:  rgb(46, 32, 29);
    text-align: center;
    padding: 20px 0;
    padding-bottom: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.bg-card{
    width: 270px;
}

.bg-card__img{
    text-align: center;
}

.bg-card__img svg{
    border:3px solid #e87c45;
    padding: 10px;
    border-radius:100%;
}

.bg-card__text p{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    padding:  30px;
}

.bg-card__text span{
    font-weight: 700;
}
.gallery-img{
    background: linear-gradient(rgb(0 0 0 / 70%) , rgb(0 0 0 / 70%)) , url(../img/kari-shea-tOVmshavtoo-unsplash.jpg) no-repeat;
    background-size: 100% 122%;
    height: 533px;
    width:  50%;
    position: relative;
}
.gallery-img svg{
    width: 90px;
    height: 90px;
    text-align: center;
    position: absolute;
    top: 43%;
    left: 45%;
}

.g-col-6{
    width: 50%;
}

.g-img__0{
    background:  url(../img/loewe-technologies-4aQx0R9kucg-unsplash.jpg) no-repeat;
    background-size: 90% 100%;
    height: 260px;
    margin-left: 50px;
    margin-bottom: 11.5px;  
    width:100%;
}

.g-img__5{
    background:  url(../img/kara-eads-L7EwHkq1B2s-unsplash.jpg) no-repeat;
    background-size: 90% 100%;
    height: 260px;
    margin-left: 50px;
    width:100%;
}

.man-card{
    background: linear-gradient(#ffffff1f 65%,#000000 96%) , url(../img/ash.dev.jpeg);
    height: 265px;
    width: 265px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.man-card h1{
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    text-transform: capitalize;
    left: 30%;
}

.man-card1{
    background: linear-gradient(#ffffff1f 65%,#000000 96%) , url(../img/nicolas-horn-MTZTGvDsHFY-unsplash.jpg);
    height: 265px;
    width: 265px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.man-card1 h1{
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    text-transform: capitalize;
    left: 30%;
}

.man-card2{
    background: linear-gradient(#ffffff1f 65%,#000000 96%) , url(../img/jonas-kakaroto-KIPqvvTOC1s-unsplash.jpg);
    height: 265px;
    width: 265px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.man-card2 h1{
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    text-transform: capitalize;
    left: 30%;
}

.man-card3{
    background: linear-gradient(#ffffff1f 65%,#000000 96%) , url(../img/ben-parker-OhKElOkQ3RE-unsplash.jpg);
    height: 265px;
    width: 265px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.man-card3 h1{
    position: absolute;
    bottom: 19px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    text-transform: capitalize;
    left: 30%;
}
.copy{
    padding:30px;
    margin-top: 50px;
    text-align: center;
    background-color: #eee;
}

@media only screen and (max-width: 1360px){
    .bg-card{
        width: 240px;
    }

    .bg-card__text p{
        font-size: 17px;
    }
}

@media only screen and (max-width: 1220px){
    

    .gallery-img svg{
        width: 60px;
    }

    .card{
        width: 320px;
    }
    
    
    .bg-card{
        width: 189px;
    }

    .bg-card__text p{
        font-size: 12px;
    }

    .man-card{
        width: 215px;
        height: 215px;
    }

    .man-card1{
        width: 215px;
        height: 215px;
    }

    .man-card2{
        width: 215px;
        height: 215px;
    }

    .man-card3{
        width: 215px;
        height: 215px;
    }
    .banner-card{
        left: 23%;
    }
}


@media only screen and (max-width: 991px){

    .input-child{
        left: 56%;
    }

    .bg-card{
        margin: auto;
    }

    .c-none{
        display: none;
    }

    .card:first-child{
        display: none;
    }

    .card:last-child{
        display: none;
    }


    .menuspan{
        position: fixed;
        top: 30px;
        right: 30px;        
        z-index: 90;
    }

    .menuspan span{
        padding: 2px 15px;
        margin-bottom: 5px;
        background: rgb(41, 41, 41);
        display: block;
        transition: .6s transform;
        transform: rotate(0);

    }

    .menuspan1{
        position: absolute;
        top: 30px;
        right: 30px;        
        z-index: 100;
    }

    .menuspan1 span{
        padding: 2px 15px;
        margin-bottom: 5px;
        background: rgb(41, 41, 41);
        display: block;
        transition: .6s transform;
        transform: rotate(0);

    }

    header{
        padding-bottom: 15px;
    }

    #nav{
        background: #ffffff;
        position: fixed;
        width: 100vw;
        transition: .5s;
        right: -100%;
        padding: 15px;
        z-index: 91;
        top: -10px;
    }

    #nav ul{
        display: block;
        height: 100vh;
        text-align: center;
        padding-top: 50px;
    }

    #nav ul li{
        padding: 5px;
        padding-top: 30px;
        font-size: 29px;
    }

    .img-container .container img{
        width: 768px;
    }

.mt10{
    padding-top: 20rem;
}

    .banner-card{
        width: 500px;
    }

    .banner-register__form form input[type=text]{
        width: 100%;
        margin-top: 10px;
        display: block;
    }

    .banner-register__form img{
        top: 127px;
    }

    .card{
        width: 100%;
    }

    .gallery{
        display: flex;
        flex-direction: column;
    }
    
    .g-col-6{
        width: 100%;
    }

    .g-img__0{
        width: 100%; 
        height: 450px;
    }

    .gallery-img{
        width: 100%;
        height: 600px;
        margin-bottom: 30px;
    }
    .g-img__5{
        width: 100%; 
        height: 450px;
    }

    .man-card{
        height: 450px;
        width: 420px;
        margin-bottom: 15px;
    }
    .man-card1{
        height: 450px;
        width: 420px;
        margin-bottom: 15px;
    }

    .man-card2{
        height: 450px;
        width: 420px;
        margin-bottom: 15px;
    }
    .man-card3{
        height: 450px;
        margin-bottom: 15px;
        width: 420px;
    }

    .bg-card{
        width: 385px;
    }

    .bg-card__text p{
        font-size: 30px;
    }

    .man-card{
        width: 470px;
        height: 470px;
    }

    .man-card1{
        width: 470px;
        height: 470px;
    }

    .man-card2{
        width: 470px;
        height: 470px;
    }

    .man-card3{
        width: 470px;
        height: 470px;
    }
    .man-card h1 , .man-card1 h1 , .man-card2 h1 , .man-card3 h1{
        left: 35%;
        font-size: 34px;
    }
}

@media only screen and (max-width: 769px){
    .banner-card{
        width: 400px;
    }

    .img-container .container img{
        width: 700px;
    }
}

@media only screen and (max-width: 578px){
    .banner-card{
        width: 350px;
        left: 15%;
    }

    .banner-register__form img {
        left: 88%;
    }

    .register__in {
        flex-direction: column;
    }
    .regiter_e{
        margin-bottom: 30px;
    }

    .mt10{
        padding-top: 23rem;
    }

    .bg-card__text p{
        font-size: 24px;
    }


    .gallery-img{
        height: 400px;
    }

    .g-col-6 {
        width: 111%;
        margin-left: -49px;
    }

    .g-img__0{
        width: 100%; 
        height: 350px;
    }

    .g-img__5{
        width: 100%; 
        height: 350px;
    }
}

@media only screen and (max-width: 456px){
    .banner-card{
        width: 320px;
        left: 15%;
    }

    .bg-card__text p{
        font-size: 22px;
    }


    .gallery-img{
        height: 350px;
    }

    .g-col-6 {
        width: 111%;
        margin-left: -49px;
    }

    .g-img__0{
        width: 100%; 
        height: 300px;
    }

    .g-img__5{
        width: 100%; 
        height: 300px;
    }
    .banner-register__title {
        font-size: 19px;
    }
}

@media only screen and (max-width: 356px){

    .banner-card{
        width: 250px;
        left: 10%;
    }

    .bg-card__text p{
        font-size: 22px;
    }

    .banner-card__angel{
        width: 190px;
    }


    .bg-card__text p {
        font-size: 13px;
    }

    .img-container .container img {
        width: 600px;
    }

    .square li {
        width: 15px;
        padding: 0px;
        height: 21px;
    }

    .banner-register__title h3{
        font-size: 17px;
    }

    .banner-register__title1 h3{
        font-size: 17px;
    }

    .banner-register__text p{
        font-size: 10px;
    }


    .man-card{
        width: 350px;
        height: 350px;
    }

    .man-card1{
        width: 350px;
        height: 350px;
    }

    .man-card2{
        width: 350px;
        height: 350px;
    }

    .man-card3{
        width: 350px;
        height: 350px;
    }
    .man-card h1 , .man-card1 h1 , .man-card2 h1 , .man-card3 h1{
        left: 25%;
        font-size: 29px;
    }

    .bg-card__text p {
        font-size: 9px;
    }

}