@charset "utf-8";
/* CSS Document */
body {
    background-image: url("../IMAGES/Opt-Background.jpg");
    background-size: cover;
    font-family: Helvetica, Arial, sans-serif;
}

#box1 {
    display: block;
                position: absolute;
                top: 0;
                left: 230px;
                width: 16px;
                bottom: 0;
                background-color: #A1CD43;
                position: fixed;
}

#box2 {
    display: block;
                position: absolute;
                top: 0;
                width: 1480px;
                height: 20px;
                left:0;
                background-color: #E0ECB7;
                position: fixed;

}

h2{ 
        color: black; 
        font-family: Gill Sans;
        font-size: 15px;
        text-align: center;
}

a {
    text-decoration: none;
    color:azure;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;

}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

a:link, a:visited {
  color: azure;
  padding: 10px 20px;
  text-align:left;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: green;
    transition-duration: 0.4s;
    border-radius: 10px; 
  
}

a[target="_self1"] {
  background-color: ghostwhite;
  border-radius: 20px; 
  font-size: 23px;
  margin-left: 25px;
  color: #3C2415;
}

a[target="_self"] {
  font-size: 23px;
  margin-left: 10px;
  color: #3C2415;
  margin-top: 20px;
    border-radius: 10px;
  padding:4px;
}


#user{ 
  font-size: 27px;
  right:40px;
  margin-top: 25px; 
}

#cart{
    font-size: 27px;
    padding-left: 30px
    
}


h1, h2, h3 {
    margin: 0;
}

#container {
    width: 230px;
    height:835px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
                position: fixed;
                top: 0;
                bottom: 0;
                left: 0;
                width: 230px;
                background-color:#81ac29;
    
}

#nav{
    color: azure;
    font-size:26px;
    text-align:left;
    margin-left:20px;
    margin-top:20px;
    font-family: Gill Sans;
}


#logo {
    width: 220px;
    height: 140px;
    margin-top: 25px;
    margin-left: 1px;
    padding-bottom: 10px;
}
    
#socials {
    font-size: 30px;
    margin-top:120px;
    
}

#copyright {
    font-size:14px;
}


#about {
    margin-left:230px;
    height: 830px;
    
}

.centered {
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%);
     color: #3C2415;
    font-family: Gill Sans;
    font-size: 23px;
}

.box4 {
    padding: 12px;
    width: 300px;
    
}

#greenbox {
  position: absolute;
  top: 15%;
  left: 30%;
  transform: translate(-50%, -50%);
    width: 400px;
    height: 130px;
}

h1 {
    color: #3C2415;
    font-family: Gill Sans;
    font-size: 68px;
    position: absolute;
  top: 18%;
  left: 32%;
  transform: translate(-50%, -50%);
    width: 400px;
    height: 130px;
}

.image-row {
  display: flex;
  align-items: center;  
}

h3 {
  margin-bottom: -10px;
  font-size: 37px;
    font-family: Gill Sans;
    color: #3C2415;
}

.carousel-wrapper {
  position: relative;
  width: 613px;
  height: 420px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

input[type="radio"] {
  display: none;
}

.carousel {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 98.7%;
  flex-shrink: 0;
  text-align: center;
  background: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-content {
    position: relative;
    
}

.slide img {
  width: 613px;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  display:block;
}


.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 613px;
  padding: 20px;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  text-align: left;
  border-radius: 10px 10px 0 0;
    
}

.overlay-text h3 {
  font-size: 22px;
  margin: 0 0 5px;
    color: white;
}

.overlay-text p {
  font-size: 16px;
  margin: 0;
}

#slide1:checked ~ .carousel {
  transform: translateX(0%);
}
#slide2:checked ~ .carousel {
  transform: translateX(-100%);
}
#slide3:checked ~ .carousel {
  transform: translateX(-200%);
}

.arrow-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.nav-set {
  display: none;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  pointer-events: all;
  padding: 0 20px;
}

input#slide1:checked ~ .arrow-nav #nav1,
input#slide2:checked ~ .arrow-nav #nav2,
input#slide3:checked ~ .arrow-nav #nav3 {
  display: flex;
}

.arrow-nav label {
  font-size: 30px;
  background: rgba(0,0,0,0.4);
  color: white;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s;
}

.arrow-nav label:hover {
  background: rgba(0,0,0,0.6);
}


a[target="_self.2"] {
 display: inline-flex;
  background-color: #EF4136;
  border-radius: 20px; 
  font-size: 40px; 
  margin-top:50px;    
  margin-right: 16px;
  color: azure;
    float:right;
    font-family: Gill Sans;
}