/* FOOTER*/

.quicklinks {
  color: rgb(14, 13, 13);
  text-decoration: none;
}
.main_footer {
  background-color: #f4f4f4;
  color: black;
  margin: auto;
  font-size: 18px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding: 20px 0;
}

.footer-text {
  max-width: 400px;
  text-align: left;
}
.links {
  /* margin-left: 200px; */
  display: flex;
  max-width: 700px;
}
.others {
  margin-left: 100px;
}
.logoandtext {
  text-align: left;
  margin-left: 40px;
  flex: display;
  flex-direction: column;

  justify-content: center;
}
.footer_para {
  width: 350px;
  word-wrap: break-word;
  margin-bottom: 20px;
}

.footer-icons {
  text-align: right;
}

.footer-icons a {
  color: #1d91e8;
  margin: 0 10px;
  font-size: 1.5em;
}

.footer-links {
  margin-right: 20px;
  justify-content: center;
  text-align: left;
}

.footer-links h5 {
  color: #1d91e8;
  margin-bottom: 10px;
  align-items: center;
}

.footer-links p {
  margin-bottom: 5px;
}

.get-in-touch {
  text-align: left;
}

.contact-icons {
  text-align: left;
  padding-top: 10px;
}

.contact-icons p {
  margin-bottom: 5px;
}

.contact-icons hr {
  border-top: 1px solid white;
}

.copyright,
.policy {
  text-align: center;
  margin-top: 20px;
}

.policy p {
  display: inline-block;
  margin-right: 10px;
}

/*FIRST SECTION */
@media only screen and (min-width: 300px) and (max-width: 400px) {
  .pricebtn a {
    margin: auto;
    text-align: center;
    width: 120px;
    height: 30px;
    font-size: 15px;
  }
  /* 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;
  }

  .footer-links {
    margin-right: 20px;
    justify-content: center;
    text-align: left;
  }
}

/* idha he raheyga bcz of positioning issues */
.servicesdivs {
  background-color: #373131;
  height: 200px;
  display: flex;
  padding: 20px;
  color: #f8f8f8;
  align-items: center;
  justify-content: center;
}

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

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .flex2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
  }

  .servicesdivs {
    flex-direction: column;
    height: auto;
  }
  .blackmaindiv {
    flex-direction: column;
    height: auto;
  }
  .blackdivs {
    flex-direction: column;
  }

  .blackdivspart2 h2 {
    font-size: 20px;
  }
  .blackdivspart2 {
    height: auto;
  }

  .flex_mainx {
    flex-direction: column;
    text-align: center;
  }

  .get-in-touch {
    margin-top: 10px;
    margin-left: 20px;
  }

  .img1 {
    width: 100%;
    height: 100%;
  }

  flexescontainer {
    flex-direction: column;
  }

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

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

  .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;
  }
}

/*end media query*/

.paraflex {
  max-width: 850px;
  flex-wrap: wrap;
}
.img1 {
  width: 100%;
  height: 75%;
}

body {
  overflow-x: hidden;
}

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

.servicesdiv2 {
  padding: 20px;
  background-color: #ffffff;
  margin: 10px;
  font-size: 14px;
  height: 420px;
  border-radius: 12px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}
.servicesdiv3:hover {
  border: 4px solid #6db8f2;
}
.servicesdiv3 {
  padding: 20px;
  background-color: #ffffff;
  margin: 10px;
  margin-top: 80px;
  font-size: 14px;
  height: 420px;
  border-radius: 12px;

  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}
.servicesdiv2:hover {
  border: 4px solid #6db8f2;
}

.servicesdiv {
  margin: 10px;
  padding: 10px;
  max-width: 800px;
  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;
}

.logo {
  width: 200px;
  height: aut0;
}
.blackdivs {
  margin: auto;
  align-items: center;
  display: flex;
}
.blackmaindiv {
  border-radius: 8px;
  display: flex;
  margin: 30px;
  padding: 20px;
  background-color: #373131;
  color: white;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}

.blackdivspart2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 320px;
  word-wrap: break-word;
  height: 190px;
  color: white;
}

.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;
}
.blog-parax {
  margin: auto;
  max-width: 500px;
  word-wrap: break-word;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.see-all-button {
  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;
}

.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;
}

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: center;
}

.flex1 {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 20px;

  max-height: 700px;
}
.icons {
  width: 100px;
  height: 100px;
}
.icons2 {
  width: 140px;
  height: 160px;
}
/* bcz user exp icon is too big in size*/
.icons3 {
  width: 140px;
  height: 100px;
}
.pricebtn {
  width: 180px;
  height: 40px;
  font-size: 20px;
  background-color: #f1511b;
  color: white;
  margin: 5px;
  border: #f1511b;
  border-radius: 20px;
}
.pricebtn2 {
  width: 200px;
  font-size: 20px;
  background-color: #f1511b;
  color: white;
  margin: 5px;
  border-radius: 20px;
}

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

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

.flex_mainx {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

#webdevbox {
  width: 226px !important;
  height: 380px !important;
  position: relative;
  border-radius: 15px;
}

#webdevbox > h4 {
  font-size: 20px !important;
  font-weight: bolder !important;
  text-transform: uppercase !important;
  margin-top: 0.5rem;
  margin-bottom: 1.4rem;
}

#webdevbox > p {
  font-size: 17px;
  line-height: 21px;
}

@media (max-width: 640px) {
  #webdevbox {
    margin: 0;
  }
}
