@import url("https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@100..800&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=SUSE:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@100..800&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=SUSE:wght@100..800&display=swap");
/* @font-face {
    font-family: 'GothamRounded';
    src: url('fonts/GothamRounded.woff2') format('woff2'),
        url('fonts/GothamRounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

.mobileopen{
  display: none;
}

::placeholder:{
    font-family: "Jost", sans-serif;
}

label{
    font-family: "Jost", sans-serif;
}

.contactformhead {
  text-align: center;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: black;

}

.btn-sell2 a{
  list-style: none;
  text-decoration: none;
  color: white!important;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 19px;
}



.btn-sell2 {
    position: absolute;
    content: " ";
    bottom: 130px;
    right: 340px;
    background-color: red;
    padding: 13px 30px;
    border-radius: 30px;
    color: white!important;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: inherit;
}

.btn-sell2:hover {
  /* position: relative;
  bottom: 30px;
  right: 40px; */
  background-color: rgb(0, 0, 0);
padding: 13px 30px;
  border-radius: 30px;
    color:white!important;

}
.navbar {
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.nav-link {
  font-size: 19px;
  font-family: "Jost", sans-serif;
  color: black;
}

.nav-link.active {
  color: #e51213 !important;
  font-weight: 600;
}

.navbar-brand img {
  width: 200px;
}

.btn-sell {
  background-color: #e51213;
  padding: 10px 25px;
  font-size: 19px;
  font-family: "Jost", sans-serif;
  color: white;
  border-radius: 30px;
  margin-left: 10px;
}

.btn-sell:hover {
  background-color: #000000;
  padding: 10px 25px;
  font-size: 19px;
  font-family: "Jost", sans-serif;
  color: white;
  border-radius: 30px;
}

.navbar.sticky-top {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive tweaks */

.modal-backdrop {
  --bs-backdrop-zindex: 99 !important;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-style {
  border-radius: 10px;
  background-color: white;
}

.bookingForm {
  z-index: 999999999;
}

.modal-title {
  font-weight: 600;
  color: #333;
  font-family: "Jost", sans-serif;
}

.btn-success {
  background-color: #e51213;
  padding: 10px 14px;
  border: none;
  font-family: "Jost", sans-serif;
}

.btn-success:hover {
  background-color: #218838;
}

/* -----------------------------Banner ---------- */

.banner {
  height: 95vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/maindesimg.png");
  position: relative;
}

@media (max-width: 678px) {
  .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/bpng.jpg"); 
    height: 100vh;
  }
}

/* ---------------------------------About Us */

#about {
  padding: 50px;
}

.abouthead,
.choosehead {
  color: black;
  font-size: 40px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.aboutpara {
  font-size: 18px;
}

.abouttag {
  font-weight: 700;
  color: black;
  font-size: 20px;
}

.aboutimg {
  width: 100%;
}

/* ------------------------------------Why Choose Us  */

#chooseus {
  padding: 50px;
  background-color: #e7e7e7;
}

.choosehead {
  color: black;
  font-size: 28px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.choosemainhead {
  color: black;
  font-size: 40x;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-align: center;
  color: black;
  margin-bottom: 40px;

}

.icon-box {
  padding: 10px;
  background-color: white;
  box-shadow: 0px 0px 4px grey;
  border-radius: 15px;
}

.icon-box {
  padding: 10px;
  background-color: white;
  box-shadow: 0px 5px 17px grey;
  border-radius: 15px;
}

.icon-box:hover {
  border-bottom: 5px solid red;
  border-radius: 15px;
}

.image-part img {
  width: 100%;
  transition: transform 0.3s ease;
}

.image-part img:hover {
  transform: scale(1.05);
  border-radius: 15px;
}

.icon-box h1 {
  font-size: 21px;
  color: black;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  font-family: "Jost", sans-serif;
}

.icon-box p {
  font-size: 16px;
  color: black;
  font-weight: 400;
  text-align: center;
  font-family: "Jost", sans-serif;
}

/* -----------------------------Work */

.howwork {
  padding: 50px;
}

.work {
  width: 100%;
  transition: transform 0.3s ease;
  padding-bottom: 20px;
}

.work:hover {
  transform: scale(1.05);
}

.worktitle {
  font-size: 25px;
  text-align: center;
  color: #e51213;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.worktitle1 {
  font-size: 25px;
  text-align: left;
  color: #e51213;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

/* ------------------------ Contact Us */

.contact {
  padding: 5px 20px;
  background-color: #e51212be;
  border-bottom: 1px solid white;
}

.contactdetail h4 {
  color: #e51213;
  font-size: 25px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.contactdetail h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.list-unstyled {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-unstyled .fas {
  font-size: 21px;
  color: white;
}

.list-unstyled span {
  font-size: 20px;
  color: white;
}

.list-unstyled span a {
  font-size: 20px;
  list-style: none;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.bottom-form {
  padding: 20px;
  box-shadow: 0px 5px 17px grey;
  border-radius: 15px;
}

/* ---------------------Footer */

#footer {
  padding: 20px 50px 5px 50px;
  background-color: #e51213;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#footer ul {
  display: flex;
  gap: 25px;
}

#footer ul li {
  text-decoration: none;
  list-style: none;
  border-right: 1px solid white;
  padding-right: 10px;
}

#footer ul li a {
  color: white;
  text-decoration: none;
  list-style: none;
}

#footer p {
  text-align: end;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
  }
}

@media (max-width: 678px) {
  #about {
    padding: 15px;
  }

  .abouthead {
    color: black;
    font-size: 35px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    margin-top: 20px;
  }

  .choosehead {
    color: black;
    font-size: 20px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
  }

  .choosemainhead {
    color: black;
    font-size: 25px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    text-align: center;
    color: red;
  }

  #chooseus {
    padding: 15px;
    background-color: #e7e7e7;
  }

  .icon-box {
    margin-bottom: 10px;
  }

  .howwork {
    padding: 15px;
  }

  .list-unstyled .fas {
    font-size: 21px;
    color: white;
    margin-top: -28px;
  }

  #footer {
    padding: 15px;
    background-color: #e51213;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #footer ul {
    display: flex;
    gap: 5px;
  }

  #footer ul li a {
    color: white;
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    text-align: center;
  }

  .navbar-brand img {
    width: 100px;
  }

  .mobileopen{
  display: block;
  width: 100%;
}


.btn-sell2 {
        position: relative;
        content: " ";
        top: 29px;
        left: -100px;
        background-color: #000000;
        padding: 13px 30px;
        border-radius: 30px;
        color: white!important;
        font-family: "Jost", sans-serif;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        display: flex;
        align-items: center;
        /* justify-content: end; */
        /* margin-left: inherit; */
    }

.contactformhead{
  font-size: 25px;
}

.worktitle1 {
  font-size: 25px;
  text-align: center;
  color: #e51213;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

}