 @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,400;1,300;1,600&display=swap');

* {
    margin: 0;
    padding: 0;
}
body{
    background-color: #eeeeee;
}

.facebook img {
    overflow: hidden;
    border-radius: 400px;
    width: 40px;
    height: 40px;
    background-color: yellow;
}

.twitter img {
    overflow: hidden;
    border-radius: 300px;
    width: 40px;
    height: 40px;
}

.instagram img {
    overflow: hidden;
    border-radius: 300px;
    width: 40px;
    height: 40px;
}

.youtube img {
    overflow: hidden;
    border-radius: 300px;
    width: 50px;
    height: 40px;
}

.teligram img {
    overflow: hidden;
    border-radius: 300px;
    width: 40px;
    height: 40px;
}

.nav-logo img {
    width: 80px;
    margin: -52px 160px 0px 0px;
}

.nav {
    padding: 80px 0px 80px 0px;
    display: flex;
    justify-content: space-around;
    width: 100vw;
    height: 3vh;
}

.nav .nav-socialmedia {
    display: flex;
    gap: 5px;
}

.nav .nav-icons {
    display: flex;
    gap: 3px;
}

.nav .nav-icons .bell svg {
    filter: invert(1);
    width: 40px;
    height: 40px;
    background-color: #00c893;
    border-radius: 100px;
}

.nav .nav-icons .search svg {
    filter: invert(1);
    width: 40px;
    height: 40px;
    background-color: #00c893;
    border-radius: 100px;
}

.nav .nav-icons .dark svg {
    filter: invert(1);
    width: 40px;
    height: 40px;
    background-color: #00c893;
    border-radius: 100px;
}

header .main-nav {
    background-color: #ff376c;
    color: white;
    width: 100%;
    height: 15vh;
}

.main-nav ul {
    display: flex;
    margin: 20px 0px;
    padding: 10px 0px;
    gap: 30px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    list-style-type: none;

}

.main-nav li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: white;
    line-height: 28px;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Josefin Sans', sans-serif;

}

.main-nav li a:hover {
    color: black;
}

/* main */

.slider{
    width: 80%;
    height: 500px;
    margin: 50px auto ; 
    overflow: hidden;
    border-radius: 20px;
}
figure{
    position: relative;
    left: 0;
    width: 500%;
    animation: 25s slide infinite;
    
}
.slide{
    position: relative;
    width: 20%;
    float: left;

}
.slide h3{
    position: absolute;
    font-size: 1rem;
    width: 100px;
    color: aliceblue;
    text-shadow: 1px 1px 2px rgb(0, 0, 0,0.5);
    text-align: center;
    margin-top: 20px;
    margin-left: 300px;
    background-color: #ff376c;
    border-radius: 20px;

}
.slide .inner-new{
    position: absolute;
    font-size: 1rem;
    color: black;
    font-weight: 700;
    font-family: "Josefin Sans" - 700;
    font-size: 50px;
    text-align: center;
    margin-top: 50px;




}

.slide .new{
    position: absolute;
    width: 60%;
    height: 60%;
    color: aliceblue;
    text-shadow: 1px 1px 2px rgb(0, 0, 0,0.5);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.607);
    margin-top: 100px;
    margin-left:250px;
    border-radius: 20px;

}
.slide img{
    width: 100%;
    height: 500px;
}

@keyframes slide{
    0%{
        left:0;
    }
    5%{
        left:0;
    }
    10%{
        left:-100%;
    }
    15%{
        left:-100%;
    }
    20%{
        left:-200%;
    }
    25%{
        left:-200%;
    }
    30%{
        left:-300%;
    }
    35%{
        left:-300%;
    }
    40%{
        left:-400%;
    }
    45%{
        left:-400%;
    }
    50%{
        left:-300%;
    }
    58%{
        left:-300%;
    }
    61%{
        left:-200%;
    }
    69%{
        left:-200%;
    }
    77%{
        left:-100%;
    }
    85%{
        left:-100%;
    }
    93%{
        left:0;
    }
    100%{
        left:0;
    }
}


/* cards*/


.cards{
    display: grid ;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    width: 80vw;
    /* margin: auto ; */
    margin: auto auto 50px auto;
    row-gap: 50px;
    
}
.cards .card1 img{
    height: 50vh;
    width: auto;
    border-radius: 20px;
}
.card1{
    overflow: hidden;   
    background-color: #ffffff;
    width: 25vw;
    height: 100vh;
    border-radius: 20px;
}
.cards .card1 h3 a{
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: white;
    line-height: 28px;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
}
.cards a:hover{
    color: #ff376c;

}
.cards .card1 h3{
    background-color: #ff376c;
    border-radius: 20px;
    margin-left: 150px;
    margin-right: 170px;
    margin-top: 15px;
    margin-bottom: 15px;
   height: 25px;
   justify-content: center;
   text-align: center;
}

.cards .card1 .card-p1{
    font-family: "Josefin Sans", sans-serif;;
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
    color: #212121;
    margin: 10px 10px;
    text-align: center;
    justify-content: center;
}
.cards .card1 .card-p2{
    font-family: sans-serif;;
    font-weight: 400;
    font-size: 17px;
    color: rgb(113, 128, 150);
    text-align: center;
    justify-content: center;
    margin-top: 100px;
}



/* footer */



.footer{
    background-color: #0f1012;
    width: 100vw;
    height: 50vh;
}
.footer .p{
    color: rgb(255, 255, 255);
    display: flex;
    /* justify-items: center; */
    justify-content: center;
    align-items: center;
    font-family: "Josefin Sans" - 600;
    font-weight: 600;
    font-size: 32px;
    line-height: 31px;
    /* background-color: #00c893; */
    height: 10vh;
}

.footer  .line{
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    height: 1px;
    width: 30vw;
    margin-left: 49%;
    background-color: #5b5b5b;
}

.footer-img{
    display: flex;
    justify-content: space-around;
    margin: 100px auto 100px auto;
}
.footer-img .footer-logos img{
    width: 50px;
    border-radius: 100px;
}
.copyright{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw;
    height: 70px;
    background-color: #000;
    /* color: #00c893; */
    font-family: Rubik, sans-serif;;
    font-weight: 400;
    font-size: 16px;
    color: #bbbbbb;
}
.copyright p{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* @media 950px  */

    





