@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.svgicon {
  width: 120px;
  height: auto;
}

.gificon {
  width: 130px;
  height: auto;
}

.bgcolor1 {
  background-color: #fffafc;
}

.bgcolor2 {
  background-color: #f87A1F;
}

.bgcolor3 {
  background-color: #f87A1F;
}

.bgcolor4 {
  background-color: white;
}

.bgcolor5 {
  background: rgb(248, 122, 31);
  background: linear-gradient(320deg, rgb(248, 122, 31) 0%, rgb(255, 255, 255) 37%, rgba(255, 255, 255, 0) 100%);
}

.text-justify {
  text-align: justify;
}

.ptb1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.ptb3 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.redfontcolor {
  color: #98144d !important;
}

.fs-00 {
  font-size: 64px !important;
}

.fs-3 {
  font-size: 24px !important;
}

.mleft {
  margin-left: -15%;
}

.section5img {
  background-color: white;
  position: relative;
  border-radius: 5rem !important;
}

.section5img ul {
  position: absolute;
  bottom: 5%;
  left: 5%;
  list-style-type: none;
  padding: 0;
}

.section5img li {
  background-color: white;
  margin-bottom: 10px;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 19.2px;
  display: flex;
  align-items: center;
}

.section5img li:hover .fa-check {
  color: #f87A1F;
  background-color: #98144d;
  transition: all 0.2s;
}

.section5img li .fa-check {
  color: #98144d;
  font-size: 19.2px;
  margin-right: 1rem;
  background-color: #f87A1F;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.2s;
}

.btn-danger {
  background-color: #f87A1F !important;
  border: none;
}

.mt-5 {
  margin-top: 50px;
}

.box50 {
  width: 47%;
  margin-bottom: 5%;
}

.box33 {
  width: 30%;
  margin-bottom: 5%;
}

.boxlist {
  padding: 3rem 3rem;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.box22 {
  width: 30%;
  margin-bottom: 2%;
  padding: 1rem;
}

.boxlist2 {
  border-radius: 20px;
}

.boxlist2 h4 {
  font-size: 24px;
}

.section2 {
  background: linear-gradient(to bottom, #f87A1F 60%, white 60%);
}

.txtRight {
  text-align: right;
}

.anchortagred {
  color: #98144d;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-style: italic;
}

.anchortagred span {
  width: 40px;
  height: 40px;
  background: #98144d;
  color: white;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transform: rotate(45deg);
  margin: 10px;
  transition: all 0.2s;
}

.anchortagred span:hover {
  background: #f87A1F;
  transition: all 0.2s;
  color: black;
  transform: rotate(90deg);
}

.ml-4 {
  margin-left: 20px;
}

.anchortagredabsolutie {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-style: italic;
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.anchortagredabsolutie span {
  width: 25px;
  height: 25px;
  color: white;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  transform: rotate(45deg);
  margin: 10px;
  transition: all 0.2s;
}

.blogdiv {
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.blogcontainer {
  padding: 2rem;
}

.blogcontainer a {
  text-decoration: none;
}

.blogdiv:hover a {
  text-decoration: underline;
}

.col-lg-66 {
  width: 49%;
}

.imgratio {
  aspect-ratio: 3/2 !important;
  width: 100%;
  height: auto;
}

.circleimg {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f87A1F;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  transition: all 0.2s;
  transform: rotate(-20deg);
}

.circleimg:hover {
  transform: rotate(-10deg);
  transition: all 0.2s;
}

.circleimg {
  max-width: auto;
  padding: 20px;
}

.section4 {
  position: relative;
  z-index: 9;
}

.postimgabsolutie {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: auto;
  z-index: 1;
}

.postimgabsolutie2 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 5%;
  height: auto;
  z-index: 1;
  animation: rotate360 60s linear infinite;
  /* Apply the animation */
}

/* Keyframes for rotation */
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.feature-box {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 10px;
  color: black;
}

.feature-icon {
  font-size: 30px;
  color: #98144d;
}

.feature-title {
  font-weight: bold;
}

.mb-6 {
  margin-bottom: 5% !important;
}

.myt-5 {
  margin-top: 1rem;
  display: block;
  width: 100%;
}

.fonticon {
  font-size: 4rem;
  color: #f87A1F;
  background: rgb(248, 122, 31);
  background: linear-gradient(149deg, rgb(248, 122, 31) 0%, rgb(237, 8, 8) 100%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media (max-width: 1366px) {
  .fs-00 {
    font-size: 44.8px !important;
  }
  .fs-4 {
    font-size: 20px !important;
  }
  .boxlist {
    padding: 1rem;
  }
  .box50 {
    width: 45%;
    margin-bottom: 10%;
    text-align: left !important;
  }
  .box50 p {
    text-align: left !important;
  }
}
@media (max-width: 576px) {
  .box50 {
    width: 100%;
    margin-bottom: 10%;
    text-align: left !important;
  }
  .mleft {
    margin-left: 0%;
  }
  .box33 {
    width: 100%;
    margin-bottom: 5%;
  }
  .box22 {
    width: 100%;
  }
  .section4 {
    position: relative;
    z-index: 1;
  }
}/*# sourceMappingURL=mynew.css.map */