/*----- COMMON -----*/
body {
  text-align: center;
  background-color: black;
  overflow-x: hidden;
}

.inner {
  width: 1100px;
  margin: auto;
}

@media (max-width: 1100px) {
  .inner {
    width: 90vw;
  }
}



/*----- BANNER -----*/
#BANNER {
  height: auto;
  width: 100%;
  background-color: #000;
  object-fit: cover;
    & img {
      width: 1100px;
    }
}
@media (max-width: 1100px) {
  #BANNER {
    & img {
      width: 100%;
    }
  }
}


#img-hero {
  width: 100%;

  & img {
    width: 100%;
    margin: 50px 0;
  }
}

#buy-window {
  background-color: #FAFAFA;
  width: 100%;
  color: #333;
  margin-top: 50px;
}

.container {
  display: flex;
}

.left-side {
  width: 40%;
  margin: auto;
}

.slider-big {
  width: 90%;
  height: 90%;
  margin: 5%;
    & img {
      display: flex;
      object-fit: cover;
      width: 100%;
      margin-top: 20px;
      }
}

.right-side{
  width: 60%;
  text-align: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  margin: 30px;
  font-size: clamp(8px,1.3vw,15px);
}

.slider-small {
  display: flex;
  width: 100%;
  margin: 20px 0;
    & div {
      width: 18%;
      height: auto;
      margin: auto;
        & img {
          width: 100%;
        }
    }
}

.title-box {
  margin: auto;
  width: 100%;
  text-align: left;
  font-weight: bold;
    & h2 {
      font-size: 40px;
      font-weight: lighter;
      padding: 20px 15px;
      margin: 0;
    }
}

.text-box {
  margin: auto;
  width: 100%;
  text-align: left;
}

.shop-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #e6ae7a;
  color: #FAFAFA;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(14px,3.5vw,20px);
  margin: 10px 0;
  padding: 10px;
  transition: all 0.5s ease;
    &:hover {
      background-color: #5B9BD5;
    }
}

@media (max-width: 768px) {
  #buy-window {
    & a {
      font-size: 15px;
    }
  }
  .container {
    display: block;
  }
  
  .left-side {
    width: 90%;
    margin: 5%;
    padding-top: 5%;
  }
  .slider-big {
    width: 100%;
    height: 100%;
    margin: 0;
      & img {
        display: flex;
        object-fit: cover;
        width: 100%;
        margin-top: 0;
        }
  }
  .right-side{
    width: 90%;
    text-align: center;
    justify-content: center;
    display: inline-block;
    text-align: center;
    margin: 0 5% 5%;
    
  }
}

/*----- #img-4 -----*/
#img-4 img {
  margin: 50px 0 0;
  width: 100%;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1100px) {
  #img-4 img {
    height: auto;
  }
}


/*----- #info-window -----*/
#info-window {
  background-color: white;
  width: 100%;
  height: auto;
  margin: 50px 0 10px;
    & a {
      width: 90%;
      margin: clamp(8px,5vw,50px);
    }
}

.info-section {
  padding: clamp(5px,1.3vw,50px) clamp(10px,1.3vw,50px) 10px;
  text-align: left;
  & h3 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 3px solid ;
    border-image: linear-gradient(to right, #5B9BD5, #ED7D31) 1;
  }
}

.img-text {
  display: flex;
    & img {
      margin: auto;
      width: 50%;
      height: 100%;
      object-fit: cover;
    }
    & p {
      width: 50%;
      margin: 20px;
      font-size: 16px;
    }
    & table {
      width: 100%;
      margin: 20px 0;
    }
}

.text-in {
  width: 50%;
}

.s-img-4 {
  display: flex;
    & div {
      width: 20%;
      margin: 0 2.5%;
        & img {
          width: 100%;
          height: auto;
        }
        & .back-name {
          font-size: clamp(8px,1.3vw,11px);
          font-weight: bold;
          width: 100px;
          color: #5B9BD5;
          margin: 0;
          text-align: center;
        }
    }
}

.img-text-small {
  display: block;
    & img {
      width: 15%;
      height: 15%;
      object-fit: cover;
      float: left;
      margin: 0 10px;
    }
    & p {
      margin: 0 20px;
      font-size: clamp(8px,2.5vw,14px);
    }
}

tbody {
  width: 100%;
  border: 1px solid #333;
  & tr {
    border: 1px solid #333 ;
    font-size: clamp(8px,2.5vw,12px);
      & th {
        border: 1px solid #333 ;
        padding: 10px;
        background-color: #DDD;
      }
      & td {
        border: 1px solid #333 ;
        padding: 10px;
      } 
  }
}


@media (min-width: 769px) {
  .img-text {
    font-size: 15px;
      & img {
        width: 50%;
        object-fit: cover;
      }
      & p {
        width: 90%;
        margin: 20px;
        font-size: clamp(8px,2.5vw,14px);
      }
      & table {
        width: 100%;
        margin: 20px 0;
      }
    }
.text-in {
  width: 100%;
}  
.s-img-4 {
  width: 100%;
    & div {
      margin: 10px 2.5%;
        & img {
          width: 100%;
        }
        & .back-name {
          font-size: 11px;
          font-weight: bold;
          width: 100%;
          color: #5B9BD5;
          margin: 0;
          text-align: center;
        }
    }
}
}

@media (max-width: 768px) {
  #info-window {
    font-size: 12px;
      & .img-text {
        display: block;
          & img {
            width: 100%;
            object-fit: cover;
          }
          & p {
            width: 100%;
            margin: 10px 0;
            font-size: clamp(8px,2.5vw,14px);
          }
          & table {
            width: 100%;
            margin: 20px 0;
          }
          & .back-name {
            width: 100%;
            margin: 10px 0;
            font-size: clamp(8px,1.3vw,11px);
          }

      }
    
      & .shop-btn {
        padding: 10px 0;
                
      }
      & h3 {
        font-size: clamp(10px,2.5vw,18px);
      }
  }
  .text-in {
    width: 100%;
    margin-top: 10px;
  }

  .img-text-small {
    display: block;
      & p {
        margin: 0;
        font-size: clamp(8px,2.5vw,14px);
      }
  }
}

/*---- Photo section -----*/

.photo-title {
  color: #FAFAFA;
  font-size: 60px;
  font-weight: bold;
  text-decoration: underline;
  margin: 60px 0 10px;
}

.blue { color: #5B9BD5; }
.orange{ color: #ED7D31; }

.photo-pos-4 {
  display: flex;
}

a img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 5%;
  transition: all 0.5s ease;
  margin: 0;

  &:hover {
    opacity: 0.5;
    scale: 1.05;
  }
}

.overlays {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
}

.overlays .cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}

.overlays:target {
	visibility: visible;
	opacity: 1;
}

.modals {
	margin: 0px auto;
	padding: 20px;
	background: gray;
	border: 1px solid #666;
	width: 1000px;
	border-radius:6px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: relative;
  top: 200px;
  text-align: center;
}

.modals img {
  width: 90%;
  height: auto;
}

.modals h2 {
	margin-top: 0;
}

.modals .cont {
	max-width: 400px;
	overflow: auto;
}

.modals p {
	margin: 0 0 1em;
	text-align: center;
}

.modals p:last-child {
	margin: 0;
}


/*----- footer -----*/
footer {
  width: 100%;
  color: #222;
  background-color: white;
  justify-content: center;
  text-align: center;

    & div {
        width: 1100px;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: auto;
        padding: 10px 0 10px;
    }
}

.footer-logo {
  width: 50%;
  margin: auto;
  padding-left: 230px;
    & a {
      text-decoration: none;
      justify-content: center;
    & img {
      height: 80px;
      width: auto;
      object-fit: cover;
      padding-left: 10px;
      }
    & svg {
      margin: 0 10px;
      }
  }
}

.footer-addres {
  display: block;
  width: 50%;
  text-align: left;
  margin: auto;
  padding: 0;
  font-size: clamp(9.5px,1.7vw,12px);
  & p {
          margin: 0;
          padding: 0;
      }
      & a {
          text-decoration: none;
          color: #222;
      }
}

@media (max-width: 1100px) {
  footer {
      & div {
          width: 90%;
      }
  }
  .footer-logo {
    padding-left: 0;
    }
}
@media (max-width: 768px) {
  footer {
    font-size: 12px;
  }
  .footer-logo {
      width: 50%;
      margin: auto;
      padding-left: 0;
      text-align: center;
        & a {
          text-decoration: none;
          justify-content: center;
        & img {
          height: clmp(60px,13vw,80px);
          width: auto;
          object-fit: cover;
          padding-left: 0;

          }
        & svg {
          margin: 0;
          scale: 0.65;
          }
      }
    }
  
}
