* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, html {
    scroll-behavior: smooth;
    color: black;
    margin: 0 auto;
    padding: 0;
    font-family: bilo, sans-serif;
    /* The image used */
    background-image: linear-gradient(to right, rgba(36, 198, 220, 0.7), rgba(169, 237, 233, 0.7)), url("images/homepage_wallpaper.jpg");
  
    /* Full height */
    height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
    
  }




/************** SCROLL BAR *************/


  /* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #4c9e9e;
  box-shadow: inset 0 0 5px rgb(117, 117, 117); 
  border: 1px solid #73e6e6;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgba(241,101,29,1) 0%, rgba(241,101,29,1) 34%, rgba(246,178,142,1) 85%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #de4a00; 
}




/************** END SCROLL BAR *************/


a {
    text-decoration: none;
  }

li {
    list-style: none;
  }
/*BACK TO TOP BUTTON*/

#back-to-top-btn {
  
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background: linear-gradient(0deg, rgba(241,101,29,1) 0%, rgba(241,101,29,1) 34%, rgba(246,178,142,1) 85%);
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  outline: none;
  border: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
  z-index: 100000;
}

#back-to-top-btn:hover {
  background: #fa6c25;
  
  
}

/* NAVBAR STYLING STARTS */

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  /*padding-bottom: 20px;*/
  color: red;
  position: relative;
  z-index: 1000000;
  /*border: 3px solid red;*/
}


.nav-container {
  max-width: 1700px;
  margin: 0 auto;
}

.nav-links a {
  color: black;
}

.logo img{
  position: relative;
  max-width: 200px;
  padding: 10px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
  /*border: 3px solid red;*/
}

/* NAVBAR MENU */

.menu {
  position: relative;
  min-width: 0;
  /*gap: 1em;*/
  font-size: 15px;
  font-weight: 450;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  /*border: 3px solid red;*/
  
}



/*.menu .active {
  color: white !important;
  background-color: #f1651d;
  padding: 5px 30px;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  /*border: 3px solid red;
}

*/

.menu li {
  padding: 5px 30px;
  display: inline-block;
  
}

.menu a:link{
  color: black;
}

.menu li:hover {
  
  background-color:#f1651d;
  transition: 0.3s ease;
}

.menu li:hover a {
  color: white;
}



.menu a:visited {
  color: black;
}


/*DROPDOWN MENU*/

.comics {
  position: relative;
  
}

.dropdown {
  background-color: rgb(1, 139, 139);
  /*padding: 1em 0;*/
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  /*border-radius: 8px;*/
  top: 30px;
  
}

.dropdown li + li {
  margin-top: 10px;
}

.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}

.dropdown li:hover {
  background-color: #4c9e9e;
}

.comics:hover .dropdown {
  display: block;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    
  }
  



h2 {
  color: white;
  text-transform: uppercase;
  font-family: bilo, sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  text-shadow: 2px 2px 3px rgb(44, 44, 44);
  margin: 70px 0 20px 0;
  padding-bottom: 50px;
  /*border: 3px solid red;*/
  
}

h2:after {
  content: " ";
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 10px;
  height: 17px;
  width: 7px;
  background-color: #f1651d;
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  /*border: 3px solid red;*/

}



.heading-decoration {
  padding: 10px;
  height: 15px;
  width: 2px;
  background-color: #f1651d;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  border: 3px solid red;
  
}


 /************************************************* NEW SLIDER ***************************************************/
.new-slider {

  position: relative;
  max-width: 1028px;
  margin: 0 auto;
  
  overflow: hidden;
  
 
}
/*
.new-slider .diagboxor {
  position: absolute;
  height: 300px;
  width: 300px;
  top: -250px;
  left: -150px;
  rotate: 45deg;
  opacity: 0.7;
  background: #f1651d;
  z-index: 10000;
}

*/
.new-slider img {
  object-fit: cover;
  transform: scale(1.5, 1.5);
	-webkit-animation-name: zoomin;
  	-webkit-animation-duration: 40s;
  	animation-name: zoomin;
  	animation-duration: 40s;
}

/* muslide add fade */
@-webkit-keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}


@keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}
/* /4 */

.clickhere{
  background-color: transparent;
  border: 1px white solid;
  color: white;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: .4s;
}

.clickhere a:visited, a:link, a:focus, a:active {
  color: white;
}



.clickhere:hover {
  background-color: #f1651d;
  color: #fff;
}

.prev, .next{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 30px;
	padding: 5px 10px;
  
  background: #f1651d;
	cursor: pointer;
	color: #fff;
  z-index: 10000;
  opacity: 0.7;
	user-select: none;
}
.prev:hover, .next:hover{
	color: #00a7ff; /* blue */
  
}


.next{
	right: 0;
}
.dotsbox{
	position: absolute;
	left: 50%;
  width: 100%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
  z-index: 100000;
}
.dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
  z-index: 100000;
}
/* /2 */

/* javascript */
.active, .dot:hover{
	border-color: #f1651d; /* blue */
}
/* /javascript */



.txt{
	position: absolute;
	color: #fff;
	letter-spacing: 2px;
	line-height: 35px;
	top: 35%;
	left: 15%;
  backdrop-filter: blur(6px);
  padding: 20px 20px;
  background: rgba(1, 78, 78, 0.3); 
  box-shadow: 2px 10px 13px rgb(0, 0, 0, 0.7);
	-webkit-animation-name: posi;
  	-webkit-animation-duration: 2s;
  	animation-name: posi;
  	animation-duration: 2s;
	z-index: 1;
 
  
}


@-webkit-keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}


@keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}

.txt h1{
	color: #f1651d; /* blue */
	font-size: 40px;
  line-height: 10px;
	margin-bottom: 20px;
  -webkit-text-fill-color: #f1651d; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-shadow: 2px 2px 4px black;
}

.txt p{
	
	font-size: 20px;
}

.fixed-width {
  max-width: 250px;

}

.fixed-width span {
  line-height: 25px;;
  width: 20px;
  font-size: 25px;
}


/* /3 */


.fader {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}
/* /muslide add fade */

@media screen and (max-width: 800px){
	
	.txt{
		letter-spacing: 2px;
		line-height: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-animation-name: posi2;
		-webkit-animation-duration: 2s;
		animation-name: posi2;
		animation-duration: 2s;
    
	}

	@-webkit-keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}


	@keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}

	.txt h1{
		font-size: 40px;
    white-space: nowrap;
   
    
	}

  .fixed-width span {
    
    width: 20px;
    font-size: 20px;
    white-space: pre-wrap;
    margin: 0px;
  
  }

	.txt p{
		font-size: 13px;
    
	}

}


/* /5 */

/* 6 */
@media screen and (max-width: 520px){

  .txt {
    width: 200px;
    padding: 10px 10px;
    backdrop-filter: blur(0px);
    background: rgba(1, 78, 78, 0.8);
  }
	.txt h1{
		font-size: 20px;
		margin-bottom: 10px;
    white-space: nowrap;
    line-height: 10px;
	}

  .fixed-width span {
    
    width: 20px;
    font-size: 15px;
    white-space: pre-wrap;
    line-height: 20px;
  
  }

  .clickhere{
    background-color: transparent;
    border: 1px white solid;
    color: white;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 2px 0px;
    cursor: pointer;
    transition: .4s;
  }

  .txt p {
    font-size: 12px;
    white-space: normal;
    line-height: 13px;
    padding-bottom: 5px;
  }
	.sign{
		margin-right: 20px;
	}
	.sign a{
		font-size: 12px;
	}
}
/* /6 */










  /************************************************* END NEW SLIDER ***************************************************/

 /************************************************* STRETCH ***************************************************/

/*

.slider {
    max-width: 100%;
    /*background-color: white;
    position: relative;
    padding-top: 20px;
    text-align: center;
    /*filter: drop-shadow(0 0 0.4rem rgb(95, 95, 95));*/
    /*border: 3px solid red;
    
  }


.slider img {
 
    text-align: center;
    max-width: 99%;
    height: auto;
    /*border: 3px solid #f1651d;
  }

.slider img:hover {
    background-color:rgba(255, 255, 255, 0.4);
   
    cursor: pointer;

  }

  */

  /*RESPONSIVE NAVBAR MENU STARTS*/

/* CHECKBOX HACK */

input[type=checkbox]{
display: none;  
  } 
  
  /*HAMBURGER MENU*/
  
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
  color: #f1651d;
  }



  .product-warning {
    margin: 0 auto;
    max-width: 500px;
    
  }
  
  .product-warning-text {
    margin-top: 50px;;
    text-align: center;
    padding: 10px;
    background: rgba(166, 254, 255, 0.4);
    
  
    
  }

  /************************************************* STRETCH ***************************************************/

  .gallery {
    /*padding: 10px;*/
    width: 100%;
    margin: 0 auto;
    /*background: #f2f2f2;*/

    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    position: relative;
    overflow: hidden;
    
  }


.gallery .diagboxor {
  position: absolute;
  height: 300px;
  width: 300px;
  top: -250px;
  left: -150px;
  rotate: 45deg;
  opacity: 0.7;
  background: #f1651d;
  z-index: 10000;
}

.gallery div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 12px rgb(83, 83, 83);
}




.gallery div:hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 12px rgb(83, 83, 83);
 
}
  .one-stretch {
    grid-row: span 1;
    overflow: hidden;
    position: relative;
  }
  
  .one-stretch img {
    width: 100%;
    height: 100%;
    transition: 1s ease-in-out;
  }
  
  .one-stretch .gallery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 2s ease;
    background-color: #f1651d;
    pointer-events: none;
  }
  
  .one-stretch:hover .gallery-overlay {
    opacity: 0.4;
    cursor: pointer;
  }
  
  .one-stretch .gallery-text {
    color: white;
    font-size: 20px;
    position: absolute;
    text-shadow: 2px 2px 4px #000000;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
  
  }
  
  .one-stretch:hover .gallery-text {
    transition: 1s ease-in;
    opacity: 1;
    z-index: 1000;
    cursor: pointer;
  }
  
  .one-stretch:hover img {
    transform: scale(1.6);
    cursor: pointer;
    filter: blur(3px);
  }
  
  
  
  
   /**** stretch vertically ****/
  
  
  
  .v-stretch {
      grid-row: span 2;
      overflow: hidden;
      position: relative;
    }
  
  
  .v-stretch img {
      width: 100%;
      height: 100%;
      transition: 1s ease-in-out;
    }
  
  .v-stretch:hover img {
      filter: blur(3px);
      transform: scale(1.6);
      cursor: pointer;
      
    }
  
    
  .v-stretch .gallery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 2s ease;
    background-color: #f1651d;
    pointer-events: none;
  }
  
  .v-stretch:hover .gallery-overlay {
    opacity: 0.4;
    cursor: pointer;
  }
  
  .v-stretch .gallery-text {
    color: white;
    font-size: 20px;
    position: absolute;
    text-shadow: 2px 2px 4px #000000;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
  
  }
  
  .v-stretch:hover .gallery-text {
    transition: 1s ease-in;
    opacity: 1;
    z-index: 1000;
    cursor: pointer;
  }
  
  /**** END stretch vertically ****/
  
  
    /**** stretch horizontally ****/
  
  .h-stretch {
      grid-column: span 2;
      overflow: hidden;
      position: relative;
    }
  
  .h-stretch img {
      width: 100%;
      height: 100%;
      transition: 1s ease-in-out;
    }
  
  .h-stretch:hover img {
      transform: scale(1.6);
      cursor: pointer;
      filter: blur(3px);
    }
  
    
  .h-stretch .gallery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 2s ease;
    background-color: #f1651d;
    pointer-events: none;
  }
  
  .h-stretch:hover .gallery-overlay {
    opacity: 0.4;
    cursor: pointer;
  }
  
  .h-stretch .gallery-text {
    color: white;
    font-size: 20px;
    position: absolute;
    text-shadow: 2px 2px 4px #000000;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
  }
  
  .h-stretch:hover .gallery-text {
    transition: 1s ease-in;
    opacity: 1;
    z-index: 1000;
    cursor: pointer;
  }
  
   /**** END stretch horizontally ****/
  
    /**** stretch vertically & horizontally ****/
  
  .big-stretch {
      grid-row: span 2;
      grid-column: span 2;
      overflow: hidden;
      position: relative;
    }
  
  .big-stretch img {
      width: 100%;
      height: 100%;
      transition: 1s ease-in-out;
      
    }
  
  .big-stretch:hover img {
      transform: scale(1.6);
      cursor: pointer;
      filter: blur(3px);
    }
    
  .big-stretch .gallery-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: 2s ease;
      background-color: #f1651d;
      pointer-events: none;
    }
    
  .big-stretch:hover .gallery-overlay {
      opacity: 0.4;
      cursor: pointer;
    }
    
  .big-stretch .gallery-text {
      color: white;
      font-size: 20px;
      position: absolute;
      text-shadow: 2px 2px 4px #000000;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      pointer-events: none;
    }
    
  .big-stretch:hover .gallery-text {
      transition: 1s ease-in;
      opacity: 1;
      z-index: 1000;
      cursor: pointer;
    }
  
    
 .container .popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(129, 59, 2, 0.8);
  height: 100%;
  width: 100%;
  z-index: 10000;
  display: none;
 }

 .container .popup-image span{
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
 }

 .container .popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid white;
  max-height: 1000px;
  max-width: 1000px;
  object-fit: cover;
 }

 @media (max-width: 1000px){
  .container .popup-image img{
    width: 95%;
  }
 }

  /************************************************* END STRETCH ***************************************************/
  
  
  /************************************************* COMICS SECTION ***************************************************/

.comicscover {
  
    /*padding: 10px;*/
    width: 100%;
    margin: 0 auto;
    /*background: #f2f2f2;*/
    display: grid;
    padding: 40px;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
    grid-auto-rows: 400px;
    grid-auto-flow: dense;
    position: relative;
    overflow: hidden;
    
  }

  .comicscover div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 12px rgb(83, 83, 83);
  }


 
.why-stretch {
    grid-row: span 2;
    grid-column: span 2;
    overflow: hidden;
    position: relative;
  }

.why-stretch img {
    width: 100%;
    height: 100%;
    transition: 1s ease-in-out;
    
  }

.why-stretch:hover img {
    transform: scale(1.6);

    filter: blur(3px);
  }
  
.why-stretch .comicscover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 2s ease;
    background-color: #f1651d;
  }
  
.why-stretch:hover .comicscover-overlay {
    opacity: 0.8;
    cursor: pointer;
  }
  
.why-stretch .comicscover-text {
    color: white;
    font-size: 20px;
    position: absolute;
    text-shadow: 2px 2px 4px #000000;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  
  }
  
.why-stretch:hover .comicscover-text {
    transition: 1s ease-in;
    opacity: 1;
    z-index: 1000;
    cursor: pointer;
  }



  /*.p-container {
    width: 100%;
    background: linear-gradient(180deg, #f6b28e, #f1651d);
    height: 700px;
    padding: 50px 0;
  }
*/

  .p-slider {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 95%;
    max-width: 1000px;
    /*border: 1px red solid;*/
  }





.product-box {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    margin: 0px 20px;
    position: relative;
    box-shadow: 2px 2px 2px rgba(29, 29, 29, 0.2);
    /*border: 1px red solid;*/

}

.p-image .container {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    

}

.p-img a,
.p-img {
   width: 100%;
    height: 100%;
    display: flex;
}

.p-img a img{
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: contain;
    animation: fade 2s;
}

.p-img-back {
    display: none;

}

.p-img-container:hover .p-img-back {
  display: block;
}


.p-img-container:hover .p-img-front {
    display: none;

}

@keyframes fade {
    0%{
      opacity: 0.5;
    }
    100%{
      opacity: 1;
    }
}

.p-box-text {
  margin-top: 5px;
  width: 100%;
}

.product-category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;

}

.product-category span {
  color: #000;
  font-size: 0.9rem;
  margin: 5px 0px;
  font-weight: 800;
}

.product-title {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  transition: all ease 0.3s;
}

.product-title:hover {
  color: #111111;
  opacity: 0.7;
  transform: all ease 0.3s;
}

.price-buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.price-buy .p-price {
  font-size: 1.3rem;
  columns: #333333;
  font-weight: 600;
}

.price-buy .p-buy-btn {
  color: #fff;
  margin: 0px 5px;
  font-weight: 500;
  background-color: #000;
  border: 1px #f1651d solid;
  padding: 2px 10px;
  transition: .4s;
}

.price-buy .p-buy-btn:hover {
  
    background-color: #f1651d;
}

.p-discount {
  position: absolute;
  left: 15px;
  top: 30px;
  width: 65px;
  height: 24px;
  color: #ffffff;
  background-color: #e63b3b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  letter-spacing: 1px;
  z-index: 100;
  border-radius: 3px;
}


.viewmore{
  width: 250px;
  background-color: black;
  border: 1px white solid;
  color: white;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 13px;
  margin: 20px auto 10px;
  cursor: pointer;
  transition: .4s;
}

.viewmore a:visited, a:link, a:focus, a:active {
  color: white;
}





.viewmore:hover {
  background-color: #f1651d;
  color: #fff;
}

   /* END SHOP CAROUSEL SECTION */

  

  /*ABOUT SECTION*/

.about {
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 50px;

  
}

.about-container {
  padding: 40px;
  background: rgba(166, 254, 255, 0.2);
  backdrop-filter: blur(6px);

  
}


.about p {
  color: black;
  padding: 0 0 10px;
  font-size: 20px;
}


/*Begin Contact Form */



.formcontainer {
  position: relative;
  width: 100%;
 
  padding: 2rem;
  /*border: 1px solid red;*/
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  
}



.form {
  width: 100%;
  max-width: 820px;

  background-color: none;

  box-shadow: 0 0 20px 1px rgba(0,0,0,0.09);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  
}

.form .diagboxor {
  position: absolute;
  height: 300px;
  width: 300px;
  top: -250px;
  left: -190px;
  rotate: 45deg;
  opacity: 0.7;
  background: #f1651d;
  z-index: 1;
}

.contact-form {
  background: rgba(2, 63, 63, 0.3);
  position: relative;
  backdrop-filter: blur(6px);

}


form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
  
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}


.input-container {
  position: relative;
  margin: 1rem 0;
}


.input {
  width: 100%;
  outline: none;
  border: 1px solid #fafafa;
  background: #f1651d;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 1px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  resize: none;
  overflow-y: auto;
  
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0)
}

.btn{
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: none;
  font-size: 0.9rem;
  border: 1px solid white;
  color: #4c9e9e;
  line-height: 0.5;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: #f1651d;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;

}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 20px;
  background-color: #4c9e9e ;
  top: 50%;
  transform: translateY(-50%);
}


.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.icon {
  width: 28px;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
  /*border: 1px solid red;*/
  background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url(images/Olga_Awiri_Sketch_MM_website.jpg);
  background-size: cover;
}


.contact-info .title {
  color: #4c9e9e;
  text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
  z-index: 1000; 
}


.text {
  color: #333;
  margin: 3rem 0 2rem 0;
}

  /*************************************************CONTACT FORM SOCIAL MEDIA ***************************************************/

  .icon {
    
    width: 28px;
    margin-right: 0.7rem;
  }

  .social-media {
    
    padding: 3rem 0 0 0;
  }

  .social-media p {
    color: white;
    font-weight: 200;
    font-size: 1.5rem;
    padding-bottom: 20px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    background: linear-gradient(45deg, #f6b28e, #f1651d);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: .3s;
  }

  .social-icons a:hover {
    transform: scale(1.05);
    color: #4c9e9e;
  }




  /************************************************* FOOTER ***************************************************/

  footer{
    background: #144646;
    height: auto;
    width: 100%;
    padding-top: 40px;
    color: #fff;
    margin-top: 170px;;
  }

  .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
 
  }

  .bottom-nav {
    text-decoration: none;

  }


  .bottom-nav li {
    margin-top: 30px;
    display: inline-block;
    padding: 40px 20px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .bottom-nav li a:visited {
    color: white;
  }

  .bottom-nav li a:hover {
    color: #f1651d;
  }

  .footer-content img {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
  }

  .footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;

  }

  

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}

.socials li {
  margin: 0 10px;
}


.socials a{
  text-decoration: none;
  color: #fff;
}

.socials a i{
  font-size: 1.1rem;
  transition: color .4s ease;
}

.socials a:hover i{
  color: #de4a00; 
}

.footer-bottom {
  background: #071818;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
  /************************************************* APPLYING MEDIA QUERIES ***************************************************/


  @media (max-width: 480px) {
    .formcontainer{
      padding: 1.5rem;
    }

    form,
    .formcontainer{
      padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
      font-size: 0.8rem;
    }

    .title {
      font-size: 1.15rem;
    }

    .social-icons a{
      width: 30px;
      height: 30px;
      line-height: 30px;
    }

    .icon{
      width: 23px;
    }

    .input {
      padding: 0.45rem 1.2rem;
    }

    .btn {
      padding: 0.45rem 1.2rem;
    }
  }

@media(max-width: 500px) {

  .product-box {
    margin: 0px 10px;
  }

    .p-slider {
      width: 100%;
    }

    .product-slider-heading {
      text-align: center;
      font-size: 1.3rem;
      display: flex;
    }

  
    .price-buy .p-price{
      font-size: 1.1rem;
    }

   
  
}
@media(max-width: 560px)

{
  .v-stretch {
    grid-row: span 1;
  }

  .h-stretch{
    grid-column: span 1;
  }

  .big-stretch {
    grid-column: span 1;
    grid-row: span 1;
  }

.why-stretch {
  
  grid-column: 1;
  

}

}


  
@media (max-width: 903px) {
  
  

  .menu { 
  display:none;
  position: absolute;
  background-color:teal;
  margin-top: 40px; 
  right: 0;
  left: 0;
  text-align: center;
  padding: 16px 0;
  }
  
  .menu li:hover {
  display: inline-block;
  background-color:#f1651d;
  transition: 0.3s ease;
  }
  
  .menu li {
  margin-top: 12px;
  width: 100%;
  }

  
  
  input[type=checkbox]:checked ~ .menu{
  display: block;
  }
  
  .hamburger {
  display: block;
  }
  
  .dropdown {
  
  top: 30px;
  transform: translateX(35%);
  }
  
  .dropdown li:hover {
  background-color: #f1651d;
  }

}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .text{
    margin: 1rem 0 1.5rem 0;
  }

  .social-media{
    padding: 1.5rem 0 0 0;
  }

  .contact-info:before{
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }
}

/*@media(max-width: 1300px) {

.container .popup-image img {
  width: 95%;
  height: 95%;
}

}

*/
@media(max-width: 992px) {

  #back-to-top-btn { font-size: 22px; width: 40px; height: 40px; bottom: 15px; right: 15px; }


}

@media(max-width:768px) {
  body { font-size: 16px; }
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  hr { margin: 30px 0; }
  #back-to-top-btn { font-size: 18px; width: 32px; height: 32px; bottom: 6px; right: 6px; }
 
  
}

/* Animations */
.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}
/* zoomIn */
/* @keyframes btnEntrance { 
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }    
} */

/* fadeInUp */
@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;  
  animation-name: btnExit;
}
/* zoomOut */
/* @keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
} */

/* fadeOutDown */
@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}