* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: 'Kumbh Sans', sans-serif; */
  font-family: "Times New Roman", Times, serif;
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
  scrollbar-width: none;
  /* min-width: 400px; */
}

.navbar {
  background: #ffffff;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar__container {
  display: flex;
  justify-content: space-between;
  height: 100px;
  z-index: 1;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 50px;
  background: n;
}

#navbar__logo {
  background-color: #3f4242;
  background-image: linear-gradient(to top, #60686b 0%, #0e0d0d 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.5rem;
  float: left;
  font-weight: 600;
}

#logo-img {
  margin-top: -30px;
  width: 470px;
  height: 180px;

}

.navbar__menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.navbar__item {
  height: 100px;
}

.navbar__links {
  color: rgb(3, 3, 3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s ease;
}

.navbar__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
  transition: transform .9s;
  /* max-width: 200px; */
}

.navbar__btn:hover{
  transform: scale(1.3);
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #1814f3;
  background: -webkit-linear-gradient(to right, #1efcfc, #1f09e7, #833ab4);
  background: linear-gradient(to right, #08dee6, #1e06f7, #833ab4);
  color: #fff;
  transition: all 0.3s ease;
}

.navbar__links:hover {
  color: #1b61e2;
  transition: all 0.3s ease;
}

/* -----------------------------------------------------------------------------------Hero Section-------------------------------------------------------------------------------- */
.hero {
  background-image: url("images/rtm01.webp");
  padding: 300px 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  max-height: 1000px;
}

.hero h1{
  font-size: 3rem;
  background: #ff8177;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,
      #14b5ff,
      #190cd1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right,
      #0ebbff,
      #3822ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  align-items: left;
  justify-content: left;
  display: flex;
  /* padding: 30px; */

}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; 
   /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  min-width: 400px;
}

.modal-content p {
  font-size: x-large;
  font-weight: 600;
  text-align: center;
  justify-content: center;
}
.modal-content h1 {
  text-align: center;
  justify-content: center;
}

#img-operator{
  align-items: center;
  /* width: 100% ; */
  width: 80%;
  margin: 10%;
}

#address{
  font-size: 18px;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 40px;
}

form {
  /* padding-top: 40px; */
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #0eabdb;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #048dfd;
}

div {
  /* border-radius: 5px; */
  /* background-color: #f2f2f2; */
  padding: 10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.hero__container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  /* align-items: center; */
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  min-height: 600px;
  text-align: left;
  padding: 30px;
  margin-left: 70px;
 background: none;
}

.hero__heading {
  font-size: 50px;
  margin-bottom: 24px;
  color: #fff;
  float: left;
  text-align: left;
}

h3 {
  font-size: 100px;
  margin-bottom: 24px;
  color: #ffffff;
  float: left;
}

.hero__heading span {
  background: #ee0979;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,
      #ff6a00,
      #ee0979);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right,
      #ff6a00,
      #ee0979);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -mo-text-fill-color: transparent;
}

.hero__description {
  font-size: 30px;
  color: white;
  background: rgba(70, 71, 70, 0.6);
  border-radius: 20px;
  background-size: 100%;
  max-width: 570px;
  padding: 20px;
}

.highlight {
  border-bottom: 4px solid rgb(26, 11, 236);
}

/* ------------------------------------------------------------------------------------About Section --------------------------------------------------------------------------*/
.main {
  background-color: #131313;
  padding: 10rem 0;
}

.main__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 90%;
  z-index: 1;
  width: 100%;
  max-width: 1900px;
  padding: 0 50px;

}

.main__content {
  color: #fff;
  width: 100%;
  /* margin-left: -100px; */
}

.main h1 {
  font-size: 4rem;
  background-color: #ffffff;
  /* background-image: linear-gradient(to top, #ff087b 0%, #ed1a52 100%); */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: center;
  justify-content: center;
}

.main__content h4 {
  font-size: 3rem;
  background-color: #ffffff;
  /* background-image: linear-gradient(to top, #ff087b 0%, #ed1a52 100%); */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.main__content h2 {
  font-size: 2rem;
  background: #ff8177;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,
      #14b5ff,
      #190cd1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right,
      #0ebbff,
      #3822ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.main__content p {
  margin-top: 1rem;
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
}

.main__btn {
  /* width: 300px; */
  font-size: 1.8rem;
  background: #0584a3;
  background: -webkit-linear-gradient(to right, #1a1c9b, #5552f0, #1ccebf);
  background: linear-gradient(to right, #12cde6, #1161bd, #073f8a);
  padding: 20px 60px;
  border: none;
  border-radius: 4px;
  margin-top: 2rem;
  /* cursor: pointer; */
  position: relative;
  transition: transform .9s;
  text-decoration: none;
  /* display: flex; */
  /* outline: none; */
  color: white;
  text-align: center;
}

.main__btn a {
  position: relative;
  z-index: 2;
  color: #fff;
  text-decoration: none;
}

.main__btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  /* background: #2179ec; */
  /* transform: scale(1.3); */
  border-radius: 4px;
  color: white;
}

.main__btn:hover {
  color: #fff;
  transform: scale(1.1);
}

.main__btn:hover:after {
  width: 100%;
}

.main__img--container {
  text-align: center;
  width: 600px;
}

.main__img--card {
  margin: 10px;
  height: 500px;
  /* width: 500px; */
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-image: url("images/WhatsApp\ Image\ 2022-12-08\ at\ 19.34.09.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%); */
}

.fa-layer-group,
.fa-users {
  font-size: 14rem;
}

#card-2 {
  background: #ff512f;
  background: -webkit-linear-gradient(to right, #dd2476, #ff512f);
  background: linear-gradient(to right, #dd2476, #ff512f);
}

/* -----------------------------------------------------------------------------Services Section---------------------------------------------------- */
.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5em;
  background-color: #2d2d2d;
  background-repeat: no-repeat;
  background-size: cover;
}

.services h1 {
  background-color: #16dcf7;
  /* background-image: linear-gradient(to right, #332ff3 0%, #eeedf5 100%); */
  background-color: white;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin-bottom: 5rem;
  font-size: 3.5rem;
  text-transform: uppercase;
  padding-top: 20px;
}

.services__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

.services__card {
  margin: 10px;
  height: 625px;
  width: 500px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  /* background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%); */
  background-image: url("images/erect.webp");
  background-color: #07336d;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-in;
  position: relative;
}

.services__card:hover {
  background-color: #0d51ac;
}

.services__card:nth-child(2) {
  background-image: url("images/erect01.webp");
}

.services__card:nth-child(3) {
  background-image: url("images/transport03.webp");
}

.services__card h2 {
  text-align: center;
  bottom: 35%;
  position: absolute;
  padding: 10px 10px 10px 20px;

}

.services__card p {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
  bottom: 10%;
  position: absolute;
  padding-left: 10px;
  padding: 20px 20px 10px 20px;
  text-align: left;
}

.services__btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 50%;
  position: absolute;
}

.services__card button {
  color: #fff;
  display: flex;
  padding: 14px 24px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #131313;
  font-size: 1rem;
  text-align: center;
  justify-content: center;
}

.services__card button:hover {
  cursor: pointer;
}

.services__card:hover {
  transform: scale(1.075);
  transition: 0.3s ease-in;
  cursor: pointer;
}

.collapsible {
  background-color: #eee;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  max-width: 1540px;
  margin-top: 30px;
  border-radius: 10px;
}

hr {
  border: none;
  border-top: 1px dashed rgb(21, 178, 218);
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100%;
  padding-left: 20px;
  margin-left: 10px;
} 

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
  background-color: rgb(14, 17, 180);
  color: white;
}

.services__card_col{
  margin: 10px;
  height: 625px;
  width: 500px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  /* background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%); */
  background-image: url("images/service\ card.webp");
  background-color: #07336d;
  background-position: top;
  background-size: 500px 290px;
  background-repeat: no-repeat;
  transition: 0.3s ease-in;
  position: relative;
}

.services__card_col:hover {
  background-color: #0d51ac;
}

.services__card_col:hover {
  transform: scale(1.075);
  transition: 0.3s ease-in;
  cursor: pointer;
}

.services__card_col h2 {
  padding-top: 76px;
  /* position:sticky; */
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.services__card_col p {
  text-align: center;
  font-size: 20px;
  text-align: justify;
  padding: 10px 10px 10px 10px;
}

.services__col_btn {
  display: flex;
  /* justify-content: flex-end; */
  justify-content: center;
  text-align: center;
  padding-left: 20px;
}

.services__card_col button {
  color: #fff;
  padding: 14px 24px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #131313;
  font-size: 1rem;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 2%;
}

.services__card_col button:hover {
  cursor: pointer;
}

.services__text{
  position: absolute;
  bottom: 15%;
  min-width: 400px;
}

.services__card_col p span:first-child{
  /* float: left; */
}

.services__card_col p span:last-child{
  float: right
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding-left: 120px;
  padding-bottom: 20px;
  padding-top: 20px;
  display: none;
  overflow: hidden; 
  background-color: #131313;
  max-width: 1300px;
}

.content1 {
  padding-bottom: 20px;
  padding-top: 20px;
  display: none;
  /* overflow: hidden; */
  background-color: #131313;
  max-width: 1600px;
}

.buy{
  color: #fff;
  width: 76%;
  background-color: #131313;
  border-radius: 20px;
  max-width: 1500px;
}

.buy p{
  /* margin-top: 1rem; */
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/*-----------------------------------------------------------------------Styles for Why Cranes Expert page-----------------------------------------------*/
.main1 {
  background-color: white;
  padding: 10rem 0;
}

.main1 h1{
  background-color: rgb(5, 5, 5);
  background-size: 100%;
    -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin-bottom: 5rem;
  font-size: 2.5rem;
text-transform: uppercase;
  text-align: center;
}

.main__container1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  height: 90%;
  z-index: 1;
  width: 100%;
  max-width: 1900px;
  padding: 20px 20px 60px 220px;

}

.main__content1 {
  color: #fff;
  width: 100%;
  max-width: 500px;
  /* margin-left: -100px; */
}

.main__content1 h2 {
  font-size: 2rem;
  background: #ff8177;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,
      #14b5ff,
      #190cd1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right,
      #0ebbff,
      #3822ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.main__content1 p {
  color: #2d2d2d;
  margin-top: 1rem;
  padding: 20px, 50px, 20px, 0;
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
}

.fa-layer-group,
.fa-users {
  font-size: 14rem;
}

/*------------------------------------------------------------------------ Partners page CSS --------------------------------------------------*/


/* ------------------------------------------------------------------------Footer CSS -----------------------------------------------------------------*/
.footer__container {
  background-color: #131313;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Kumbh Sans', sans-serif;
}

#footer__logo {
  /* color: #fff; */
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
}

.footer__links {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  font-family: 'Kumbh Sans', sans-serif;
}

.footer__link--wrapper {
  display: flex;
}

.footer__link--items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px;
  text-align: left;
  width: 160px;
  box-sizing: border-box;
}

.footer__link--items h2 {
  margin-bottom: 16px;
  color: #fff;
}

.footer__link--items a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3 ease-out;
  font-family: 'Kumbh Sans', sans-serif;
}

.footer__link--items a:hover {
  color: #e9e9e9;
  transition: 0.3 ease-out;
}

.social__icon--link {
  color: #fff;
  font-size: 34px;
  font-family: 'Kumbh Sans', sans-serif;
}

.social__media {
  max-width: 1000px;
  width: 100%;
}

.social__media--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

.social__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
}

.website__rights {
  color: #fff;
}



/* ------------------------------------------------------------------------Mobile -----------------------------------------------------------------*/
@media screen and (max-width: 820px) {
  .footer__links {
    padding-top: 2rem;
  }

  #footer__logo {
    margin-bottom: 2rem;
  }

  .website__rights {
    margin-bottom: 2rem;
  }

  .footer__link--wrapper {
    flex-direction: column;
  }

  .social__media--wrap {
    flex-direction: column;
  }
}

/* 1430 ------------------------------------------------------------------ */
@media screen and (max-width: 1430px) {
  .services__wrapper {
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1fr;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr; */
  }
  
  .content {
   padding: 0px !important;
 
  }

  .navbar {
    height: 120px; 
  }

  .modal-content {
    background-color: #fefefe;
    margin: auto;
    margin-top: -100px;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    min-width: 400px;
  }
}

/* 1330 ------------------------------------------------------------------ */
@media screen and (max-width: 1330px) {

  .services__wrapper {
    /* grid-template-columns: 1fr 1fr; */
    /* grid-template-columns: 1fr; */
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr; */
  }
  .navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    padding: 0;
  }

  #logo-img {
    margin-top: -30px;
    width: 340px;
    height: 130px;  
  }

  .navbar__menu.active {
    background: #fffbfb;
    top: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height: 60vh;
    font-size: 1.6rem;
  }
  .navbar__menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: -1;
  }

  .navbar__menu.active .button {
    /* margin-left: 80px; */
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    max-width: 250px;
  }

  #navbar__logo {
    padding-left: 25px;
    font-size: 1 rem;
    background-color: #3f4242;
    background-image: linear-gradient(to top, #60686b 0%, #0e0d0d 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    float: left;
    font-weight: bold;
  }

  .navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: rgb(5, 5, 5);
  }

  .navbar__item {
    width: 100%;
  }

  .navbar__links {
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;
  }

  .navbar__btn {
    padding-bottom: 2rem;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80px;
    margin: 0;
  }

  #mobile-menu {
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
  }

  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .modal-content {
    background-color: #fefefe;
    margin-top: 100px;
  }
}

/* 680--------------------------------------------------------------------- */
@media screen and (max-width: 680px) {
  .navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1500px;
    padding: 0;
  }

  .navbar__container a {
    min-width: 200px;
  }
  #logo-img {
    padding-top: 10px;
    width: 320px;
    height: 140px;
  }

  .navbar__menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: -1;
  }

  .navbar__menu.active {
    background: #fffbfb;
    top: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height: 60vh;
    font-size: 1.6rem;
  }

  #navbar__logo {
    padding-left: 25px;
    font-size: 22px;
    background-color: #3f4242;
    background-image: linear-gradient(to top, #60686b 0%, #0e0d0d 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    /* display: flex; */
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    float: left;
    font-weight: bold;
    max-width: 250px;
  }
  #text{
    width: 200px;
  }
  .navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: rgb(5, 5, 5);
  }

  .navbar__item {
    width: 100%;
  }

  .navbar__links {
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;
  }

  .navbar__btn {
    padding-bottom: 2rem;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80px;
    margin: 0;
  }

  #mobile-menu {
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
  }

  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .content1 {
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
    overflow: hidden;
    background-color: #131313;
    max-width: 1400px;
    min-width: 400px;
  }

  .services__card_col {
    margin: 0px;
    padding: 0;
  }
}

/* 1100 --------------------------------------------------------------------- */
@media screen and (max-width: 1100px) {

  .navbar {
    height: 120px; 
  }
  .main__container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 90%;
  }

  .main__img--container {
    display: flex;
    justify-content: center;
  }

  .main__img--card {
    height: 425px;
    width: 425px;
  }

  .main__content {
    text-align: center;
    margin-bottom: 4rem;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    /* padding-left: 50px;
    padding-right: 50px; */
    /* display: flex; */
    /* display: block; */
    /* max-width: 500px; */
    /* width: auto; */
  }

  .main h1 {
    font-size: 2.5rem;
    /* margin-top: 1rem; */
  }


  .main__content h1 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .main__content h2 {
    font-size: 1.5rem;
    /* padding-left: 30px;
    padding-right: 30px; */
  }

  .main__content p {
    /* padding-left: 50px;
    padding-right: 50px; */
    text-align: justify;
    margin-top: 1rem;
    font-size: 18px;
    display: grid;
    overflow: hidden;
    float: none;
    width: 100%;
    text-align: center;
    /* padding-left: 50px;
    padding-right: 50px; */
    text-align: justify;
  }

  .services__card {
    /* margin: 10px; */
    /* margin-right: -10px;
    padding-right: 40px; */
    height: 625px;
    width: 100%;
    min-width: 400px;
    border-radius: 4px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
  }

  .services__wrapper {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-rows: 1fr;
  }
}


/* 1600 --------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .navbar {
    height: 120px; 
  }

  #logo-img {
  margin-top: -20px;
  width: 410px;
  height: 130px;
}

.main h1 {
  font-size: 4rem;
}

.main h1 {
  font-size: 4rem;
}

.services h1 {
  font-size: 3rem;
}
  .services__wrapper {
    /* grid-template-columns: 1fr 1fr; */
    /* grid-template-columns: 1fr; */
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr; */
  }

  .content {
    padding: 20px;
    display: none;
    overflow: hidden;
    background-color: #131313;
    max-width: 1300px;
  }

  .collapsible {
    background-color: #eee;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    max-width: 1100px;
    margin-top: 30px;
    border-radius: 10px;
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 25%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
     /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  .services__card {
    margin: 10px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    height: 625px;
    max-width: 400px;
    /* width: 500px; */
  }

  .content {
    padding: 20px;
    display: flex;
    overflow: hidden;
    background-color: #131313;
    max-width: 1100px;
    align-items: center;
    justify-content: center;

    padding-left: 140px; 
    
  }

  .content1 {
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
    overflow: hidden;
    background-color: #131313;
    max-width: 1400px;
    
  }

  .services__card_col {
    margin: 10px;
    height: 625px;
    width: 400px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .services__text {
    position: absolute;
    bottom: 15%;
    min-width: 350px;
  }

  .modal-content {
  background-color: #fefefe;
  margin: auto;
  margin-top: -120px;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  min-width: 400px;
}
}

/* 768 --------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .services__wrapper {
    grid-template-columns: 1fr;
    /* min-width: 300px;
    width: 100%; */
  }

  .content {
    padding: 20px;
    display: none;
    overflow: hidden;
    background-color: #131313;
    min-width: 390px;
  }
  .services__card {
    /* margin: 10px; */
    /* margin-right: -10px; */
    /* padding-right: 40px; */
    height: 625px;
    width: 100%;
    min-width: 270px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    /* background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%); */
    background-image: url("images/erect.webp");
    background-color: #07336d;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-in;
    position: relative;
  }

  .services__card_col{
    /* margin: 10px; */
    height: 625px;
    width: 100%;
    border-radius: 4px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    /* background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%); */
    background-image: url("images/service\ card.webp");
    background-color: #07336d;
    background-position: top;
    background-size: 500px 290px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in;
    position: relative;
  }

  .services__card h2{
    padding-bottom: 40px;
  }

  .services__card p{
    text-align: center;
    font-size: 18px;
    text-align:justify;
    word-spacing:-4px;
    word-spacing:normal;
    padding: 10px 20px 20px 20px;
    }
  

  .services__card_col p{
  text-align: center;
  font-size: 18px;
  text-align: justify;
  word-spacing:-4px;
  word-spacing:normal;
  padding: 10px 10px 10px 20px;
  }

  hr {
    border: none;
    border-top: 1px dashed rgb(21, 178, 218);
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 90%;
    padding-left: 20px;
    margin-right: 20px;
    margin-left: 10px;
  } 

  .services__card_col h2{
    font-size: 18px;
    padding-bottom: 80px;
}

.services__text {
  position: absolute;
  bottom: 10%;
  min-width: 180px;
  font-size: 13px;
  width: 100%;
  margin-left: -10px;
}

  .services__card_col p span:last-child{
    float: right;
    padding-right: 20px;
  }

  .collapsible {
    background-color: #eee;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    max-width: 400px;
    margin-top: 30px;
    border-radius: 10px;
  }

  .services__card button {
    color: #fff;
    display: flex;
    padding: 14px 24px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #131313;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 80%;
  }
  .hero__heading {
    font-size: 60px;
    text-align: center;
    justify-content: center;
    margin-top: -20px;
    min-width: 250px;
    padding: auto;
  }

  .hero__description {
    font-size: 30px;
    text-align: center;
    justify-content: center;
  }

  h3 {
    font-size: 80px;
    margin-bottom: 24px;
    /* margin-left: 50px; */
    padding-right: 10px;
    color: #fff;
    float: center;
    justify-content: center;
    text-align: center;
  }

  .main__btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    float: center;
    margin-left: 20%;
    display: flex;
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 45%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /* overflow: auto; */
     /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    min-width: 400px;
  }
  
  .modal-content p {
    font-size: x-large;
    font-weight: 600;
    text-align: center;
    justify-content: center;
  }
  .modal-content h1 {
    text-align: center;
    justify-content: center;
  }
  .services__btn {

  }
}

/* 1305 --------------------------------------------------------------------*/
/* Mobile Responsive */
@media screen and (max-width: 1305px) {
  .main__container1 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 90%;
    padding: 0;
  }

  .main__img--container1 {
    display: flex;
    justify-content: center;
  }

  .main__content1 {
    text-align: center;
    margin-bottom: 4rem;
    justify-content: center;
    display: block; 
    max-width: 700px;
    margin: auto;
    padding-bottom: 50px;
  }

  .main__content1 h2 {
    font-size: 1.5rem;
  }

  .main__content1 p {
    /* padding-left: 50px;
    padding-right: 50px; */
    text-align: justify;
    margin-top: 1rem;
    font-size: 18px;
    display: grid;
    overflow: hidden;
    float: none;
    width: 100%;
    text-align: center;
  }

  .hero__container {
   margin-left: 0;
  }
}

/* 480 --------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

  .fa-users,
  .fa-layer-group {
    font-size: 4rem;
  }

  .main__content1 {
    text-align: center;
    margin-bottom: 4rem;
    justify-content: center;
    display: block;
    padding: 0;
  }

  .main__content1 h2 {
    font-size: 1.4rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .main1 h1{
    font-size: 1.9rem;
    background: #ff8177;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,
        #14b5ff,
        #190cd1);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,
        #0ebbff,
        #3822ff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  

  .main__container1 {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .main__content1 p {
    margin-top: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services__card_col p {
    text-align: center;
    font-size: 16px;
    text-align: justify;
    word-spacing: -4px;
    word-spacing: normal;
    padding: 10px 10px 10px 20px;
  }

  .content1 {
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
    width: 100%;
    /* overflow: hidden; */
    background-color: #131313;
    /* max-width: 300px; */
    min-width: 300px;
  }

  .services__card_col button {
    color: #fff;
    padding: 14px 24px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #131313;
    font-size: 1rem;
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: -4%;
  }

  .navbar__menu.active .button {
    /* margin-left: 180px; */
    /* max-width: 150px; */
  }

  .main__img--container {
    text-align: center;
    width: 300px;
  }

  .services__card_col{
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .services__card {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 625px;
    /* width: 500px; */
  }
  .main__img--card {
    width: 250px;
    height: 250px;
  }

  .fa-users,
  .fa-layer-group {
    font-size: 4rem;
  }

  .main h1 {
    font-size: 40px;
    margin-top: 3rem;
  }

  .main__content h2 {
    font-size: 1rem;
    /* padding-left: 140px;
    padding-right: 140px; */
    max-width: 300px;
    
  }

  .main__content p {
    text-align: justify;
    margin-top: 1rem;
    font-size: 15px;
    display: flex;
    /* overflow: hidden; */
    float: center;
    width: 100%;
    /* max-width: 300px; */
    /* text-align: center; */
    /* padding-left: 150px;
    padding-right: 150px; */
  }

  .main__btn {
    /* padding: 12px 36px; */
    margin: 2.5rem 0;
    text-align: center;
    justify-content: center;
    /* margin-right: 250px; */
    display: inline;
  }

  #img-history{
    margin-right: 100px;
  }

  .hero__container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    /* align-items: center; */
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    min-height: 600px;
    text-align: left;
    padding: 30px;
    /* margin-left: 70px; */
    margin-top: -40px;
  
  }

  .content {
    display: none;
    /* overflow: hidden; */
    background-color: #131313;
    /* max-width: 250px; */
    width: 100%;
    padding: 20px;
    min-width: 300px;
    
  }

  .collapsible {
  background-color: #eee;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  max-width: 400px;
  margin-top: 30px;
  border-radius: 10px;
  }

  .services__card_col{
    /* margin: 10px; */
    height: 625px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    /* background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%); */
    background-image: url("images/service\ card.webp");
    background-color: #07336d;
    background-position: top;
    background-size: 500px 290px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in;
    position: relative;
  }
  .services__card:hover {
    transform: scale(1.025);
    transition: 0.3s ease-in;
    cursor: pointer;
  }
  
  .services h1{
    font-size: 2.2rem;
  }

  .hero{
    margin-top: -100px;
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 45%;
     /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    /* max-width: 380px; */
    height: 100%; /* Full height */
    overflow: auto;
     /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modal-content {
    background-color: #fefefe;
    /* margin: auto; */
    /* padding: 20px; */
    border: 1px solid #888;
    width: 100%;
    min-width: 330px;
  }
  
  .modal-content p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
  }
  .modal-content h1 {
    text-align: center;
    justify-content: center;
    font-size: 20px;
  }

  #address {
    font-size: 15px;
    padding-bottom: 10px;
    text-align: left;
    /* padding-left: 40px; */
     padding-right: 20px;   
  }

  #logo-img {
    /* visibility: hidden; */
    /* min-width: 200px; */
    margin-left: -40px;
    width: 340px;
    height: 120px;
  }

  .navbar {
    background: #fffdfd;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .footer__link--items {
    margin: 0;
    padding: 10px;
    width: 100%;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Kumbh Sans', sans-serif;
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    scrollbar-width: none;
    /* min-width: 400px; */
  }

  .buy {
    width: 100%;
  }
  .buy p{
    /* margin-top: 1rem; */
    font-size: 5vw;
    font-weight: 600;
    text-align:justify;
    align-items: center;
    justify-content: center;
    /* word-spacing:-5px; */
    padding: 20px;
    
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero {
    /* background-image: url("images/rtm01.webp"); */
    padding: 300px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    max-height: 1000px;
  }

  .services__card_col {
    background-size: contain;
  }
}