@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/algeria");

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-weight: 400 !important;
  /* border: 1px solid red; */
}
h2{
    font-size: 40px !important;
    font-weight: 600 !important;
}


#cursour{
  width: 1vw;
  height: 1vw;
  background-color:#BB2D3B;
  border-radius: 50%;
  position: fixed;
  z-index: 99;
}


#bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  background-attachment: fixed;
  border-radius: 0% 0% 46% 53% / 0% 0% 20% 20%;
}
.nav-item a {
  color: white;
}
nav i{
  color: #fff;
}
nav{
  text-align: center;
}

.logo {
  width: 100px;
  height: 100px;
}
.text {
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  height: 80vh;
  color: var(--white);
  
}
nav a {
  position: relative;
}
nav a.active{
  position: relative;
  color: #fff !important;
}

nav a.active::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 90%;
  width: 100%;
  height: 1px;
  background-color: red;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}

nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 90%;
  width: 0%;
  height: 1px;
  background-color: red;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
nav a:hover::after {
  width: 100%;
}


/* about section  */

.text-parent{
  position: relative;
}
.text-border::after{
  content: "";
  position: absolute;
  left: 16%;
  top: 92%;
  width: 0%;
  height: 1px;
  background-color: red;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
.text-border:hover::after{
  width: 30%;
}

/* gallery  */
.small {
  overflow: hidden;
}
.small img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.big {
  overflow: hidden;
}
.big img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}



#blogBg{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/blog-bg.jpg);
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  background-attachment: fixed;
  border-radius: 45% 56% 0% 0% / 10% 10% 10% 10% ;
}

/* contact section  */
.icons a {
  margin-right: 10px;
  background-color: var(--green);
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  display: flex;
  border-radius: 50%;
  color: white !important;
}

.director{
  width: 300px;
  height: 300px;
  border-radius: 50%;
  
}
#direct{
  background-image: linear-gradient(rgba(6, 6, 6, 0.947), rgba(49, 47, 47, 0.596));
background-size: cover;
background-position: center;
min-height: 60vh;
background-attachment: fixed;
}

.bold{
  color: white;
  font-weight:bolder;
  text-align: center;
  font-size: 20px;

}

h1{
  font-weight: 550 !important;
  font-size: 55px;
}
#trianed{
  background: linear-gradient(rgba(210, 209, 209, 0.4), rgba(133, 133, 133, 0.2));
}
.trainer img{
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
}
.trainer img:nth-child(2){
  object-position: 0 0;
}
.icon-trainer a{
  width: 30px;
  height: 30px;
  background-color: brown;
  color: white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  
  
}
#contact-section{
  background: linear-gradient(rgba(210, 209, 209, 0.4), rgba(133, 133, 133, 0.2));
}

.contact{
  box-shadow: 0px 3px 5px rgb(93, 92, 92);
  border-radius: 25px;
  padding: 15px 30px;
  margin-bottom: 40px;


}
.contact input{
  margin: 15px 0px;
  box-shadow: 0px 3px 5px rgb(93, 92, 92);
  border: none;
}
.contact textarea{
  margin: 13px 0px;
  border: none;
  box-shadow: 0px 3px 5px rgb(93, 92, 92);
}
.img{
  mix-blend-mode: multiply;
}

#footer{
  background: #000;
  color: white;
}

#footer a {
  color: white;
  text-decoration: none;
  line-height: 30px;
}


.icon{
  display: flex;
  
  
}
.icon i{
  margin: 5px 8px;
  color:white;
  background-color: brown;
  font-size: 20px;
  height: 50px;
  padding: 12px 15px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
p{
  font-weight: 300 !important;
}
.icon p{
  margin-top: 5px;
}

.icons{
  display: flex;
  justify-content: center;
  
}
.icons i{
  color:white;
  background: linear-gradient(rgba(155, 152, 152, 0.967), rgba(83, 82, 82, 0.825));
  font-size: 20px;
  height: 50px;
  padding: 12px 15px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  
}

#copyright{
  background: black;
  color: white;
  padding: 8px 10px;
  border-top:1px solid rgb(169, 168, 168);
  
}
 
.juneco a{
    list-style: none;
    color: yellow;
    text-decoration: none;
}

/* about section  */
#about-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/about-bg.jpg) !important;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  background-attachment: fixed;
  border-radius: 0% 0% 46% 53% / 0% 0% 20% 20%;
}
.para{
  display: flex;
  padding: 05px 10px;
  align-items: center;
 
}
.para i{
  padding-right:10px;
  color: #BB2D3B;

}
.col i{
  margin: 5px;
  color: #BB2D3B;
}
.custom .col-md-4{
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  flex-direction: column;
}
.custom .col-md-4 div{
  display: flex;
  align-items: flex-start;
  width: 80%;
  flex-wrap: wrap;
  border-bottom: 1px dotted;
  padding: 10px 0;
  gap: 10px;
}
.custom i{
  font-size: 12px;
  color: #BB2D3B;
  align-self: center;
  justify-content: center;
  display: none;
}
.custom p{
  font-size: 15px;
  align-self: baseline;
}

.custom .col-md-6{
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  flex-direction: column;
}
.custom .col-md-6 div{
  display: flex;
  align-items: flex-start;
  width: 80%;
  flex-wrap: wrap;
  border-bottom: 1px dotted;
  padding: 10px 0;
  gap: 10px;
}

#course-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/cor-4.jpg) !important;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  background-attachment: fixed;
  border-radius: 0% 0% 46% 53% / 0% 0% 20% 20%;
}
.img-sec{
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 500px) {
  h1{
    font-size: 35px !important;
  }
  .card{
    width: 25rem !important;
  }
  .mar{
    margin-top: 150px !important;
  }
  
  .mar-1{
    margin-top: 900px !important;
  }
  .mar-3{
    margin-top: 400px !important;
  }




}




