@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  background: var(--secondary);
  color: #333;
  line-height: 1.6;
  background-color: var(--secondary);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}

h1,
h2 {
  font-weight: 400;
  line-height: 1.2;
}

/** Main header */
.main-header {
  background-image: url(/img/image.png);
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

/** Navbar and Drop button */
.navbar {
  display: flex;
  height: 11rem;
  border-bottom: 2px solid var(--primary);
  position: fixed;
  width: 100%;
  justify-content: space-evenly;
  background-color: var(--secondary);
}

.navbar ul {
  display: flex;
}

.navbar h1 {
  font-size: 3rem;
}

.navbar-button {
  position: relative;
  display: inline-block;
}

.navbar-btn {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  color: var(--white);
  background-color: var(--primary);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.fa-solid,
.fas {
  font-weight: 900;
  scale: 1.2;
}

.dropmenu-content {
  position: absolute;
  width: 200px;
  overflow: auto;
  top: 75px;
  height: auto;
  z-index: 1;
  border-radius: 20px;
  border: solid 1px var(--black);
  right: -170px;
}

.dropmenu-content a {
  padding: 12px 16px;
  display: block;
}

.dropmenu-content a:hover {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--dark);
}

.show {
  display: inline-block;
}
.hide {
  display: none;
}

/** Navbar Flags */
.navbar-1 {
  display: inline-block;
  padding: 1rem;
  position: absolute;
  right: 1rem;
  scale: 1.4;
}

.flag-icon {
  width: 2.7rem;
  border-radius: 2rem;
  padding: 0.1rem;
  margin: 0 0.5rem;
}

/** Navbar Icon and Navs */
.navbar-2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 400;
  width: 90%;
  padding: 0 5rem;
}

.navbar-2 a {
  color: var(--white);
  padding: 1rem 1.8rem;
  margin: 0 0.5rem;
}

.navbar-a:hover {
  border-bottom: 2px solid var(--primary);
}

.logo {
  display: flex;
  width: 110px;
  border-bottom: none;
}

/** Content Text and Button */
.content {
  border-radius: 5%;
  color: var(--white);
  font-size: 2rem;
}

.main-header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.btn {
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  color: white;
  background-color: rgb(223, 149, 11);
  margin: 5px;
}

.btn:hover {
  color: rgb(223, 149, 11);
  background-color: white;
}

/** Main Containers and Container */
.containers {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  flex-wrap: wrap;
  background-image: url(/img/Untitled\ design\ 2.png);
}

.container {
  margin: 20px;
  padding: 10px;
  width: 400px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--white);
}

.container-img {
  width: 100%;
  border-radius: 20px;
  height: 230px;
}

.container h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
}

.container p {
  color: white;
  padding: 1rem 0;
  text-align: initial;
  text-align: center;
  font-size: 17px;
}

.slayt-sub {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
}

/** Main Footer */
.main-footer {
  width: 100%;
  background-color: #333;
  text-align: center;
  color: white;
}

.footer-container {
  display: flex;
  padding: 2rem;
  margin-top: 10rem;
  justify-content: space-between;
  background-color: #040d12;
  border-bottom: 2px solid var(--primary);
  height: auto;
  overflow: auto;
}

/** Footer 1 Logo, Icon and Text */
.footer-1 {
  width: 50%;
}

.footer-icon-yazi {
  display: flex;
  width: 100%;
}

.footer-icon {
  margin: 1rem;
}

.logo-footer {
  width: 250px;
}

.footer-yazi {
  margin: auto;
}

.footer-yazi p {
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 25px;
}

.footer-1-icons {
  display: flex;
  justify-content: flex-start;
}

.facebook-logo i {
  padding: 5px;
}

.facebook-logo {
  text-decoration: none;
  color: var(--white);
  font-size: 3rem;
  display: flex;
  width: 60px;
  justify-content: center;
  margin: 5px;
  padding: 0px;
}

.fa-brands:hover {
  border-radius: 10px;
  border: 2px solid var(--black);
  background-color: var(--primary);
}

.fa-icons {
  padding: 0 1rem;
  margin: 0 1rem;
}

/** Footer 2 Contact Number and Mail */
.hidden {
  visibility: hidden;
}
.footer-2 {
  flex-direction: column;
  width: 50%;
}

.footer-2 h1 {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}

.icon-contact {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 2rem 0;
}

.icon-contact a:hover {
  color: var(--primary);
}

.fa-phone {
  margin: 0.4rem;
}

.fa-envelope {
  margin: 0.4rem;
}

/** Copyright */
.copyright {
  text-align: center;
  padding: 3px 0;
  margin: 3px 0;
}

/** about-us.html */
.main-header-about-us {
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 15vh;
  position: relative;
}

.about-us-main {
  background-image: url(/img/Untitled\ design\ 2.png);
}

.rows {
  display: flex;
  padding: 2rem;
  justify-content: space-around;
  width: 60%;
  height: auto;
  margin: auto;
  border-radius: 50px;
  border: 1px solid var(--white);
  margin-bottom: 25px;
}
.rows img {
  width: 45%;
  margin: 5px;
  padding: 5px;
  border-radius: 20px;
}

.rows h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  text-align: center;
  margin-top: 45px;
}

.rows p {
  font-size: 15px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  padding-top: 30px;
}

.rows a {
  color: var(--primary);
}

.continer-colunms {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/** Responsive Media */
@media (max-width: 1100px) {
  .footer-icon-yazi {
    flex-direction: column;
  }
  .footer-1-icons {
    justify-content: center;
  }
  .rows {
    flex-direction: column;
    width: 50%;
  }
  .rows img {
    margin: auto;
    width: -webkit-fill-available;
  }
  .rows h1 {
    font-size: 15px;
    margin: auto;
  }
  .rows p {
    width: 50%;
    margin: auto;
  }
}

@media (max-width: 828px) {
  html {
    font-size: 9px;
  }
  .navbar {
    height: 20rem;
  }
  .logo {
    width: 110px;
  }
  .navbar-2 {
    flex-direction: column;
    justify-content: center;
  }
  .footer-icon-yazi {
    flex-direction: column;
  }
  .footer-1-icons {
    justify-content: center;
  }
  .footer-2 {
    width: 52%;
  }
  .logo-footer {
    width: 200px;
  }
  .dropmenu-content {
    top: 100px;
  }

  .continer-colunms {
    margin-top: 70px;
  }

  .rows {
    width: min-content;
  }

  .rows img {
    width: 255px;
  }

  .rows h1 {
    font-size: 12px;
    margin: auto;
  }

  .rows p {
    font-size: 10px;
    margin: auto;
  }
}

@media (max-width: 435px) {
  html {
    font-size: 7px;
  }
  .navbar {
    height: 20rem;
  }
  .navbar-2 {
    justify-content: center;
  }
  .navbar-2 ul {
    width: 104%;
  }
  .logo {
    width: 80px;
  }
  .logo-footer {
    width: 150px;
  }
  .footer-yazi p {
    font-size: 18px;
  }
}
