body{
    margin:0;
    font-family: 'Spartan', sans-serif !important;
    /* font-size: 14px !important; */
    line-height: 1.42857143 !important;
    color: #333;
    padding: 0;
    background:url(./img/bg.jpg) repeat;
    background-size:100%;

}

.welcome{
    background-image: linear-gradient(to right,#812868,#f954a4 );
    color:white !important;
    margin-bottom: 0!important;
    padding: 0;
}

.welp{
    font-size: 15px !important;
   
}



#icons{
    margin-right:250px
}

.navbar-brand{
    margin-left: 150px!important;
}

.nav-link{
    font-size: 15px;
    color:black !important;
}

.nav-link:hover{
    font-size: 15px;
    color:#b11e6f !important;
}

.nav-item{
    padding: 0px 10px;
}


.nav-item:hover{
  border-top: 1px solid #b11e6f;
  border-bottom: 1px solid #b11e6f;
}



.marq .container>h4{
    width: auto;
    /* display: block; */
    padding-top: 10px !important;
    height: auto;
}

h4 {
    display: inline-block !important;
}

marquee{
    margin-left: 50px!important;
    color: #b11e6f;
}
h1{
    margin-bottom: 20px;
    color:black;
}

.p{
    font-size: 15px;
    color: #000;
    line-height: 23px;
    font-weight: normal;
     text-align: center;
}

.btn-outline{
   background: linear-gradient( to right, rgba(177, 30, 111, 1) 0%, rgba(74, 14, 192, 1) 100%) !important;
   margin-top: 1rem;
   font-size: 15px !important;
   padding: 10px 20px !important;
   border-radius: 30px !important;
   color: #fff !important;
    justify-content: center;
    border: 2px solid #fff !important;
}

#cover{
    background: linear-gradient( to right, rgba(0,0,0,1),rgba(35,31,32,0.6)),url(./img/appbg.jpg) no-repeat center ;
    background-size: cover;
    background-attachment: fixed;
    padding:100px 20px;
}

.yub1{
    border: 20px solid #fff;
    height: 100%;
    margin-left:150px;
}

.yub-item {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.artboard{
    background-image: url(./img/artboard2.png);
}

#student{
    background: url(./img/student-talk.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding:100px 20px;
}
.card:hover{
  
        transition: 0.4s;
        transform: translateY(-6px);
        box-shadow: 0 25px 60px 0 rgb(0 0 0 / 20%);
    
}

.b{

    border:6px solid white;
    height: 120%;
    
}

.you-item{
    width:100%;
    height:100%;
}

.yr1{
    margin-bottom: 80px;
}
footer{
    background: url(./img/fotbg2.jpeg) no-repeat center;
    background-size:cover;
    padding:50px 20px;

}

.f{
    list-style: none;
    cursor: pointer;
}
.g{
    list-style: none;
}

.f:hover{
     color:#b11e6f ;
}

.face{
    font-size: 20px;
    color:#3B5998;
}
.t{
    font-size: 20px;
  color: #1DA0F1;
}
.i{
    font-size: 20px;
    color: #E1306C;
}
.y{
    font-size: 20px;
    color: #ff0000;
}
.card{
    width: 100% !important;
}

.whatsapp a, .whatsapp a:hover, .whatsapp a:focus{
    color:#fff;
    border-radius:30px;
    bottom:20%;
    right: 20px;
    background:#3fbb50;
    font-size: 40px;
    display:flex;
    justify-content:center;
    height: 60px;
    width: 60px;
    box-shadow:0 10px 15px 0 black;
    position:fixed;
    align-items:center;
   
}

.carousel{
    z-index: 1;
}


@media (max-width: 575.98px) {
    
.yub1{
    margin-top: 50px;
    margin-right: 20px;
}

.col-sm-12{
    margin-bottom:50px;
}
.wel{
    text-align: center;
}
}

@media (max-width: 767.98px) {

    .col-sm-12{
        margin-bottom:50px;
    }
 }
 @media (max-width: 991.98px) { 
    .card{
        width: 18rem !important; 
        margin:5%;
       
  }
}

@media (max-width: 1199.98px) {
    .wel{
        margin-left: 150px;
    }
    /* .card{
        width: 12rem !important;
  } */
 
 }
 @media (max-width: 1399.98px) { 
    .wel{
        margin-left: 150px!important;
    }
  }