@import "globals.css";

header {
  /* position: fixed !important; */
  /* background-color: transparent; */
  transition: background 0.3s ease;
}

.bg-white {
  background-color: white;
}

.all-services-link {
  background-color: rgba(252, 235, 215, 1);
  color: rgba(5, 0, 24, 1);
}

.all-services-link a {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 69px 0;
  color: rgba(5, 0, 24, 1);
  width: max-content;
}

.all-services-link a p {
  font-family: "Cormorant", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.home-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5%;
  position: relative;
  overflow: hidden;
}

.home-container .circle {
  border-radius: 500px;
  filter: blur(60px);
  position: absolute;
  z-index: -1;

  width: 100%;
  height: 100%;
  top: 50%;
  right: -100px;
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  transform: translateY(-50%);
  background: linear-gradient(157deg, #df40a9 0%, #4d35a3 100%);
}

.home-text {
  max-width: 32%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
}
.home-text h2 {
  font-family: Cormorant;
  font-size: 86px;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -3px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.home-text h2 span {
  font-family: Cormorant;
  font-size: 86px;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -3px;
  text-align: left;
  color: red;
}
.home-text p {
  font-family: Cormorant;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  background-color: rgba(212, 54, 58, 1);
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.btn span {
  font-family: Work Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2.200000047683716px;
  color: rgba(255, 255, 255, 1);
}
.btn .btn-img {
  position: absolute;
  top: 57%;
  left: 102%;
  transform: translate(-57%, -102%);
  transition: 0.5s;
}
.btn:hover .btn-img {
  position: absolute;
  top: 57%;
  left: 108%;
  transform: translate(-57%, -108%);
}
.home-img {
  position: relative;
  max-width: 50%;
}
.home-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-container {
  padding-left: 105px;
  overflow: hidden;
}
.slider-container .card-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 15px 0;
}
.slider-container .card-slider .slider-item {
  height: 140px;
  min-width: 150px;
  flex: 1;
}
.slider-container .card-slider .slider-item img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.swipperslider {
  padding: 100px 190px;
  display: flex;
  align-items: center;
  background: rgba(250, 250, 250, 1);
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  background: rgba(250, 250, 250, 1);
  padding: 5px 85px;
}
.swiper-slide .image {
  width: 100px;
  height: 100px;
}
.swiper-slide span {
  font-family: Cormorant;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #000;
}
.swiper-slide h5 {
  font-family: Cormorant;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.swiper-slide p {
  font-family: Work Sans;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2.200000047683716px;
  text-align: center;
  color: #000;
}
.swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.my-custom-button-prev .icon {
  cursor: pointer !important;
  padding: 10px;
}
.my-custom-button-next .icon {
  cursor: pointer !important;
  padding: 10px;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.swiper-pagination {
  margin-top: 45px;
}
.about-card .about-card-header {
  grid-column: span 2;
  padding: 69px 105px;
  background-color: rgba(251, 221, 219, 1);
}
.about-card-header h3 {
  font-family: Cormorant;
  font-size: 56px;
  font-weight: 700;
  line-height: 67.2px;
  text-align: center;
}
.about-card ul {
  display: flex;
  flex-wrap: wrap;
}
.about-card ul li {
  width: 50%;
  height: 680px;
}
.paginations {
  padding-top: 10px;
}
.paginations .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.swiper-pagination-bullet {
  padding: 12px;
  background: rgba(250, 250, 250, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  padding: 11px;
  border: 1.5px solid #000;
  transition: 0.5s ease padding 0.4s ease;
}

.swiper-pagination-bullet::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
}
.about-card ul li:first-child img,
.about-card ul li:nth-child(4) img,
.about-card ul li:nth-child(5) img,
.about-card ul li:nth-child(8) img,
.about-card ul li:nth-child(9) img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-card ul li:nth-child(2),
.about-card ul li:nth-child(3),
.about-card ul li:nth-child(6),
.about-card ul li:nth-child(7),
.about-card ul li:nth-child(10) {
  background-color: rgba(212, 54, 58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 48px;
  position: relative;
}
.about-card ul li:nth-child(2) .right-img,
.about-card ul li:nth-child(6) .right-img,
.about-card ul li:nth-child(10) .right-img {
  position: absolute;
  height: 85%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.about-card ul li:nth-child(2) div,
.about-card ul li:nth-child(3) div,
.about-card ul li:nth-child(6) div,
.about-card ul li:nth-child(7) div,
.about-card ul li:nth-child(10) div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 15px;
  max-width: 65%;
}
.about-card ul li:nth-child(2) div h4,
.about-card ul li:nth-child(3) div h4,
.about-card ul li:nth-child(6) div h4,
.about-card ul li:nth-child(7) div h4,
.about-card ul li:nth-child(10) div h4 {
  font-family: Cormorant;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #fff;
}
.about-card ul li:nth-child(2) div span,
.about-card ul li:nth-child(6) div span,
.about-card ul li:nth-child(7) div span,
.about-card ul li:nth-child(10) div span {
  font-family: Cormorant;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #000;
}
.about-card ul li:nth-child(2) div p,
.about-card ul li:nth-child(3) div p,
.about-card ul li:nth-child(6) div p,
.about-card ul li:nth-child(7) div p,
.about-card ul li:nth-child(10) div p {
  font-family: Cormorant;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}
.about-card ul li:nth-child(2) div .btn,
.about-card ul li:nth-child(3) div .btn,
.about-card ul li:nth-child(6) div .btn,
.about-card ul li:nth-child(7) div .btn,
.about-card ul li:nth-child(10) div .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  background: none !important;
  right: 28px;
}
.about-card ul li:nth-child(2) div .btn span,
.about-card ul li:nth-child(3) div .btn span,
.about-card ul li:nth-child(6) div .btn span,
.about-card ul li:nth-child(7) div .btn span,
.about-card ul li:nth-child(10) div .btn span {
  font-family: Work Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.about-card ul li:nth-child(2) div .btn .btn-img,
.about-card ul li:nth-child(3) div .btn .btn-img,
.about-card ul li:nth-child(6) div .btn .btn-img,
.about-card ul li:nth-child(7) div .btn .btn-img,
.about-card ul li:nth-child(10) div .btn .btn-img {
  position: absolute;
  top: 57%;
  left: 102%;
  transform: translate(-57%, -102%);
  transition: 0.5s;
}
.about-card
  ul
  li:nth-child(2)
  div
  .btn:hover
  .about-card
  ul
  li:nth-child(2)
  div
  .btn
  .btn-img,
.about-card
  ul
  li:nth-child(3)
  div
  .btn:hover
  .about-card
  ul
  li:nth-child(3)
  div
  .btn
  .btn-img,
.about-card
  ul
  li:nth-child(6)
  div
  .btn:hover
  .about-card
  ul
  li:nth-child(6)
  div
  .btn
  .btn-img,
.about-card
  ul
  li:nth-child(7)
  div
  .btn:hover
  .about-card
  ul
  li:nth-child(7)
  div
  .btn
  .btn-img,
.about-card
  ul
  li:nth-child(10)
  div
  .btn:hover
  .about-card
  ul
  li:nth-child(10)
  div
  .btn
  .btn-img {
  position: absolute;
  top: 57%;
  left: 110%;
  transform: translate(-57%, -110%);
}

.about-card ul li:nth-child(3),
.about-card ul li:nth-child(7) {
  background-color: rgba(10, 36, 114, 1) !important;
}
.about-card ul li:nth-child(3) .left-img,
.about-card ul li:nth-child(7) .left-img {
  background-color: rgba(10, 36, 114, 1);
  position: absolute;
  height: 85%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.about-card ul li:nth-child(3) div h4 {
  color: rgba(212, 54, 58, 1);
}
.about-card ul li:nth-child(3) {
  color: rgba(212, 54, 58, 1);
}
.about-card ul li:nth-child(7) div span {
  color: rgba(212, 54, 58, 1);
}
.about-card ul li:nth-child(9) img:nth-child(2) {
  display: none;
}

#fag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
.fag_questions {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
  max-width: 40%;
}
.fag_questions h4 {
  font-family: Cormorant;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.fag_questions h4 span {
  font-family: Cormorant;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
  color: rgba(212, 54, 58, 1);
}
.fag_questions .text {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  padding-right: 130px;
}
.fag_questions ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fag_questions ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(212, 54, 58, 1);
  padding-bottom: 12px;
  min-width: 475px;
}
.fag_questions ul li p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.fag_questions .btn {
  margin-top: 35px;
}
.fag_image {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 42px;
  justify-content: start;
}
.fag_image div {
  max-width: 500px;
  max-height: 230px;
}
.fag_image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fag_image .btn {
  display: none;
}
#lioners {
  padding: 100px 0;
}
#lioners .header {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 40% !important;
}
#lioners .header .title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2px;
}
#lioners .header .title span {
  font-family: Cormorant;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: rgba(5, 0, 24, 1);
}
#lioners .header h4 {
  font-family: Cormorant;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: rgba(5, 0, 24, 1);
  margin-top: 10px;
  max-width: 100%;
}
#lioners .header h4 span {
  font-family: Cormorant;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: rgba(242, 56, 1, 1);
}
#lioners .card_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}
#lioners .card_container div {
  height: 400px;
  position: relative;
  overflow: hidden;
  border: none !important;
}
#lioners .card_container div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  border: none !important;
  object-position: center;
}
#lioners .card_container .name {
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 55px;
  transition: 0.5s ease-in-out;
  border: none !important;
}
#lioners .card_container div:hover .name {
  bottom: 0;
}

#lioners .card_container .name h4 {
  font-family: Cormorant;
  font-size: 27px;
  font-weight: 700;
  line-height: 34px;
  color: rgba(5, 0, 24, 1);
}
#lioners .card_container .name span {
  font-family: Cormorant;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: rgba(5, 0, 24, 1);
}
#studio {
  padding: 100px 0;
}
#studio .header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
#studio .header h4 {
  font-family: Cormorant;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #000000;
}
#studio .header span {
  font-family: Cormorant;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: rgba(242, 56, 1, 1);
  /* margin-left: 12px; */
}
#studio .img_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
#studio .img_container div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 45%;
}
#studio .img_container div img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
#studio .img_container div ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 8px;
}
.img_container div ul li:first-child h3 {
  font-family: Cormorant;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: rgba(0, 0, 0, 1);
}
.img_container div ul li:nth-child(2),
.img_container div ul li:nth-child(3),
.img_container div ul li:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.img_container div ul li:nth-child(2) span:first-child,
.img_container div ul li:nth-child(3) span:first-child,
.img_container div ul li:nth-child(4) span:first-child {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(168, 168, 168, 1);
}
.img_container div ul li:nth-child(2) span:nth-child(2),
.img_container div ul li:nth-child(3) span:nth-child(2),
.img_container div ul li:nth-child(4) span:nth-child(2) {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(29, 29, 29, 1);
}
#advertising {
  padding: 100px 0;
}
#advertising ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  padding: 0 40px;
}
#advertising ul li {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
#advertising ul li .title {
  font-family: Work Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  color: rgba(158, 158, 158, 1);
}
#advertising ul li .advertising-img {
  width: 100%;
  height: auto;
}
#advertising ul li h4 {
  font-family: Cormorant;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
#advertising ul li p {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
#advertising ul li .btn {
  background: none !important;
  position: relative;
  padding-left: 0 !important;
}
#advertising ul li .btn span {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 1200px) {
  .home-container {
    flex-direction: column;
    background-color: rgba(250, 250, 250, 1);
  }

  .home-container .home-text {
    max-width: 100%;
    padding: 48px 24px;
  }
  .home-container .home-img {
    max-width: 100%;
    height: auto;
    padding: 48px 0 48px 24px;
    padding-bottom: 0px;
    padding-left: 0;
  }
  #fag {
    padding: 48px 24px;
    flex-direction: column;
    align-items: start;
  }
  .fag_questions {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    max-width: 100%;
  }

  .fag_questions .btn {
    display: none;
  }
  .fag_image {
    margin-top: 70px;
  }
  .fag_image .btn {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 1054px) {
  .home-container {
    padding-left: 0;
  }
  .card-slider {
    padding: 15px 0;
  }
  .swipperslider {
    padding: 100px 90px;
  }
}
@media (max-width: 991px) {
  header {
    /* position: sticky !important; */
    background-color: white;
  }
  .home-container {
    margin-top: 66px;
  }

  .all-services-link a {
    padding: 24px 0;
  }

  .slider-container {
    padding-left: 0;
  }
  .about-card ul {
    flex-direction: column;
  }
  .about-card ul li {
    width: 100%;
  }
  .about-card ul li:first-child {
    order: 2;
  }
  .about-card ul li:nth-child(2) {
    order: 1;
  }
  .about-card ul li:nth-child(3) {
    order: 3;
  }
  .about-card ul li:nth-child(4) {
    order: 3;
  }
  .about-card ul li:nth-child(5) {
    order: 6;
  }
  .about-card ul li:nth-child(6) {
    order: 5;
  }
  .about-card ul li:nth-child(7) {
    order: 8;
  }
  .about-card ul li:nth-child(8) {
    order: 8;
  }
  .about-card ul li:nth-child(9) {
    order: 9;
  }
  .about-card ul li:nth-child(10) {
    order: 10;
  }
  .about-card ul li:nth-child(9) img:first-child {
    display: none;
  }
  .about-card ul li:nth-child(9) img:nth-child(2) {
    display: block;
  }
  #lioners .card_container {
    grid-template-columns: repeat(3, 1fr);
  }
  #studio .img_container {
    flex-direction: column;
    gap: 55px;
    align-items: start;
  }
  #studio .img_container div {
    width: 100%;
  }
  #advertising ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
  .swiper-slide {
    padding: 2px 5px;
  }
}
@media (max-width: 768px) {
  .home-text h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .home-text h2 span {
    font-size: 48px;
    line-height: 48px;
  }
  .home-text p {
    font-size: 24px;
    line-height: 32px;
  }
  .slider-container .card-slider li img {
    object-fit: contain;
  }
  .about-card .about-card-header {
    padding: 48px 24px;
  }
  .about-card .about-card-header h3 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  #lioners .card_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .img_container div ul li:nth-child(2),
  .img_container div ul li:nth-child(3),
  .img_container div ul li:nth-child(4) {
    align-items: start;
    gap: 10px;
  }

  #lioners .header {
    max-width: 100% !important;
  }

  #advertising ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .swipperslider {
    padding: 100px 20px;
  }
  .my-custom-button-next,
  .my-custom-button-prev {
    display: none;
  }
}
@media (max-width: 576px) {
  .about-card ul li {
    height: 500px;
  }
  .fag_questions .text {
    padding-right: 0;
  }
  .fag_questions ul li {
    min-width: 380px;
  }

  .about-card ul li:nth-child(2),
  .about-card ul li:nth-child(3),
  .about-card ul li:nth-child(6),
  .about-card ul li:nth-child(7),
  .about-card ul li:nth-child(10) {
    justify-content: center;
    padding: 18px 20px;
  }
  .about-card ul li:nth-child(2) div p,
  .about-card ul li:nth-child(3) div p,
  .about-card ul li:nth-child(6) div p,
  .about-card ul li:nth-child(7) div p,
  .about-card ul li:nth-child(10) div p {
    font-size: 21px;
    line-height: 28px;
  }
  #lioners .card_container {
    grid-template-columns: repeat(1, 1fr);
  }
  #studio .header {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  #advertising ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 450px) {
  .about-card ul li {
    height: 390px;
  }
  .about-card ul li:nth-child(2) {
    padding: 20px 30px 20px 0;
  }
  .about-card ul li:nth-child(2) div {
    max-width: 70%;
  }
  .about-card ul li:nth-child(2) div .btn span,
  .about-card ul li:nth-child(3) div .btn span,
  .about-card ul li:nth-child(6) div .btn span,
  .about-card ul li:nth-child(7) div .btn span,
  .about-card ul li:nth-child(10) div .btn span {
    margin-right: 12px;
  }
  .about-card ul li:nth-child(2) div .btn,
  .about-card ul li:nth-child(3) div .btn,
  .about-card ul li:nth-child(6) div .btn,
  .about-card ul li:nth-child(7) div .btn,
  .about-card ul li:nth-child(10) div .btn {
    padding: 15px 12px !important;
    right: 15px;
  }
  .fag_questions h4 {
    font-size: 46px;
    line-height: 54px;
  }
  .fag_questions h4 span {
    font-size: 46px;
    line-height: 54px;
  }
  .fag_questions ul li {
    min-width: 300px;
  }
  .fag_questions ul li p {
    font-size: 17px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .about-card .about-card-header {
    padding: 35px 24px;
  }
  .about-card .about-card-header h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
