* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #1f1f1f;
}

.mainnav {
  display: flex;
  background-color: #1f1f1f;
  justify-content: space-between;
  top: 0;
  z-index: 4;
}

.nav-con {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  color: whitesmoke;
}

.drop-btn {
  background-color: #1f1f1f;
  color: whitesmoke;
  padding: 17px;
  font-size: 1.3rem;
  border: none;
}

.drop {
  position: relative;
  display: inline-block;
}

.drop-cont {
  display: none;
  position: absolute;
  background-color: #1f1f1f;
  min-width: 10rem;
  z-index: 4;
  transform: translateX(-2.1rem);
}

.drop-cont a {
  color: white;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}

.drop-cont a:hover {
  background-color: #28a745;
}

.drop:hover .drop-cont {
  display: block;
  animation: dropanim 0.3s ease;
}

.drop:hover .drop-btn {
  background-color: #28a745;
}

.nodropBtn {
  display: inline-block;
  background-color: #1f1f1f;
  padding: 17px;
  font-size: 1.3rem;
  border: none;
  color: whitesmoke;
  text-decoration: none;
}

.nodropBtn:hover {
  background-color: #28a745;
}

@keyframes dropanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nav2 {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  margin-bottom: -5.2rem;
}

.nav-logo1 {
  z-index: 4;
  height: 2.7rem;
  margin: 0.3rem;
  position: sticky;
  top: 0;
  margin-left: 2rem;
}

.nav2-count {
  padding: 0.5rem;
  margin: 1.5rem;
}

.nav2-count a {
  color: whitesmoke;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0.2rem;
  transition: all 0.1s;
}

.nav2-count a:hover {
  color: #28a745;
}

.active {
  border-radius: 3rem;
  background-color: #0d6efd;
}

.onlyNav {
  font-size: 1.5rem !important;
}

.topperImg1 {
  width: 3rem;
  opacity: 0%;
  right: 3rem;
  bottom: 3rem;
  position: fixed;
  pointer-events: none;
  transition: all 0.1s;
}

.topperVisible {
  opacity: 90%;
  pointer-events: all;
}

#Home {
  height: 40vh;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.7) 85%,
      #000000 100%
    ),
    url("img/mainImg1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainTitle {
  color: whitesmoke;
  position: absolute;
  top: 25vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainTitleBg {
  position: relative;
  height: 5rem;
}

.mainTitleH1 {
  position: absolute;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#Shop {
  background-color: #000000;
}

.shopWrapper {
  padding: 5rem;
}

.shopTitle {
  font-size: 3rem;
  color: whitesmoke;
  text-align: center;
  margin-bottom: 5rem;
}

.shopContainer {
  width: 80vw;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3rem;
}

#shopperSect1 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column: 1/3;
}

#shopperSect2 {
  grid-column: 1/3;
}

.shopElement {
  background-color: whitesmoke;
  height: 30rem;
  border-radius: 5%;
  display: grid;
  grid-template-rows: 12.5rem 1fr;
  overflow: hidden;
}

.shopElementImgWrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

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

.shopOImgWrapper {
  display: grid;
  grid-template-rows: 2;
  grid-template-columns: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

#shopOImg1 {
  grid-column: 1;
  grid-row: 1;
}
#shopOImg2 {
  grid-column: 2;
  grid-row: 1;
}
#shopOImg3 {
  grid-column: 1;
  grid-row: 2;
}
#shopOImg4 {
  grid-column: 2;
  grid-row: 2;
}

.shopElementWrapper {
  margin: 1rem 2rem 1rem 2rem;
}

.shopElementTitleA {
  color: black;
  text-decoration: none;
}

.shopElementTitle {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  display: inline-block;
}

.shopElementText {
  font-size: 1rem;
}

.shopElementBuy {
  display: inline-block;
  background-color: #0d6efd;
  color: black;
  text-decoration: none;
  padding: 0.5rem;
  margin-top: 1rem;
  border: none;
  font-size: 1rem;
}

.shopElementBuy:hover {
  background-color: #28a745;
}

.shopper {
  grid-column: 1/5;
  border-radius: 1.3rem;
  margin-top: -3rem;
  padding: 2rem;
  background-color: whitesmoke;
  display: none;
}

.shopperTit {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.shopperSectsWrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

#shopperSect2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.shopperBTit {
  grid-column: 1/5;
}

.shopperSectTit {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#shopperITit {
  grid-column: 1/3;
}

.shopperSpliterCus {
  display: grid;
  grid-template-rows: 1fr 3fr;
}

.shopperInfI {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

#shopperIPri {
  margin-bottom: 0.2rem;
}

.shopperBL2 {
  text-align: end;
  padding-right: 1rem;
  padding-left: 1rem;
}

.shopperBI3 {
  /* grid-column: 2/5; */
}

.shopperBI4 {
  grid-column: 2/5;
}

.shopperBI5 {
  grid-column: 2/5;
}

#shopperII1 {
  width: 3rem;
}

.shopperSubmitBtn {
  background-color: #0d6efd;
  color: black;
  text-decoration: none;
  padding: 0.6rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  border: none;
  float: right;
}

.shopperSubmitBtn:hover {
  background-color: #28a745;
}

#Features {
  background-color: #000000;
}

.featuresTitle {
  color: white;
  font-size: 3rem;
  text-align: center;
  margin-top: 5rem;
}

.featuresWrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  width: 75vw;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.featuresImgWrapper {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 1rem;
  overflow: hidden;
  padding: 1rem 0;
}

.featuresImg {
  width: 100%;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.featuresIContainer {
  color: white;
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  border-left: 2px solid #28a745;
  margin-left: 1rem;
}

.featuresITitle {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.featuresIText {
  font-size: 1rem;
}

.contactsSeparator {
  color: #28a745;
  border-color: #28a745;
}

#footer {
  background-color: #000000;
}

.footerDiv {
  padding: 0.5rem 0;
  color: white;
  text-align: center;
}

.footerText1 {
  font-size: 1rem;
}

.footerText2 {
  font-size: 0.8rem;
}

@media screen and (max-width: 1350px) {
  .shopWrapper {
    padding: 5rem 2rem;
  }

  .shopContainer {
    grid-gap: 1rem;
    width: 90vw;
  }

  #shopper {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 950px) {
  .shopContainer {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 3rem;
  }

  #shopper {
    grid-column: 1/3;
    margin-top: -3rem;
  }

  .shopperSectsWrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  #shopperSect2 {
    width: 100%;
  }

  .shopperInfI {
    min-width: 0;
  }

  .featuresImg {
    height: 50%;
  }
}

@media screen and (max-width: 750px) {
  .mainTitleBg {
    display: none;
  }
  .mainTitleH1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 615px) {
  .mainnav {
    justify-content: flex-end;
  }

  .nav-con {
    display: none;
  }

  .nav2 {
    display: none;
  }

  .mainTitleH1 {
    font-size: 4rem;
  }

  .shopContainer {
    grid-template-columns: 100%;
    width: 80vw;
  }

  #shopElement1 {
    grid-column: 1;
  }

  #shopElement2 {
    grid-column: 1;
  }

  #shopElement3 {
    grid-column: 1;
  }

  #shopper {
    grid-column: 1;
  }

  .featuresWrapper {
    grid-template-columns: 100%;
  }

  .featuresImgWrapper {
    display: none;
  }

  .featuresWrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .featuresIContainer {
    border: none;
  }
}
@media screen and (max-width: 405px) {
  .nav-nodrop {
    display: none;
  }

  .mainTitleH1 {
    font-size: 3rem;
  }

  .topperImg1 {
    width: 2.5rem;
  }

  #shopperSect2 {
    grid-template-columns: 100%;
  }

  .shopperBTit {
    grid-column: 1;
  }

  .shopperBL2 {
    text-align: start;
    padding: 0;
  }

  .shopperBI3 {
    grid-column: 1;
  }

  .shopperBI4 {
    grid-column: 1;
  }

  .shopperBI5 {
    grid-column: 1;
  }
}
