body {
  font-family: "Raleway", sans-serif;
  font-style: normal;
}

.contact_button {
  width: 130px;
  height: 50px;
  border-radius: 30px;
  font-weight: bold;
  background-color: rgba(224, 100, 54, 1);
  border: none;
  color: white;
}

.header_pack {
  width: 55%;
  height: auto;
  padding-left: 4%;
  padding-top: 3%;
}
.Landing_BG_gradient {
  background-image: url("../images/Landing_BG_gradient_blur.png");
  background-repeat: no-repeat;
  background-size: 50%;
}

/* form */

.ring {
  width: 300px;
  position: absolute;
  left: 75%;
  top: 110%;
}

.astrix {
  width: 500px;
  position: absolute;
  z-index: 1;
  left: -21%;
  bottom: 15%;
}

.contactus_form {
  border-radius: 30px;
  padding-top: 10%;
  margin-left: 20%;
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12%;
  position: relative;
}

.contactus_form > p {
  font-weight: 700;
  font-size: 60px;
}

#contactform_email {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  font-size: smaller;
  border: 1px solid gray;
  margin-left: 1%;
}
#contactform_name {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  font-size: smaller;
  border: 1px solid gray;
  margin-left: 1%;
}

#contactform_msg {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  font-size: smaller;
  border: 1px solid gray;
  padding: 1.5%;
  color: gray;
  margin-left: 1%;
}

#send_message_btn {
  width: 100%;
  height: 50px;
  background-color: rgba(224, 100, 54, 1);
  border: none;
  border-radius: 10px;
  color: white;
  margin: 30px 0px 10px 0px;
  margin-left: 1%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 50%;
}

#send_message_btn:disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

#send_message_btn l-ring {
  display: none;
  margin-left: 3%;
}

label {
  font-size: smaller;
  font-weight: bold;
}

#contact2_btn {
  width: 25%;
  height: 8%;
  background-color: rgba(224, 100, 54, 1);
  color: white;
  padding: 5px;
  padding-left: 20px;
  font-weight: bolder;
  border-radius: 40px;
  border: none;
  text-align: center;
  margin-top: 5%;
}

.header_padding {
  padding-left: 5vw;
  padding-top: 2vw;
  padding-right: 4vw;
}

#logo_size_sm {
  width: 25%;
}

#main_headings {
  font-weight: 700;
  font-size: 67px;
  line-height: 1.2;
}

/* images pack */

#images_size {
  width: 48%;
  margin-left: 7%;
}

.images_pack {
  width: 40%;
  height: auto;
  padding: 2%;
  margin-left: 3%;
}

.images_pack_div {
  margin-top: 7%;
}
#main_headings2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 5%;
}

/* footer css */

.footer {
  width: 70%;
  border-radius: 20px;
  padding: 0% 2% 0% 2%;
  margin-top: 5%;
  font-size: smaller;
  line-height: 1.5;
}

.footer_gray_color {
  color: gray;
}

.footerbg_img2 {
  background-image: url("../images/Footer_BG_compressed.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 10%;
}
#footer_logo {
  width: 50%;
}

.footer_content {
  margin-top: 30%;
}
#social_icon {
  width: 20px;
}
.part_1 {
  width: 40%;
  margin-left: 1%;
}

.part_2 {
  width: 40%;
}

/* Media query for x-sm screen */

@media (min-width: 300px) and (max-width: 575.98px) {
  .header_pack {
    width: 100%;
    height: auto;
    padding: 2%;
  }

  #images_size {
    width: 49%;
  }

  .images_pack {
    width: auto;
    height: auto;
    padding: 0%;
  }

  .images_pack_div {
    margin-top: 3%;
  }
  #main_headings {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    margin-top: 15%;
  }

  #main_headings2 {
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
    margin-top: 10%;
  }

  #contact2_btn {
    width: 55%;
    height: auto;
    background-color: rgba(224, 100, 54, 1);
    color: white;
    padding: 3%;
    font-size: medium;
    margin-bottom: 10%;
    margin-top: 10%;
  }
  .contact_button {
    background-color: white;
    width: 115px;
    height: 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: small;
    background-color: rgba(224, 100, 54, 1);
    border: none;
    color: white;
  }

  #logo_size_sm {
    width: 60%;
  }

  .padding_sm_screen {
    padding: 10% 4% 10% 4%;
  }
  .Landing_BG_gradient {
    background-image: url("../images/Landing_BG_gradient_blur.png");
    background-repeat: no-repeat;
    background-size: 170%;
  }

  #contactform_name {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: smaller;
    border: 1px solid gray;
  }
  #contactform_email {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: smaller;
    border: 1px solid gray;
  }

  #contactform_msg {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    font-size: smaller;
    border: 1px solid gray;
    padding: 1.5%;
    color: gray;
  }
  #send_message_btn {
    width: 100%;
    height: 50px;
    background-color: rgba(224, 100, 54, 1);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: bold;
  }

  .contactus_form {
    border-radius: 30px;
    padding-top: 15%;
    margin-left: 5%;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12%;
    position: relative;
  }

  .contactus_form > p {
    font-weight: 700;
    font-size: 20px;
  }

  .ring {
    width: 80px;
    position: absolute;
    z-index: -20;
    top: 105%;
    left: 74%;
    display: none;
  }

  .astrix {
    width: 120px;
    position: absolute;
    z-index: -10;
    left: -15%;
    bottom: 20%;
    display: none;
  }

  #footer_logo {
    width: 50%;
    margin-top: 10%;
  }

  .footer_content {
    margin-top: 10%;
  }
  .footer {
    width: 90%;
    border-radius: 20px;
    margin-left: 5%;
    font-size: smaller;
    line-height: 1.5;
    padding-right: 3%;
    margin-top: 10%;
  }

  .part_1 {
    width: 100%;
    padding-left: 15px;
  }

  .part_2 {
    width: 100%;
  }
}

/* media query sm screen */

@media (min-width: 576px) and (max-width: 768px) {
  .header_pack {
    width: 100%;
    height: auto;
    padding: 2%;
    margin-top: 10%;
  }

  .images_pack {
    width: auto;
    height: auto;
    padding: 0%;
    margin-left: 2%;
  }

  .images_pack_div {
    margin-top: 3%;
  }

  #images_size {
    width: 49%;
  }
  #main_headings {
    font-weight: 700;
    font-size: 58px;
    line-height: 1.2;
  }

  #main_headings2 {
    font-size: 17px;
    line-height: 2;
    font-weight: 600;
  }

  #contact2_btn {
    width: 22%;
    height: auto;
    background-color: rgba(224, 100, 54, 1);
    color: white;
    padding: 2%;
    font-size: medium;
    margin-bottom: 10%;
  }
  .contact_button {
    background-color: white;
    width: 150px;
    padding: 3%;
    height: 50px;
    border-radius: 30px;
    font-weight: 700;
    font-size: medium;
    background-color: rgba(224, 100, 54, 1);
    border: none;
    color: white;
  }

  #logo_size_sm {
    width: 50%;
  }

  .Landing_BG_gradient {
    background-image: url("../images/Landing_BG_gradient_blur.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #contactform_email {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: smaller;
    border: 1px solid gray;
  }
  #contactform_name {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: smaller;
    border: 1px solid gray;
  }

  #contactform_msg {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    font-size: smaller;
    border: 1px solid gray;
    padding: 1.5%;
    color: gray;
  }
  #send_message_btn {
    width: 100%;
    height: 50px;
    background-color: rgba(224, 100, 54, 1);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: bold;
  }
  .contactus_form {
    border-radius: 30px;
    padding: 5% 5% 5% 5%;
    width: 75%;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15%;
    margin-top: 10%;
  }

  .contactus_form > p {
    font-weight: 700;
    font-size: 30px;
  }

  .astrix {
    width: 300px;
    position: absolute;
    /* top:20%; */
    z-index: 1;
    /* left: -10%; */
    /* bottom: 10%; */
    display: none;
  }

  #footer_logo {
    width: 75%;
  }
  .footer {
    width: 90%;
    border-radius: 20px;
    margin-left: 5%;
    font-size: smaller;
    line-height: 1.5;
  }

  .footer_content {
    margin-left: 3%;
  }

  .part_1 {
    width: 50%;
    padding-left: 15px;
    margin-top: 3%;
  }

  .part_2 {
    width: 40%;
    margin-top: 7%;
    margin-left: 3%;
  }

  .ring {
    width: 200px;
    position: absolute;
    z-index: -20;
    top: 180%;
    left: 74%;
    display: block;
  }

  .astrix {
    width: 320px;
    position: absolute;
    z-index: -10;
    left: -25%;
    display: block;
  }
}

/* media query for md screen */

@media (min-width: 769px) and (max-width: 1024.98px) {
  .header_pack {
    width: 48%;
    height: auto;
    padding-left: 5%;
  }

  .images_pack {
    width: 52%;
    height: auto;
    margin-left: 5%;
  }

  .images_pack_div {
    margin-top: 3%;
    margin-top: 5%;
    margin-left: 5%;
  }

  #images_size {
    width: 48%;
  }
  #main_headings {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
  }

  #main_headings2 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 8%;
  }

  #contact2_btn {
    width: 40%;
    height: auto;
    background-color: rgba(224, 100, 54, 1);
    color: white;
    padding: 3%;
    font-size: medium;
    margin-top: 15%;
  }
  .contact_button {
    background-color: white;
    width: 150px;
    padding: 3%;
    height: 50px;
    border-radius: 30px;
    font-weight: 700;
    font-size: medium;
    background-color: rgba(224, 100, 54, 1);
    border: none;
    color: white;
  }

  #logo_size_sm {
    width: 30%;
  }

  .Landing_BG_gradient {
    background-image: url("../images/Landing_BG_gradient_blur.png");
    background-repeat: no-repeat;
    background-size: 70%;
  }

  #contactform_email {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: smaller;
    border: 1px solid gray;
  }

  #contactform_name {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: smaller;
    border: 1px solid gray;
  }

  #contactform_msg {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    font-size: smaller;
    border: 1px solid gray;
    padding: 1.5%;
    color: gray;
  }
  #send_message_btn {
    width: 100%;
    height: 50px;
    background-color: rgba(224, 100, 54, 1);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: bold;
  }
  .contactus_form {
    border-radius: 30px;
    padding: 5% 5% 5% 10%;
    width: 70%;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15%;
    margin-top: 4%;
  }

  .contactus_form > p {
    font-weight: 700;
    font-size: 50px;
  }

  .astrix {
    width: 300px;
    position: absolute;
    /* top:20%; */
    z-index: 1;
    left: -10%;
    /* bottom: 10%; */
    display: none;
  }

  #footer_logo {
    width: 50%;
  }

  .footer_content {
    margin-top: 52%;
  }
  .footer {
    width: 80%;
    border-radius: 20px;
    margin-left: 10%;
    color: black;
    font-size: smaller;
    line-height: 1.5;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 1%;
  }

  .part_1 {
    width: 40%;
  }

  .part_2 {
    width: 30%;
  }

  .ring {
    width: 200px;
    position: absolute;
    z-index: -20;
    top: 80%;
    left: 74%;
    display: block;
  }

  .astrix {
    width: 320px;
    position: absolute;
    z-index: -10;
    left: -17%;
    display: block;
  }
}

/*media query for large screen */
@media (min-width: 1025px) and (max-width: 1440px) {
  .header_pack {
    width: 55%;
    padding-left: 5%;
  }

  .Landing_BG_gradient {
    background-image: url("../images/Landing_BG_gradient_blur.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .images_pack {
    width: 45%;
    margin-left: 3%;
  }

  #main_headings {
    font-size: 50px;
    line-height: 1.2;
    margin-top: 1%;
  }

  #main_headings2 {
    font-size: 18px;
    margin-top: 9%;
  }

  #contact2_btn {
    width: 30%;
    padding: 1.5%;
    font-size: 18px;
    margin-top: 5%;
  }

  .contactus_form {
    margin-left: 15%;
    width: 70%;
    padding: 3%;
    font-size: 18px;
    margin-top: 10%;
  }

  .contactus_form > p {
    font-weight: 700;
    font-size: 25px;
  }

  .footer {
    width: 80%;
    margin-left: 10%;
    font-size: small;
    padding: 1%;
  }

  .part_1,
  .part_2 {
    width: 35%;
  }
}

/* extralarge */
@media (min-width: 1440px) {
  .header_pack {
    width: 55%;
    padding-left: 5%;
  }

  .Landing_BG_gradient {
    background-image: url("../images/Landing_BG_gradient_blur.png");
    background-repeat: no-repeat;
    background-size: 50%;
  }

  .images_pack {
    width: 45%;
    margin-left: 3%;
  }

  #main_headings {
    font-size: 57px;
    line-height: 1.2;
    margin-top: 1%;
  }

  #main_headings2 {
    font-size: 20px;
    margin-top: 6%;
  }

  #contact2_btn {
    width: 25%;
    padding: 1.5%;
    font-size: 18px;
    margin-top: 14%;
  }

  .contactus_form {
    margin-left: 25%;
    width: 50%;
    padding: 3%;
    font-size: 18px;
    margin-top: 5%;
  }

  .contactus_form > p {
  }

  .footer {
    width: 80%;
    margin-left: 10%;
    font-size: small;
    padding: 1%;
  }

  .part_1,
  .part_2 {
    width: 35%;
  }
}
