.iconsx {
  margin: auto;
  width: 100px;
  height: 100px;
}
.flex2xx {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 150px;
}

.flex2xx > h2 {
  font-weight: bold;
}

.flex2xx > p {
  font-size: 21px;
}
.mainservices {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left:90px; */
}
.flex_mainxx {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex_mainx {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gradientimg {
  /* width: 100%; */
  /* height: 100%; */
  position: absolute;
  z-index: -1;
}
.gradientdiv {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gradientx {
  background: linear-gradient(
    to bottom left,
    #7eb8eb,
    #97bdf3,
    #ffffff,
    #ffffff,
    #9bc0ee
  );
  width: 100%;
  height: 500px;
  margin: auto;
}

.imgx {
  width: 100%;
  margin: auto;
}

.text-wrap {
  max-width: 400px;
  text-align: center;
  word-wrap: break-word;
  margin: auto;
}

/*FIRST SECTION */
@media only screen and (min-width: 300px) and (max-width: 400px) {
  /* footer on small screens*/

  .footer-text {
    max-width: 200px;
    text-align: left;
  }
  .links {
    margin: 20px;
    flex-direction: column;
    display: flex;
  }
  .others {
    margin-top: 20px;
    margin: 0px;
  }

  .logoandtext {
    text-align: left;
    flex: display;
    flex-direction: column;
    margin: 20px;
  }

  .footer_para {
    width: 200px;
    word-wrap: break-word;
    margin-bottom: 20px;
  }
}

body {
  overflow-x: hidden;
}

.main-container {
  width: 100%;
  background-color: #f0f0f0;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.servicesdivs {
  background-color: #171414;
  display: flex;
  padding: 20px;

  color: #f8f8f8;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.servicesdiv {
  margin: 10px;
  padding: 10px;
  max-width: 800px;
  height: 280px;
  background-color: #f4f4f4;
  box-shadow: 10px lightgray;
  border-radius: 8px;
  color: #373131;
}
.servicesdiv:hover {
  border: 4px solid #fbbc09;
  border-radius: 8px;
  color: black;
}
.rdmore2 {
  color: #f1511b;
  position: absolute;
  bottom: 10px;
  font-size: 17px;
  font-weight: bold;
}

.logo {
  width: 200px;
  height: aut0;
}
.blackdivs {
  margin: auto;
  align-items: center;
  display: flex;
}

.gradient {
  background: linear-gradient(
    to bottom left,
    #ffe8cc,
    #f8f8f8,
    #ffffff,
    #ffffff,
    #ffe8cc
  );
}

.blog-heading {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  color: red; /* Light red text color */
}

.subheading {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: black;
  margin: 10px 0;
}

.blog-para {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.see-all-button {
  margin: auto;
  margin-bottom: 30px;
  height: 55px;
  display: flex;
  text-align: center;
  font-size: 14px;
  background-color: #f1511b;
  border-radius: 20px;

  padding: 10px 20px;
  font-size: 23px;

  border: none;
  cursor: pointer;
}

.see-all-buttonx {
  margin: auto;
  margin-bottom: 30px;
  height: 45px;
  display: flex;
  text-align: center;
  font-size: 14px;
  background-color: #f1511b;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.btnlink {
  color: white;
  text-decoration: none;
}

/* FLEXES */
.submitbtn {
  width: 100px;
}
.flexescontainer {
  display: flex;

  justify-content: space-around;
  align-items: center;
  background-color: #373131;
  flex-wrap: wrap;
  width: auto;
  padding: 20px;
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .flex2xx {
    display: flex;
    flex-direction: column;
  }
  /* .mainservices{
      margin-left:0px;
      display: flex;
      height: auto;
      width:80%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    } */
  .flex_mainx {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .flex_mainxx {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .pricebtn a {
    margin: auto;
    text-align: center;
    width: 120px;
    height: 30px;
    font-size: 15px;
  }

  .main-container {
    width: 100%;
    background-color: #f0f0f0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .servicesdivs {
    flex-direction: column;
  }
  .corner {
    text-align: left;
    margin: 20px;
  }

  .blackdivspart2 {
    width: 220px;
    height: auto;
  }
  .blackdivs {
    flex-direction: column;
  }

  .flexescontainer {
    flex-direction: column;
  }
}

.left-div {
  flex: 1;
  color: white;
  padding: 20px;
  text-align: left;
}

.left-div img {
  max-width: 100%;
  height: auto;
}

.right-div {
  flex: 1;
  color: white;
  padding: 20px;
  text-align: left;
}

form {
  display: flex;
  flex-direction: column;
}

input,
select,
textarea {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

button {
  background-color: red;
  color: white;
  padding: 10px;
  cursor: pointer;
  border: none;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}

.rdmore {
  color: black;
}

.flex2 {
  margin-top: -20px;
  margin-left: 20px;
  margin-right: -70px;
  margin-left: 120px;
  max-width: 700px;
  max-height: 700px;
}

/*FIRST SECTION */
@media only screen and (min-width: 300px) and (max-width: 400px) {
  .blackmaindiv {
    flex-direction: column;
  }

  .blackdivs {
    flex-direction: column;
  }

  .flex_main {
    flex-direction: column;
    text-align: center;
  }
  .flex_main2 {
    flex-direction: column;
    text-align: center;
  }
  .flex_main3 {
    flex-direction: column;
    text-align: center;
  }

  .flex2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
  }

  .flex1,
  .flex2 {
    max-width: none;
  }
}

nav {
  z-index: 1;
  color: white;
  position: absolute;
  width: 100%;
}
nav li {
  font-size: 20px;
  margin: 10px;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

.flex_main {
  height: auto;
  margin-top: 50px;
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
  justify-content: space-between;
}

.paraflex {
  max-width: 900px;
  flex-wrap: wrap;
}
.img1 {
  width: 100%;
  height: 75%;
}
.flex1 {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 20px;
  flex-grow: 1;
  max-height: 700px;
}

.icons {
  width: 100px;
  height: 100px;
}
.icons2 {
  width: 140px;
  height: 160px;
}
.pricebtn {
  width: 180px;
  height: 40px;
  font-size: 20px;
  background-color: #f1511b;
  color: white;
  margin: 5px;
  border: #f1511b;
  border-radius: 20px;
}

.btnlink {
  color: white;
  margin: auto;
  text-decoration: none;
}

.pricebtn3 {
  width: 200px;
  background-color: black;
  color: white;
  margin: 5px;
  border-radius: 8px 8px 8px 8px;
}

.pricebtn3 a {
  background-color: black;
  color: white;
}

img {
  width: 100%;
  height: 100%;
}

/* new changes */

@media (max-width: 1024px) {
  /* .tw-navigatingCloud > p {
      font-size: 36px;
    } */

  .gradientdiv {
    max-width: 548px;
    margin: auto;
    order: 2;
  }
  .flex_mainxx {
    flex-direction: column;
  }
  .flex2xx {
    margin-top: 20px;
  }
  .flex2xx > h2 {
    font-size: 3.1vw;
  }
  .flex2xx > p {
    font-size: 1.8vw;
  }

  .gradientimg {
    top: -140px;
  }
}

@media (max-width: 526px) {
  .mainservices {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .mainservices > div {
    max-width: 300px;
    margin: 0;
  }
  .gradientdiv {
    max-width: none;
    justify-content: center;
  }

  .gradientdiv > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .gradientimg {
    display: none;
  }
}

@media (max-width: 640px) {
  .flex2xx > p {
    font-size: 1rem;
    max-width: 85%;
    margin-inline: auto;
  }
  .flex2xx > h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 525px) {
  #marginTopNegative {
    margin-top: -3rem
  }
}