
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

@font-face {
  font-family: OutfitThin;
  src: url("../fonts/Outfit-Thin.ttf");
}

@font-face {
  font-family: OutfiExtratLight;
  src: url("../fonts/Outfit-ExtraLight.ttf");
}

@font-face {
  font-family: OutfitLight;
  src: url("../fonts/Outfit-Light.ttf");
}

/*@font-face {*/
/*  font-family: OutfitRegular;*/
/*  src: url("../fonts/Outfit-Regular.ttf");*/
/*}*/


@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/Outfit-SemiBold.ttf");
}


@font-face {
  font-family: OutfitMedium;
  src: url("../fonts/Outfit-Medium.ttf");
}

@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/Outfit-SemiBold.ttf");
}

@font-face {
  font-family: OutfitBold;
  src: url("../fonts/Outfit-Bold.ttf");
}


@font-face {
  font-family: OutfitExtraBold;
  src: url("../fonts/Outfit-ExtraBold.ttf");
}

@font-face {
  font-family: OutfitBlack;
  src: url("../fonts/Outfit-Black.ttf");
}


/*@font-face {*/
/*  font-family: ibrand;*/
/*  src: url("../fonts/ibrand.otf");*/
/*}*/


:root {

  --font-ibrand: ibrand;

  --font-100: OutfitThin;
  --font-200: OutfiExtratLight;
  --font-300: OutfitLight;
  --font-400: OutfitRegular;
  --font-500: OutfitMedium;
  --font-600: OutfitSemiBold;
  --font-700: OutfitBold;
  --font-800: OutfitExtraBold;
  --font-900: OutfitBlack;

  --primary: #002768;
  --secondary: #BE0B2E;

}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--font-400);
}




html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 20px;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 100%;
  transform: translateX(-50%);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}



::-webkit-scrollbar-thumb {
  background: var(--secondary);
}



body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;

}

p {
  font-family: "Poppins", serif;
  margin-bottom: 15px;
  color: #000;
  font-size: 15px;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {

  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: var(--secondary) !important;
}

.navbar-nav .nav-link.active {
  color: var(--secondary) !important;
}

.header.sticky li a {
  /*color: white !important;*/
}

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

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: 170px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001 !important;

}

.offcanvas {
  background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu li a {
  color: black !important;
  text-transform: capitalize;
}

.offcanvas-body ul li a {
  color: white !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

.offcanvas-body ul {
  gap: 10px !important;

  align-items: flex-start;
}

ul.dropdown-menu.show {
  flex-direction: column;
  gap: 0;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
  background: white;
  gap: 0 !important;

}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
  width: 100%;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--secondary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  /*padding: 15px 0 15px 0;*/
  background: white;
  z-index: 999;
  transition: 0.6s;
  padding-bottom: 0;
}
.footer-logo img {
    filter: brightness(0) invert(1);
    width: 200px;
}
.offcanvas-header img{
    filter: brightness(0) invert(1);
    width: 200px;
}
header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 150px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}
.client-brand-img .swiper-slide {
  max-width: 140px;
}
.client-brand-img .swiper-wrapper{
    align-items: center;
}
.client-slider {
    background: #000;
    padding: 20px;
}
/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}
.client-brand-img img {
    width: 100%;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 2px solid #1e1e1e42;
  color: #1e1e1e !important;
      background-color: #ffffff;
}
.header-form{
    width: 220px;
}
.form-control:focus {
  background-color: white;
  border-color: var(--primary);
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid var(--secondary);
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: var(--secondary);
  color: #fff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-theme:hover {
  border-color: #BE0B2E;
  background: var(--primary);
  color: #ffffff;
}

.btn-theme.primary-btn {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.btn-theme.primary-btn:hover {
  background: var(--secondary);
  color: white;
  border-color: var(--secondary);
  color: #fff;
}

.primary-border-btn {
  /*background: #eff8ff;*/
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

.primary-border-btn:hover {
  background: #BE0B2E;
  color: white;
}

.btn-white {
  border-radius: 20px;
  background: white;
  color: var(--primary);
  border-color: white;
}

.btn-white:hover {
  background: transparent;
  color: white;
  border-color: white;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  /* padding-top: 35px; */
  padding-bottom: 25px;
  background: #002768;
  padding-bottom: 0;
  padding-top: 70px;
  padding-bottom: 0;
  border-radius: 50px 50px 0px 0px;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}
.footer-middle-content-container {
    margin-bottom: 40px;
}
.footer-links>h6 {
  color: var(--secondary);
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links>ul {
  padding-left: 18px;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: var(--secondary);
}


.footer-s-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-s-link:nth-child(1) {
  align-items: flex-start;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: var(--secondary);
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: var(--secondary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.footer-bootom-links>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
}

ul.navbar-nav {
  gap: 22px;
}


.header-bottom {
  background: var(--primary);
  padding: 13px 0;
}

.header-bottom-main ul {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  justify-content: center;
  gap: 25px;
}

.header-bottom-main ul li a {
  font-size: 14px;
  color: white;
}
.header-bottom-main ul li a:hover {
    color: #BE0B2E;
}

.header-bottom-main a.active {
    color: #BE0B2E;
    font-size: 17px;
    font-weight: 500;
}

.header-bottom-main ul li {
  padding-right: 25px;
}


.header-bottom-main ul li:not(:last-child) {
  border-right: 2px solid white;
}
.responsive-menu {
    display: none;
}
/* Hero-section */

.hero-section {
  background-image: url(../images/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}section.hero-section.services-hero-section .row {
    align-items: center;
}

.hero-section-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 17px;
}

.hero-section-content h1,
.hero-section-content h1 span {
  font-size: 38px;
  font-family: var(--font-ibrand);
  max-width: 570px;

}
.hero-home h1 {
    font-size: 57px;
    color:#000;
}



.hero-section-content p {
  max-width: 700px;
  font-size: 15px;
}

.hero-section-content h1 span {
  background: var(--secondary);
  padding: 13px 20px;
  border-radius: 10px;
  /*rotate: -4deg;*/
  display: inline-block;
  line-height: 1;
  font-size: 57px;
  color:#fff;
  /*animation: swing-rotate 3s infinite ease-in-out;*/
}

@keyframes swing-rotate {
  0% {
    rotate: -4deg;
  }

  50% {
    rotate: 4deg;
  }

  100% {
    rotate: -4deg;
  }
}



.btn-theme i {
  transition: .3s;
}

.btn-theme:hover i {
  animation: arrow .5s alternate ease-in-out;
}

@keyframes arrow {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }

  50% {
    transform: translateX(20px);
    opacity: 0;
  }

  70% {
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}


form.hero-form input {
  background: white;
  border-color: white;
  flex: 1;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 36%);
    border-bottom: 4px solid transparent;
}

.home-header-form{
    background: #323232;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 44%);
}

select.form-select {
    background-color: #fff;
    border-color: #fff;
    color: #908894 !important;
}
.form-control:focus {
    border-color: #c5c5c5;
}

.form-control option {
    font-size: 15px;
    color: #000;
}
.hero-section-content>* {
  margin: 0;
}

.form-control::placeholder {
  color: gray !important;
}

.hero-bottom {
  /* background: var(--primary); */
  margin-top: 90px;
  position: relative;
}

.margin-img {
  margin-top: -70px;
}

.hero-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 70%;
  width: 100%;
  left: 0;
  background: #002768;

}

.navbar-toggler {
  background: var(--primary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
}

.navbar-toggler i {
  color: white;
}

.hero-bottom-main {
  z-index: 12;
  position: relative;
}

/* End */


/* Best Book */
.btn-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-heading {
  font-size: 32px;
  font-family: var(--font-ibrand);
  /*max-width: 400px;*/
  line-height: 1;
  color: #323232;
  text-transform: capitalize;
}

.best-book-content p {
  font-size: 15px;
}

section.best-book {
  position: relative;
}

section.best-book:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.4);
  width: calc(100% - 300px);
  height: 2px;
}

.sec-01-top-content p {
  font-size: 15px;

}

.sec-01-card {
  padding: 15px;
  background: #E8F4F4;
  flex: 1;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
}

.sec-01-card h4 {
  font-size: 20px;
  font-family: var(--font-ibrand);
  color: black;
}

.sec-01-card .icon {
  width: 60px;
  height: 60px;
  background: var(--secondary);
  border-radius: 10px;
}
.sec-01-card .icon img{
    width: 60px;
  height: 60px;
}

.sec-01-card p {
  font-size: 15px;
  /*overflow: auto;*/
  /*height: 190px;*/
  padding: 5px;
}

.sec-01-card>* {
  margin: 0;
}

.sec-01-bottom {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.services-main2{
    flex-wrap: wrap;
    padding: 10px;
}




.services-main2 .sec-01-card{
    flex:none;
    max-width: 320px;
    width: 100%;
}
/* End */


/* Services */


.services-heading p {
  /*max-width: 660px;*/
  font-size: 15px;
  text-align: center;
}
.services-heading h4 {
    text-align: center;
}

.services-section {
  background: #f4f0f0;
}

.sec-01-bottom.services-main .sec-01-card .icon {
  background: var(--primary);
}

.sec-01-bottom.services-main .sec-01-card {
  background: #ffffff9e;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-bottom: 4px solid transparent;
}

.services-heading {
  margin-bottom: 60px;
}

.services-main:not(:last-child) {
  border-bottom: 2px solid #cacaca;
  padding-bottom: 20px;
}

.sec-01-bottom.services-main .sec-01-card p {
  height: 130px;
  font-size: 15px;
}

.sec-01-bottom.services-main .sec-01-card:not(:last-child) {
  border-right: 1px solid #cacaca;
}

.genres-slider .swiper-slide {
  /* max-width: 870px; */
  /* height: 500px; */
  rotate: 0;
  transform: rotate(0);
}

.swiper.genres-slider swiper-slide {
  width: 200px !important;

}

.swiper.genres-slider .swiper-cards .swiper-slide {
  width: 200px !important;
  transform: translate3(none) !important;
}
/*.our-genres-testi {*/
/*    max-width: 100%;*/
/*}*/
.our-genres-main {
  /* max-width: 870px; */
  margin: 0 auto;
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-genres-card {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  padding: 50px;
  background: white;

  /* Frame 1171275918 */
  background: #FCFCFC;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 20.0193px;
  margin: 21px;
  padding-bottom: 70px;
  justify-content: space-between;
}

.our-genre-heading {
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* margin-bottom: 40px; */
}

.our-genre-heading p {
  max-width: 630px;
}

.our-genre-heading .main-heading {
  max-width: 530px;
}

.our-genres-card-content {
  flex: 0 0 560px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 20px;
}


.our-genres-card-img-main {
  flex: 1 1 420px;
  position: relative;
}

.our-genres-card-img-main:after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 50%;
  background: var(--secondary);
  width: 100%;
  height: 0px;
  z-index: 1;
  border-radius: 20px;
  transform: translateX(-50%);
  transition: .5s 1s;
  opacity: 0;
}

.our-genres-card-img-main .img-box-content {
  position: relative;
  z-index: 5;
}

.our-genres-card-content>* {
  margin: 0;
}

.our-genres-card-content p {
  font-size: 18px;
  transform: translateY(20px);
  opacity: 0;
  transition: .3s .3s;
}

.our-genres-card-content h4 {
  font-size: 45px;
  font-family: var(--font-ibrand);
  line-height: 1;
  transform: translateY(20px);
  opacity: 0;
  transition: .3s .2s;
}

.our-genres-main .swiper-pagination {
  bottom: 0px;
}
.swiper-genres-slider .swiper-slide{
    max-width:320px;
}
.genres-slider {
  padding-bottom: 20px !important;
}

.our-genres-main .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  border-radius: 0;
  height: 5px;
  transition: .3s;
  background: var(--secondary);
  border-radius: 5px;

}

.our-genres-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;

}

.genres-slider .swiper-slide {
  transition: .3s;
}

.genres-slider .swiper-slide-prev .our-genres-card,
.genres-slider .swiper-slide-next .our-genres-card {
  box-shadow: none;
  filter: sepia(100%);
}

.genres-slider .swiper-slide.swiper-slide-prev {
  transform: translateX(1000px);
  scale: 0.7;
  transition: .3s .1s;
  opacity: .6;
}


.genres-slider .swiper-slide.swiper-slide-next {
  transform: translateX(-1000px);
  scale: 0.7;
  opacity: .6;
}

.genres-slider .swiper-slide-active {
  transform: translateX(0px);
  z-index: 55;
  scale: .9;
  opacity: 1;
}


.our-genres-card .btn-main .animation-btn {
  transform: translateY(20px);
  opacity: 0;
  transition: .3s .3s;
}

.genres-slider .swiper-slide-active .our-genres-card .our-genres-card-content .btn-main .animation-btn:nth-child(1) {
  transition: .3s .5s;
}

.genres-slider .swiper-slide-active .our-genres-card .our-genres-card-content .btn-main .animation-btn:nth-child(2) {
  transition: .3s .6s;
}

.genres-slider .swiper-slide-active .our-genres-card .our-genres-card-content .btn-main .animation-btn:nth-child(3) {
  transition: .3s .7s;

}

.genres-slider .swiper-slide-active .our-genres-card .our-genres-card-img-main:after {
  height: 230px;
  bottom: -35px;
  opacity: 1;
}

.our-genres-card-img-main .img-box-content {
  transform: rotateY(75deg);
  opacity: 0.4;
  scale: 1.1;
  transition: 1s .7s;
}

.genres-slider .swiper-slide-active .our-genres-card .our-genres-card-img-main .img-box-content {
  transform: rotateY(0);
  opacity: 1;
  scale: 1;
}

.genres-slider .swiper-slide-active .our-genres-card .our-genres-card-content h4,
.genres-slider .swiper-slide-active .our-genres-card .our-genres-card-content p,
.genres-slider .swiper-slide-active .our-genres-card .our-genres-card-content .btn-main .animation-btn {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.our-genres:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  width: calc(100% - 300px);
  height: 2px;
  display: none;
}

.our-genres {
  /*position: relative;*/
}

/* End */

/* Why Choose Us */

.why-choose-us-card-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.whychoose-sec {
    align-items: center !important;
}

.why-choose-us-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 24px;
  gap: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  flex: 1 0 270px;
  border-bottom: 4px solid transparent;
  transition: .3s;
}

.why-choose-us-card>* {
  margin: 0;
}

.why-choose-us-card h4 {
  font-size: 20px;
  font-family: var(--font-ibrand);
  transition: .3s;
}

.why-choose-us-card:hover {
  transform: translateY(-2px);
  border-color: var(--secondary);
}

.why-choose-us-card:hover h4 {
  color: var(--secondary);
}

.choose-btn-main {
  margin-top: 40px;
  justify-content: center;
}

.all-platform-main {
  /* padding: 50px; */
  background: var(--secondary);
  border-radius: 25px;
  max-width: 1100px;
  margin: 0 auto;
  /*margin-top: 80px;*/
  /*margin-bottom: 58px;*/
}

.all-platform-main .row {
  align-items: center;
}

.all-platform-content h4 {
  font-size: 36px;
  font-family: var(--font-ibrand);
  color: #fff;
  /*max-width: 400px;*/
  text-transform: capitalize;
}

.all-platform-img.img-box-content {
  margin: -40px;
  margin-left: -70px;
  animation: swing-rotate 3s infinite ease-in-out;
}

.all-platform-content {
  padding: 50px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.all-platform-content .btn:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.all-platform-content p {
  color: #fff;
}

section.testimonial {
  background: #FCFCFC;
}

.testimonial-pagination {
    text-align: center;
    margin-top: 20px;
}

.img-box-content-icon {
  height: 60px;
  background-color: #D9D9D9;
  width: 60px;
}

.testimonial-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-heading .main-heading {
  max-width: 100%;
}

.test-card-porfile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  border-top: 2px solid gray;
}

.test-card-porfile-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.test-card-porfile-content h6,
.test-card-porfile-content p {
  margin: 0;
  color: #000;
}

.testi-card span {
  font-size: 17px;
  font-family: var(--font-700);
  color: #575757;
  margin-bottom: 15px;
  display: block;
  transition: .3s;
}

.testi-card {
  padding: 20px;
  margin-bottom: 5px;
  background: white;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  border-bottom: 4px solid transparent;
  transition: .3s;
}

.testi-card:hover {
  border-color: var(--secondary);
  transform: translateY(-2px);
}

.testi-card:hover span {
  color: var(--secondary);
}

.testi-card:hover .test-card-porfile {
  border-color: var(--secondary);
}

.footer-top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  /* border-bottom: 1px solid #ffffff61; */
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.social-media-main {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-top: 20px; */
  /* margin-left: 30px; */
}

.social-media-main .social-media {
  height: 40px;
  width: 40px;
  background: var(--secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 2px solid var(--secondary);
  font-size: 19px;
}

.social-media-main .social-media:hover {
  background: transparent;
  color: var(--secondary);
}

.footer-middle-content-main {
  display: grid;
  gap: 30px;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  /* margin: 0px 50px; */
}

.footer-middle-content ul {
  padding: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  gap: 10px;
}

.footer-middle-content ul li a,
.footer-middle-content ul li {
  color: #dbdbdb;
  font-size: 1rem;
}

.footer-middle-content h4 {
  font-size: 22px;
  color: white;
  font-family: var(--font-ibrand);
}

form.footer-form {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

form.footer-form input {
  background: white;
  border-color: white;
  width: 100%;
}

.footer-bottom {
  padding: 20px;
  text-align: center;
  background: #be0b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}


.footer-bottom p {
  margin: 0;
  color: white;
  font-size: 16px;
}

.footer-middle-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
}

.footer-middle-content ul li a:hover {
  padding-left: 5px;
  color: var(--secondary);
}

/* End */



/* Fiction */
.hero-section.services-hero-section .hero-bottom-main {
  display: flex;
  padding: 15px;
}

.hero-section.services-hero-section .hero-bottom:after {
  height: 100%;
  background: #002768;
}

.services-hero-section-content {
  align-items: flex-start;
  text-align: left;
}

.hero-btn-main {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.sec-01-heading {
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.sec-01-heading p {
  max-width: 690px;
}

.service-bottom-card .sec-01-card {
  flex-direction: row;
  padding: 0;
  background: white;
}



.service-bottom-card .sec-01-card .icon {
  flex: 0 0 70px;
  height: 70px;
  width: 70px;
}
.service-bottom-card .sec-01-card .icon img {
    width: 70px;
    height: 70px;
}

.sec-01-bottom.service-bottom-card {
  margin-top: 30px;
}

.service-bottom-card-content h4 {
  margin: 0;
  font-size: 20px;
}

.sec-2-book-content .main-heading {
  max-width: 100%;
}

.sec-2-book-bottom-cards .sec-01-card .icon {
  height: 30px;
  flex: 0 0 30px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #40C800;
  color: white;
}

.sec-2-book-bottom-cards .sec-01-card .service-bottom-card-content p {
  height: auto;
}

.service-bottom-card-content p {
  height: auto;
}

.portfolio-heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* End */


/* Portfolio */
.portfolio-slider .swiper-slide {
  max-width: 260px;
  transition: .3s;
}




.portfolio-card {
  overflow: hidden;
  position: relative;
  /*height: 600px;*/
  transition: .3s;
}

.portfolio-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.portfolio-btn-main {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 20px;
}

.portfolio-next-prev-btn {
  margin: 0;
  position: unset;
  color: black;
  height: auto;
}

.portfolio-next-prev-btn:after {
  content: none;
}

section.portfolio {
  overflow-x: hidden;
}


.portfolio-slider .swiper-slide {
  scale: 0.7;
}

.portfolio-slider .swiper-slide-prev,
.portfolio-slider .swiper-slide-next {
  scale: 0.8 !important;
}


.portfolio-slider .swiper-slide-active {
  scale: 0.95;
}

.popular_question_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

section.popular_question .accordion-flush .accordion-item {
  border-radius: 10px;
  margin-bottom: 20px;
  /* padding: 20px; */
  background: #E8F4F4;
  border: 0;
}

section.popular_question .accordion-flush .accordion-item h2 {
  padding: 0;

}

section.popular_question .accordion-flush .accordion-item button.accordion-button {
  padding: 19px;
  background: #E8F4F4;
  border-radius: 10px;
  border: 0 !important;

}

section.popular_question .accordion-flush .accordion-item button.accordion-button:focus {
  border: 0;
  box-shadow: none;
}

section.popular_question .accordion-flush .accordion-item button.accordion-button.collapsed span {
  font-size: 18px !important;
  color: black;
}

section.popular_question .accordion-flush .accordion-item button.accordion-button span {
  font-size: 21px;
  color: var(--secondary);
}

section.popular_question .accordion-button::after {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: white;
  border-radius: 5px;
  content: "+";
}

.accordion-button:not(.collapsed)::after {
  content: "-" !important;
  background: var(--secondary) !important;
  padding-bottom: 7px;
  font-size: 30px;
}

.contact-us-content {
  padding: 25px 35px;
  background: #E8F4F4;
  border-radius: 20px;
  justify-items: center;
}

.quote-imput {
    width: 90%;
    justify-self: center;
}
.quote-imput-btn {
    text-align-last: center;
}


.section-title .main-heading {
  max-width: 100%;
  font-size: 32px;
  margin-bottom: 30px;
}

.contact-us-content form .form-control {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: white;
  border: 0;
}
select.form-control {
    background-color: #fff;
    border: 2px solid #fff;
    color: #848080 !important;
}
select.modal-form {
    border: 2px solid #c5c5c5;
}


.service-menu-main {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  box-shadow: 5px 0 25px 0 rgba(0, 0, 0, .1);
  border: 1px solid #e6e6e6;
  max-height: 500px;
  overflow: auto;
  width: 100%;
  background: white;
}

.service-menu {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  gap: 9px;
  padding: 10px;
  flex: 1;
}

.service-menu p {
  margin: 0;
  font-size: 13px;
}

.service-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.service-name>.icon {
  height: 30px;
  flex: 0 0 30px;
  overflow: hidden;
  /* border-radius: 50%; */
}

.service-name>.icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.service-menu:hover {
  background: #e5f0fa;
  border-radius: 6px;
}
a.service-menu.active {
    background: #e5f0fa;
    border-radius: 6px;
    /* border: 1px solid #BE0B2E; */
}

.service-menu h6 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.service-menu-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #0002;
}
a.res-menu.active {
    background: #e5f0fa;
    border-radius: 6px;
    border: 1px solid #BE0B2E;
}
.menu-width {
  width: 1110px;
}

ul.dropdown-menu {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.dropdown-menu {
  background-color: var(--white);
  border-radius: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #BE0B2E !important;
}

.animate-div {
  animation: swing-rotate 3s infinite ease-in-out;
  padding: 10px 0;
}

.model-discount span {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  color: white;
  background: var(--secondary);
  padding: 10px 20px;
  border-radius: 10px;
}

.close-moda-btn {
  position: absolute;
  right: 13px;
  height: 30px;
  width: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  z-index: 56;
  top: 13px;
  overflow: hidden;

}

.sign-up-btn-main .btn {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
}

/* End */


.ratings{
    color: #BE0B2E;
}

/*terms-privacy*/

h1.title {
    color: #002768;
}
.right-col span {
    color: #002768;
}

/*end*/

/*trustpilot start*/
.trustpilot-footer img {
    width: 150px;
}



/*slider */

.bg-sec-1{
  background-image: url(../images/bg-section-1-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
section.bg-sec-1 .main-heading {
    color: white;
}

.bg-sec-1-content {
    max-width: 530px;
}.bg-sec-1-content p {
    color: white;
}
.btn-main.bg-sec-1-btn-main .primary-border-btn {
    background: white;
}

.btn-main.bg-sec-1-btn-main .primary-border-btn:hover {
    background: var(--secondary););
    color: white;
}

.btn-main.bg-sec-1-btn-main .btn-theme.primary-btn {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-main.bg-sec-1-btn-main .btn-theme.primary-btn:hover {
    background: white;
    color: var(--secondary);
    border-color: var(--secondary);
}

.bg-sec-2 {
  background-image: url(../images/bg-section-2-bg.webp);
  padding: 140px 0;
}
.bg-sec-1-content.bg-sec-2-content {
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}
/*end*/


a.btn.btn-theme.primary-border-btn.hvr-btn:hover {
    /*color: #be0b2e;*/
    background: #002768;
    border: 2px solid #fff;
}