.f_course {
  text-align: center;
  font-family:sans-serif;
  font-style: italic;
  padding: 10px;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}
.home {
  border: 1px solid gainsboro;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: gainsboro;
}
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.sales {
  border: 1px solid #ff9500;
  background-color: #ff9500;
  color: white;
  border-radius: 8px;
  margin: 10px;
}
.nav_item li {
  list-style-type: none;
}
.nav_item a {
  text-decoration: none;
  font-family: cursive;
  color: black;
}
.nav_img {
  width: 30px !important;
}
nav {
  padding: 10px;
}
.nav_container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav_item {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: cursive;
  font-style: italic;
}
.nav_item li a:hover {
  text-decoration: underline !important;
}
.login_btn a {
  text-decoration: none;
  color: black;
  font-family: cursive;
  font-style: italic;
}
.login_btn {
  display: flex;
  gap: 20px;
}
.Login {
  border: 1px solid #ff9500;
  padding: 2px 10px;
  background-color: #ff9500;
  border-radius: 5px;
}
.Login a {
  color: white !important;
}
.nav_icon {
  width: 24px;
  height: 24px;
}
.border {
  border: 1px solid gainsboro;
  opacity: 0.5;
}
.sign a:hover {
  border: 1px solid #ff9500;
  background-color: #ff9500;
  padding: 3px;
  border-radius: 3px;
  color: white;
}
.online_container{
  margin: 30px;
}

/*hero section */

.icon2 {
  border: 1px solid #fff4e5;
  background-color: #fff4e5;
}
.unlock {
  border: 1px solid white;
  background-color: white;
  padding: 7px;
  text-align: center;
  margin-top: 34px;

}
.Creative {
  display: flex;
  align-items: center;
  gap: 10px;
}
.abstract_img {
  text-align: center;
}
.unlock_container {
  display: flex;
  justify-content: center;
}
.potential {
  font-family: sans-serif;
  font-size: 20px;
}
.design {
  font-family: sans-serif;
    font-size: 20px;
  text-align: center;
  margin: 30px;
  
}
.industry {
  font-family: sans-serif;
    font-size: 20px;
  text-align: center;
}
.explore_btn {
  display: flex;
  gap: 20px;
  text-align: center;
}
.explore {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-top: 20px;
  font-family: sans-serif;
}
.courses {
  border: 1px solid #ff9500;
  background-color: #ff9500;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.images {
  display: flex;
  align-items: center;
  border: 1px solid white;
  background-color: white;
  margin: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.container_img {
  text-align: center;
}
.benefit {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  padding: 50px;
  
  
}
.view_btn {
  border: 1px solid #ff9500;
  padding: 10px;
  background-color: #ff9500;
  color: white;
  border-radius: 10px;
}
.benefit_container {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.btn1 {
  height: auto;
}
.box1 {
  border: 1px solid white;
  background-color: white;
  width: 20vw;
  padding: 10px;
  border-radius: 12px;
  height:27vh;
 
}
.box1:hover{
  background-color: #ff9500;
  color: white;
  transition: 0.3s;

  
}
.box2 {
  border: 1px solid white;
  background-color: white;
  width: 30vw;
  padding: 50px;
  border-radius: 12px;
  margin-top: 10px;
}
.one {
  text-align: end;
  font-size: 30px;
}
.schedule {
  font-size: 20px;
}
.fit {
    font-size: 20px;
}
.benefit_p{
  display: flex;
  align-items: center;
  font-size: 30px;
  
}

.arrow {
  text-align: end;
  font-size: 20px;
}
.benefit_box {
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 30px;
}
.benefit_box2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  /* padding: 30px; */
}

.course {
  /* font-family: "Courier New", Courier, monospace; */
  display: flex;
  font-size: 20px;
  padding: 30px;
  justify-content: space-between;
}
.all_btn {
  border: 1px solid white;
  background-color: white;
  padding: 10px;
border-radius: 5px;

}
.all_btn:hover{
  background-color: #ff9500;
  color: white;
  transition: 0.3s;
  
}
.web_img {
  width: 100%;
  border-radius: 8px;
}
.web_design {
  border: 1px solid white;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}
.web_design2 {
  border: 1px solid white;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}
.four_week {
  border: 1px solid gainsboro;
  text-align: center;
}
.four_week:hover{
  background-color: #ff9500;
  color: #fff;
  transition: 0.5s;
}
.f_begin {
  border: 1px solid gainsboro;
  text-align: center;
  }
  .f_begin:hover{
    background-color: #ff9500;
    color: #fff;
    transition: 0.5s;
  }
.course_container {
  padding: 30px;
}
.weeks {
  display: flex;
  align-items: center;
  gap: 10px;
}
.weeks_cont {
  display: flex;
  justify-content: space-between;
}
.get {
  border: 1px solid whitesmoke;
  background-color: whitesmoke;
  text-align: center;
  padding: 10px;
}
.get:hover{
  background-color: #ff9500;
  color: #fff;
  transition: 0.6s;
}

.course1 {
  display: flex;
  gap: 10px;
  padding: 20px;
}
.testimonal_p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  }
.testimonal {
  padding: 30px;
  margin: 30px;
}
.foundation1 {
  border: 1px solid white;
  padding: 30px;
  background-color: white;
}
.foundation_img {
  height: 48px;
}
.read {
  border: 1px solid gainsboro;
  background-color: gainsboro;
  padding: 10px;
  border-radius: 20px;
}
.read:hover{
  background-color: #ff9500;
  transition: 0.3s;
  color: #fff;
}
.found_p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonal_container {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px;
}
.foundation_cont {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 10px;
}
.yearly {
  border: 1px solid white;
  background-color: white;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
    padding: 30px;
}
.month {
  border: 1px solid #ff9500;
  background-color: #ff9500;
  padding: 2px;
  color: white;
  border-radius: 2px;
}

.pricing_p{
    text-align: center;
    font-family: serif;
    font-size: 20px;
}


  
.item{
    border: 1px solid gainsboro;
    padding: 3px;
    display: flex;
    align-items: center;
    
}
.Features{ 
    border: 1px solid white;
    background-color: white;
    justify-content: center;
       gap: 20px;
    padding: 50px 36px ;
}
.Features_P{
    text-align: center;
}
.Started{
    border: 1px solid #ff9500;
    background-color: #ff9500;
    color: white;
    text-align:center;
    margin-top: 20px;
    border-radius: 6px;
    padding: 5px;

}
.free_plan{
    display: flex;
    justify-content: center;
    gap: 50px;
    
    
}
.pricing_box1{
    border: 1px solid rgba(220, 220, 220, 0.519);
    padding: 60px ;
    background-color: rgba(220, 220, 220, 0.189);
}
.plan{
    text-align: center;
    font-size: 30px;
    border: 1px solid #fff4e5;
    background-color: #fff4e5;
}
.dollar_month{
    font-size: 30px;
    text-align:center;
}
.Faq{
    font-size: 20px;
    

}
.faq_container{
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 50px;
}
.faq_questions{
    border: 1px solid white;

}
.faq_1{
    padding: 20px;
}
.question1{
    display: flex;
    
    justify-content: space-between;
}
.faq_btn{
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    background-color: gainsboro;
    border: none;
    outline: none;

}
.enroll{
    border: 1px solid gainsboro;
    background-color: gainsboro;
    padding: 10px;
}
.support2{
    border: 3px solid #ffffff;
    padding: 20px;
    display: flex;
    
    
}

/* navbar icon */
.menu-icon{
  display: none;
}

.question2{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    
}
.mail{
  display: flex;
  align-items: center;
  gap: 2px;
}
footer{
  display: flex;
  justify-content:space-around;
  font-family: sans-serif;
}
.copyright{
  text-align: center;
  font-family: sans-serif;
}


/* responsive */
@media (max-width: 576px) {
  .images {
    margin: auto;
  }
  .box1 {
    width: 100vw;
  }
  /* nav {
    display: none;
  } */
  .box2 {
    width: 100vw;
  }
  .benefit_box {
    display: flex;
    flex-wrap: wrap;
  }

  .benefit_container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .course {
    display: flex;
    flex-wrap: wrap;
  }
  .course1 {
    display: flex;
    flex-wrap: wrap;
  }
  .testimonal_container {
    display: flex;
    flex-wrap: wrap;
  }
  .view_btn{
    display: flex;
    justify-content: center;
  }
  .found_p {
    display: flex;
    flex-wrap: wrap;
  }
  .foundation_cont {
    display: flex;
    flex-wrap: wrap;
  }
  .pricing {
    display: flex;
    flex-wrap: wrap;
  }
  .view_btn {
    display: flex !important;
    justify-content: center !important;
    }
  .our {
    text-align: center;
  }
  .pricing_p {
    text-align: center;
  }
  .view_btn {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .free_plan{
    display: flex;
    flex-wrap: wrap;
  }
  .faq_container{
    display: flex;
    flex-wrap: wrap;
  }
  footer{
    display: flex;
    flex-wrap: wrap;
  }
  .nav_item{
    display: none;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    position: absolute;
    top: 70px;
    right: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0,0, 0.1);
    z-index: 1000;
  }
  .menu-icon{
    display: block;
  }
  .menu-toggle:checked + .menu-icon + .nav-links,
  .menu-toggle:checked + .menu-icon +.nav_item{
    display: block;
  }
}

/* @media (max-width: 850px) {
  /* .benefit_box {
    display: flex;
    flex-wrap: wrap;
  }
} */

/* @media (max-width: 885px) { */
  /* .benefit_box {
    display: flex;
    flex-wrap: wrap; */
  
 
