*{
    margin: 0;
    padding: 0;
  }
  a{
      color: black;
      text-decoration: none;
  }
  .img-logo{
      width: 150px;
  }
  .img-cou{
      filter: brightness(0.6);
  }
  .carousel-caption{
      margin-bottom: 45px;
      font-size: 60px;
  }
  .row--{
margin-top: 4%;
display: flex;
justify-content: space-between;
}
.course-col-{
flex-basis: 31%;
background-color: #fffdfd;
border-radius: 10px;
margin-bottom: 5%;
margin: auto;
padding: 0%;
box-sizing: border-box;
transition: 0.5s;
padding-right: 0;
max-height: 903px;
}
.course-col-:hover{
box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width:700px){
.row--{
  flex-direction: column;
}
.course-col-{
  margin: 5%;
}
.text-cus{
font-size: 30px;
}
.basket__items.active{
width: 100%;
z-index: 999;
}
}
@media(max-width: 900px){
.carousel-caption{
      margin-bottom: 20px;
      font-size: 35px;
  }
}



.cou-img{
width: 100px;
height: 100px;
}
.sec--{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: 'Poppins';
}
#h1{
font-size: 90px;
font-weight: bolder;
text-align: center;
}
#h3{
font-size: 60px;
font-weight: bold;
padding-top: 40px;
}
#p{
text-align: center;
font-size: 35px;
font-weight: 600;
padding: 50px;
}

  .text-cus{
      font-size: 30px;
      font-weight: 600;
  }
  .text-custom{
      font-size: 25px;
      margin-top: 5%;
  }
  #social-media{
      text-decoration: none;
      color: #000000;
      padding: 100px 0;
  } 
  .ilet-custom{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 75px;
  }
  .a-custom{
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
  }
  .img-social{
    width: 200px;
  }
  
.social-icons svg{
transition: 0.5s;
}
.social-icons a:hover svg
{
transform: translateY(-10px);
}
#footer{
background-image: linear-gradient(to right, #FF7BAB , #f84989);
color: #fff;
}
.footer-img{
width: 100%;
margin-top: -2px;
}

.footer-box{
padding: 20px;
}
.footer-box img{
width: 120px;
margin-bottom: 20px;
}
.contact{
margin-top: 75px;
}
.footer-box .footer-controlÃ§{
box-shadow: none;
border: none;
border-radius: 2px;
margin-top: 25px;
max-width: 250px;
}
.footer-box .btn-primary{
box-shadow: none;
border: none;
border-radius: 2px;
margin-top: 25px;
background-image: linear-gradient(to right, #FF7BAB , #f84989);
}
#mail{
margin-top: 75px;
}
.carousel{
width: 90%;
margin-left: auto;
margin-right: auto;
}
.basket__modal{

position: fixed;
left: 0;
top: 0;
background-color: #5c6a79;
width: 80%;
height: 100%;
opacity: 0;
z-index: -1;
transition: all 250ms ease-in-out;

}

.basket__modal.active{
opacity: 0.5;
z-index: 500;
}

.basket__items{
position: fixed;
right: 0;
top: 0;
width: 0px;
height: 100%;
background-color: white;
float: right;
z-index: -1;
transition: all 250ms ease-in-out;

}

.basket__items.active{
width: 25%;
z-index: 999;
}
@media(max-width:700px){
	.basket__items.active{
      	width: 100%;
      	z-index: 999;
    }
}


.basket__items .bi-x{

font-size: 3rem;
color: black;
cursor: pointer;
}
.basket__title{
color: #000000;
margin-top: 3rem;
text-align: center;

}
.basket__list{
list-style-type: none;
padding: 0 20px;
margin-right: 7px;
margin-top: 3rem;
max-height: 650px;
overflow-y: auto;
}
.basket__list li{
display: flex;
justify-content: space-between;
align-items: center;
}
.basket__item__info{
width: 50%;
display: flex;
flex-direction: column;
}
.basket__item__info .season__name{
font-size: 25px;
font-weight: 600;
margin-bottom: 0;
}
.basket__item__info .season__price{
font-size: 16px;
}
.basket__item__info .season__remove{
font-size: 15px;
color: #838485;
cursor: pointer;
}
.basket__item .season__count{
font-size: 1.3rem;
font-weight: bold;
}
.season__count .increase .decrease{
cursor: pointer;
}

.season__count .increase{
padding: 5px;
cursor: pointer;
}
.season__count .decrease{
padding: 5px;
cursor: pointer;
}
.basket__item{
margin-bottom: 1rem;
}
.basket__total{
display: none;
flex-direction: column;
margin-top: auto;
bottom: 0;
align-items: center;

}

.basket__total.active{
display: flex;
}
.total__price{
font-size: 30px;
font-weight: 500;
}
.basket__icon{
position: relative;
}
.basket__count{
position: absolute;
right: 0.5rem;
bottom: 0;
width: 20px;
height: 20px;
background-color: #000000;
border-radius: 50%;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 1rem;
font-weight: bold;
}

.basket__count:empty{
display: none;
}
.total__price:empty + .siparis{
display: none;
}
.course__info{
    max-width: 80%;
    margin: auto;
}
.course__img{
    height: 30%;
    width: 30%;
    margin-top: 50px;
}
.course__info{
    display: flex;
    flex-direction: row;
}


.course__text{
    max-width: 70%;
    margin-right: auto;
    padding-left: 50px;
    padding-top: 50px;
}
.price__course{
    opacity: 0.8;
}
.course__text h2{
    font-weight: 600;
    margin-bottom: 10px;
    color: #3d3d3d;
}
.course__text .description__course{
    font-size: 25px;
    font-weight: 200;
    font-style: italic;
}
.course__text .price__course{
    margin-bottom: 0;

}
.course__text .btn{
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    font-weight: 600    ;
}
.course__info-2{
    width: 80%;
    height: 50px;
    background-color: #dedede;
    margin: auto;
    margin-top: 50px;
    border-radius: 5px;
}
.course__section{
    color: white;
    margin-bottom: 0;
}
.course__section h3{
    cursor: pointer;
}
.explaa{
    max-width: 30%;
    font-weight: 000;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #ffdcdc;
    color: #6b6b6b;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}
.explaa__1{
    max-width: 70%;
    margin: auto;
    margin-top: 40px;
    font-size: 17px;
}
.expla__2{
    font-weight: 600;
    font-size: 18px;
}
.expla__3{
    margin-top: 0px;
}
@media(max-width:900px){
	.course__info{
        display: flex;
        flex-direction: column;
    }
    .course__img{
        height: 75%;
        width: 75%;
        margin: auto;
        margin-top: 50px;
    }.course__info{
        max-width: 100%;
        margin: auto;
    }
    .course__text{
        max-width: 92%;
        margin-right: auto;
        padding-left: 50px;
        padding-top: 50px;
    }
    .course__text h2{
        font-weight: 600;
        margin-bottom: 10px;
        color: #3d3d3d;
        font-size: 15px;
    }
    .course__text .description__course{
        font-size: 15px;
        font-weight: 200;
        font-style: italic;
    }
    .explaa{
        display: none;
    }
    .explaa__1{
        max-width: 90%;
        margin: auto;
        margin-top: 40px;
        font-size: 15px;
    }
    .expla__2{
        font-weight: 600;
        font-size: 15px;
    }
    
}
@media(max-width:900px){
    .img-nav{
      width: 150px;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 5px;
    }
    #nav_container{
      display: flex;
      flex-direction: column;
    }
    
    .navbar-nav{
      display: flex;
      flex-direction: row;
      margin: 0;
    }
    p.text-custom.mb-0{
      font-size: 20px;
      margin-left: 15px;
      margin-right: 15px;
    }
    h1.text-center.text-cus.seans.mt-5{
      font-size: 35px;
      font-weight: 500;
    }
    h3.text-center{
      font-size: 20px;
      width: 80%;
      margin: auto;
      margin-top: 7px;
      font-weight: 200;
      margin-bottom: 50px;
    }
    .col-md-4.footer-box.contact.mt-5{
      text-align: center;
    }
    .col-md-4.footer-box{
      text-align: center;
    }
  }
  @media(max-width:575px){
    
    ul.navbar-nav{
      display: flex;
      flex-direction: row;
    }
    #cao{
      display: none;
    }
    #nav-nav{
      padding: 5px;
    }
    .basket__icon{
      width: 10px;
      height: 10px;
    }
    .bi-pause-nav{
      display: none;
    }
    #nav-nav{
      padding-left: 5px;
      padding-right: 5px;
    }
    .basket__count{
          position: absolute;
          right: 0rem;
          left: 1.3rem;
          bottom: -1.8rem;
          width: 20px;
          height: 20px;
          background-color: #000000;
          border-radius: 50%;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1rem;
          font-weight: bold;
        }
  }
 #bttn{
  display: none;
 }
 .carousel-btn{
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-weight: 100;
  font-size:40px;
  padding-bottom: 7px;
  padding-left: 50px;
  padding-right: 50px;
 }
 #instroduction{
    max-width: 100%;
    background-color: #D3B2B9;
    height: 700px;
    display: flex;
    flex-direction: row;
 }
.image-medi{
    height: 100%;
    margin: 0;
    float: right;
    margin-right: 12%;
}
.textt{
    margin: auto;
    margin-left: 12%;
    width: 600px;
    font-size: 25px;  
}
.textt h{
    font-size: 50px;
}
.hhh{
  font-weight: 700;
}
.textt p{
  margin-bottom: 0;
}
.button-btn{
  margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button-btn{
    appearance: none;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;

    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;

    padding: 1rem 1.5rem;
    border-radius: 0.2rem;
    background-color: #ffdcdc;
    color: rgb(53, 53, 53);
}
.button-btn:hover{
    background-color:transparent;
    border: 2px solid black;
}
#theta-sec{
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}
.course-img{
  height: 500px;
}
.text-course{
  max-width: 500px;
  margin: auto;
  margin-left: 100px;
  font-size: 30px;
}
.ppp{
  font-size: 70px;
  font-weight: 700;
}
#theta-sec-1{
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.text-course-1{
  max-width: 500px;
  margin: auto;
  margin-right: 100px;
  font-size: 30px;
}