@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis&family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");

* {
  padding: 0;
  margin: 0;
}
.mobile{
  display: none;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

body {
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.navmenu{
  display: none;
}
nav {
  position: relative;
  display: flex;
  top: 0.5vw;
  user-select: none;
  z-index: 50;
}
nav a {
  position: relative;
  width: 20%;
  height: 15%;
  margin-left: 6%;
  text-decoration: none;
}
nav img {
  width: 75%;
  height: 75%;
}
nav ul {
  position: relative;
  display: flex;
  width: 50%;
  margin-left: 32vw;
  list-style: none;
  text-align: center;
  justify-content: center;
  align-items: center;
}
nav ul li {
  margin-left: 0.8vw;
  font-size: 1.1vw;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  cursor: pointer;
  width: 6.5vw;
  transition: 0.3s;
}
nav ul li a {
  color: #333;
  padding: 0 0.3vw;
}

.navhover i {
  position: relative;
  top: -0.1vw;

  font-size: 0.7vw;

  transition: 0.3s;
}

.megamenumain {
  position: absolute;
  /* display: none; */
  display: flex;
  width: 100%;
  height: 20vw;
  background: #cccbcb;


  left: -1%;
  top: 60%;
  opacity: 0;

  transition: opacity 0.3s ease-in-out;

  /* background: rgb(241, 248, 255); */
  /* background: rgb(255, 255, 255); */
  background: rgb(255, 255, 255);
 
  cursor: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0.5vw;
  overflow: hidden;
  z-index: -100;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
  transition: top 0.3s ease;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
}

.clicked i {
  transform: rotate(180deg);
}
.clicked > .megamenumain {
  display: flex;
  opacity: 100;
  z-index: 1;
  visibility: visible;
  top: 65%;
}

.megamenumain .megafirstchild {
  /* width="720" height="640" */
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: -7%;
}
.megamenumain .megafirstchild img {
  position: relative;
  top: -5%;
  left: -10%;
  width: 150%;
  height: 120%;
}
.megamenumain .midall {
  position: relative;
  display: grid;
  /* display: flex; */
  width: 70%;
  height: 100%;
  margin-right: 10px;
  grid-template-columns: repeat(auto-fit, minmax( 6.25vw, 1fr));
  /* grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); */
  text-align: center;
  justify-content: center;
  align-items: center;

}

.megamenumain .midall div {
  
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #333;
  width: 80%;
  height: 60%;
  /* background: #f5f5f5; */
  background: #f4f6f7;
  /* border: 1px solid #333; */
  transition: 0.1s;
  margin: 1vw;
  border-radius: 0.2rem;
  cursor: pointer;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  
}

.megamenumain .midall div img{
  position: relative;
  top: 15%;
  width: 50%;
  height: 44%;
  image-rendering:optimizeQuality;
  object-fit: scale-down;
  /* object-fit: cover; */
}
.megamenumain .midall div svg{
  position: relative;
  top: 15%;
  width: 50%;
  height: 44%;
  image-rendering:optimizeQuality;
  object-fit: scale-down;
  /* object-fit: cover; */
}

.megamenumain .midall div h1 {
  position: relative;
  text-align: center;
  font-size: 0.8vw;
  top: 25%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  /* background: red; */
  left: 10%;
  width: 80%;
  
  /* border: 1px solid black; */
}

.megamenumain .midall div h1::after {
  content: "";
  position: absolute;
  background-color: rgb(35, 167, 211);
  height: 3px;
  width: 0%;
  left: 0%;
  bottom: -10px;
  transition: 0.3s;
 
}
/* .megamenumain .midall div:hover{
        box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
       
        outline: 1px solid #333;
       
      
        border-radius: 0.2vw;
    } */

.megamenumain .midall div:hover {
  box-shadow: none;
  
}

.navhover::after {
  content: "";
  position: absolute;
  background-color: rgb(35, 167, 211);
  height: 3px;
  width: 0%;
  left: 0;
  bottom: -10px;
  transition: 0.3s;
}
.navhover:hover::after {
  width: 100%;
}

.searchdiv {
  position: relative;
  display: flex;

  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease all;
  width: 100%;
  margin-bottom: 2vw;
  top: -35rem;
}
.search {
  display: flex;
  border: 0.1vw solid transparent;
  padding: 0.5vw;
  border-radius: 2vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease all;
  width: 50%;
  height: 3vw;
  left: 50vw;
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5); */
  /* box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  backdrop-filter: blur(10px);
}
.search:hover {
  border: 0.1vw solid  rgba(19, 75, 94, 0.37);
}

.mainSearch {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 1.1vw;
  font-family: "Poppins", sans-serif;
  background: transparent;
  color: #333;
  backdrop-filter: blur(10px);
}
.search .fa-solid {
  padding-right: 0.4vw;
  margin-left: 0.6vw;
  color: #333;
  font-size: 1.5vw;
  user-select: none;
  transition: all 0.3s ease;
}
.search:hover .fa-solid {
  color: rgba(26, 116, 146, 0.678);
}

.searchback_video{
  position: relative;
  z-index: -50;
  top: -8rem;
  width: 100%;
  height: 70rem;
  
}
.main {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main img {
  position: relative;
  width: 100%;
  height: 100%;
}








.afternav{
  position: relative;
  top: 0;
  /* background: red; */
  width: 100%;
}

.afternav .back_video {

  margin-top: -6rem;
  z-index: -100;
  background: transparent;
  width: 100%;
  /* height: 80vh; */
}








@media (min-aspect-ratio: 16/9) {
  .back_video {
    width: 100%;
    height: Auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .back_video {
    width: Auto;
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  nav ul{
    display: none;
  }
  nav ul li {
    font-size: 3.5vw;
  }
  nav ul {
    margin-left: 20vw;
  }
  nav img {
    width: 12vh;
  }
  .back_video {
    width: 100vw;
    height: 43vh;
  }
}
.details {
  overflow: hidden;
  position: relative;
  margin-top: -17rem;
  /* top: 42vw; */
  /* background: red; */
  width: 100%;

  height: 6vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* background: red; */
}

.scroller {
  /* position: relative;
    top: 45vw; */
  /* background: red; */

  max-width: 31.25vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* background: red; */
  margin-left: 35vw;
  width: max-content;
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
}
.scroller_inner {
  display: flex;
  list-style: none;
  gap: 1rem;
  width: max-content;
  text-align: center;
  justify-content: center;
  align-items: center;
  animation: move 20s linear infinite;
}

.scroller_inner li {
  flex-direction: column;
  flex-wrap: wrap;
}
.scroller_inner h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 1rem;

  user-select: none;
  color: rgb(148, 148, 148);
  transition: color 0.3s ease-in-out;

  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.scroller_inner:hover h3 {
  color: rgb(49, 123, 136);
}

.details .Ptext {
  width: 40vw;
  font-size: 1vw;
  margin-left: 29vw;
  font-family: "Poppins", sans-serif;
}

@keyframes move {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.mid {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 10svw;
}
.mid-search {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  top: -35rem;

}
.mid-search h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  font-size: 2vw;
  font-family: "Poppins", sans-serif;
}
.mid h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  font-size: 2vw;
  font-family: "Poppins", sans-serif;
}
.mid_card {

  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* grid-template-columns: repeat(auto-fit,minmax(272px,1fr)); */
  /* grid-template-columns: repeat(auto-fit,minmax(350px,1fr)); */
  margin: 5vw;
  height: 100%;
  text-align: center;
  justify-content: center;
  /* align-items: center; */
}

.mid_card img {
  width: 100%;
  /* height: 67%; */
  height: 61%;
  object-fit:contain;
}
.mid_card .landing{
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  z-index: 100;
}
.mid_card .card {
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 0.5vw;

  /* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); */
}
.mid_card .card:hover {
  border: 1px solid rgb(82, 179, 218);
}
.mid_card .card h2 {
  color: #333;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
}
.mid_card .card h3 {
  display: none;
}
.mid_card .card h2 span {
  text-decoration: line-through;
  color: rgb(151, 150, 150);
  opacity: 0.5;
}
.mid_card .card button {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  width: 6.5rem;
  height: 3.5rem;
  background: transparent;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  border: 0.06vw solid #333;
  margin-top: 0.5vw;
  cursor: pointer;
  transition: ease 0.3s;
  margin-bottom: 0.5vw;
}
.mid_card .card button:hover {
  border: 1px solid rgb(59, 155, 59);
}
.mid_card .card button a {
  text-decoration: none;
  color: #333;
  
}

.windows {
  position: relative;
  width: 100%;
  height: 30vw;
  top: 10svw;
}
.windows h1 {
  color: #333;
  font-size: 2vw;
  font-family: "Poppins", sans-serif;
}

.Server {
  position: relative;
  width: 100%;
  /* height: 60vw; */
  margin-top: 26rem;
}
.Server h1 {
  color: #333;
  font-size: 2vw;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 1700px) {
  .Server {
    top: 85svw;
  }
}

@media only screen and (max-width: 600px) {
  .mid_card {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .mid_card img {
    width: 100%;
    height: 62%;
  }
  .mid_card .card h2 {
    font-size: 2.8vw;
  }
  .mid_card .card button {
    width: 4rem;
    height: 4.1vh;

    border-radius: 0.5rem;
    font-size: 0.7rem;
    margin-bottom: 5vw;
  }
  .mid h1 {
    font-size: 5vw;
  }
  .mid2 h1 {
    font-size: 5vw;
  }
  .mid3 h1 {
    font-size: 5vw;
  }
  .Server {
    margin-top: 54rem;
    
    /* height: 55vh; */
  }

  .search {
    position: relative;
    display: flex;
    border: 0.1vw solid #333;
    padding: 0.5vw;
    border-radius: 4vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4vw;
    transition: 0.1s ease all;
  }
  .search:hover {
    border: 0.1vw solid rgb(35, 167, 211);
  }

  .mainSearch {
    width: 50%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 0.5rem;
    font-family: "Poppins", sans-serif;
  }
  .search .fa-solid {
    padding-right: 0.5vw;
    margin-left: 0.7vw;
    color: #333;
    font-size: 0.5rem;
  }
  .main {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  nav ul {
    margin-left: 13vw;
  }

  nav img {
    margin-left: 0%;
  }
  nav ul {
    position: relative;
    display: flex;
    width: 50%;
    margin-left: 13vw;
    list-style: none;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  nav ul li {
    
    font-size: 0.4rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    cursor: pointer;
    width: 16rem;
    transition: 0.3s;
  }
  nav ul li a {
    color: #333;
    padding: 0 0.3vw;
  }
  .details{
    height: 13vw;
  }
  .details .Ptext {
    margin-left: 15%;
    width: 70vw;
    font-size: 0.6rem;
    
  }
}
#c2 {
  background: rgb(2, 2, 29);
}
#c2 h2 {
  color: #fff;
}
#c2 button {
  border: 1px solid #fff;
  color: #fff;
}
#c2 button a {
  color: #fff;
}

@media only screen and (max-width: 375px) {
  .mid_card {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .mid_card img {
    width: 100%;
    height: 62%;
  }
  .mid_card .card h2 {
    font-size: 2.8vw;
  }
  .mid_card .card button {
    width: 4rem;
    height: 4.1vh;

    border-radius: 0.5rem;
    font-size: 0.7rem;
    margin-bottom: 5vw;
  }
  .mid h1 {
    font-size: 5vw;
  }
  .mid2 h1 {
    font-size: 5vw;
  }
  .mid3 h1 {
    font-size: 5vw;
  }


  .search {
    display: flex;
    border: 0.1vw solid #333;
    padding: 0.5vw;
    border-radius: 4vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 30vw;
    height: 4vw;
    transition: 0.1s ease all;
  }
  .search:hover {
    border: 0.1vw solid rgb(35, 167, 211);
  }

  .mainSearch {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 0.5rem;
    font-family: "Poppins", sans-serif;
  }
  .search .fa-solid {
    padding-right: 0.5vw;
    margin-left: 0.7vw;
    color: #333;
    font-size: 0.5rem;
  }
  .main {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  nav ul {
    margin-left: 12vw;
  }
}

.searchedcard {
  display: block;
  width: 20vw;
  height: 20vw;
}



footer{
  position: relative;
  margin-top: 10rem;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
.mt-5{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.pt-5{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  
}
.pt-5 .col-md-2{
  position: relative;
  margin: 2vw;
  font-size: 1.5rem;
  color: #333;
}
.pt-5 .col-md-2 a{
  color: #333;
  outline: none;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
.pt-5 .col-md-2 a:hover{
  text-decoration: underline;
}

.asszzss{
  position: relative;

  font-size: 1rem;
  width: 100%;
  height: 7vw;
  text-align: center;
  justify-content: center;
  align-items: center;

}
.col-lg-8{
  position: relative;
  top: 10%;
  width: 80%;
  left: 10%;
  


}
.text-center i{
  color: #333;
  text-decoration: none;
  margin: 1vw;
  font-size: 1.5rem;
}
.text-center a{
  text-decoration: none;
}

.ees{
  color: #333;
}
.p-3{
  font-size: 0.9rem;
}
@media only screen and (max-width: 1440px){
  .Server {
    
    top: 27vw;
   
  }
  footer {
    margin-top: 28rem;
  }
  footer .fotterfonts{
    margin-top: 6rem;
  }
}





@media only screen and (max-width: 600px) {
  body{
    overflow-x: hidden;
  }
  footer{
    position: relative;
    margin-top:10rem;
    
   
  }
  footer .ptag{
   text-align: justify;
  }
  .col-lg-8{
    top: 5%;
  }
  footer .asszzss{
  height: 28.5rem;
 

  }
  .Server {
    
    margin-top: 68.2rem;
   
  }
 
  .fotterfonts{
    position: relative;
    padding-top: 3.5rem;
    margin-bottom: 1rem;
   
  }
  
  .pt-5{
    font-size: 1vw;

  }
  .fdfe22{
    display: none;
  }
  nav {
    padding-top: 0.2rem;
    border-bottom: 1px solid #d5d9e0;
    /* box-shadow:  0 0 0 1px #d5d9e0; */
  }
  nav img{
    height: 100%;
    /* height: 100%; */
    width: 118%;
    /* width: 128%; */
    margin-top: 0.23rem;
    /* background: red; */
  
  }
  nav a{
    margin-left: 2%;
  }
  nav i{
    position: absolute;
    right: 0;
    margin-right: 1.5rem;
    margin-top:0.85rem;
    color: #333;
    font-size: 1.4rem;
  }
  .mobile{
    display: block;
  }
 .minimenu{
    position: absolute;
    right: 100%;
    top: 1;
    z-index: 0;
    width: 100%;
    height: 93.5vh;
    background-color: #ffffff65;
    backdrop-filter: blur(25px);
    
    transition: 0.3s ease ;
    /* background: red; */
  }
 
 .minimenu .mobilenavmenuchild a{
    text-align: left;
  text-decoration: none;
  color: #333;
  margin-left: 10px;
 
  }
.minimenu .mobilenavmenuchild h1{
  font-family: "Poppins", sans-serif;
  padding-left: 20px;
  font-size: 1.2rem;

  }


  .openminimenu{
    
    right: 0%;
    z-index: 25;
   
  }
  /*-----------mobilesearch-------*/
  .searchdiv {
    position: relative;
    display: flex;
    
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease all;
    width: 100%;
    margin-bottom: 2vw;
    top: -35rem;
  }
  .search {
    display: flex;
    border: 0.1vw solid transparent;
    padding: 0.5vw;
    border-radius: 5vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease all;
    width: 70%;
    height: 10vw;
    left: 0vw;
  
  }
  .search:hover {
    border: 0.1vw solid  rgba(19, 75, 94, 0.37);
  }
  
  .mainSearch {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    background: transparent;
    color: #333;
    backdrop-filter: blur(10px);
  }
  .search .fa-solid {
    padding-right: 0.4rem;
    margin-left: 0.5rem;
    color: #333;
    font-size: 0.9rem;
    user-select: none;
    transition: all 0.3s ease;
  }
  .search:hover .fa-solid {
    color: rgba(26, 116, 146, 0.678);
  }
  
  .searchback_video{
    position: relative;
    z-index: -50;
    top: -17rem;
    width: 100%;
    height: 48rem;
    
  }
  .mid-search h1{
    font-size: 1rem;
  }
  







  .navmenu{
    position: relative;
    display:block;
    /* margin-top: 5.5%; */
    margin-top: 5.9%;
    margin-left: 5.5%;
    width: 1.8rem;
    /* height: 0.16rem; */
    height: 2px;
    background: #444;
    cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none; 
  transition: transform 0.01s linear;
  border-radius: 10px;
  }
  .navmenu::before{
    content:"";
    position: absolute;
    top: -0.6rem;
    left: 0;
    width: 1.76rem;
    height: 0.12rem;
    background: #444;
    transition: transform 0.05s ease-in-out;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .navmenu::after{
    content:"";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 1.76rem;
    height: 0.12rem;
    background: #444;
    transition: transform 0.05s ease-in-out;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .navmenu::before {
    transform: translateY(0) rotate(0);
  }
  
  .navmenu::after {
    transform: translateY(0) rotate(0);
  }
  
  /* Active state - cross */
  .navmenu:checked::before {
    transform: translateY(0.59rem) rotate(45deg);
    height: 0.14rem;
  }
  
  .navmenu:checked::after {
    transform: translateY(-0.59rem) rotate(-45deg);
    height: 0.14rem;
  }
  .navmenu:checked {
    background: transparent;
  }
  .mobilebtn{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 4rem;
    margin-top: 0.7rem;
    width: 5rem;
    height: 2.2rem;
    border-radius: 10px;
    background: transparent;
    color: #333;
    outline: none;
    border: 1px solid #333;
    z-index: 2;

  }
  .mobilebtn a{
    color: #333;
  }
  .mobilebtn:hover{
    background: rgb(0, 195, 255);
    border: none;
    color: #fff;
  }
  .mobilebtn a:hover{
    color: #fff;
  }

  nav ul li{
    display: none;
  }
  .back_video{
    /* margin-right: -2.5rem; */
    /* height: Auto; */
    /* width: 35rem; */
  
   border: none;
   /* background: red; */
  }
  .details{
    /* height: 6.3vh; */
    margin-top: -9rem;
    border: none;
  }
  .tag-list h3{
    font-size: 0.6rem;
  }
  .details .Ptext{
    width: 80%;
    font-size: 0.6rem;
    margin-left: 11%;
    color: #414040;
  }
}

@media only screen and (max-width: 375px) {

  .Server{
  
      top: 55vw;
      
    

  
  }
  footer{
   
    margin-top:22rem;
    
   
  }
  footer .asszzss{
    height: 35rem;
   
  
    }
  .back_video{
   margin-top: 1rem;
   height: 50vh;
   
 
  }
  .details{
    /* height: 6.3vh; */
    margin-top: -9rem;
  
    border: none;
  }
  .Ptext{
    position: relative;
    /* font-size: 1px; */
    overflow:visible;
   
   
  }
  .Ptext p{
    font-size: 0.5rem;
  }
 
  .tag-list h3{
    font-size: 0.6rem;
  }
  .Server {
    
   margin-top: 53.5rem;
   
  }

  footer {
    margin-top: 16rem;
  }
  


  footer .fotterfonts{
    padding: 0;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 768px){
  
}


