body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0%;
    top: 1%;
}

.navbar {

    background-color: black;
    color: white;
    text-align: center;

    position: fixed;

    width: 100%;
    


}

.navbar h3 {

    font-size: larger;
    text-align: center;

    margin-left: 1%;

    width: 300px;

    

}

/* _________________________________________________________ */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
    transition: 0.3s;
    margin-top: 9%;
    
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* ____________________________________________________________ */

/*  */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  li {
    float: left;
    align-items: center;
    text-align: center;
    margin-left: 1%;
  }
  
  li span {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
  }


  
/* #navcola {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
} */

/*  */

.cola {

    /* margin-left: 50%; */
align-items: center;
text-align: center;
 
}

nav {
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 0.5fr;
    background-color: black;
    z-index: 8;
    position: fixed;
    /* padding-top: 1%; */
    text-align: center;
    color: white;
}

nav span {
    padding-top: 3%;
    padding-right: 60%;
}






/* _____________________________ */

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}


.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
} 

/* _____________________________ */

.slideshow-container img {
    margin-top: 4%;
}

/* ZOOM IN______________________ */
/* [1] The container */
.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  
}
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform 5.5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.5);
  }
/*  */


/* grid collum */
.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    
    }
    
.div1 { grid-area: 1 / 1 / 3 / 4; }
.div2 { grid-area: 1 / 4 / 2 / 6; }
.div3 { grid-area: 2 / 4 / 3 / 6; }
.div4 { grid-area: 3 / 1 / 4 / 4; }
.div5 { grid-area: 3 / 4 / 4 / 6; }
.div6 { grid-area: 4 / 1 / 5 / 2; }
.div7 { grid-area: 5 / 1 / 6 / 2; }
.div8 { grid-area: 6 / 1 / 7 / 2; }
.div9 { grid-area: 4 / 2 / 7 / 6; }



/* mooving images on specific place */
.moove {
    margin-top: -2%;
}

.moove1 {
    margin-top: -2.5%;
    left: 1%;
}

.moove2 {
    margin-top: -8.5%;
}

.moove3 {
  margin-top: -33%;
}

.moove4 {
  margin-top: -24%;
}

/* _________________________________ */

footer {
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 0.3% ;
  padding-bottom: 3%;
}

hr {
  margin-left: 23%;
  margin-right: 23%;
}

.ulbot li {
  display: inline;
}

.ulbot {
  display: inline-block;
  width: 42%;
  vertical-align: top;
  font-size: smaller;
  margin-top: 1%;
}
  


#coca-company {
  margin-left: 42%;
}

/* #keke {
  margin-left: 2%;
} */

.icons img {
  width: 5%;
}

.icons {
  text-align: center;
  padding-bottom: 2%;
  padding-top: 2%;
}

.botlistmf {
  width: 100%;
  vertical-align: top;
  font-size: smaller;
  margin-top: 1%;
  text-align: center;


}
.botlistmf li{
  display: inline;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 4%;
  padding-right: 4%;
  font-size: large;

}
.botlistmf ul {


    /* display: inline-block; */
    /* text-align: center; */
    margin-left: 32%;
    margin-right: 21%;
    
}

.botlistmf a {
  text-decoration: none;
  
}

.botlistmf a:hover {
  color: red;
  text-decoration: none;
}

/* ___________________ */
.div1 p {
  position: absolute;
  z-index: 5;
  color: white;

  margin-left: 16%;
  margin-top: -18%;

  font-size: 40px;
  font-weight: bolder;
}

.div2 p {
  position: absolute;
  z-index: 5;
  
  color: white;

  font-size: 40px;
  font-weight: bolder;

  margin-left: 11%;
  margin-top: -10%;
}

.div3 p {
  position: absolute;
  z-index: 5;
  
  color: white;

  font-size: 40px;
  font-weight: bolder;
  margin-left: 7%;
  margin-top: -10%;

}
.div4 p {
  position: absolute;
  z-index: 5;
  
  color: white;

  font-size: 40px;
  font-weight: bolder;

  margin-left: 21%;
  margin-top: -11%;
}
.div5 p {
  position: absolute;
  z-index: 5;
  text-align: center;
  color: white;

  font-size: 40px;
  font-weight: bolder;

  margin-left: 6%;
  margin-top: -12%
}
.div6 p {
  position: absolute;
  z-index: 5;
  
  color: white;

  font-size: 40px;
  font-weight: bolder;
  margin-left: 2.5%;
  margin-top: -9%;
}
.div7 p {
  position: absolute;
  z-index: 5;
  
  color: white;

  font-size: 40px;
  font-weight: bolder;
  margin-left: 7%;
  margin-top: -10%;
}
.div8 p {
  position: absolute;
  z-index: 5;
  
  color: white;

  font-size: 40px;
  font-weight: bolder;

  margin-left: 5%;
  margin-top: -9%;
}
.div9 p {
  position: absolute;
  z-index: 5;
  
  color: white;

  font-size: 40px;
  font-weight: bolder;

  margin-left: 36%;
  margin-top: -28%;
}

