body {
  height: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

html {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

button,
input,
select,
textarea {
  outline: 0;
  font-family: "Poppins", sans-serif;
  padding: 0;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-11 {
  grid-column: span 11;
}
.col-12 {
  grid-column: span 12;
}

.aA {
  background: linear-gradient(
      to bottom,
      #254085,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),
    url("img/main.jpeg");
}

.b {
  background: linear-gradient(
      to bottom,
      #254085,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),
    url("img/b.jpg");
}

.c {
  background: linear-gradient(
      to bottom,
      #254085,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),
    url("img/c.jpg");
}

.G_text {
  font-size: 14px;
  color: #0fcc70;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (min-width: 2200px) {
  .wide_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wide_img_container {
    width: 50%;
  }

  .wrapper_wide {
    max-width: 1300px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }
}

@media only screen and (min-width: 1340px) and (max-width: 2200px) {
  .wide_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wide_img_container {
    width: calc(100% - 650px);
  }

  .wrapper_wide {
    max-width: calc(50% + 650px);
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    margin-right: 0;
    align-items: center;
  }
}

@media only screen and (min-width: 1340px) {
  .section {
    padding: 6rem 0;
  }

  .menu_btn {
    display: none;
  }

  .sideNavBackground {
    display: none;
  }

  .sideNav {
    display: none;
  }

  .section_top_mg {
    padding: 17rem 0 6rem 0;
  }

  .light_blue_section {
    background-color: #f8faff;
    padding: 6rem 0;
  }

  .section_top {
    padding: 10rem 0 6rem 0;
  }

  .main_header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .main_header_full_container {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    width: 50%;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_header_container {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 0 8rem 0;
  }

  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .nav_link-active {
    color: #fff100;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 1rem;
  }

  .nav_link-active:hover {
    color: #fff100;
    cursor: pointer;
  }

  .nav_link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 1rem;
  }

  .nav_link:hover {
    color: #fff100;
    cursor: pointer;
  }

  .topheader {
    background-color: #254085;
    height: 105px;
    width: 100%;
  }

  .logo {
    height: 90px;
  }

  .flex_50per {
    width: 50%;
  }

  .flex_50 {
    width: 650px;
  }
  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 36px;
    max-width: 1300px;
  }

  .wrapper {
    max-width: 1300px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .topnav {
    max-width: 1300px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .main_heading {
    color: #ffffff;
    font-size: 64px;
    font-weight: 600;
    margin: 0;
  }

  .main_header_half_container_form {
    width: 48%;
  }

  .main_header_half_container {
    width: 48%;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .contact {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    width: fit-content;
  }

  .sub_heading_text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0;
    line-height: 2;
    width: 100%;
  }

  .header_form_placer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .flx_d_input {
    width: 49%;
  }

  .label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0.5rem 0;
  }

  .header_form_container {
    width: 100%;
    background-color: #282828;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    z-index: 5;
    margin-top: 4rem;
    box-shadow: rgba(0, 0, 0, 0.15);
  }

  .contact_header {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0;
  }

  .wrapper_100 {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .input,
  .textarea {
    background-color: #414141;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0 0 1.5rem;
    font-size: 14px;
    height: 45px;
    width: 100%;
  }

  .textarea {
    border-radius: 4px;
    height: 75px;
  }

  .form_btn {
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #254085;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 1rem 0;
    font-size: 14px;
    height: 45px;
    width: 100%;
    z-index: 5;
  }

  .form_btn:hover {
    background-color: #213874;
    cursor: pointer;
  }

  .contact_bar {
    background-color: #414141;
    width: 550px;
    margin: 0 auto;
    position: relative;
  }

  .contact_bar_container {
    width: 550px;
    position: absolute;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    top: -65px;
    z-index: 2;
    height: 130px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .special_offer_card {
    width: 100%;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .specials_img {
    width: 50%;
    min-height: 100%;
    object-fit: cover;
  }

  .specials_text_container {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 2rem 1rem;
  }

  .section_heading {
    font-size: 40px;
    color: #191919;
    margin: 1rem 0;
    font-weight: 600;
  }

  .section_heading-w {
    font-size: 40px;
    color: #fff;
    margin: 1rem 0;
    font-weight: 600;
  }

  .small_heading {
    font-size: 1rem;
    color: #3f3f3f;
  }

  .text_box {
    border-left: 4px solid #254085;
    width: 95%;
    margin-left: 5%;
    box-sizing: border-box;
    padding: 0.5rem.5rem 0.5rem 1.5rem;
  }

  .basic_text {
    color: #3f3f3f;
    line-height: 2;
    font-weight: 14px;
    margin: 0;
  }

  .main_btn {
    background-color: #3f3f3f;
    border-radius: 4px;
    border: none;
    color: #fff;
    margin: 1rem 0;
    width: 155px;
    height: 45px;
  }

  .main_btn:hover {
    cursor: pointer;
    background-color: #383737;
  }

  .full_img_container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .full_img {
    width: 95%;
    margin-left: 5%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .full_imgB {
    width: 95%;
    margin-right: 5%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .full_img_floatB {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 60%;
    border-radius: 4px;
    background-color: #254085;
    z-index: 3;
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .full_img_float {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 60%;
    border-radius: 4px;
    background-color: #254085;
    z-index: 3;
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .basic_text_w {
    color: #fff;
    font-size: 14px;
    line-height: 2;
  }

  .section_header_center_w {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    width: 800px;
  }

  .section_header_center {
    color: #191919;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    width: 800px;
  }

  .a {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)
      ),
      url("img/interior.jpg");
  }

  .image_background {
    position: relative;
    padding: 10rem 0 15rem 0;
    margin: 3rem 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  .basic_text_center_w {
    font-size: 1rem;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin: auto;
    width: 800px;
  }

  .basic_text_center {
    font-size: 1rem;
    color: #3f3f3f;
    line-height: 2;
    text-align: center;
    margin: auto;
    width: 800px;
  }

  .pricing_section {
    margin: 10rem 0 0 0;
    width: 100%;
  }

  .pricing_placer {
    width: 100%;
    position: relative;
  }

  .pricing_card {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .card {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .pricing_cardB {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .price_heading {
    color: #254085;
    font-size: 32px;
    margin: 0;
  }

  .price {
    color: #254085;
    font-size: 18px;
    font-weight: 600;
  }

  .price_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #4c4c4c;
    margin-top: 2rem;
  }

  .price_text_small {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    color: #808080;
    margin: 0;
  }

  .line {
    width: 70%;
    border: none;
    border-bottom: 1px solid #254085;
    margin: 2rem 0;
  }

  .yellow_line {
    width: 20%;
    border: none;
    border-bottom: 5px solid #fff100;
    margin: 0;
  }

  .blue_fade {
    background: linear-gradient(to bottom, #0f1b38, #254085);
    width: 100%;
    padding: 6rem 0;
  }

  .col_grow {
    grid-column: span 6;
    height: 100%;
    padding: 1rem 0;
    display: flex;
  }

  .col_grow {
    flex-direction: column;
    align-items: space-between;
    justify-content: center;
    flex-wrap: wrap;
  }

  .image_container {
    height: 400px;
    width: 100%;
    position: relative;
  }

  .image_box {
    border: 5px solid #fff100;
    height: 320px;
    width: 100%;
    right: 0;
    top: 40px;
    width: 50%;
    position: absolute;
  }

  .box_img {
    height: 400px;
    left: 0;
    top: 0;
    width: 90%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
  }

  footer {
    background-color: #254085;
    padding: 2rem 0;
  }

  .main_footer {
    border-top: 1px solid #fff100;
    width: 1300px;
    margin: auto;
  }

  .footer_link {
    text-decoration: none;
  }

  .footer_bar {
    background-color: #fff100;
    color: #213874;
  }

  .footer_text {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 1rem 0;
    width: 1300px;
    margin: auto;
  }

  .footer_link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .footer_heading {
    font-size: 1rem;
    color: #fff;
    margin: 2rem 0 0 0;
    font-weight: 500;
  }

  .footer_logo {
    height: 105px;
  }

  .footer_text_container {
    width: 80%;
  }
}

@media only screen and (min-width: 940px) and (max-width: 1340px) {
  .section {
    padding: 6rem 0;
  }

  .sideNavBackground {
    display: none;
  }

  .sideNav {
    display: none;
  }

  .section_top_mg {
    padding: 22rem 0 6rem 0;
  }

  .light_blue_section {
    background-color: #f8faff;
    padding: 6rem 0;
  }

  .section_top {
    padding: 10rem 0 6rem 0;
  }

  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .nav_link-active {
    color: #fff100;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 1rem;
  }

  .nav_link-active:hover {
    color: #fff100;
    cursor: pointer;
  }

  .nav_link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 1rem;
  }

  .nav_link:hover {
    color: #fff100;
    cursor: pointer;
  }

  .main_header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .main_header_container {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 0 8rem 0;
  }

  .topheader {
    background-color: #254085;
    height: 105px;
    width: 100%;
  }

  .logo {
    height: 90px;
  }

  .wide_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wide_img_container {
    width: calc(100% - 450px);
  }

  .wrapper_wide {
    max-width: calc(50% + 450px);
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    margin-right: 0;
    align-items: center;
  }

  .flex_50per {
    width: 50%;
  }

  .flex_50 {
    width: 450px;
  }
  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 36px;
    max-width: 900px;
  }

  .wrapper {
    max-width: 900px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .topnav {
    max-width: 900px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .main_heading {
    color: #ffffff;
    font-size: 64px;
    font-weight: 600;
    margin: 0;
  }

  .main_header_half_container_form {
    width: 48%;
  }

  .main_header_full_container {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    width: 50%;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_header_half_container {
    width: 48%;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .contact {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    width: fit-content;
  }

  .sub_heading_text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0;
    line-height: 2;
    width: 100%;
  }

  .header_form_placer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .flx_d_input {
    width: 49%;
  }

  .label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0.5rem 0;
  }

  .header_form_container {
    width: 100%;
    background-color: #282828;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    z-index: 5;
    margin-top: 4rem;
    box-shadow: rgba(0, 0, 0, 0.15);
  }

  .contact_header {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0;
  }

  .wrapper_100 {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .input,
  .textarea {
    background-color: #414141;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0 0 1.5rem;
    font-size: 14px;
    height: 45px;
    width: 100%;
  }

  .textarea {
    border-radius: 4px;
    height: 75px;
  }

  .form_btn {
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #254085;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 1rem 0;
    font-size: 14px;
    height: 45px;
    width: 100%;
    z-index: 5;
  }

  .form_btn:hover {
    background-color: #213874;
    cursor: pointer;
  }

  .contact_bar {
    background-color: #414141;
    width: 550px;
    margin: 0 auto;
    position: relative;
  }

  .contact_bar_container {
    width: 550px;
    position: absolute;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    top: -65px;
    z-index: 2;
    height: 130px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .special_offer_card {
    width: 100%;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .specials_img {
    width: 50%;
    min-height: 100%;
    object-fit: cover;
  }

  .specials_text_container {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 2rem 1rem;
  }

  .section_heading {
    font-size: 40px;
    color: #191919;
    margin: 1rem 0;
    font-weight: 600;
  }

  .section_heading-w {
    font-size: 40px;
    color: #fff;
    margin: 1rem 0;
    font-weight: 600;
  }

  .small_heading {
    font-size: 1rem;
    color: #3f3f3f;
  }

  .text_box {
    border-left: 4px solid #254085;
    width: 95%;
    margin-left: 5%;
    box-sizing: border-box;
    padding: 0.5rem.5rem 0.5rem 1.5rem;
  }

  .basic_text {
    color: #3f3f3f;
    line-height: 2;
    font-weight: 14px;
    margin: 0;
  }

  .main_btn {
    background-color: #3f3f3f;
    border-radius: 4px;
    border: none;
    color: #fff;
    margin: 1rem 0;
    width: 155px;
    height: 45px;
  }

  .main_btn:hover {
    cursor: pointer;
    background-color: #383737;
  }

  .full_img_container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .full_img {
    width: 95%;
    margin-left: 5%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .full_imgB {
    width: 95%;
    margin-right: 5%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .full_img_floatB {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 60%;
    border-radius: 4px;
    background-color: #254085;
    z-index: 3;
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .full_img_float {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 60%;
    border-radius: 4px;
    background-color: #254085;
    z-index: 3;
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .basic_text_w {
    color: #fff;
    font-size: 14px;
    line-height: 2;
  }

  .section_header_center_w {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    width: 800px;
  }

  .section_header_center {
    color: #191919;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    width: 800px;
  }

  .a {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)
      ),
      url("img/interior.jpg");
  }

  .image_background {
    position: relative;
    padding: 10rem 0 15rem 0;
    margin: 3rem 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  .basic_text_center_w {
    font-size: 1rem;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin: auto;
    width: 800px;
  }

  .basic_text_center {
    font-size: 1rem;
    color: #3f3f3f;
    line-height: 2;
    text-align: center;
    margin: auto;
    width: 800px;
  }

  .pricing_section {
    margin: 10rem 0 0 0;
    width: 100%;
  }

  .pricing_placer {
    width: 100%;
    position: relative;
  }

  .pricing_card {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .card {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .pricing_cardB {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .price_heading {
    color: #254085;
    font-size: 32px;
    margin: 0;
  }

  .price {
    color: #254085;
    font-size: 18px;
    font-weight: 600;
  }

  .price_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #4c4c4c;
    margin-top: 2rem;
  }

  .price_text_small {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    color: #808080;
    margin: 0;
  }

  .line {
    width: 70%;
    border: none;
    border-bottom: 1px solid #254085;
    margin: 2rem 0;
  }

  .yellow_line {
    width: 20%;
    border: none;
    border-bottom: 5px solid #fff100;
    margin: 0;
  }

  .blue_fade {
    background: linear-gradient(to bottom, #0f1b38, #254085);
    width: 100%;
    padding: 6rem 0;
  }

  .col_grow {
    grid-column: span 6;
    height: 100%;
    padding: 1rem 0;
    display: flex;
  }

  .col_grow {
    flex-direction: column;
    align-items: space-between;
    justify-content: center;
    flex-wrap: wrap;
  }

  .image_container {
    height: 400px;
    width: 100%;
    position: relative;
  }

  .image_box {
    border: 5px solid #fff100;
    height: 320px;
    width: 100%;
    right: 0;
    top: 40px;
    width: 50%;
    position: absolute;
  }

  .box_img {
    height: 400px;
    left: 0;
    top: 0;
    border-radius: 4px;
    width: 90%;
    object-fit: cover;
    position: absolute;
  }

  footer {
    background-color: #254085;
    padding: 2rem 0;
  }

  .main_footer {
    border-top: 1px solid #fff100;
    width: 900px;
    margin: auto;
  }

  .footer_link {
    text-decoration: none;
  }

  .footer_bar {
    background-color: #fff100;
    color: #213874;
  }

  .footer_text {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 1rem 0;
    width: 900px;
    margin: auto;
  }

  .footer_link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .footer_heading {
    font-size: 1rem;
    color: #fff;
    margin: 2rem 0 0 0;
    font-weight: 500;
  }

  .footer_logo {
    height: 105px;
  }

  .footer_text_container {
    width: 80%;
  }

  .menu_btn {
    display: none;
  }
}

@media only screen and (max-width: 940px) {
  .section {
    padding: 6rem 0;
  }

  .section_top_mg {
    padding: 6rem 0;
  }

  .sideNavBackground {
    width: 0;
    position: fixed;
    z-index: 6;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    transition: 0.3s;
  }

  .sideNav {
    width: 0;
    position: fixed;
    z-index: 7;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 14px 0 0 14px;
    box-shadow: 0 0px 50px 5px rgba(0, 122, 246, 0.1);
  }

  .sidenav_btn_nav {
    width: 100%;
    margin: 2rem 0 0 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .side_nav_btn {
    width: 60%;
    color: #243546;
    margin: 0.5rem 0 0 2rem;
    padding: 0.5rem;
    text-decoration: none;
    font-size: 14px;
    list-style: none;
    font-weight: 600;
  }

  .light_blue_section {
    background-color: #f8faff;
    padding: 6rem 0;
  }

  .section_top {
    padding: 12rem 0 1rem 0;
  }

  .nav {
    display: none;
  }

  .menu_btn {
    height: 35px;
  }

  .main_header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .main_header_container {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 0 8rem 0;
  }

  .topheader {
    background-color: #254085;
    height: 105px;
    width: 100%;
  }

  .logo {
    height: 90px;
  }

  .wide_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wide_img_container {
    width: 96%;
  }

  .wrapper_wide {
    width: 96%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    margin-right: 0;
    align-items: center;
  }

  .flex_50per {
    width: 100%;
  }

  .flex_50 {
    width: 100%;
  }

  .more_mg {
    margin-top: 2rem;
  }
  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 18px;
    width: 96%;
  }

  .wrapper {
    width: 96%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .topnav {
    width: 96%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .main_heading {
    color: #ffffff;
    font-size: 64px;
    font-weight: 600;
    margin: 0;
  }

  .main_header_half_container_form {
    width: 100%;
  }

  .main_header_full_container {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .main_header_half_container {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .contact {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    width: fit-content;
  }

  .sub_heading_text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0;
    line-height: 2;
    width: 100%;
  }

  .header_form_placer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .flx_d_input {
    width: 49%;
  }

  .label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0.5rem 0;
  }

  .header_form_container {
    width: 100%;
    background-color: #282828;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    z-index: 5;
    margin-top: 4rem;
    box-shadow: rgba(0, 0, 0, 0.15);
  }

  .contact_header {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0;
  }

  .wrapper_100 {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .input,
  .textarea {
    background-color: #414141;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0 0 1.5rem;
    font-size: 14px;
    height: 45px;
    width: 100%;
  }

  .textarea {
    border-radius: 4px;
    height: 75px;
  }

  .form_btn {
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #254085;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 1rem 0;
    font-size: 14px;
    height: 45px;
    width: 100%;
    z-index: 5;
  }

  .form_btn:hover {
    background-color: #213874;
    cursor: pointer;
  }

  .contact_bar {
    background-color: #414141;
    width: 80%;
    margin: 0 auto;
    position: relative;
  }

  .contact_bar_container {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    top: -65px;
    z-index: 2;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .special_offer_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .specials_img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .specials_text_container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2rem 1rem;
  }

  .section_heading {
    font-size: 40px;
    color: #191919;
    margin: 1rem 0;
    font-weight: 600;
  }

  .section_heading-w {
    font-size: 40px;
    color: #fff;
    margin: 1rem 0;
    font-weight: 600;
  }

  .small_heading {
    font-size: 1rem;
    color: #3f3f3f;
  }

  .text_box {
    border-left: 4px solid #254085;
    width: 95%;
    margin-left: 5%;
    box-sizing: border-box;
    padding: 0.5rem.5rem 0.5rem 1.5rem;
  }

  .basic_text {
    color: #3f3f3f;
    line-height: 2;
    font-weight: 14px;
    margin: 0;
  }

  .main_btn {
    background-color: #3f3f3f;
    border-radius: 4px;
    border: none;
    color: #fff;
    margin: 1rem 0;
    width: 155px;
    height: 45px;
  }

  .main_btn:hover {
    cursor: pointer;
    background-color: #383737;
  }

  .full_img_container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .full_img {
    width: 95%;
    margin-left: 5%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .full_imgB {
    width: 95%;
    margin-right: 5%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .full_img_floatB {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 90%;
    border-radius: 4px;
    background-color: #254085;
    z-index: 3;
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .full_img_float {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 90%;
    border-radius: 4px;
    background-color: #254085;
    z-index: 3;
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
  }

  .basic_text_w {
    color: #fff;
    font-size: 14px;
    line-height: 2;
  }

  .section_header_center_w {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }

  .section_header_center {
    color: #191919;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }

  .a {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)
      ),
      url("img/interior.jpg");
  }

  .image_background {
    position: relative;
    padding: 10rem 0;
    margin: 3rem 0;
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .basic_text_center_w {
    font-size: 1rem;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin: auto;
    width: 90%;
  }

  .basic_text_center {
    font-size: 1rem;
    color: #3f3f3f;
    line-height: 2;
    text-align: center;
    margin: auto;
    width: 90%;
  }

  .pricing_section {
    margin: 10rem 0 0 0;
    width: 100%;
  }

  .pricing_placer {
    width: 100%;
  }

  .pricing_card {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .card {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .pricing_cardB {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .price_heading {
    color: #254085;
    font-size: 32px;
    margin: 0;
  }

  .price {
    color: #254085;
    font-size: 18px;
    font-weight: 600;
  }

  .price_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #4c4c4c;
    margin-top: 2rem;
  }

  .price_text_small {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    color: #808080;
    margin: 0;
  }

  .line {
    width: 70%;
    border: none;
    border-bottom: 1px solid #254085;
    margin: 2rem 0;
  }

  .yellow_line {
    width: 20%;
    border: none;
    border-bottom: 5px solid #fff100;
    margin: 0;
  }

  .blue_fade {
    background: linear-gradient(to bottom, #0f1b38, #254085);
    width: 100%;
    padding: 6rem 0;
  }

  .col_grow {
    grid-column: span 12;
    height: 100%;
    padding: 1rem 0;
    display: flex;
  }

  .col_grow {
    flex-direction: column;
    align-items: space-between;
    justify-content: center;
    flex-wrap: wrap;
  }

  .image_container {
    height: 400px;
    width: 100%;
    position: relative;
  }

  .image_box {
    border: 5px solid #fff100;
    height: 320px;
    width: 100%;
    right: 0;
    top: 40px;
    width: 50%;
    position: absolute;
  }

  .box_img {
    height: 400px;
    left: 0;
    top: 0;
    width: 90%;
    border-radius: 4px;
    object-fit: cover;
    position: absolute;
  }

  footer {
    background-color: #254085;
    padding: 2rem 0;
  }

  .main_footer {
    border-top: 1px solid #fff100;
    width: 96%;
    margin: auto;
  }

  .footer_link {
    text-decoration: none;
  }

  .footer_bar {
    background-color: #fff100;
    color: #213874;
  }

  .footer_text {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 1rem 0;
    width: 96%;
    margin: auto;
  }

  .footer_link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .footer_heading {
    font-size: 1rem;
    color: #fff;
    margin: 2rem 0 0 0;
    font-weight: 500;
  }

  .footer_logo {
    height: 105px;
  }

  .footer_text_container {
    width: 80%;
  }

  .col-12ssm {
    grid-column: span 12;
  }
}

.y_btn {
  background-color: #fff100;
  border-radius: 4px;
  border: none;
  color: #191919;
  margin: 1rem 0;
  width: 155px;
  height: 45px;
}

.y_btn:hover {
  cursor: pointer;
  background-color: #dbd000;
}

.star_container {
  width: 80%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.star {
  width: 14px;
}

.y_col {
  color: #fff100;
}

.small_headingB {
  font-size: 1rem;
  margin: 0.5rem 0;
  color: #3f3f3f;
}

.slide_in_left {
  animation: 1s forwards slideInLeft;
}
.slide_in_right {
  animation: 1s forwards slideInRight;
}
.fade,
.slide_left,
.slide_right {
  opacity: 0;
}

.fade_in_up {
  animation: 1s forwards fading_up;
}

@keyframes hero_slide {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@keyframes floatStars {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fading_up {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 🔹 Slide-in animation for text */
@keyframes slideIn {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.footer_bar_link {
  text-decoration: none;
  color: #191919;
}

.footer_bar_link:hover {
  text-decoration: none;
  color: #254085;
  cursor: pointer;
}

.grecaptcha-badge {
  z-index: 9999 !important;
  position: relative; /* or 'fixed' if necessary */
}