:root {
 --main-color: #d70000;
  --secondary-color: #000000f1;
}

html {
  scroll-behavior: smooth;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: var(--main-color);
  width: 100%;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

 @media (max-width: 300px) {
  .container {
    width: 360px;
  }
}

/* small  */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* medium*/

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* large */

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

/* start header */
/* start header */
/* start header */
.header {
  background-color: #ffffff;
  width: 103%;
}

.header .container {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.header img {
  width: 110px;
  margin: 0px;
  padding: 0px;

  animation-name: thebest;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  
}

@keyframes thebest {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 20px 0;
  }

  100% {
    translate: 0 0;
  }
}

.header .container .name {
  color: #ff0000;
  
}

.header .container .name span {
  color: var(--secondary-color);
}

@media (max-width: 500px) {
  .header {
    margin: 0px;

    background-color: #fff;
    height: 50px;
    padding-bottom: 20px;
    padding-top: -200px;
    margin-top: 0px;
    width: 360px;
  }

  .header img {
        margin: 0px;

    width: 40px;
    margin: 0px;

  }

  .header .container .name {
    margin: 0px;

    font-size: 12px;
    color: var(--main-color);
  }
}

    /* The menu */
   /* The menu */
  /* The menu */

  .title{
    margin-top: 20px;
    margin-bottom: -25px;
    text-align: center;
  }
  .title .text{
color: #fff;
    font-size: 50px;
  }

    .title .text:hover{
color:  var(--secondary-color);
    font-size: 55px;
  }

  /* start menu */
 /* staer menu */
/* start menu */

.menu .container{
  margin-top: 50px;
 
 text-align: center;

padding-bottom: 50px;
  grid-template-columns: repeat(auto-fill, minmax(800px, 1fr));

gap: 20px;

}

.container{

  width: 90%;
}

/* .menu .col{
  
    direction: rtl;
 width: 200px;
height: 300px;
margin: 50px;
background-color:  var(--secondary-color);

} */

 
 
.menu  img{
  margin: 0px;
  padding: 0px;
  height: 850px;
  width: 1200px;
 
}

.menu .phone{


  display: none;
}
 
@media (max-width:600px){
  .title .text{
color: #fff;
    font-size: 40px;
  } 
  .menu .container{
margin: 0px;
    width: 100%;
    margin: auto;

  margin-top: 50px;
 
 text-align: center;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));

padding-bottom: 50px;
 
}

.menu  img{
  margin-top: -7PX;
   height: 800px;
  width: 340px;
}
.menu .phone{


  display: block;
}
.menu .laptop{


  display: none;
}
}

 .menu{

  text-align: center;
 }


   /* start container 22222*/
  /* start container 22222*/
 /* start container 22222*/

  .container form {
 margin-top: -50px;
margin-bottom: 0px;
padding-bottom: 5px;
 
text-align: center;
margin-bottom: 100px;

 }

  .container form .text{

font-size: 40px;
color: #FFF;
line-height: 2;

 }

  .container form  a{

font-size: 40px;
background-color: rgba(0, 0, 0, 0.789);
color: #ffffff;

border: 2px solid rgb(255, 255, 255);
padding: 5px;
 
 

 }
 
  .container form a:hover{
color: var(--main-color);
font-size: 45px;
 

 }


 body{

  text-align: center;
 }