@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

/* Common Classes */
a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: black;
  font-family: "Manrope", sans-serif;
  transition: 0.3s;
}

a:hover {
  background-color: #fff;
  color: #FF822C;
  cursor: pointer;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

li {
  margin-left: 15px;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

.col-50 {
  width: 50%;
}

.col-33 {
  width: 33.33%;
}

.col-25 {
  width: 25%;
}

.col-40 {
  width: 40%;
}

.col-60 {
  width: 60%;
}

.design {
  background-color: #F97316;
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  border: 1px solid #F97316;
  transition: 0.5s;
}

.design:hover {
  color: #F97316;
  background-color: white;
}

.text-color {
  color: rgb(249, 116, 22);
}

/* Navbar */

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navlist {
  display: flex;
  align-items: center;
}

.navbar-lastsection {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-lastsection {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbar-lastsection a {
  text-decoration: none;
}

.navbar-lastsection .design {
  background-color: #FF822C;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  transition: 0.3s;
}

.navbar-lastsection .design:hover {
  background-color: #fff;
  border: 1px solid #F97316;
}

/* Hamburger checkbox */
#menu-checkbox {
  display: none;
}

/* Hamburger */
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* banner */
.banner .text-content h4 {
  font-size: 35px;
}

.text-content-3 {
  width: 100%;
}

.text-content-2 {
  display: flex;
  gap: 20px;
}

.text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-content-3 {
  display: flex;
  gap: 10px;
}

/* shorts */
.shorts .text-content h2 {
  font-size: 22px;
  text-align: center;
}

.brands-logo figure {
  width: 138px;
}

.brands-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}

.text-part {
  margin: 20px 0;
  text-align: center;
}

.text-part h3 {
  font-size: 36px;
}

.shorts-card .row {
  display: flex;
  justify-content: space-between;
}

.cards {
  position: relative;
  width: 220px;
  border-radius: 15px;
  overflow: hidden;
}

.play-btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: #ff4500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-btn i {
  color: #fff;
  font-size: 18px;
  margin-left: 2px;
}

.shorts-button {
  padding: 18px 33px;
  margin: 50px auto;
  text-align: center;
  border-radius: 20px;
}

.shorts-button .design {
  display: inline;
}

/* features */
.features .text-content h2 {
  font-size: 22px;
  text-align: center;
}

.features .text-content {
  margin: 50px 0;
}

.features .card {
  max-width: 450px;
  width: 100%;
  background-color: rgba(255, 130, 44, 0.13);
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 15px 25px;
}

.features .card h3 {
  font-size: 16px;
  margin-bottom: 25px 0 12px 0;
}

.features .card p {
  font-size: 15px;
  margin: 10px 0 90px;
}

.features figure {
  width: 125px;
  height: 125px;
  margin-top: 45px;
}

/* overview */
.tabs {
  margin: 40px 0;
  display: flex;
  gap: 40px;
  border-bottom: 3px solid black;
}

.tab {
  position: relative;
  padding-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.tab.active {
  font-weight: bold;
}

.rule-box {
  border-radius: 6px;
  padding: 15px;
}

.rule {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
}

.box {
  padding: 10px;
  color: #FF822C;
  background-color: #fcd8c1;
  border-radius: 10px;
}

.boxes {
  padding: 5px 30px;
  color: #FF822C;
  background-color: #fcd8c1;
  border-radius: 10px;
}

.boxer {
  padding: 5px 10px;
  border-radius: 10px;
}

.right-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.right-section input {
  padding: 10px 50px;
  border: none;
  border-bottom: 1px solid grey;
}

.filter {
  width: 50%;
}

.filter-part {
  padding: 5px 10px;
}

/* related themes */
.related-themes .text-part2 h2 {
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}

.related-themes .block {
  padding: 10px 40px;
  border-radius: 10px;
  border: 1px solid #F97316;
}

.related-themes .row {
  margin: 20px 0;
  justify-content: center;
}

.related-themes .row .col {
  display: flex;
  gap: 30px;
}

/* template */
.templates .text-part3 {
  text-align: center;
  margin: 30px 0;
}

.templates .text-part3 h2 {
  font-size: 40px;
}

.templates .row figure {
  max-width: 333px;
  max-height: 428px;
  width: 100%;
  height: 100%;
}

.templates .row .col {
  display: flex;
  gap: 20px;
}

.text-part4 h2 {
  font-size: 24px;
  margin: 60px 0;
  text-align: end;
}

/* questions */
.questions {
  padding: 50px 0;
}

.text-content3 {
  text-align: center;
}

.boxing {
  margin: 20px 0;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid black;
}

.boxing p {
  font-size: 32px;
}

.plus-button {
  background-color: rgb(221, 210, 210);
  display: inline;
  padding: 10px;
  border-radius: 50%;
}

/* testimonails */
.testimonials .text-part5 {
  text-align: center;
  margin: 20px 0;
}

.testimonials .text-part5 h2 {
  font-size: 36px;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.small {
  width: 80px;
  height: 90px;
  overflow: hidden;
  border-radius: 70%;
}

.medium {
  width: 100px;
  height: 120px;
  overflow: hidden;
  border-radius: 70%;
}

.large {
  width: 160px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.last-section {
  background-image: url("../images/Rectangle\ 4482.png");
  background-size: cover;
}

.text-content-4 {
  color: #fff;
  max-width: 450px;
  margin: 90px 100px 57px 144px;
}

.button {
  margin: 40px 0;
  display: inline-block;
  background-color: white;
  padding: 8px 40px;
  border-radius: 10px;
  color: #F97316;
  transition: 0.5s;
}

.button:hover {
  background-color: #F97316;
  color: #fff;
}

/* footer */
footer .row {
  padding: 20px 0;
}

footer img {
  display: block;
}

footer .row .col-25 figure {
  width: 150px;
}




@media (max-width: 990px) {
  
  h2 {
    font-size: 20px;
    text-align: center;
  }

  h3 {
    font-size: 16px;
    text-align: center;
  }
.text-part h3 {
  font-size: 16px;
}
  h4 {
    font-size: 12px;
    text-align: center;
  }.banner .text-content h4 {
  font-size: 12px;
}

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-toggle {
    display: block;
  }

  .navlist,
  .navbar-lastsection {
    background-color: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    width: 100%;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  #menu-checkbox:checked~.navlist,
  #menu-checkbox:checked~.navbar-lastsection {
    max-height: 1000px;
  }

  .navlist li {
    padding: 10px 0;
  }

  .navbar-lastsection {
    display: none;
    padding: 10px 0;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .nav-items {
    flex-direction: column;
    text-align: center;
  }

  .nav-items li {
    margin: 10px 0;
  }

  .navbar-lastsection {
    justify-content: center;
    margin-top: 10px;
  }

  .rule-box {
    width: 100%;
  }

  .rule {
    background-color: red;
    width: 100%;
  }

  .overview .row {
    flex-direction: column;
    width: 100%;
  }

  /* banner */
  .banner .row {
    flex-direction: column-reverse;
    align-items: center;
    margin: 10px 0;
  }

  .banner .col-50 {
    justify-content: center;
    flex-direction: column;
  }

  .features .cards-section .row {
    align-items: center;
    justify-content: center;
  }

  .shorts-card .row {
    justify-content: center;
  }

  .related-themes .col {
    flex-direction: column;
  }

  .related-themes .text-part2 {
    text-align: start;
  }

  .templates .col {
    flex-direction: column;
  }

  .templates .row {
    justify-content: center;
  }

  /* last-secton */
  .last-section .row {
    flex-direction: column;
    align-items: center;
  }

  /* footer */
  footer .row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  footer .row .col-25 {
    text-align: center;
    width: 100%;
  }

  footer h3 {
    font-size: 14px;
    margin-top: 3px;
  }

  footer a {
    font-size: 12px;
  }

  footer p {
    font-size: 14px;
  }

  footer img {
    text-align: center;
  }








}
