.secMain {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("img/watercolor-1325656_1920.jpg");
}
.secMain .my-overlay {
  backdrop-filter: blur(3.5px);
}
.secMain img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .secMain img {
    transform: scale(1) translateX(0);
  }
}
.secMain .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .secMain .card-wrapper {
    padding: 2rem 1rem;
  }
}
.secMain .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .secMain .card-wrapper {
    margin-bottom: 2rem;
  }
}
.secMain .col-12 {
  position: relative;
}
.secMain .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .secMain .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.secMain .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.secMain .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.secMain .mySectionTitle {
  color: #263d5a;
}
.secMain .my-text,
.secMain .mbr-section-btn {
  color: #263d5a;
}
.secMain .mySemiBold {
  color: #263d5a;
}
.secService {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("img/cosmos-1584034_1920.jpg");
}
.secService .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #a148ff;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.secService .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .secService .row {
    padding: 2rem 1rem;
  }
}
.secService .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.secService .card-wrapper {
  overflow: visible;
}
.secService .card-text {
  color: #263d5a;
}
.secService .card-title,
.secService .iconfont-wrapper {
  color: #263d5a;
}
.secService .mySemiBold {
  color: #263d5a;
}
.secService .mySectionTitle {
  color: #263d5a;
}
@media (max-width: 992px) {
  .secService .card-wrapper {
    margin-bottom: 2rem;
  }
}
.secAbout {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("img/pink-1311251_1920.jpg");
}
.secAbout img {
  border-radius: 30px;
}
.secAbout .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .secAbout .card-wrapper {
    padding: 2rem 1rem;
  }
}
.secAbout .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .secAbout .image-wrapper {
    margin-bottom: 2rem;
  }
}
.secAbout .mySectionTitle {
  color: #263d5a;
}
.secAbout .my-text,
.secAbout .mbr-section-btn {
  color: #263d5a;
}
.secAbout .mySemiBold {
  color: #263d5a;
}
.secPricing {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("img/blow-708459_1920.jpg");
}
.secPricing .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.secPricing .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .secPricing .card-wrapper {
    padding: 2rem 1rem;
  }
}
.secPricing .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .secPricing .card-wrapper {
    margin-bottom: 2rem;
  }
}
.secPricing .row {
  justify-content: center;
}
.secPricing .card-text {
  color: #263d5a;
}
.secPricing .card-title,
.secPricing .iconfont-wrapper {
  color: #263d5a;
}
.secPricing .mySemiBold {
  color: #263d5a;
}
.secPricing .mySectionTitle {
  color: #263d5a;
}
.secPricing .card-price,
.secPricing .iconfont-wrapper {
  color: #263d5a;
}
.secWorks {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("img/watercolor-1325656_1920.jpg");
}
.secWorks .container {
  margin-right: 0rem;
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .secWorks .container {
    padding: 0 1rem;
  }
}
.secWorks .item-wrapper {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.secWorks .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.secWorks .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.secWorks .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.secWorks .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .secWorks .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .secWorks .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .secWorks .item-wrapper:before {
    opacity: 0.5;
  }
}
.secWorks .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.secWorks .item-img img {
  object-fit: cover;
  height: 100%;
}
.secWorks .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.secWorks .item:focus,
.secWorks span:focus {
  outline: none;
}
.secWorks .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.secWorks .mbr-section-btn {
  margin-top: auto !important;
}
.secWorks .mySectionTitle {
  color: #232323;
}
.secWorks .my-text,
.secWorks .mbr-section-btn {
  color: #ffffff;
}
.secWorks .item-title {
  color: #ffffff;
}
.secProgress {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("img/watercolor-2323195_1920.jpg");
}
.secProgress .progress {
  width: 100%;
}
.secProgress .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 5rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .secProgress .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .secProgress .card-wrapper {
    padding: 3rem 1rem;
  }
}
.secProgress .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.secProgress .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.secProgress progress {
  height: 8px;
}
.secProgress .progressbar-number {
  display: inline-block;
  width: 50px;
}
.secProgress .progress-primary {
  background: #ffffff;
  border: none;
  outline: none;
}
.secProgress .progress-primary::-webkit-progress-bar {
  background: #ffffff;
}
.secProgress .progress_value {
  position: relative;
}
.secProgress .progress1 .progressbar-number:before,
.secProgress .progress2 .progressbar-number:before,
.secProgress .progress3 .progressbar-number:before,
.secProgress .progress4 .progressbar-number:before,
.secProgress .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.secProgress progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.secProgress progress::-webkit-progress-value {
  background: #a148ff;
}
.secProgress progress[value]::-moz-progress-bar {
  background: #a148ff;
}
.secProgress progress::-ms-fill {
  background: #a148ff;
}
.secProgress .progress1 .progressbar-number:before {
  content: '92';
}
.secProgress .progress2 .progressbar-number:before {
  content: '71';
}
.secProgress .progress3 .progressbar-number:before {
  content: '53';
}
.secProgress .progress4 .progressbar-number:before {
  content: '70';
}
.secProgress .progress5 .progressbar-number:before {
  content: '60';
}
.secProgress .section-content-text {
  color: #263d5a;
}
.secProgress .progressbar-title p,
.secProgress .progress_value {
  color: #263d5a;
}
.secProgress .mySemiBold {
  color: #6c758f;
}
.secProgress .section-content-title {
  color: #263d5a;
}
.secProgress .section-content-subtitle {
  color: #263d5a;
}
.secTips {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("img/background-3186318_1920.jpg");
}
.secTips .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.secTips img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .secTips img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.secTips .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .secTips .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .secTips .row {
    padding: 1rem 0rem;
  }
}
.secTips .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.secTips .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.secTips span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.secTips .collapsed span {
  transform: rotate(0deg);
}
.secTips .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.secTips .panel-group {
  width: 100%;
}
.secTips .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.secTips .card {
  border-radius: 0px;
}
.secTips .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.secTips .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.secTips .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.secTips .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.secTips .panel-text {
  color: #263d5a;
}
.secTips .header-text,
.secTips .sign {
  color: #263d5a;
  text-align: right;
}
.secTips .mySectionTitle {
  color: #263d5a;
}
.secTips .header-text,
.secTips .sign,
.secTips .card-header {
  color: #263d5a;
  text-align: left;
}
.secTips .mySemiBold {
  color: #263d5a;
}
.secContact {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("img/background-6556399_1920.jpg");
}
.secContact .my-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.secContact input,
.secContact textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.secContact input:hover,
.secContact textarea:hover {
  border-color: transparent!important;
}
.secContact .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.secContact h4 {
  margin-bottom: 3rem;
}
.secContact .col-auto {
  width: 100%;
}
.secContact textarea {
  min-height: 250px;
}
.secContact .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .secContact .mbr-form {
    padding: 2rem 0rem;
  }
}
.secContact .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.secContact H4 {
  text-align: center;
  color: #263d5a;
}
