* {
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
@font-face {
  font-family: Byekan;
  src: url("../fonts/Byekan.ttf") format("ttf"),
    url("../fonts/Byekan.woff") format("woff");
}
@font-face {
  font-family: lalezar;
  src: url("../fonts/lalezar.ttf") format("ttf");
}
@font-face {
  font-family: IranSans;
  src: url("../fonts/IRANSansWeb.ttf") format("ttf"),
    url("../fonts/IRANSansWeb.woff") format("woff"),
    url("../fonts/IRANSansWeb.eot") format("eot");
}
.header-1 {
  font-family: Byekan;
  padding: 15px 30px;
}
.img-logo-link {
  width: 100px;
  display: flex;
}
.nav-link {
  color: #333 !important;
  padding: 0 15px;
}
.nav-link:hover {
  color: #ff7807 !important;
  transition: all 0.3s ease-in-out;
}
.btn-register {
  background-color: #ff7807;
  color: #ffe6d2;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-register:hover {
  background-color: #e96e05;
  color: #fff;
}
.header-2 {
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 35px;
  color: white;
  height: 550px;
}
.title {
  font-size: 60px;
  font-weight: bold;
  padding-top: 90px;
  font-family: lalezar;
}
.Course-1 {
  background-color: #ffffff;
}
.header-title {
  color: #ff7807;
}
.desk {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  font-family: Byekan;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 30px auto;
  width: 30%;
}

.contect {
  font-family: IranSans;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.header-Contect {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: right;
  color: #333;
}

.courses-wrapper {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}

.course-card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 11px 11px 0 0;
  width: 300px;
  min-height: 390px;
  transition: transform 0.3s;
  border: 2px solid #e5e5e5;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-card a:hover {
  color: #ff7807;
  transition: ease-in-out 0.4s;
}

.course-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 11px 11px 0 0;
}

.course-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.course-info a {
  text-decoration: none;
  color: #5c5d5e;
}

.course-info a:hover {
  color: #ff7807;
  transition: all ease-in-out 0.4s;
}

.course-info h3 {
  padding: 5px 16px;
  text-align: right;
  font-size: 16px;
}

.teacher-info {
  margin: 40px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #555;
}

h4 {
  display: inline-block;
}

.course-meta {
  position: relative;
  font-size: 13px;
  color: #555;
  top: 35px;
}
.icon {
  position: relative;
  text-align: right;
  left: -6px;
}

.price {
  background-color: #29ca4a;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 14px;
  color: white;
  right: 105px;
  top: -25px;
}

.teacher-box-1 {
  text-align: left;
  margin-left: 40px;
}

.about {
  background-image: url("../images/bg.jpg");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-color: #373837;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  height: 700px;
}
.more {
  margin: 30px auto;
  width: 550px;
  height: 550px;
  color: white;
  /* margin-top: 30px; */
  padding: 100px 120px;
  font-family: IranSans;
}
h2 {
  font-size: 35px;
}
p {
  margin-top: 20px;
  text-align: justify;
}
.line-button {
  height: 2px;
  width: 50%;
  background-color: white;
  margin: -210px auto 0 auto;
}

.footer {
  background-color: rgb(226, 221, 221);
  padding-top: 35px;
}
.image {
  padding-top: 20px;
  background-color: gray;
  height: 85px;
}
.img {
  height: 50px;
}
.ft {
  text-align: center;
}
