@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root {
  --main-color: #d3ad7f;
  --black: #13131a;
  --bg: #010103;
  --border: .1rem solid rgba(255, 255, 255, .3)
}

* {
  font-family: "roboto", sans-serif;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: .2s linear;
}



html::-webkit-scrollbar {
  width: .8rem;
}

html::-webkit-track {
  background: red;


}

html::-webkit-thumb {
  background: #fff;
  border-radius: 5rem;
}

body {
  background: var(--bg);
}

section {
  padding: 2rem 7%;
}

hr{
  border: 2px solid rgb(199, 147, 25);
  margin-bottom: 40px;
}
.heading {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 3.5rem;
  font-size: 4rem;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.heading span {
  color: var(--main-color);
  text-transform: uppercase;
  text-decoration: underline;

}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: .9rem 3rem;
  font-size: 1.7rem;
  color: #fff;
  background: var(--main-color);
  cursor: pointer;
}


.btn:hover {
  letter-spacing: .2rem;
}

.header {
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: var(--border);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header .logo img {
  height: 5rem;
  border-radius: 8px;
}

.header .navbar a {
  margin: 0 1rem;
  font-size: 1.6rem;
  color: #fff;
}

.header .navbar a:hover {
  color: var(--main-color);
  border-bottom: .1rem solid var(--main-color);
  padding-bottom: .5rem;
}

.header .icons div {
  color: #fff;
  cursor: pointer;
  font-size: 2.5rem;
  margin-left: 2rem;
}

.header .icons div:hover {
  color: var(--main-color);
}

#menu-btn {
  display: none;
}

#btn-us {
  padding: 20px 60px;
  border-radius: 5px;
  font-size: 1.6rem;
  background-color: rgb(199, 147, 25);
}

.home {
  color: white;
  margin-top: 180px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  /* height: 50vh; */
}


.home .content {
  max-width: 60rem;

}

.home .content #content-p {
  text-align: center;
  margin-bottom: 20px;
  color: #d3ad7f;
}



.home .content #contentH1 {
  text-transform: uppercase;
  font-size: 5rem;
  text-align: center;

}

.home .content #contentH2 {
  text-transform: uppercase;
  font-size: 6rem;
color:yellow;
}

.home .content #contentH3 {
  text-transform: uppercase;
  font-size: 5rem;
  text-align: center;
}

.home .content #content-btn {
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  font-size: 6rem;
  background-color: rgb(199, 147, 25);
}

.content-div {
  text-align: center;
  margin-top: 20px;
}

.img-container  {
  margin-top: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}

.img-container .box img{
  height: 200px;
  width: 200px;
object-fit: contain;
}

.box-container-1 .row .image {
  flex: 1 1 45rem;
}


.box-container-1 .box .image img {
  height: 50px;
width: 50px;
}

.about {
  margin-bottom: 50px;

}

.about .row {
  display: flex;
  align-items: center;
  background: var(--black);
}

.about .content li {
  color: white;
}

.about .row .image {
  flex: 1 1 45rem;
}

.about .row .image img {
  width: 100%;
}

.about .row .content {
  flex: 1 1 45rem;
  padding: 2rem;
}

.about .row .content ul li {
  font-size: 2.6rem;
  color: #ccc;
  padding: 1rem 0;
  line-height: 1.8rem;
  margin-left: 20px;
}


.menu .heading2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-size: 4rem;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.heading2 span {
  color: var(--main-color);
  text-transform: uppercase;
  text-decoration: underline;
}

.menu .heading1 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 3.5rem;
  font-size: 2rem;
  line-height: 4rem;
}

.menu ul {
  margin-left: 20px;
}

.menu .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}

.menu .box-container .box img {
  height: 23rem;
  width: 250.694px;

  border-radius: 200px;
  object-fit: contain;
}

.menu .box-container .box {
  padding: 5rem;
  text-align: center;
  border: var(--border);
}

.menu .box-container .box h3 {
  color: #fff;
  font-size: 2rem;
  padding: 1rem 0;
}

.menu .box-container .box:hover {
  background: #fff;
}

.menu .box-container .box:hover>* {
  color: var(--black);
}

.review .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}

.review .box-container .box {
  border: var(--border);
  padding: 3rem 2rem;
}


.review .box-container .box li{
  font-size: 2.5rem;
  line-height: 1.8rem;
  color: #ccc;
  padding: 2rem 0;
  margin-left: 15px;
}

.contact .row {
  text-align: center;
}

.contact .row p {
  color: #fff;
  font-size: 4rem;
  padding: 10px;
  background-color: rgb(199, 147, 25);
}

.footer {
  background: var(--black);
  text-align: center;
}

.footer .share {
  padding: 1rem 0;
}

.footer .share a {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  color: #fff;
  border: var(--border);
  margin: .3rem;
}


.footer .share a:hover {
  background-color: var(--main-color);
}

.footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 0;
  gap: 1rem;
}

.footer .links a {
  padding: .7rem 2rem;
  color: #fff;
  border: var(--border);
  font-size: 2rem;
}

.footer .links a:hover {
  background-color: var(--main-color);
}

.footer .credit {
  font-size: 2rem;
  color: #fff;
  font-weight: lighter;
  padding: 1.5rem;
}

.footer .credit span {
  color: var(--main-color);
}


/* ---------------media queries-------------------------- */

@media(max-width:1087px) {
  .header .navbar a {
    margin: 0 0.5rem;
  }
}




@media(max-width:991px) {
  html {
    font-size: 55%;
  }

  .home {
    margin-top: 120px;
  }

  .logo img {
    width: 63px;
  }

  .header {
    padding: 1.5rem 2rem;
  }

  section {
    padding: 2rem;
  }

 

}


@media(max-width:768px) {
  #menu-btn {
    display: inline-block;
  }

  .header .navbar {
    position: absolute;
    top: 100%;
    right: -100%;
    background: #fff;
    width: 30rem;
    height: calc(100vh - 9.5rem);
  }

  .header .navbar.active {
    right: 0;
  }

  .header .navbar a {
    color: var(--black);
    display: block;
    margin: 1.5rem;
    padding: .5rem;
    font-size: 2rem;
  }

  .home {
    background-position: left;
    justify-content: center;
    text-align: center;
  }

  .home .content h3 {
    font-size: 4.5rem;
  }

  .home .content p {
    font-size: 1.8rem;
  }

}

@media (max-width:561px) {
  .about .row .content ul li {
    font-size: 2rem;

  }

  .about .row .content ul li {
    font-size: 2.6rem;
    padding: 0.1rem;
  }
}




@media (max-width:457px) {
  
  .about .row .content ul li {
    font-size: 1.5rem;
  }
}

@media(max-width:450px) {
  html {
    font-size: 50%;
  }

  .logo img {
    width: 55px;
  }

}


@media (max-width:396px) {
  .img-container .box img{

    width: 150px;

  }
}

@media (max-width:344px) {

  .about .row .content ul li {
    font-size: 1rem;
    padding: 0.1rem;
  }

  .home .content #contentH2 {
    font-size: 5rem;

}


}