*{
    font-family: calibri, arial;
}
html {
    scroll-behavior: smooth;
  }

  /* starts scroll button */
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(255, 0, 170);
    color: rgb(4, 7, 128);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  /* ends scroll button */

/* Start Navigation */


#menu + label {
    display: none;
    padding: 0.5em;
    background-color: #000;
    font-size: 2em;
    color: #030e42;
    text-align: right; 
    cursor: pointer;
  }
 #menu + label span {
    transition: 0.5s ease-in-out;
  } 
 ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
 #topnavigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    padding: 1em;
    text-transform: uppercase;
 
    background-image: linear-gradient(to right, #07cde7, #04a9be);
    border-radius: 8px;
  }
 #topnavigation > li {
    position: relative;
    margin-right: 20px;
  }
 #topnavigation > li ul {
    position: absolute;
    display: none;
    white-space: nowrap;
  }
 #topnavigation a {
    display: block;
    font: bold 1.3em arial, helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
  } 
 #topnavigation a:hover, 
 #topnavigation a:active {
     color: #080808;
     background-image: linear-gradient(to bottom, #ddd, #aaa);
  }
  
 #topnavigation > li:hover ul,
 #topnavigation > li:active ul {
    display: block;
   
    background-image: linear-gradient(to right, #a5f5a5, #16f35fcb);
  }
/* End Navigation */
.mySlides {display: none;}
.mySlides img {vertical-align: middle;
height: 50vh;
width: 100%;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #141212;
  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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}


  /* scheme home */
  .asection{
    margin-left: 0vh;
    margin-right: 0vh;
    padding: 10px;
    display: flex;
    flex-direction: row; 
  }
  .absection {
    text-align: center;
    color: #131212;
    background-color: #eff2f5;
    border: 2px solid #b4d8e4;
    border-radius: 15px;
    width: 100dvh;
    margin: 10px;
   
  }
  .absection h1{
    margin: 5%;
    font-weight: bold;
    font-size: 2.5rem;
    color: rgba(5, 138, 138, 0.815);
  }
  .absection p{
    margin: 5%;
    font-weight: bold;
    font-size: 1.0rem;
    color: rgb(241, 241, 239);
    line-height: 1.;
  }

.part{
    color: #141212;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    text-align: center;  
}
.product{
    color: #141212;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    text-align: center;  
}
.pcenter{
   align-items: center; 
   margin-left: 60vh;
   padding: 8px 12px;
}
.patner_img{
    height: 20dvh;
    width: 30dvh;
    display: flex;
    gap: 2rem;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes ticker-kf {
    0% {
      transform: translate3d(0, 0, 0);
    }
  
    100% {
      transform: translate3d(-108rem, 0, 0);
    }
  }
  
  .img-ticker {
    animation: ticker-kf 18s linear infinite;
  }
  

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* start contact section */
.container_c {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
  }
  .row_c{
    display: flex;
  }
  /* Create two columns that float next to eachother */
  .column_c {
   
    width: 40%;
    margin-top: 6px;
    padding: 20px;
  }
  .column_c img{
    
    height: 50dvh;
  }

  .scroll-left {
    margin-left: 20%;
    width: 60%;
    height: 50px;	
    overflow: hidden;
    position: relative;
    background: rgb(226, 49, 37);
    color: rgb(0, 0, 0);
    border: 1px solid orange;
   }
   .scroll-left p { 
 
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    transform:translateX(100%);
    /* Apply animation to this element */
    animation: scroll-left 15s linear infinite;
   }
   .ro{
    border: 1px solid rgb(90, 90, 89);
    margin-left: 30%;
    width: 100%;
   }

  /* start footer */
  
  .footer {

    height: 2dvh;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(156, 3, 3);
    color: rgb(250, 244, 244);
    text-align: center;
  }

   /* ends footer */

   /* for mobile view */

   @media ( max-width: 30em ){
    #menu + label {
       display: flex;
       justify-content: right;
      }
    #topnavigation {
       flex-direction: column;  
       gap: 0.5em; 
       padding-top: 0;
       display: none;
      }
    #topnavigation > li ul {
       position: static;
      }
    #menu:checked+label span {
       transform: rotateZ( 90deg );
      }
    #menu:checked~#topnavigation {
       display: block;
      }
    #topnavigation  a {
       padding: 1em;
       border-bottom: 2px solid #000;
       background-image: linear-gradient(to bottom, #fff, #ccc);
      }
    #topnavigation a:hover, 
    #topnavigation a:active {
       background-image: linear-gradient(to bottom, #ddd, #aaa);
      }

      
.head_name{
    text-align: center;
    background-color: #920707;
    width: 80%;
   margin-left: 10%;
    border-radius: 0.4rem;
    color: rgb(255, 255, 255);
  }
  
}/* start main page */