
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");


@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 #5c8ca4;
	}
	40% {
		box-shadow: 0 0 0 50px rgba(255, 26, 67, 0);
	}
	80% {
		box-shadow: 0 0 0 50px rgba(255, 206, 67, 0);
	}
	100% {
		box-shadow: 0 0 0 rgba(255, 206, 67, 0);
	}
}


  .container {
    max-width: 80%;
    margin: auto;
  }
  
  .flex {
    display: flex;
  }
  
  .flex1 {
    display: flex;
    justify-content: space-between;
  }
  
  a {
    text-decoration: none;
    color: black;
  }
  
  .head_container {
    max-width: 95%;
    margin: auto;
  }
  
  /*-------------head-------------*/
  .head {
    height: 5vh;
    line-height: 5vh;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .head label {
    font-size: 14px;
    font-weight: 500;
  }
  
  .head span {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 200;
  }
  
  select {
    border: none;
    margin-left: 20px;
    outline: none;
  }
  
  
 
  /*-------------offer-------------*/
  .center {
    text-align: center;
  }
  
  .btn2 {
    padding: 15px 40px;
    border-radius: 5px;
    background: black;
  }
  
  .offer .content {
    margin-top: -50px;
    border: 15px solid white;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.164);
  }
  
  .offer .content:hover .box {
    margin: 0;
    cursor: pointer;
  }
  
  .offer .box {
    width: 50%;
    padding: 0;
    color: #5c8ca4;
    transition: 0.5s;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom 40% right;
    background-image: url(../img/onetouch/easybuttonback1-min.png);
  }
  
  .offer .box:nth-child(1) {
    margin-right: 10px;
  }
  
  .offer .box:nth-child(2) {
    margin-left: 10px;
  }
  
  .offer .box2 {
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom 40% right;
    background-image: url(../img/onetouch/easybuttonback1-min.png);
    position: relative;
  }
  
  .offer .text {
    width: 80%;
    margin-top: 20px;
  }
  
  .offer img {
    height: auto;
  }
  
  .offer .box2 img {
    margin-top: 5px;
  }
  
  .offer h3 {
    font-size: 40px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .offer h3 span {
    font-weight: 500;
    color: #5c8ca4;
    font-family: "Alfa Slab One", cursive;
  }

  .offer .box a{
    color: #fff;
  }
  
  .offer p {
    font-size: 18px;
    margin: 0;
    font-family: "Raleway", sans-serif;
  }
 
  .offer .box2 .text {
    margin-top: 100px;
    font-family: "Raleway", sans-serif;
  }

  .offer .section-title p{
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 2rem;
  }

  .offer .section-title p span{
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 2rem;
    color: #5c8ca4;
    font-weight: 700;
  }
  

  /*-------------footer-------------*/
  @media only screen and (max-width:768px) {
    .container {
      max-width: 90%;
    }

    .offer .box1 img {
      margin-top: 5px;
    }
  
    /*-------------home-------------*/
    .home h1 {
      font-size: 30px;
    }
  
    .home {
      height: 60vh;
    }
  
    .slide {
      height: 45vh;
    }
  
    /*-------------home-------------*/
    /*-------------offer-------------*/
    .offer .container {
      max-width: 98%;
    }
  
    .offer .content {
      margin-top: 30px;
    }
  
    .offer h3 {
      font-size: 20px;
    }
  
    /*-------------offer-------------*/
    /*-------------about-------------*/
    .left, .right {
      width: 100%;
      padding: 0;
    }
  
    .about .container {
      flex-direction: column;
      flex-direction: column-reverse;
    }
  
    /*-------------about-------------*/
    /*-------------offer-------------*/
    .time h2 {
      font-size: 20px;
    }
  
    /*-------------offer-------------*/
    /*-------------product-------------*/
    .grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .heading::after {
      left: 43%;
    }
  
    /*-------------product-------------*/
    
  
    /*-------------services-------------*/
    footer .container {
      grid-template-columns: repeat(1, 1fr);
      text-align: center;
    }
  
    footer .flex {
      justify-content: center;
    }
  
    footer .input {
      flex-direction: column;
    }
  }



  .contact-image-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
  }

  .contact-image-wrap img{
    width: 195px;
  }

  .contact-image-wrap p{
    padding-right: 2rem !important;
  }

  .contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #5c8ca4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  .contact .footer-top .social-links a:hover {
    background: #5c8ca4;
    color: #fff;
    text-decoration: none;
  }

