@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Lato-Regular.ttf);
    
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/SourceSansPro-Regular.ttf);
}
body{
    background-color: rgba(0, 0, 0, .1);
    font-family: myFirstFont;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: black;
}

.bread-crumb{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    text-decoration: none;
}

.pro-main-imgg{
    /* margin: auto; */
    width: 100%;
    height: auto;
}


.pro-image{
    margin: auto;
    width: 95%;
    height: auto;
}

.pro-spec{
    display: grid;
    grid-template-columns: auto ;
    /* background-color: rgba(0, 0, 0, .05); */
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: auto;
    justify-content: space-evenly;
}



/* description */
.description{
    width: 95%;
    padding-top: 10px;
    
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.description-bar{
    height: 1.5px;
    margin-left: 10px;
    /* color: aqua; */
    width: 100%;
    background-color: rgb(59, 169, 98);
    outline: none;
    border: none;
}

.description-content{
    width: 95%;
    margin: auto;
    padding: 10px 0 10px 0px;
}

.description-body{
    background-color:white;
    margin-top: 5px;
    /* margin-bottom: 2px; */
    /* padding: 10px 0px 10px 0px; */
}
.description-list-h{
    background-color: white;
    width: 100%;
    text-transform: capitalize;
    /* margin-top: 2px; */
    padding-left: 10px;
    /* margin-bottom: 1px; */
    padding-top: 10px;
    padding-bottom: 3px;
}

.description-list{
    padding-left: 10px;
    background-color: white;
    width: 100%;
    text-transform: capitalize;
    margin-top: .75px;
    /* margin-bottom: 1px; */
    padding-top: 5px;
    padding-bottom: 5px;
}
.description-list-2{
    padding-left: 10px;
    background-color: rgba(59, 169, 98,.0005);
    width: 100%;
    text-transform: capitalize;
    margin-top: .75px;
    /* margin-bottom: 1px; */
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-name{
    text-transform: capitalize;
    color: rgb(59, 169, 98);
    background-color: white;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}


.pro-container{
    /* margin-top: 5px; */
    margin-bottom: 5px;
    padding: 10px 0px 10px 0px;
    background-color: white;
}


/* slishow */

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

.mySlides{
 margin: auto;
 width: 100%;
}
.product-carousal-img{
  height: 60vh;
  margin: 0px 0px 0px 0px;
  width: 100%;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(15, 15, 15);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
    /* color: black; */
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.my_fade {
  animation-name: this_fade;
  animation-duration: 1.5s;
}

@keyframes this_fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (min-width: 768px) {
  

  .pro-container{
    display: flex;
  }
}

h4{
    text-transform: capitalize;
}

.prod-img-tag-card {
    margin: 5px;
    padding: 2px 2px 2px 2px;
    width: 60px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    /* box-shadow: 0px 1px 2px black; */
    border-radius: 3px;
}

.pro-img-svg {
    margin: auto;
    padding: 1px 1px 1px 1px;
    margin-top: 2px;
    width: 25px;
    height: 25px;
    /* display: block; */

}

.lap-banner {
    /* display: flex; */
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    /* width: 100%; */
    margin: auto;
    /* box-shadow: 0px 2px 0px rgb(52, 152 , 252); */
}

.lap-img-tag-card {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* border-bottom: .5px solid black; */
    margin: 5px 5px 5px 5px;
    text-transform: capitalize;
}


.lap-spec {
    display: grid;
    grid-template-columns: auto auto;
    /* width: 90%; */
    height: fit-content;
    margin: auto;
    padding: 5px 5px 5px 5px;

}

.lap-ex {
    display: flex;
    flex-direction: column;
}

.lap-main-img {
    width: 100%;
    margin: auto;
}

.lap-other {
    width: 95%;
    margin: auto;
    justify-content: center;
    align-self: center;
    height: fit-content;
    background-color: rgba(52, 154, 255, 0.142);
    border-radius: 10px;
}





@media only screen and (min-width: 1050px) {

    .base-div{
    display: flex;
   
}

}