@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200;12..96,300;12..96,400;12..96,600;12..96,700;12..96,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  background: #F5F5F7 !important;
}

a {
  text-decoration: none !important;
}

.wapper {
  background-image: url("../img/banner-bg.png");
  background-position: center;
  background-size: cover;
  background-color: #fff;
}

.nav-bar {
  padding: 10px 0px;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
}

.logo {
  max-width: 187px !important;
  height: 42px !important;
}

.navbar-nav .nav-link {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.navbar-nav .nav-link.active {
  font-weight: 700 !important;
}

.nav-item.current a:after {
  width: 40px;
  opacity: 1;
}

.text-red {
  color: #FF002E;
}


.custom-btn {
  color: #FAFAFA !important;
  padding: 10px 22px !important;
  border-radius: 28px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  background: linear-gradient(349deg, #FFC149 -85.61%, #FF002E 88.63%) !important;
  box-shadow: rgb(255 79 57) 0px 16px 60px -12px, rgb(255 78 57) 0px 18px 23px -18px;
}

.banner-caption h2 {
  color: #000;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.banner-desc,
.service-caption p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.icon-text {
  color: #000;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 12px;
}

.section-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.section-desc {
  color: #333;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.navbar-toggler {
  border-radius: 62px !important;
  padding: 12px !important;
  font-size: 14px !important;
  border-color: #eb2127 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.feature-sec .tab-pane {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #ffffff !important;
  padding: 40px !important;
  border-radius: 26px !important;
  padding: 40px 40px 0px 40px !important;
}

.nav-pills-custom .nav-link.active,
.nav-pills-custom-right .nav-link.active {
  color: #fff !important;
  background-color: #FF002E !important;
}

.nav-pills-custom .nav-link,
.nav-pills-custom-right .nav-link {
  color: #000 !important;
  background: #FFE5EA !important;
  position: relative !important;
  min-width: 200px;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center;
  border-radius: 10px !important;
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.10) !important;
  padding: 18px 34px !important;

}

.nav-pills-custom .nav-link::before {
  content: '';
  display: block;
  border-top: 11px solid transparent;
  border-left: 13px solid #FF002E;
  border-bottom: 13px solid transparent;
  position: absolute;
  bottom: -17px;
  right: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.tab-inner p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.para {
  text-align: justify;
}

.tab-inner h4 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
}


.nav-pills-custom-right .nav-link.active::before {
  opacity: 1;
}

.feature-icon {
  width: 40px;
  height: 40px !important;
  ;
}

.nav-pills-custom .nav-link.active.feature-icon {
  background: #000;
}

.feature-sec .nav {
  margin-bottom: -90px !important;
}

.work-img {
  background: #F07E92;
  padding: 30px 85px 0px;
  border-radius: 12px;
}

.work-text h2 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 30px;
}

.fs-18 {
  font-size: 18px;
}

.editing-tool-text h2 {
  font-size: 20px;
  font-weight: 700;
}

.editing-tool-text p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.editing-tool .nav-pills-custom .nav-link,
.nav-pills-custom-right .nav-link {
  color: #000 !important;
  background: #fff !important;
  min-width: 0px;
  font-size: 20px !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.10) !important;
  padding: 10px 12px !important;

}

.editing-tool .nav-pills-custom .nav-link.active::before {
  opacity: 0;
}

.editing-tool-icon img {
  background-color: #fff;
  padding: 10px;
  width: 85px;
  border-radius: 7px;
}

.editing-tool .nav-pills-custom .nav-link.active,
.nav-pills-custom-right .nav-link.active {
  color: #000 !important;
  background-color: #ffe5ea !important;
}

.social-icon {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 36px;
  text-align: center;
  color: #000;
}

.social-icon i {
  font-size: 20px !important;
}

.footer-btm {
  border-top: 1px solid #454545;
}

.footer-btm p {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  opacity: 0.5;
}

.stats {
  background-color: #FF002E;
  padding: 40px 0px;
  width: 100%;
}

.stats-info {
  border-right: 1px solid #ff3459;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.stats-info h4 {
  color: #fff;
}

.stats-info p {
  color: #fff;
  margin-bottom: 0px;
}

.card-list li {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  list-style: none;
  display: flex;
  align-items: center;
}

.about-us::after {
  background-image: url(../img/about-icon.svg);
  background-position: right;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tetimonial-inner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  padding: 36px;
  border-radius: 10px;
  text-align: center;
  margin: 20px;
  position: relative;
}

.quote-icon {
  background: #FF002E;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
}

.quote-icon img {
  display: inline-block !important;
  max-width: 18px;
}

.client-info img {
  max-width: 110px;
  position: absolute;
  top: -47px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.client-info h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 52px;
}

.client-review p {
  color: #333;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.screenshot-sec .owl-carousel .owl-stage-outer {
  padding: 40px 0 4px 0px;
}

.tetimonial-sec .owl-carousel .owl-stage-outer {
  padding: 40px 0 4px 0px;
}

.feature-authors .carousel-inner {}

.tetimonial .carousel-control-prev-icon {}

.tetimonial .carousel-control-next-icon {
  background-image: url("../img/landing/arrow-right.webp");
}

.tetimonial .carousel-control-next,
.feature-authors .carousel-control-prev {
  width: 3% !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px !important;
  height: 18px !important;
  background: #ffffff !important;
  border: 1px solid #ff002e;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FF002E !important;
}

.form-control {
  border-radius: 34px !important;
  background: #FFF !important;
  padding: 16px 24px !important;
}

.form-label {
  font-size: 17px !important;
}

.submit_btn {
  padding: 16px 40px !important;
}

.contact-info {
  background: #FF002E;
  padding: 22px 10px 0px 20px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.contact-form-inner {
  padding: 40px;
}

.contact-info p {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.contact-form {
  border-radius: 14px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10)
}

.contact-form-bg {
  background: #fff;
  padding: 99px 0px;
  margin-top: -105px;
  z-index: -9;
  position: relative;
}


#carrousel {
  margin: 10px;
}




#carrousel .title {
  margin-bottom: 10px;
  font-size: 30px;
}

#carrousel .owl-carousel img {
  max-height: 100%;
  max-width: 100%;
  /* width: auto; */
  /* height: auto; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 576px;
  object-fit: cover;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
  -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
  box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
}

#carrousel .owl-carousel .owl-item {
  height: 600px;
  position: relative;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  z-index: 1;
}


#carrousel .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

#carrousel .owl-item.big {
  transform: scale(1);
  -ms-transform: scale(1);
  z-index: 3;
}

#carrousel .owl-item.medium {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  z-index: 2;
}

#carrousel .owl-item.medium.mdright {
  /*border: solid 1px red;
 */
  position: relative;
  left: -30px;
}

@media (min-width: 768px) {
  #carrousel .owl-item.medium.mdright {
    left: -70px;
  }
}

#carrousel .owl-item.medium.mdleft {
  /*border: solid 1px blue;
 */
  position: relative;
  right: -30px;
}

@media (min-width: 768px) {
  #carrousel .owl-item.medium.mdleft {
    right: -70px;
  }
}

#carrousel .owl-item.smallRight.active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  left: -160px;
}

#carrousel .owl-item.smallLeft.active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  right: -160px;
}

#carrousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  display: block;
}

#carrousel .owl-nav .owl-prev {
  position: absolute;
  left: 50px;
  top: 110px;
  background: red !important;
  color: #fff !important;
  font-size: 20px !important;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 51px;
  text-align: center;
}

#carrousel .owl-nav .owl-prev:hover {
  color: #ffffff !important;
}

#carrousel .owl-nav .owl-next {
  position: absolute;
  right: 50px;
  top: 110px;
  background: red !important;
  color: #fff !important;
  font-size: 20px !important;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 51px;
  text-align: center;
}

#carrousel .owl-nav .owl-next:hover {
  color: #ffffff !important;
}

.about-img img {
  border-radius: 12px;
  margin-left: 18px;
}

.about-sec::before {
  content: "";
  background-image: url("../img/subtract.svg");
  position: absolute;
  top: -142px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -99;
}

.about-sec {
  position: relative;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  color: #000000 !important;
}

.navbar .nav-link.active::before {
  position: absolute;
  bottom: 0;
  left: -16px;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #eb2127;
  width: 0%;
  height: 3px;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-link {
  position: relative;
}

.navbar .nav-link.active::before {
  width: 52px
}

.invitation-card::before {
  content: "";
  background-image: url("../img/invitation-card-bg.svg");
  position: absolute;
  top: -10px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -99;
  opacity: 0.3;
}

.invitation-card {
  position: relative;
}

.form-control:focus {
  border-color: #ced4da !important;
  outline: 0;
  box-shadow: none !important;
}

ul.breadcrumb {
  padding: 20px 16px;
  list-style: none;
  background-color: #ffffff;
}

ul.breadcrumb li {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

ul.breadcrumb li+li:before {
  padding: 4px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: rgba(51, 51, 51, 0.60);
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.privacy-policy-title h3 {
  color: var(--Black, #000);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.privacy-policy-desc p {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.privacy-policy-wapper {
  background-color: #ffffff !important;
}

.category-nav .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  display: block !important;
}


.category-nav .owl-nav .owl-prev {
  position: absolute;
  left: -82px;
  top: -22px;
  background: #fff !important;
  color: #FF002E !important;
  font-size: 20px !important;
  border-radius: 50px !important;
  width: 50px;
  height: 50px;
  line-height: 51px !important;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.category-nav .owl-nav .owl-next {
  position: absolute;
  right: -82px;
  top: -22px;
  background: #fff !important;
  color: #FF002E !important;
  font-size: 20px !important;
  border-radius: 50px !important;
  width: 50px;
  height: 50px;
  line-height: 51px !important;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.category-nav .nav-item {
  display: flex;
  justify-content: center;
}

.poster-info {
  display: flex;
  justify-content: center;
}