@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&family=Roboto&family=Ubuntu:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Saira", sans-serif !important;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.sticky {
  margin-top: 80px;
}
.col-4d4d4d {
  color: #4d4d4d !important;
}
.bread-crumb-a {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 300;
}

.faq {
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  color: #0d1035;
}

.setting {
  border: 1px solid black;
}

.Services {
  color: #0d1035;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
}

.rectangle_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 5% 0%;
}

.rectangle {
  width: 350px;
  height: 300px;
  /* border: 1px solid rgb(255, 255, 255); */
  border-radius: 2%;
  box-shadow: 0px 2px 9px 1px rgb(130, 129, 129);

  /* background-image: url('../images/Rectangle\ 108.png'); */
  background-position: center;
  background-size: 400px 350px;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.5s ease;
}

.rectangle_container a:hover {
  .rectangle {
    transform: scale(0.95);
    transition: all 0.5s ease;
    border: gray;
  }

  border-radius: 3%;
  /* box-shadow: 0 0 10px rgb(81, 81, 81); */
}

.rectangle img {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rectangle p {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #0d1035;
}

.faqContainer {
  display: flex;
  gap: 20px;
}
.activeTab {
  color: #d22027;
  font-family: "ubuntu";
  font-weight: 500;
  transition: all 0.5 ease;
}
.activeTab::before {
  content: url("../images/Rectangle\ 113.png");
  padding: 7px;
  transition: all 0.5 ease;
}
.tabs_p {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 2000px) {
  .rectangle {
    width: 350px;
    height: 300px;
    background-size: 380px 320px;
  }
}

@media only screen and (max-width: 2000px) {
  .rectangle {
    width: 350px;
    height: 300px;
    background-size: 380px 320px;
  }
}

@media only screen and (max-width: 1800px) {
  .rectangle {
    width: 280px;
    height: 250px;
    background-size: 380px 320px;
  }
}

@media only screen and (max-width: 1000px) {
  .faq {
    font-size: 25px;
  }

  .rectangle {
    width: 260px;
    height: 210px;
    background-size: 380px 320px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq {
    font-size: 27px;
  }

  .rectangle_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 5% 0%;
    padding: 0 50px;
  }
}

@media only screen and (max-width: 800px) {
  .faq {
    font-size: 23px;
  }

  .rectangle {
    width: 220px;
    height: 210px;
    background-size: 190px 180px;
  }
}

@media only screen and (max-width: 768px) {
  .rectangle {
    width: 220px;
    height: 210px;
    background-size: 190px 180px;
  }
  .faqContainer {
    display: block;
  }

  .tabs_p {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 25px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 425px) {
  .rectangle {
    width: 200px;
    height: 150px;
    background-size: 190px 180px;
  }
}

@media only screen and (max-width: 320px) {
  .faq {
    font-size: 20px;
  }
}
