@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --Bdazzled-Blue: #415a77;
  --peru: #cd9452;
  --black: #222;
  --earie-black: #212529;
  --white: #fff;
  --light-black: #666;
  --light-white: #ccc;
  --light-bg: #f5f5f5;
  --dark-bg: rgba(0, 0, 0, 0.7);
  --border: 0.1rem solid #aaa;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/*HEADER SECTION CSS START*/
* {
  font-family: "Dosis", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.43, 1.1, 0.62, 1.08);
  text-transform: capitalize;
}

* > img {
  user-select: none;
  pointer-events: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background-color: var(--light-black);
}

html::-webkit-scrollbar-thumb {
  background-color: var(--earie-black);
  border-radius: 10px 10px 10px 10px;
}

section {
  padding: 5rem 10%;
}

.header {
  position: fixed;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--earie-black);
  box-shadow: var(--box-shadow);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  letter-spacing: 3px;
}

.header .logo {
  height: 6rem;
}

.header .logo {
  padding-right: 0.5rem;
}

.header .navbar a {
  font-size: 2rem;
  margin-left: 2rem;
  color: var(--white);
}

.header .navbar a:hover {
  color: var(--peru);
}

#menu-btn {
  font-size: 2.5rem;
  cursor: pointer;
  color: var(--white);
  display: none;
}

/* media quaries */

@media (max-width: 1200px) {
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 1000px) {
  section {
    padding: 3rem 2rem;
  }

  html {
    font-size: 55%;
  }
}

@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }

  .fa-times {
    transform: rotate(180deg);
  }

  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--earie-black);
    border-top: var(--border);
    clip-path: polygon(0 0, 100% 0, 0 0);
  }

  .header .navbar.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .header .navbar a {
    background: #2c3136;
    display: block;
    border-radius: 1rem 1rem 1rem 1rem;
    margin: 2rem 3rem;
    padding: 1.2rem;
    box-shadow: #1a1c1f6e 3px 3px 6px 0px inset,
      #363c4281 -3px -3px 6px 1px inset;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }
}
/*HEADER SECTION CSS ENDS*/

/*ABOUT SECTION CSS START*/
.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.about .image {
  flex: 1 1 41rem;
}

.about .image img {
  width: 100%;
}

.about .content {
  flex: 1 1 41rem;
}

.about .content .title {
  font-size: 4rem;
  color: var(--black);
}

.about .content p {
  font-size: 1.7rem;
  color: var(--light-black);
  padding: 1rem 0;
  line-height: 2;
}

.about .content .icons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

.about .content .icons-container .icons {
  flex: 1 1 16rem;
  text-align: center;
  background: var(--light-bg);
  padding: 3rem 2rem;
}

.about .content .icons-container .icons img {
  height: 5rem;
}

.about .content .icons-container .icons h3 {
  padding-top: 1rem;
  font-size: 2rem;
  color: var(--light-black);
  font-weight: normal;
}
/*ABOUT SECTION CSS ENDS*/


/*ONLINE SHOP SECTION CSS START*/
.onlinShop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
  
.onlinShop .image {
    flex: 1 1 41rem;
}
  
.onlinShop .image img {
    width: 80%;
}
  
.onlinShop .content {
    flex: 1 1 41rem;
}
  
.onlinShop .content .title {
    font-size: 4rem;
    color: var(--black);
}
  
.onlinShop .content p {
    font-size: 1.7rem;
    color: var(--light-black);
    padding: 1rem 0;
    line-height: 2;
}
  
.onlinShop .content .button {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
    background: var(--earie-black);
    border-radius: 20px;
    padding: 8px 30px;
    width: 50%;

}

.onlinShop .content .button {
    background-color: var(--earie-black);
    border: none;
    text-decoration: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2.5rem;
    margin: 4px 2px;
    font-weight: 600;
    cursor: pointer;
}


/*ONLINE SHOP SECTION CSS START*/


/*MAIN SECTION CSS START*/
.hero {
  background-image: url(./images/slide_1.jpg);
  min-height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 0;
  padding: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.imgBx img {
  max-width: 400px;
  filter: drop-shadow(5px 15px 20px #000);
}

.contentBx {
  max-width: 700px;
  margin-right: 50px;
  color: #ffffff;
}

.contentBx span {
  font-size: 60px;
  font-weight: 100;
  letter-spacing: 3px;
}

.contentBx h2 {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 5px;
  border-bottom: 3px solid #ffffff;
  margin-bottom: 20px;
}

.contentBx .btn {
  padding: 1.5rem 3.5rem;
  background: var(--earie-black);
  display: inline-block;
  color: #ffffff;
  letter-spacing: 3px;
  cursor: pointer;
  font-size: 2rem;
}

.contentBx .btn:hover {
  color: var(--peru);
}

hr {
  position: absolute;
  width: 100%;
  left: 10%;
  background: #ffffff;
}

/* Responsiv for 1024px*/

@media screen and (max-width: 1024px) {
  .hero {
    flex-direction: column;
    justify-content: center;
  }

  .imgBx {
    margin-bottom: 30px;
  }

  .contentBx {
    margin-right: 0;
    text-align: center;
  }
}

/* Responsiv for 768px*/

@media screen and (max-width: 768px) {
  .imgBx img {
    max-width: 400px;
  }
}

@media screen and (max-width: 425px) {
  .imgBx img {
    max-width: 250px;
  }

  .contentBx {
    width: 100%;
  }

  .contentBx span {
    font-size: 38px;
  }
}
/*MAIN SECTION CSS ENDS*/

/*SCROLL TO TOP BUTTON CSS START*/
html {
    scroll-behavior: smooth;
}

#progress {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 6;
}

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: var(--earie-black);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: var(--white);
}
/*SCROLL TO TOP BUTTON CSS ENDS*/


/*GALLERY SECTION CSS START*/
.gallery {
    background: var(--light-bg);
}

.gallery .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.gallery .gallery-container .box {
    height: 40rem;
    position: relative;
    overflow: hidden;
}

.gallery .gallery-container .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery .gallery-container .box .icon {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: var(--dark-bg);
}

.gallery .gallery-container .box .icon i {
    font-size: 6rem;
    color: var(--white);
}

.gallery .gallery-container .box:hover .icon {
    display: flex;
}
/*GALLERY SECTION CSS ENDS*/


/*INFORMATION SECTION CSS START*/
.informations {
    background: var(--light-bg);
}

.informations .info-container {
    background: var(--earie-black);
    border-radius: 50px 54px 50px 50px;
    color: var(--white);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
}

.informations .info-container .icons {
    text-align: center;
    padding: 3rem 2rem;
}

.informations .info-container .icons i {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    background: var(--white);
    color: var(--earie-black);
    margin-bottom: 0.5rem;
    line-height: 6rem;
    font-size: 2rem;
}

.informations .info-container .icons h3 {
    font-size: 2rem;
    color: var(--white);
    padding: 1rem 0;
}

.informations .info-container .icons p {
    line-height: 1.5;
    font-size: 1.7rem;
    text-transform: none;
}

.informations .info-container .map iframe {
    width: 100%;
    border-radius: 0 50px 0 0;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .informations .info-container {
        border-radius: 50px 54px 50px 50px;
    }

    .informations .info-container .map iframe {
        border-radius: 0 0 40px 45px;
    }
}
/*INFORMATION SECTION CSS ENDS*/