body {
    margin: 0;
  }
    .topnav {
      overflow: hidden;
   
  position: fixed;
  height: 91px;
  width: 100%;
  top: 0;
  list-style-type: none;
  z-index:300;
      background-color: #ffffff95;
    
    }
    .tex{
        list-style-type: none;
    }

    .topnav img {
  float: left;
  width: 120px;
  height: 90px;
  margin-right: 500px;
  padding-left: 30px;

}

    .topnav a {
  float: left;
  font-family: 'Arcon', sans-serif;
  display: block;
  color: #515d4b;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  display: inline;
  list-style-type: none;
  letter-spacing: 2px;
  margin-left: 10px;
  margin-top: 0px;
  padding-right: 30px;
  text-transform: uppercase;
}
    
    .topnav a:hover {
      color: #81927dfa;
    }
    .box1{
  background-color: #ffffff;
  background-image: url("imag/back.png");
width: 90%;
height: 650px;
padding: 50px;
margin: 20px;
margin-top: 150px;
}
.box1{
    background-color: #ffffff;
    background-image: url("imag/back.png");
  width: 90%;
  height: 650px;
  padding: 50px;
  margin: 20px;
  margin-top: 150px;
}
.img1{
    height: 750px;
    width: 50%; 
    float: right;
    margin-right:-73px ;
    margin-top: -50px;
}

.img2{
    align-items: center;
    padding: 30px;
    height: 45px;
    width: 45px; 
}

.img3{
    align-items: center;
    padding: 30px;
    height: 45px;
    width: 45px; 
}
.img4{
    align-items: center;
    padding: 30px;
    height: 43px;
    width: 43px; 
    margin-top: 5px;
}
.img5{
    align-items: center;
    padding: 30px;
    height: 45px;
    width: 45px; 
}
.img6{
    align-items: center;
    padding: 30px;
    height: 45px;
    width: 45px; 
}
.img7{
    align-items: center;
    padding: 30px;
    height: 46px;
    width: 45px; 
 
}
.text1{
    width: 45%;
     float: left;
     margin-top: -60px;
     background-color: #ffffff;
     color: #515d4b;
     margin-left:0px;
     font-family: 'Arcon', sans-serif;
     font-size: 6vw;
     font-style:bold;
     line-height: 0.8;
  
 }
 .text2{
   font-family: 'Arcon', sans-serif;
             font-style:italic;
             font-size: 1.3vw;
     width: 30%;
     float: left;
     margin-top: 0px;
     background-color: #ffffff;
     color: #515d4b;
     margin-left:0px;
 }
 .text3{
     position: absolute;
     color: #ffffff;
     margin-top: -21px;
     margin-left: 48px;
     font-size: 23px;
     font-family: 'Arcon', sans-serif;
 }
 .text4{
     position: absolute;
     color: #ffffff;
     margin-top: -22px;
     margin-left: 50px;
     font-size: 23px;
     font-family: 'Arcon', sans-serif;
 }
 .text5{
     position: absolute;
     color: #ffffff;
     margin-top: -23px;
     margin-left: 56px;
     font-size: 23px;
     font-family: 'Arcon', sans-serif;
 }
 .text6{
     position: absolute;
     color: #ffffff;
     margin-top: -20px;
     margin-left: 47px;
     font-size: 23px;
     font-family: 'Arcon', sans-serif;
 }
 .text7{
     position: absolute;
     color: #ffffff;
     margin-top: -20px;
     margin-left: 46px;
     font-size: 23px;
     font-family: 'Arcon', sans-serif;
 }
 .text8{
     position: absolute;
     color: #ffffff;
     margin-top: -21px;
     margin-left: 66px;
     font-size: 23px;
     font-family: 'Arcon', sans-serif;
 }
 .grid-container {
    position: absolute;
  margin-top: 349.8px;
  margin-left:0px;
  width: 550px;
  height: 300px;
  display: grid;
  grid-template-columns: auto auto auto ;
  gap: 20px;
  background-color: #ffffff;;
  padding: 0px;
}

.grid-container > div {
  background-color: rgb(104, 117, 101);
  text-align: center;
  align-items: center;
  margin-left: -10px;
  transition: width 2s, height 2s, transform 2s;
}
.grid-container > div:hover {
    width: 170px;
    height: 165px;
  transform: rotate(60deg);
}
.icon1{
    width: 170px;
    height: 165px;
}
.icon2{
    width: 170px;
    height: 165px;
}
.icon3{
    width: 170px;
    height: 165px;
}
.icon4{
    width: 170px;
    height: 165px;
}
.icon5{
    width: 170px;
    height: 165px;
}
.icon6{
    width: 170px;
    height: 165px;
}
.box2{
    background-color: #ffffff;
  width: 93%;
  height: 480px;
  padding: 50px;
  background-image: url("imag/back.png");
 
  background-repeat: repeat;
  margin-top: 70px;
}
.box3{
    background-color: #687565;
  width: 720px;
  height: 580px;
  float:right;
 margin-top: -20px;
 margin-right: -50px;
}
.box4{
  width: 100%;
  height: 580px;
 margin-top: -50px;

}
.img8{
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    border: 10px solid #ffffff;
    height: 356px;
    width: 283px; 
margin-left: -100px;
    margin-top: 140px;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.img9{
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    border: 10px solid #ffffff;
    height: 356px;
    width: 283px; 
margin-left: 50px;
    margin-top: 60px;
}
.text9{
    width: 45%;
     float: left;
     margin-top: 50px;
     background-color: #ffffff;
     color: #515d4b;
     margin-left:0px;
     font-family: 'Arcon', sans-serif;
     font-size: 5vw;
     line-height: 1;
 }
 .text10{
      font-family: 'Arcon', sans-serif;
             font-style:italic;
             font-size: 1.3vw;
     width: 30%;
     float: left;
     margin-top: -15px;
     background-color: #ffffff;
     color: #515d4b;
     margin-left:0px;
 }
 .button1 {
    position: absolute;
    width: 15%;
    margin-top: 26%;
    margin-left: -603px;
  background-color: #687565;
  border: none;
  color: white;
padding: 15px 20px ;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-style: bold;
  border-radius: 12px;
  cursor: pointer;
}
.button1:hover {
      background-color:#ffffff;
      color: #515d4b;
      transition: 0.5s;
  }
  .box5{
    width: 93%;
    height: 790px;
    padding: 50px;
    background-image: url("imag/back.png");
    margin-top: 30px;
  }
  .box6{
      background-color: #687565;
    width: 720px;
    height: 880px;
    float:left;
   margin-top: -50px;
  margin-left: -50px;
  
  }
  .text11{
    width: 45%;
     float: left;
     margin-top: 100px;
     color: #ffffff;
     margin-left:50px;
     font-family: 'Arcon', sans-serif;
     font-size: 4vw;
 }
 .text12{
   font-family: 'Arcon', sans-serif;
             font-style:italic;
             font-size: 1.3vw;
     width: 60%;
     float: left;
     margin-top: 0px;
     color: #ffffff;
     margin-left:50px;
 }
 .grid-container1 {
    position: absolute;
    margin-left: 200px;
    margin-top: 500px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}

.grid-container1 > div {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
.img10{
    width: 328px;
    height: 350px;
}
.img11{
    width: 328px;
    height: 350px;
}
.img12{
    width: 328px;
    height: 350px;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(90, 101, 87);
  background: rgba(90, 101, 87, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 27.6%;
  height:5%;
  top: 377px;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.box8{
    width: 93%;
    background-color: #ffffff;
    background-image: url("imag/back.png");
    height: 850px;
    padding: 50px;
    margin-top: 50px;
  }
  .text13{
    width: 45%;
    text-align: center;
   text-decoration: none;
   display: inline-block;
     margin-top: 20px;
     color: #515d4b;
      margin-left: 350px;
     font-family: 'Arcon', sans-serif;
     font-size: 3.5vw;
 }
 .text14{
   font-family: 'Arcon', sans-serif;
             font-style:italic;
             font-size: 1.5vw;
     width: 80%;
     margin-top: -30px;
     color: #515d4b;
     margin-left: 250px;
 
 }
 .wrapper1 {
    position:absolute;
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: rgb(255, 255, 255);
    color: #444;
    margin-left: 125px;
    margin-top: 10px;
    width: 75.5%;
    height: 800px;
  }
  .img13{
  width: 820px;
  height: 250px;
  transition: transform .2s;
}
.img13:hover{

  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}
.img14{
  width: 300px;
  height: 492px;
  transition: transform .2s;
}
.img14:hover{

-ms-transform: scale(0.9); /* IE 9 */
-webkit-transform: scale(0.9); /* Safari 3-8 */
transform: scale(0.9); 
}
.img15{

  width: 406px;
  height: 270px;
  transition: transform .2s;
}
.img15:hover{

-ms-transform: scale(0.9); /* IE 9 */
-webkit-transform: scale(0.9); /* Safari 3-8 */
transform: scale(0.9); 
}

.img16{
 

  width: 406px;
  height: 270px;
  transition: transform .2s;
}
.img16:hover{

-ms-transform: scale(0.9); /* IE 9 */
-webkit-transform: scale(0.9); /* Safari 3-8 */
transform: scale(0.9); 
}
.img17{

  width: 406px;
  height: 270px;
  transition: transform .2s;
}
.img17:hover{

-ms-transform: scale(0.9); /* IE 9 */
-webkit-transform: scale(0.9); /* Safari 3-8 */
transform: scale(0.9); 
}
.img18{

  width: 406px;
  height: 270px;
  transition: transform .2s;
}
.img18:hover{

-ms-transform: scale(0.9); /* IE 9 */
-webkit-transform: scale(0.9); /* Safari 3-8 */
transform: scale(0.9); 
}
.img19{
 position: relative; 
 margin-top: -32px;
  width:  300px;
  height: 302px;
  transition: transform .2s;
}
.img19:hover{

-ms-transform: scale(0.9); /* IE 9 */
-webkit-transform: scale(0.9); /* Safari 3-8 */
transform: scale(0.9); 
}
  .a {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .b {
    grid-column: 3 ;
    grid-row: 1 / 4;
  }
  .c {
    grid-column: 1 ;
    grid-row: 2 ;
  }
  .d {
    grid-column: 2;
    grid-row: 2;
  }
  .e{
    grid-column: 1 ;
    grid-row: 3;
  }
.f{
  grid-column: 2;
    grid-row: 3;
}
.g{
  grid-column: 3;
    grid-row: 3;
}


 .box9{
    width: 93%;
    background-color: #ffffff;
    background-image: url("imag/back.png");
    height: 280px;
    padding: 50px;
    margin-top: 40px;
    text-align: center;
  }
  .text15{
    width: 45%;
    text-align: center;
   text-decoration: none;
   display: inline-block;
     margin-top: 20px;
     color: #515d4b;
     font-family: 'Arcon', sans-serif;
     font-size: 4vw;
     font-style:bold;
     line-height: 1;
 }
 .text16{
   line-height: 1.4;
   font-family: 'Arcon', sans-serif;
             font-style:italic;
             font-size: 1.2vw;
     width: 45%;
     margin-top: 20px;
     color: #515d4b;
     text-align: center;
     text-decoration: none;
   display: inline-block;
 
 }
 hr.new1 {
    border-top: 2px solid #515d4b;
    margin-top: -15px;
    width: 10%;
  }
  .box10{
    width: 93%;
    background-color: #ffffff;
    background-image: url("imag/back.png");
    height: 600px;
    padding: 50px;
    margin-top: 60px;
    text-align: center;
  }
  .img20{
    width: 107.5%;
    height: 490px;
   float: left;
   margin-top: -50px;
   margin-left: -50px;
  }

  .img21{
    margin-top: 35px;
    width: 50px;
      height: 50px;
  }
  #col {
    position: absolute;
    height:250px;
    margin-left: 90.5px;
    margin-top: 340px;
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    padding: 10px;
  }
  .fool{
    border-radius: 40px;
    background-color: #687565;
    align-items: center;
    height: 235px;
    width: 250px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
  }
  
  .value {
    margin-top: 20px;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
  }
  .box11{
    width: 93%;
    background-color: #ffffff;
    background-image: url("imag/back.png");
    height: 500px;
    padding: 50px;
    margin-top: 0px;
    text-align: center;
  }
  .jav2{
    margin-bottom: 0px;
    margin-top: -50px;
  }
  .jav1{
    float: left;
    width:400px;
    height: 500px;
  }
  .jav11{
    float:inherit;
    width:700px;
    height: 500px;
  }
  .img22{
    margin-top: -20px;
    width: 200px;
    height: 200px;
  }
  
  .container22{
    position: absolute;
    margin-top: -20px;
  height: 200px;
    width: 300px;
   
  }
  .over23 {
    bottom: 0; 
    background: #687565;
    background: #687565b9; /* Black see-through */
    transition: .5s ease;
    height: 200px;
   width: 200px;
    opacity:0;
  }
  .img23{
    margin-top: 100px;
    width: 25px;
    height: 35px;
  
  }
  .img24{
    margin-top: 100px;
    width: 25px;
    height: 35px;
  }
  .img25{
    margin-top: 100px;
    width: 25px;
    height: 35px;
  }
  .container22:hover .over23 {
    opacity: 1;
  }
  .text17{
    width: 45%;
    text-align: center;
   text-decoration: none;
   display: inline-block;
     margin-top: 20px;
     color: #515d4b;
     font-family: 'Arcon', sans-serif;
     font-size: 4vw;
     font-style:bold;
     font-weight: bold;
     line-height: 1;
 }
 .text18{
   margin-top: 10px;
   line-height: 0.8;
   font-family: 'Arcon', sans-serif;
     text-align: center;
     text-decoration: none;
   display: block;
   font-weight: bold;
   color: #fff;
   font-size: 20px;
 
 }
 .grid-team {
    margin-top: 30px;
    margin-left:  -90px;
    height: 330px;
    width: 40%;
    display: grid;
    grid: 150px / auto auto auto auto auto auto auto;
    grid-gap: 10px;
    background-color: #ffffff;
    padding: 10px;
  }
  
  .grid-team > div {
    background-color: #687565;
    text-align: center;
    height: 230px;
    width: 100%;
    padding: 25px 0;
    font-size: 15px;
  }
  .text181{
    font-size: 12px;
    color: #ffffff;
  }

  .boxf{
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background-color: #515d4b;
  }
  .textf{
    margin-left: 20px;
  }
  input[type=text], textarea {
    width: 50%;
    text-align: start;
    padding: 5px ;
    border: none;
    height: 60px;
    color: #4f5d4aad;
    border-bottom: 1px solid #687565;
    margin-top: 15px;
    margin-bottom: 16px;
    resize: vertical;
  }
  input[type=text], textarea{
    padding: 0px 18px;
    color: #4f5d4aad;
  }
  ::placeholder {
    color:  #4f5d4aad;
    opacity: 1; /* Firefox */
  }
  
  
  input[type=submit] {
    background-color: #687565;
    color: white;
    padding: 12px 20px;
    border: none;
    width: 50%;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 30px;
    font-family: 'Arcon', sans-serif;
    font-size: 20px;
  }
  
  input[type=submit]:hover {
    background-color: #ffffff;
    color: #515d4b;
  
  
  }
  
  .text19{
    width: 45%;
     text-align: center;
    text-decoration: none;
    display: inline-block;
      margin-top: 0px;
      color: #515d4b;
      font-family: 'Arcon', sans-serif;
      font-size: 4vw;
      font-style:bold;
      font-weight: bold;
      line-height: 1;
  }

  .box12{
    width: 93%;
    background-color: #ffffff;
    background-image: url("imag/back.png");
    height: 530px;
    padding: 50px;
    margin-top: 180px;
    text-align: center;
    align-items: center;
  }















/*css res topnav*/
@media screen  and (max-width: 400px) {
    .topnav {
height: 91px;
width: 500px;
  background-color: #ffffff95;

}
.topnav img {
float: left;
width: 80px;
height: 60px;
margin-right: 0px;
padding-left: 10px;

}

.topnav a{
font-size: 9px;
margin-left:-20px;
margin-top: 0px;
padding-right: 10px;
}

.topnav a:hover {
  color: #81927dfa;
}

}
@media screen and (min-width:401px)  and (max-width: 500px) {
    .topnav {
height: 91px;
width: 500px;
  background-color: #ffffff95;

}
.topnav img {
float: left;
width: 80px;
height: 60px;
margin-right: 0px;
padding-left: 10px;

}

.topnav a{
font-size: 12px;
margin-left:-20px;
margin-top: 0px;
padding-right: 10px;
}

.topnav a:hover {
  color: #81927dfa;
}

}
@media screen and (min-width:501px)  and (max-width: 600px) {
    .topnav {
height: 91px;
width: 500px;
  background-color: #ffffff95;

}
.topnav img {
float: left;
width: 80px;
height: 60px;
margin-right: 30px;
padding-left: 10px;

}

.topnav a{
font-size: 14px;
margin-left:-20px;
margin-top: 0px;
padding-right: 10px;
}

.topnav a:hover {
  color: #81927dfa;
}

}
@media screen and (min-width:601px)  and (max-width: 700px) {
    .topnav {
height: 91px;
width: 100%;
  background-color: #ffffff95;

}
.topnav img {
float: left;
width: 80px;
height: 60px;
margin-right: 60px;
padding-left: 10px;

}

.topnav a{
font-size: 16px;
margin-left:-20px;
margin-top: 0px;
padding-right: 10px;
padding: 14px 16px;
}

.topnav a:hover {
  color: #81927dfa;
}

}
@media screen and (min-width:701px)  and (max-width: 900px) {
    .topnav {
height: 91px;
width: 100%;
  background-color: #ffffff95;

}
.topnav img {
float: left;
width: 120px;
height: 90px;
margin-right: 90px;
padding-left: 10px;

}

.topnav a{
font-size: 18px;
margin-left:-20px;
margin-top: 0px;
padding-right: 10px;
padding: 14px 16px;
}

.topnav a:hover {
  color: #81927dfa;
}

}
@media screen and (min-width:901px)  and (max-width: 1100px) {
    .topnav {
height: 91px;
width: 100%;
  background-color: #ffffff95;

}
.topnav img {
float: left;
width: 120px;
height: 90px;
margin-right: 220px;
padding-left: 10px;

}

.topnav a{
font-size: 18px;
margin-left:-20px;
margin-top: 0px;
padding-right: 10px;
padding: 14px 16px;
padding-right: 30px;
}

.topnav a:hover {
  color: #81927dfa;
}

}
@media screen and (min-width:1101px)  and (max-width: 1300px) {
    .topnav {
height: 91px;
width: 100%;
  background-color: #ffffff95;

}
.topnav img {
float: left;
width: 120px;
height: 90px;
margin-right: 320px;
padding-left: 10px;

}

.topnav a{
font-size: 18px;
margin-left:-20px;
margin-top: 0px;
padding-right: 10px;
padding: 14px 16px;
padding-right: 30px;
}

.topnav a:hover {
  color: #81927dfa;
}

}
/* box2*/
@media screen and (max-width: 600px) {
    .columnn {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    
    }
    .img1{
      height: 400px;
      width: 50%; 
      float: right;
      margin-right:0px ;
      margin-top: -80px;
    }
    .text1{
     width: 45%;
      float: left;
      margin-top: -80px;
      background-color: #ffffff;
      color: #515d4b;
      margin-left:-40px;
      font-family: 'Arcon', sans-serif;
      font-size: 8.2vw;
      font-style:bold;
      line-height: 0.8;
   
  }
  .text2{
    font-family: 'Arcon', sans-serif;
              font-style:italic;
              font-size: 3vw;
      width: 45%;
      float: left;
      margin-top: 0px;
      background-color: #ffffff;
      color: #515d4b;
      margin-left:-40px;
  }
  .grid-container {
      position: absolute;
    margin-top: 100px;
    margin-left:-50px;
    width: 220px;
    height: 220px;
    display: grid;
  
    grid-template-columns: auto auto auto;
    gap:0px;
   background-color: #81927d00;
    padding: 0px;
  }
  
  .grid-container > div {
    background-color: #687565;
    text-align: center;
    align-items: center;
    width: 68px;
      height: 104px;
     
    margin-left: -10px;
    transition: width 2s, height 2s, transform 2s;
  }
  .grid-container > div:hover {
    width: 68px;
      height: 104px;
    transform: rotate(60deg);
  }
  .img2{
    width: 38px;
      height: 38px;
      margin-left: -10px;
      margin-top: -5px;
  }
  .img3{
    width: 38px;
      height: 38px;
      margin-left: -10px;
      margin-top: -5px;
  }
  .img4{
    width: 38px;
      height: 38px;
      margin-left: -10px;
      margin-top: -5px;
  }
  .img5{
    width: 38px;
      height: 38px;
      margin-left: -10px;
      margin-top: -5px;
  }
  .img6{
    width: 38px;
      height: 38px;
      margin-left: -10px;
      margin-top: -5px;
  }
  .img7{
    width: 38px;
      height: 38px;
      margin-left: -12px;
      margin-top: -5px;
  }
  .text3{
    font-size: 16px;
    margin-left: 10px;
  }
  .text4{
    font-size: 16px;
    margin-left: 12px;
  }
  .text5{
    font-size: 16px;
    margin-left: 18px;
  }
  .text6{
    font-size: 16px;
    margin-left: 10px;
  }
  .text7{
    font-size: 16px;
    margin-left: 5px;
  }
  .text8{
    font-size: 16px;
    margin-left: 20px;
  }
  
  .box2{
    
    width: 90%;
    height: 480px;
    padding: 0px;
    margin-top:-350px;
  }
  .box3{
      background-color: #687565;
    width: 90%;
    height: 580px;
    float:right;
   margin-top: 0px;
   margin-right: -80px;
  }
  .box4{
    width: 100%;
    height: 580px;
   margin-top: -50px;
  
  }
  
  }
  
  @media screen and (min-width:450px)  and (max-width: 600px) {
    .grid-container {
      position: absolute;
    margin-top: 28%;
    margin-left:-50px;
    width: 60%;
    height: 220px;
    display: grid;
  
    grid-template-columns: auto auto auto;
    gap:0px;
   background-color: #81927d00;
    padding: 0px;
  }
  
  .grid-container > div {
    background-color: #687565;
    text-align: center;
    align-items: center;
    width: 90%;
      height: 104px;
     
    margin-left: -10px;
    transition: width 2s, height 2s, transform 2s;
  }
  .grid-container > div:hover {
    width: 90%;
      height: 104px;
    transform: rotate(60deg);
  }
  }
  @media screen and (min-width:601px)  and (max-width: 800px) {
    .columnn {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    
    }
    .img1{
      height: 65%;
      width: 55%; 
      float: right;
      margin-right:0px ;
      margin-top: -80px;
    }
    .text1{
     width: 45%;
      float: left;
      margin-top: -80px;
      background-color: #ffffff;
      color: #515d4b;
      margin-left:-40px;
      font-family: 'Arcon', sans-serif;
      font-size: 6.2vw;
      font-style:bold;
      line-height: 0.8;
   
  }
  .text2{
    font-family: 'Arcon', sans-serif;
              font-style:italic;
              font-size: 2vw;
      width: 45%;
      float: left;
      margin-top: 0px;
      background-color: #ffffff;
      color: #515d4b;
      margin-left:-40px;
  }
  .grid-container {
      position: absolute;
    margin-top: 17.5%;
    margin-left:-50px;
    width: 50%;
    height: 220px;
    display: grid;
  
    grid-template-columns: auto auto auto;
    gap:0px;
   background-color: #81927d00;
    padding: 0px;
  }
  
  .grid-container > div {
    background-color: #687565;
    text-align: center;
    align-items: center;
    width: 90%;
      height: 104px;
     
    margin-left: -10px;
    transition: width 2s, height 2s, transform 2s;
  }
  .grid-container > div:hover {
    width: 90%;
      height: 104px;
    transform: rotate(60deg);
  }
  .img2{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img3{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img4{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img5{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img6{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img7{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .text3{
    font-size: 16px;
    margin-left: 7%;
  }
  .text4{
    font-size: 16px;
    margin-left: 7%;
  }
  .text5{
    font-size: 16px;
    margin-left: 9%;
  }
  .text6{
    font-size: 16px;
    margin-left: 7%;
  }
  .text7{
    font-size: 16px;
    margin-left: 6%;
  }
  .text8{
    font-size: 16px;
    margin-left: 10%;
  }
  }
  @media screen and (min-width:801px)  and (max-width: 1000px) {
  
    .columnn {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    
    }
    .img1{
      height: 80%;
      width: 50%; 
      float: right;
      margin-right:0px ;
      margin-top: -80px;
    }
    .text1{
     width: 45%;
      float: left;
      margin-top: -80px;
      background-color: #ffffff;
      color: #515d4b;
      margin-left:-40px;
      font-family: 'Arcon', sans-serif;
      font-size: 6.2vw;
      font-style:bold;
      line-height: 0.8;
   
  }
  .text2{
    font-family: 'Arcon', sans-serif;
              font-style:italic;
              font-size: 2vw;
      width: 45%;
      float: left;
      margin-top: 0px;
      background-color: #ffffff;
      color: #515d4b;
      margin-left:-40px;
  }
  .grid-container {
      position: absolute;
    margin-top: 22.5%;
    margin-left:-50px;
    width: 50%;
    height: 220px;
    display: grid;
  
    grid-template-columns: auto auto auto;
    gap:0px;
   background-color: #81927d00;
    padding: 0px;
  }
  
  .grid-container > div {
    background-color: #687565;
    text-align: center;
    align-items: center;
    width: 90%;
      height: 104px;
     
    margin-left: -10px;
    transition: width 2s, height 2s, transform 2s;
  }
  .grid-container > div:hover {
    width: 90%;
      height: 104px;
    transform: rotate(60deg);
  }
  .img2{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img3{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img4{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img5{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img6{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .img7{
    width: 38px;
      height: 38px;
      margin-left: 0%;
      margin-top: -5px;
  }
  .text3{
    font-size: 16px;
    margin-left: 7%;
  }
  .text4{
    font-size: 16px;
    margin-left: 7%;
  }
  .text5{
    font-size: 16px;
    margin-left: 9%;
  }
  .text6{
    font-size: 16px;
    margin-left: 7%;
  }
  .text7{
    font-size: 16px;
    margin-left: 6%;
  }
  .text8{
    font-size: 16px;
    margin-left: 10%;
  }
  }


  @media screen and (max-width: 600px) {
  .box2{
  width: 90%;
  height: 580px;
}
.box3{
    background-color: #687565;
  width: 60%;
  height: 480px;
  float:right;
 margin-right: -80px;
}
.box4{
  width: 100%;
  height: 580px;
 margin-top: -50px;

}
.img8{

    height: 256px;
    width: 60%; 
margin-left: -70px;
    margin-top: 140px;
}

.img9{


    height: 256px;
    width: 32%; 
margin-left: 20px;
    margin-top: 60px;
}
.text9{
    width: 40%;
     margin-top: 0px;
     margin-left:20px;
     background-color: none;
    
 }
 .text10{
     
             font-size: 2.5vw;
     width: 40%;
 
     margin-top: 45px;

     margin-left:-135px;
 }
 .button1 {
    position: absolute;
    width: 30%;
    margin-top: 40%;
    margin-left: -150px;
padding: 10px 10px ;
  font-size: 10px;
  border-radius: 15px;

}


.box5{
    width: 90%;
    height: 500px;

  }
  .box6{
    width: 60%;
    height: 450px;
    float:left;
   margin-top: -180px;
  margin-left: -50px;
  
  }
  .text11{
    width: 45%;
     float: left;
     margin-top: 50px;
     margin-left:50px;
     font-family: 'Arcon', sans-serif;
     font-size: 6vw;
 }
 .text12{
             font-size: 2.3vw;
 }
 .grid-container1 {
    position: absolute;
    margin-left: 20px;
    margin-top: 200px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}

.grid-container1 > div {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
.img10{
    width:100px;
    height: 150px;
}
.img11{
    width:100px;
    height: 150px;
}
.img12{
    width:100px;
    height: 150px;
}

.overlay {
  position: absolute; 
  width: 17%;
  height:3%;
  top: 150px;
  transition: .5s ease;
  opacity:1;
  font-size: 15px;
  padding: 20px;
}

.box8{
    width: 90%;
    height: 650px;
    padding: 0px;
    margin-top:-200px;
  }
  .text13{
    width: 60%;
    margin-top:0px;
      margin-left: 90px;
     font-family: 'Arcon', sans-serif;
     font-size: 6.5vw;
 }
 .text14{
             font-size: 3.5vw;
     width: 90%;
     margin-top: 0px;
     margin-left: 40px;
 
 }
 .wrapper1 {
    
    margin-left: 20px;
    margin-top: 10px;
    width: 90%;
    height: 300px;
  }
  .img13{
  width: 220px;
  height: 100px;
 
}
.img14{
  width: 100px;
  height: 172px;

}

.img15{
 position: relative;
  width: 105px;
  height: 100px;
  
}

.img16{
 position: relative;
  width: 105px;
  height: 100px;

}

.img17{
 position: relative;
  width: 105px;
  height: 100px;

}

.img18{
position: relative;

  width: 105px;
  height: 100px;
 
}
.img19{
    position: relative;
 
  width: 100px;
  height: 132px;
 
}

.box9{
    width: 93%;
    background-color: #ffffff;
    background-image: url("imag/back.png");
    height: 280px;
    padding: 50px;
    margin-top: -250px;
    text-align: center;
  }
  .text15{
    width:85%;
    text-align: center;
   text-decoration: none;
   display: inline-block;
     margin-top: 20px;
     color: #515d4b;
     font-family: 'Arcon', sans-serif;
     font-size: 6.5vw;
     font-style:bold;
     line-height: 1;
     margin-left:-60px ;
 }
 .text16{
   line-height: 1.4;
   font-family: 'Arcon', sans-serif;
             font-style:italic;
             font-size: 3.2vw;
     width: 80%;
     margin-top: 10px;
     margin-left: -60px;
     color: #515d4b;
     text-align: center;
     text-decoration: none;
   display: inline-block;
 
 }
 hr.new1 {
    border-top: 2px solid #515d4b;
    margin-top: -15px;
    margin-left: 120px;
    width: 10%;
  }
  .box10{
    width: 90%;
    background-color: #ffffff;
    background-image: url("imag/back.png");
    height: 600px;
    padding: 50px;
    margin-top: 10px;
    text-align: center;
  }
  .img20{
    width: 107.5%;
    height: 490px;
   float: left;
   margin-top: -50px;
   margin-left: -50px;
  }

  .img21{
    margin-top: 35px;
    width: 50px;
      height: 50px;
  }
  #col {
    position: absolute;
    height:250px;
    margin-left: -50px;
    margin-top: 340px;
    width: 40%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    padding: 10px;
  }
  .fool{
    border-radius: 40px;
    background-color: #687565;
    align-items: center;
    height: 235px;
    width: 80px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
  }
  
  .value {
    margin-top: 20px;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
  }

  .box11{
    width: 93%;
    background-color: #ffffff;
    background-image: url("imag/back.png");
    height: 300px;
    padding: 50px;
    margin-top: 0px;
    text-align: center;
  }
  .jav2{
    margin-bottom: 0px;
    margin-top: -50px;
    margin-left: -80px;
  }
  .jav1{
    float: left;
    width:400px;
    height: 500px;
  }
  .jav11{
    float:inherit;
    width:350px;
    height: 500px;
    margin-top: 20px;
  }




  }
  