:root {
  --colorMain: #1cbbb4;
  --colorDarkGray: #424242;
  --colorYellow: #f9f871;
  --colorYellowDark: #fcc653;
}

html {
  /* scroll-padding-top: calc(100px - 30px); */
}

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
}
body::after {
  content: "";
  background-image: url(../imgs/body-pattern.png);
  background-size: 110px auto;
  background-position: center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  opacity: 0.7;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transitiontransition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7,
.lines-8,
.lines-9,
.lines-10,
.lines-11,
.lines-12,
.lines-13,
.lines-14,
.lines-15 {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.lines-1 {
  -webkit-line-clamp: 1;
}
.lines-2 {
  -webkit-line-clamp: 2;
}
.lines-3 {
  -webkit-line-clamp: 3;
}
.lines-4 {
  -webkit-line-clamp: 4;
}
.lines-5 {
  -webkit-line-clamp: 5;
}
.lines-6 {
  -webkit-line-clamp: 6;
}
.lines-7 {
  -webkit-line-clamp: 7;
}
.lines-8 {
  -webkit-line-clamp: 8;
}
.lines-9 {
  -webkit-line-clamp: 9;
}
.lines-10 {
  -webkit-line-clamp: 10;
}
.lines-11 {
  -webkit-line-clamp: 11;
}
.lines-12 {
  -webkit-line-clamp: 12;
}
.lines-13 {
  -webkit-line-clamp: 13;
}
.lines-14 {
  -webkit-line-clamp: 14;
}
.lines-15 {
  -webkit-line-clamp: 15;
}

.color_green {
  color: var(--colorMain) !important;
}

.c_green {
  color: var(--colorMain) !important;
}

/* $ => Header */
header {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 5;
}
header .navbar-nav .nav-item {
  margin-right: 10px;
}
header .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 0.1rem 0.6rem;
  border-radius: 8px;
  letter-spacing: 2px;
  font-size: 18px;
}
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link.show {
  color: #fff;
  background-color: var(--colorMain);
  border-radius: 10px;
}

header .logo img {
  width: 150px;
}
/* # => Header */

/* $ => Home Banner */
.home-banner {
  position: relative;
  height: 88vh;
  width: 100%;
  /* background-color: var(--colorDarkGray); */
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/banner/waves-2.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.home-banner::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorDarkGray);
  opacity: 0.99;
}
.wave_shape {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wave_shape svg,
.wave_shape svg rect {
  width: 100% !important;
  height: 100% !important;
}

.content_banner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_banner > div {
  max-width: 50%;
  flex: 0 0 50%;
}
.content_banner_left {
  color: #fff;
}
.content_banner_left .title {
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2rem;
}
.content_banner_left .title span {
  display: block;
  font-size: 82px;
  color: var(--colorMain);
  margin-left: -7px;
}

.content_banner_left p {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.content_banner_left .title_map i {
  color: var(--colorMain);
}

.home-banner .img-mobile,
.home-banner .logo_banner {
  display: none !important;
}

.banner_btns {
  max-width: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4rem;
}
.banner_btns > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
}
.btns-banner_contact a.btn_wts2,
.btns-banner_contact a.btn_seeall2,
.banner_btns a {
  min-width: 190px;
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 8px;
  color: var(--colorDarkGray);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
}
.btns-banner_contact a.btn_wts2:hover,
.btns-banner_contact a.btn_seeall2:hover,
.banner_btns a:hover {
  transform: scale(1.1) !important;
}
.btns-banner_contact a.btn_wts2 svg,
.btns-banner_contact a.btn_seeall2 img,
.banner_btns a svg {
  height: 24px;
  fill: var(--colorDarkGray);
}
.btns-banner_contact a.btn_seeall2 img {
  height: 50px;
}
.banner_btns a.btn_cv {
  background-color: var(--colorYellow);
}
.btns-banner_contact a.btn_wts2,
.banner_btns a.btn_wts {
  background-color: #f3eada;
}
.banner_btns a.btn_seeall {
  display: block;
  background-color: var(--colorMain);
  color: #fff;
  font-size: 22px;
  width: 90%;
}
.banner_btns a.btn_seeall svg {
  height: 36px;
}
.banner_btns a.btn_seeall svg * {
  fill: #fff;
}

.content_banner_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content_banner_right .img-banner {
  width: 100%;
  height: 100%;
  min-width: 96%;
}

.socials-banner {
  display: flex;
  flex-wrap: wrap;
  min-width: 117px;
  position: static;
  /* left: -30px; */
}
.socials-banner a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  transition: 0.3s !important;
}
.socials-banner a i {
  font-size: 30px;
}
.socials-media a.icon_facebook:hover,
.socials-footer a.icon_facebook:hover,
.socials-banner a.icon_facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.socials-media a.icon_twitter:hover,
.socials-footer a.icon_twitter:hover,
.socials-banner a.icon_twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.socials-media a.icon_instagram:hover,
.socials-footer a.icon_instagram:hover,
.socials-banner a.icon_instagram:hover {
  background-color: #e95950;
  border-color: #e95950;
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.socials-media a.icon_linkedin:hover,
.socials-banner a.icon_linkedin-in:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}
.socials-media a.icon_youtube:hover,
.socials-footer a.icon_youtube:hover,
.socials-banner a.icon_youtube:hover {
  background-color: #e95950;
  border-color: #e95950;
}
.socials-media a.icon_tiktok:hover,
.socials-footer a.icon_tiktok:hover,
.socials-banner a.icon_tiktok:hover {
  background-color: #010101;
  border-color: #010101;
}
.socials-media a.icon_snapchat:hover,
.socials-footer a.icon_snapchat:hover,
.socials-banner a.icon_snapchat:hover {
  background-color: #ffcd36;
  border-color: #ffcd36;
}

@media (min-width: 1400px) {
  .home-banner {
    height: 98vh;
  }
  .content_banner_right .img-banner {
    min-width: 100%;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1199px) {
  header .navbar-nav .nav-link {
    padding: 0.1rem 0.3rem;
    letter-spacing: 1px;
    font-size: 18px;
  }

  /* .home-banner {
    height: 59vh;
  } */
  .content_banner_right .img-banner {
    min-width: 90%;
  }
  .content_banner_left .title {
    font-size: 51px;
  }
  .content_banner_left .title span {
    font-size: 54px;
  }

  .banner_btns {
    max-width: 340px;
    margin-top: 2rem;
  }
  .banner_btns a {
    min-width: 170px;
    padding: 0.4rem 0rem;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .banner_btns a.btn_seeall {
    font-size: 20px;
    width: 96%;
  }

  /* .socials-banner {
    min-width: 78px;
  } */
}
@media only screen and (max-width: 1024px) and (max-height: 1366px) {
  .home-banner {
    height: 45vh;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 800px) {
  .home-banner {
    height: 76vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1098px) {
  .home-banner {
    height: 64vh;
  }
  .content_banner {
    padding-top: 110px;
  }
  .content_banner_left .title {
    font-size: 70px;
  }
  .content_banner_left .title span {
    font-size: 54px;
  }
  .banner_btns {
    max-width: 350px;
    margin-top: 3rem;
  }
  .content_banner_right .img-banner {
    min-width: 80%;
  }
}
@media only screen and (max-width: 800px) and (max-height: 1280px) {
  .home-banner {
    height: 38vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-nav .nav-item {
    margin-right: 3px;
  }
  header .navbar-nav .nav-link {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .home-banner {
    height: 45vh;
  }
  .content_banner_left .title {
    font-size: 34px;
    margin-bottom: 1rem;
  }
  .content_banner_left .title span {
    font-size: 37px;
  }
  .content_banner_left p {
    font-size: 16px;
  }

  /* .socials-banner {
    min-width: 64px;
  }
  .socials-banner a {
    width: 28px;
    height: 28px;
  }
  .socials-banner a i {
    font-size: 22px;
  } */

  .banner_btns {
    max-width: 245px;
    margin-top: 1rem;
  }
  .banner_btns a {
    padding: 0.4rem 0rem;
    min-width: 120px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .banner_btns a svg {
    height: 18px;
  }
  .banner_btns a.btn_seeall svg {
    height: 22px;
  }
  .banner_btns a.btn_seeall {
    font-size: 14px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  header .container {
    max-width: 100%;
    justify-content: flex-start !important;
  }
  header .logo {
    display: none !important;
  }

  .home-banner {
    height: 100vh;
    display: block;
  }
  .home-banner .container {
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .home-banner::before {
    z-index: 0;
    background-image: url(../imgs/banner/waves-mobile.svg);
  }
  .content_banner {
    display: block;
    position: static;
  }
  .content_banner > div {
    max-width: 100%;
  }
  .content_banner_left {
    position: relative;
    z-index: 2;
  }
  .content_banner_left .title {
    font-size: 90px;
  }
  .content_banner_left .title span {
    font-size: 70px;
  }

  .home-banner .logo_banner {
    display: block !important;
    margin-top: 3rem;
  }
  .home-banner .logo_banner img {
    width: 200px;
  }

  .content_banner_right .img-banner {
    display: none !important;
  }
  .content_banner_right {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .content_banner_right .img-mobile {
    display: block !important;
    width: 82%;
  }
  /* .socials-banner {
    position: absolute;
    bottom: 250px;
    right: 50px;
    left: auto;
    min-width: initial;
    width: 132px;
  }
  .socials-banner a {
    width: 40px;
    height: 40px;
  } */
}
@media (max-width: 701px) {
  header .navbar-nav .nav-link {
    padding: 0.1rem 0.3rem;
    letter-spacing: 1px;
    font-size: 22px;
  }
  .home-banner::before {
    background-image: url(../imgs/banner/waves-mobile-xs.svg);
  }
  .content_banner_left .title {
    font-size: 80px;
  }
  .content_banner_left .title span {
    font-size: 63px;
  }
}
@media (max-width: 643px) {
  header .navbar-nav .nav-link {
    font-size: 18px;
  }

  .content_banner_left {
    padding-top: 100px;
  }
  .home-banner .logo_banner img {
    width: 245px;
  }
  .content_banner_right .img-mobile {
    width: 82%;
  }

  .banner_btns {
    max-width: initial;
    min-width: initial;
    width: 100%;
    margin-top: 6rem;
  }
  .banner_btns a {
    min-width: 260px;
    font-size: 24px;
    padding: 0.6rem 1rem;
  }
  .banner_btns a.btn_seeall {
    font-size: 28px;
    width: 92%;
  }
}
@media (max-width: 590px) {
  header .navbar-nav .nav-link {
    font-size: 15px;
  }

  .content_banner_left .title span {
    font-size: 60px;
  }
  .content_banner_right .img-mobile {
    width: 82%;
  }
  .home-banner .logo_banner img {
    width: 198px;
  }
  .banner_btns {
    margin-top: 9rem;
  }
  .banner_btns a {
    min-width: 250px;
    font-size: 22px;
    padding: 0.4rem 1rem;
  }
  .banner_btns a.btn_seeall {
    font-size: 26px;
  }
}
@media (max-width: 549px) {
  header .navbar-nav .nav-link {
    font-size: 16px;
  }

  .home-banner {
    height: 98vh;
  }

  .home-banner::before {
    background-size: cover;
  }
  .content_banner_right .img-mobile {
    width: 80%;
  }
  .content_banner_left .title {
    font-size: 70px;
  }
  .content_banner_left .title span {
    font-size: 55px;
  }
  .home-banner .logo_banner img {
    width: 170px;
  }
  .banner_btns {
    margin-top: 11rem;
  }
  .banner_btns a {
    min-width: 216px;
  }
}
@media (max-width: 540px) {
  .content_banner_left .title {
    font-size: 60px;
  }
  .content_banner_left .title span {
    font-size: 47px;
  }
  .content_banner_left p {
    font-size: 17px;
  }
  .banner_btns a {
    min-width: 200px;
  }
}
@media (max-width: 528) {
  header .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0.1rem 0.1rem;
  }
}
@media (max-width: 509px) {
  header .navbar-nav .nav-link {
    font-size: 14px;
  }
  .home-banner {
    height: 100vh;
  }
  .content_banner_right .img-mobile {
    width: 420px;
  }
  .home-banner .logo_banner img {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .home-banner {
    height: 90vh;
  }
  .content_banner_left {
    padding-top: 120px;
  }
  .content_banner_left .title {
    font-size: 50px;
  }
  .content_banner_left .title span {
    font-size: 40px;
  }
  .content_banner_right .img-mobile {
    width: 375px;
  }

  /* .socials-banner {
    bottom: 220px;
  } */

  .banner_btns a {
    min-width: initial;
    width: 160px;
    font-size: 16px;
    padding: 0.4rem 0rem;
  }
  .banner_btns a.btn_seeall {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .home-banner {
    height: 80vh;
  }
  .content_banner_right .img-mobile {
    width: 340px;
  }
  .banner_btns {
    margin-top: 9rem;
  }
  .home-banner .logo_banner img {
    width: 110px;
  }
  /* .socials-banner {
    bottom: 190px;
  } */
  .content_banner_left .title {
    font-size: 40px;
  }
  .content_banner_left .title span {
    font-size: 32px;
  }
  .content_banner_left p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .home-banner {
    height: 65vh;
  }
  .content_banner_left .title {
    margin-bottom: 1rem;
  }
  .content_banner_right .img-mobile {
    width: 260px;
  }

  /* .socials-banner {
    bottom: 150px;
    right: -4px;
  }
  .socials-banner a {
    width: 30px;
    height: 30px;
  }
  .socials-banner a i {
    font-size: 25px;
  } */

  .home-banner .logo_banner {
    margin-top: 2rem;
  }
  .home-banner .logo_banner img {
    width: 126px;
  }

  .banner_btns {
    margin-top: 4rem;
  }
  .banner_btns > div {
    margin-bottom: 10px;
  }
  .banner_btns a {
    width: 130px;
    font-size: 13px;
  }
  .banner_btns a.btn_seeall {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .home-banner {
    height: 60vh;
  }
  .content_banner_right .img-mobile {
    width: 250px;
  }
  .home-banner .logo_banner img {
    width: 86px;
  }
  /* .socials-banner {
    bottom: 144px;
    right: 0px;
  } */
  .banner_btns {
    margin-top: 3.5rem;
  }
  .banner_btns a {
    width: 110px;
    font-size: 11px;
    padding: 0.2rem 0rem;
  }
  .banner_btns a.btn_seeall {
    font-size: 13px;
  }
  .content_banner_left p {
    font-size: 10px;
  }
}

/* # => Home Banner */

/* $ => ShowReel */
.sec_showreel {
  padding-top: 30px;
  padding-bottom: 3rem;
}
.showreel-title {
  display: flex;
  align-items: center;
}
.showreel-title img {
  width: 130px;
}
.showreel-title strong {
  color: var(--colorDarkGray);
  line-height: 1.1;
}
.showreel-title strong .title_showreel {
  font-size: 70px;
}
.showreel-title strong .sub_title {
  font-weight: 400;
}
.reel-vid {
  display: block;
  margin-top: 2rem;
  background-color: var(--colorDarkGray);
  width: 80%;
  height: 500px;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.reel-vid::after {
  content: "";
  background-color: var(--colorDarkGray);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.reel-vid:hover::after {
  opacity: 0.8;
}
.reel-vid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reel-vid i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  font-size: 80px;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.reel-vid:hover i {
  transform: translate(-50%, -50%) scale(1);
}

.btn_seeall2,
.sec_showreel .btn_seeall {
  background-color: var(--colorYellow);
  color: var(--colorDarkGray);
  font-size: 20px;
  font-weight: 600;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  margin: auto;
  display: inline-block;
}
.btn_seeall2:hover,
.sec_showreel .btn_seeall:hover {
  background-color: var(--colorMain);
  color: #fff;
  transform: scale(1.1);
}
.btn_seeall2 svg {
  height: 45px;
}
/* # => ShowReel */

/* $ => TOP CLIENTS */
.banner-txt {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4rem;
}
.banner-txt::after {
  content: "";
  background-color: rgb(70, 69, 68);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.97;
  z-index: -1;
}

.banner-txt .title {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
}
.banner-txt .title span {
  color: var(--colorMain);
}
.banner-txt p {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  max-width: 60%;
  margin: auto;
}

.splide-clients .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid var(--colorMain); */
  border-left: 0;
  padding: 50px;
}
.splide-clients .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* # => TOP CLIENTS */

/* $ => TOP Feedbacks */
.sec-feedbacks .banner-txt::after {
  opacity: 0.95;
}
.sec-feedbacks .banner-txt .title span {
  color: var(--colorYellowDark);
}
.sec-feedbacks .banner-txt .heart_blur {
  position: absolute;
  bottom: 5px;
  left: 150px;
  width: 100px;
  animation: jumpThree 4s linear infinite;
}

.splide-feedbacks {
  padding: 1rem 0;
}
.splide-feedbacks .splide__slide {
  position: relative;
  padding: 7rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splide-feedbacks .splide__slide img {
  height: 200px;
}
.splide-feedbacks .splide__slide::before {
  /* content: ""; */
  background-image: url(../imgs/feed-back/line-icons.png);
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
}
[dir="rtl"] .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__pagination {
  bottom: 10px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page.is-active {
  background: var(--colorMain);
}

.feedbacks-items {
  position: relative;
  padding: 2rem 0;
  text-align: center;
  z-index: 1;
}
/* .feedbacks-items::before {
  content: "";
  background-image: url(../imgs/feed-back/pattern.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
} */
.feedbacks-items img.img_feedback {
  max-height: 600px;
}

.imgs_feedback_icons {
  position: absolute;
  width: 150px;
  z-index: -1;
  animation: jumpThree 4s linear infinite;
}
.img_heart {
  top: 50px;
  right: 50px;
}
.img_like {
  bottom: 50px;
  right: 100px;
}
.img_emogy {
  bottom: 50px;
  left: 50px;
  width: 200px;
}
@keyframes jumpThree {
  0% {
    transform: translateZ(0);
  }
  40% {
    transform: translate3d(0, -15px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

.splide_feedbacks .splide__arrow {
  height: 3em;
  width: 3em;
  background-color: var(--colorMain);
  transition: 0.3s;
}
.splide_feedbacks .splide__arrow--prev {
  left: 10em;
}
.splide_feedbacks .splide__arrow--next {
  right: 10em;
}
.splide_feedbacks .splide__arrow svg {
  fill: #fff;
}

/* # => TOP Feedbacks */

/* $ => Footer */
footer {
  padding: 1.5rem 0;
  background-color: var(--colorDarkGray);
  text-align: center;
}

.socials-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials-media a,
.socials-footer a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  background-color: #fff;
}
.socials-media a.icon_facebook,
.socials-footer a.icon_facebook {
  color: #3b5998;
}
.socials-media a.icon_facebook:hover,
.socials-footer a.icon_facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.socials-media a.icon_twitter,
.socials-footer a.icon_twitter {
  color: #55acee;
}
.socials-media a.icon_twitter:hover,
.socials-footer a.icon_twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}
.socials-media a.icon_instagram,
.socials-footer a.icon_instagram {
  color: #d9317a;
}
.socials-media a.icon_instagram:hover,
.socials-footer a.icon_instagram:hover {
  background-color: #e95950;
  border-color: #e95950;
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
  color: #fff;
}
.socials-media a.icon_linkedin,
.socials-footer a.icon_linkedin {
  color: #007bb5;
}
.socials-media a.icon_linkedin:hover,
.socials-banner a.icon_linkedin-in:hover {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #fff;
}
.socials-media a.icon_youtube,
.socials-footer a.icon_youtube {
  color: #e95950;
}
.socials-media a.icon_youtube:hover,
.socials-footer a.icon_youtube:hover {
  background-color: #e95950;
  border-color: #e95950;
  color: #fff;
}
.socials-media a.icon_tiktok,
.socials-footer a.icon_tiktok {
  color: #010101;
}
.socials-media a.icon_tiktok:hover,
.socials-footer a.icon_tiktok:hover {
  background-color: #010101;
  border-color: #010101;
  color: #fff;
}
.socials-media a.icon_snapchat,
.socials-footer a.icon_snapchat {
  color: var(--colorYellowDark);
}
.socials-media a.icon_snapchat:hover,
.socials-footer a.icon_snapchat:hover {
  background-color: #ffcd36;
  border-color: #ffcd36;
  color: #fff;
}

footer p {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0;
}
/* # => Footer */

/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/

/* $ => Page | Title */
.page-banner {
  padding-top: 200px;
  /* padding-bottom: 50px; */
  background-color: var(--colorDarkGray);
}

.page-title {
  text-align: center;
}
.page-title img {
  width: 150px;
  margin: auto;
  display: block;
  margin-bottom: 1rem;

  animation: zommIn1 3s linear infinite;
}
@keyframes zommIn1 {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.page-title h1 {
  color: var(--colorDarkGray);
  font-weight: 800;
  font-size: 70px;
  text-transform: uppercase;
}
/* # => Page | Title */

/* $ => Page | Portfolio */
.filter-options li {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #313131;
  display: inline-block;
  padding: 2rem 1.5rem;
  line-height: 1.4;
  border: 2px solid transparent;
  margin: 0 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.filter-options li.active {
  border-color: var(--colorMain);
  color: var(--colorMain);
}

.blocks_shuffle iframe {
  width: 100% !important;
  height: 500px !important;
  border: 1px solid #eee;
}
.blocks_shuffle img.logo_brand {
  max-height: 150px;
  margin: auto;
  display: block;
  margin-top: 1.5rem;
}
/* # => Page | Portfolio */

/* $ => Page | Feedback */
.feedbacks_items .feedback_item {
  display: block;
  border: 1px solid #eee;
  height: 100%;
  box-shadow: 0 2px 10px rgba(70, 69, 68, 0.1);
}
.client_logo img,
.feedbacks_items .feedback_item img {
  height: 100%;
  transition: 0.3s;
}
.client_logo:hover img,
.feedbacks_items .feedback_item:hover img {
  transform: scale(1.1);
}
/* # => Page | Feedback */

/* $ => Page | Contact Me */
.contact-page .info-contact strong {
  font-weight: bold;
}
.contact-page .info-contact li {
  display: flex;
  align-items: center;
  color: var(--fontColor);
  margin-bottom: 16px;
}
.contact-page .info-contact li i {
  width: 35px;
  height: 35px;
  background-color: var(--colorMain);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.contact-page .info-contact li a {
  display: flex;
  align-items: center;
  color: var(--colorDarkGray);
}
.contact-page .info-contact li a:hover {
  color: var(--colorYellowDark);
}
.contact-page form .form-control {
  box-shadow: none;
}
.contact-page form .form-control:focus {
  border-color: var(--colorMain);
}
.contact-page form textarea.form-control {
  min-height: 150px;
}
.contact-page form .btn-dark:hover {
  background-color: var(--colorMain);
  border-color: var(--colorMain);
}

.socials-media a {
  border-radius: 6px;
}
.socials-media a.icon_facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.socials-media a.icon_twitter {
  border-color: #55acee;
  color: #55acee;
}
.socials-media a.icon_instagram {
  border-color: #e95950;
  color: #e95950;
}
.socials-media a.icon_linkedin {
  border-color: #007bb5;
  color: #007bb5;
}
.socials-media a.icon_youtube {
  border-color: #e95950;
  color: #e95950;
}
.socials-media a.icon_tiktok {
  border-color: #010101;
  color: #010101;
}
.socials-media a.icon_snapchat {
  border-color: #ffcd36;
  color: #ffcd36;
}

.contact-banner {
  background-color: var(--colorDarkGray);
  height: 84vh;
  position: relative;
  z-index: 2;
}

.img_wave {
  position: relative;
  top: -10px;
  z-index: -1;
}
.img_wave svg {
  width: 100%;
}

.box_contact {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 13rem;
  position: relative;
}
.box_contact > div:nth-child(1) {
  width: 50%;
}
.box_contact > div:nth-child(2) {
  width: 50%;
}
.box_contact .title {
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
}
.box_contact .img-banner {
  width: 900px;
  position: absolute;
  top: 30px;
  right: 0;
}
.box_contact .socials-banner {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
  margin-bottom: 2rem;
}
.box_contact .socials-banner a {
  margin: 5px;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 6px;
}
.box_contact .socials-banner a i {
  font-size: 60px;
}

.box_contact .btns-banner a {
  width: 300px;
  font-size: 30px;
  padding: 0.5rem 1rem;
  text-align: center;
  margin: 0;
}
.box_contact .btns-banner a.btn_seeall {
  background-color: var(--colorYellow);
  color: var(--colorDarkGray);
}
.box_contact .btns-banner a svg {
  height: 40px;
}
.box_contact .btns-banner a.btn_seeall img {
  height: 50px;
}
/* # => Page | Contact Me */

/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/

[dir="rtl"] body {
}

[dir="rtl"] .fa-arrow-right {
  transform: rotate(180deg);
}

/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/

/*
  =============================
  ## Media CSS || Responsive ##
  =============================
*/

@media (min-width: 1400.98px) {
}

@media (min-width: 1399.98px) {
}
@media (max-width: 1399px) {
  .imgs_feedback_icons {
    width: 110px;
  }
  .img_emogy {
    width: 150px;
  }
  .feedbacks-items img.img_feedback {
    max-height: 500px;
  }

  .box_contact .img-banner {
    width: 640px;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .box_contact .btns-banner a {
    font-size: 24px;
    padding: 0.4rem 1rem;
  }
  .box_contact .socials-banner a {
    width: 70px;
    height: 70px;
  }
  .box_contact .title {
    font-size: 70px;
  }
} /* max-width => 1399px */

@media (max-width: 1199.98px) {
  header .logo img {
    /* width: 100px; */
  }

  .home-banner {
    height: 70vh;
  }

  .page-title h1 {
    font-size: 50px;
  }
  .filter-options li {
    font-size: 14px;
    margin: 0 6px;
  }
  .blocks_shuffle .content .h2 {
    font-size: 18px;
  }
  .blocks_shuffle .content p {
    font-size: 14px;
  }
  .blocks_shuffle img.logo_brand {
    max-height: 100px;
  }
  .blocks_shuffle iframe {
    height: 350px !important;
  }

  .contact-banner {
    overflow: hidden;
  }
  .box_contact {
    padding-top: 6rem;
  }
  .box_contact .img-banner {
    top: 40px;
    right: -100px;
    width: 650px;
  }
  .box_contact .btns-banner a {
    font-size: 20px;
    width: 220px;
  }
  .box_contact .title {
    font-size: 60px;
  }
  .box_contact .socials-banner {
    width: 239px;
  }
  .box_contact .socials-banner a {
    width: 60px;
    height: 60px;
  }
} /* max-width => 1199.98px */

/* Large Devices (desktops, 992px - 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (max-width: 1099.98px) {
  .content_banner {
    padding-top: 53px;
  }
  .imgs_feedback_icons {
    width: 80px;
  }
  .img_emogy {
    width: 100px;
  }
  .feedbacks-items img.img_feedback {
    max-height: 400px;
  }
} /* max-width => 1099.98px */

@media (max-width: 991.98px) {
  header {
    top: 20px;
  }
  .offcanvas {
    background-color: var(--colorDarkGray);
  }
  .btn_offcanvas {
    outline: none;
    box-shadow: none;
    border: 0;
    font-size: 20px;
  }

  .home-banner {
    height: 59vh;
  }

  .showreel-title strong .title_showreel {
    font-size: 40px;
  }
  .showreel-title img {
    width: 100px;
  }
  .reel-vid {
    width: 100%;
  }

  .feedbacks-items img.img_feedback {
    max-height: 300px;
  }
  .imgs_feedback_icons {
    width: 60px;
  }
  .img_emogy {
    width: 80px;
  }

  .filter-options li {
    font-size: 12px;
    margin: 0 3px;
    letter-spacing: 0px;
  }

  .contact-banner {
    height: 90vh;
  }
  .box_contact {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
  }
  .box_contact > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box_contact > div {
    width: 100% !important;
  }
  .box_contact > div:nth-child(2) {
    text-align: center;
  }
  .box_contact .img-banner {
    position: static;
    width: 360px;
  }
  .box_contact .title {
    font-size: 40px;
  }
  .box_contact .title span {
    display: inline-block !important;
  }

  .box_contact .btns-banner {
    display: flex;
    align-items: flex-start;
  }
  .box_contact .btns-banner div,
  .box_contact .btns-banner a {
    width: auto !important;
  }
  .box_contact .btns-banner a svg {
    height: 30px;
  }
  .box_contact .btns-banner a.btn_seeall img {
    height: 34px;
  }

  .box_contact .socials-banner {
    width: auto;
    position: static;
  }
  .box_contact .socials-banner a i {
    font-size: 50px;
  }

  .btns-banner_contact a.btn_seeall2 img {
    height: 30px;
  }
  .box_contact .btns-banner {
    flex-direction: column;
  }
  .btns-banner_contact a.btn_seeall2 img {
    height: 21px;
  }
  .box_contact .btns-banner {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
} /* max-width => 991.98px */

@media (max-width: 767.98px) {
  header .navbar-nav .nav-item {
    margin-right: 2px;
  }

  .home-banner {
    height: 100vh;
  }

  .sec-feedbacks .banner-txt .heart_blur {
    bottom: 5px;
    left: 80px;
    width: 70px;
  }

  .img_like {
    right: 60px;
  }
  .img_emogy {
    left: 30px;
  }

  .btn_seeall2,
  .sec_showreel .btn_seeall {
    font-size: 14px;
  }

  .imgs_feedback_icons {
    width: 40px;
    z-index: 1;
  }
  .img_emogy {
    width: 60px;
  }
  .feedbacks-items img.img_feedback {
    max-height: 290px;
  }
  .splide_feedbacks .splide__arrow--prev {
    left: 3em;
  }
  .splide_feedbacks .splide__arrow--next {
    right: 3em;
  }

  .splide_feedbacks .splide__arrow {
    height: 2em;
    width: 2em;
  }
  .splide__arrow svg {
    height: 0.8em;
    width: 0.8em;
  }

  .page-title h1 {
    font-size: 40px;
  }
  .page-title p {
    font-size: 14px;
  }
  .filter-options li {
    padding: 2rem 0.3rem;
    font-size: 11px;
    text-align: center;
  }

  .splide-clients .splide__slide {
    padding: 20px;
  }

  .banner-txt .title {
    font-size: 50px;
  }
  .banner-txt p {
    font-size: 20px;
    max-width: 100%;
  }
} /* max-width => 767.98px */

@media (max-width: 575.98px) {
  body::after {
    z-index: -1;
  }
  header .logo {
    display: none;
  }

  header.header_2 .logo.ms-auto {
    display: block;
    margin: 0 !important;
    margin-top: 1rem !important;
  }
  header.header_2 .container {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }

  .page-title img {
    width: 100px;
  }
  .page-title h1 {
    font-size: 30px;
  }
  .page-title p {
    font-size: 12px;
  }

  .filter-options li {
    padding: 1rem 0.3rem;
    font-size: 10px;
  }

  .filters-group-wrap.mb-5 {
    margin-bottom: 1rem !important;
  }
} /* max-width => 575.98px */

@media (max-width: 480.98px) {
  header .navbar-nav .nav-link {
    letter-spacing: 0px;
    font-size: 13px;
  }

  .showreel-title img {
    width: 60px;
  }
  .showreel-title strong .title_showreel {
    font-size: 32px;
  }
  .showreel-title strong .sub_title {
    font-size: 0.8rem !important;
  }

  .sec-feedbacks .banner-txt .heart_blur {
    bottom: 2px;
    left: 10px;
    width: 40px;
  }

  .imgs_feedback_icons {
    width: 30px;
    z-index: 1;
  }
  .img_like {
    right: 30px;
    bottom: 30px;
  }
  .img_emogy {
    bottom: 10px;
    width: 40px;
  }
  .img_heart {
    top: 30px;
    right: 30px;
  }

  .feedbacks-items img.img_feedback {
    max-height: 150px;
  }

  .btn_seeall2,
  .sec_showreel .btn_seeall {
    font-size: 9px;
    margin-top: 1rem;
  }

  .contact-banner {
    height: 96vh;
  }
  .box_contact .socials-banner a {
    width: 40px;
    height: 40px;
  }
  .box_contact .socials-banner a i {
    font-size: 26px;
  }
  .box_contact .btns-banner {
    margin-top: 1rem;
  }
  .box_contact .btns-banner a {
    font-size: 13px;
  }
  .box_contact .btns-banner a svg {
    height: 20px;
  }
  .box_contact .btns-banner a.btn_seeall img {
    height: 24px;
  }
  .box_contact .title {
    font-size: 30px;
  }
  .box_contact .img-banner {
    width: 100%;
  }
  .box_contact .socials-banner {
    width: 150px;
  }
} /* max-width => 480.98px */

@media (max-width: 410.98px) {
  header .navbar-nav .nav-link {
    font-size: 11px;
  }
  header > .container {
    justify-content: center !important;
  }

  .btn_seeall svg,
  .btn_seeall2 svg,
  .btns-banner a svg,
  .btns-banner a img {
    height: 16px;
  }
}
@media (max-width: 360.98px) {
  header .navbar-nav .nav-link {
    font-size: 9px;
  }
  header > .container {
    justify-content: center !important;
  }
  header .logo img {
    width: 70px;
  }

  .page-banner {
    padding-top: 170px;
  }

  .page-title img {
    width: 70px;
  }
  .page-title h1 {
    font-size: 20px;
  }

  .blocks_shuffle iframe {
    height: 180px !important;
  }

  .blocks_shuffle .content .h2 {
    font-size: 14px;
  }
  .blocks_shuffle .content p {
    font-size: 12px;
  }
  .blocks_shuffle img.logo_brand {
    max-height: 80px;
  }
} /* max-width => 360.98px */

@media (max-width: 320.98px) {
  header .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 8px;
  }
} /* max-width => 300.98px */
@media (max-width: 300.98px) {
} /* max-width => 300.98px */

/*
  =======================
      width & height
  =======================
*/

/* @media only screen and (max-width: 1440px) and (max-height: 900px) {
  .home-banner {
    height: 100vh;
  }
}
@media only screen and (max-width: 1280px) and (max-height: 950px) {
 
}
@media only screen and (max-width: 1280px) and (max-height: 800px) {
  .home-banner {
    height: 90vh;
  }
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .home-banner {
    height: 46vh;
  }
}
@media only screen and (max-width: 688px) and (max-height: 1031px) {
  .home-banner {
    height: 97vh;
  }
}
@media only screen and (max-width: 600px) and (max-height: 960px) {
  .home-banner {
    height: 100vh;
  }
  .home-banner .logo_banner img {
    width: 190px;
  }
  .banner_btns a {
    min-width: 220px;
    font-size: 23px;
    padding: 0.6rem 0rem;
  }
  .banner_btns a.btn_seeall {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) and (max-height: 667px) {
}
@media only screen and (max-width: 414px) and (max-height: 896px) {
  header .navbar-nav .nav-link {
    font-size: 11px;
  }

  .home-banner {
    height: 80vh;
  }
  .content_banner_right .img-mobile {
    width: 308px;
  }
  .content_banner_left .title span {
    margin-left: -4px;
  }

  .home-banner .logo_banner img {
    width: 110px;
  }

  .banner_btns {
    margin-top: 4rem;
  }
  .banner_btns a {
    min-width: initial;
    width: 140px;
    font-size: 13px;
    padding: 0.2rem 0rem;
  }
  .banner_btns a svg {
    height: 20px;
  }
  .banner_btns a.btn_seeall {
    font-size: 17px;
  }
  .banner_btns a.btn_seeall svg {
    height: 24px;
  }
}
@media only screen and (max-width: 414px) and (max-height: 846px) {
  .home-banner {
    height: 87vh;
  }
}
@media only screen and (max-width: 414px) and (max-height: 736px) {
  .home-banner {
    height: 98vh;
  }
}
@media only screen and (max-width: 412px) and (max-height: 732px) {
  header .navbar-nav .nav-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 393px) and (max-height: 786px) {
  .home-banner {
    height: 93vh;
  }
}
@media only screen and (max-width: 384px) and (max-height: 640px) {
  header .navbar-nav .nav-link {
    font-size: 11px;
  }
  .home-banner {
    height: 100vh;
  }
  .content_banner_right .img-mobile {
    width: 260px;
  }

  .banner_btns {
    margin-top: 2rem;
  }
  .banner_btns a {
    width: 136px;
    font-size: 9px;
  }
  .banner_btns a svg {
    height: 18px;
  }
  .banner_btns a.btn_seeall {
    font-size: 11px;
  }
  .banner_btns a.btn_seeall svg {
    height: 22px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 812px) {
  header .navbar-nav .nav-link {
    font-size: 10px;
  }
  .home-banner {
    height: 86vh;
  }
  .content_banner_left {
    padding-top: 160px;
  }
  .content_banner_right .img-mobile {
    width: 286px;
  }
  .banner_btns {
    margin-top: 2rem;
  }
  .banner_btns a {
    width: 120px;
    font-size: 13px;
    padding: 0.2rem 0rem;
  }
  .banner_btns a svg {
    height: 20px;
  }
  .banner_btns a.btn_seeall {
    font-size: 17px;
  }
  .banner_btns a.btn_seeall svg {
    height: 24px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 667px) {
  header .navbar-nav .nav-link {
    font-size: 10px;
  }
  .home-banner {
    height: 100vh;
  }
  .content_banner_right .img-mobile {
    width: 275px;
  }
  .banner_btns {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 360px) and (max-height: 740px) {
  .home-banner {
    height: 86vh;
  }
  .content_banner_left {
    padding-top: 120px;
  }
  .content_banner_right .img-mobile {
    width: 260px;
  }
  .home-banner .logo_banner img {
    width: 96px;
  }
  .banner_btns {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 360px) and (max-height: 640px) {
  .home-banner {
    height: 100vh;
  }
  .home-banner .logo_banner img {
    width: 103px;
  }
}
@media only screen and (max-width: 320px) and (max-height: 568px) {
  header .navbar-nav .nav-link {
    font-size: 10px;
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .home-banner {
    height: 100vh;
  }
  .content_banner_right .img-mobile {
    width: 226px;
  }
  .banner_btns {
    margin-top: 2rem;
  }
  .banner_btns a {
    width: 104px;
    font-size: 9px;
  }
  .banner_btns a svg {
    height: 18px;
  }
  .banner_btns a.btn_seeall {
    font-size: 11px;
  }
  .banner_btns a.btn_seeall svg {
    height: 22px;
  }
} */

/****************************************/
/****************************************/
/****************************************/

.home_banner_v2 {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_banner_v2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/banner/waves-2.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.home_banner_v2 .banner_contents {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_banner_v2 .banner_left_content .title {
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2rem;
  color: #fff;
}
.home_banner_v2 .banner_left_content .title span {
  display: block;
  font-size: 82px;
  color: var(--colorMain);
  margin-left: -7px;
}

.home_banner_v2 .banner_left_content p {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #fff;
}
.home_banner_v2 .banner_left_content .title_map i {
  color: var(--colorMain);
}
.home_banner_v2 .banner_right_content {
  display: flex;
  align-items: center;
  position: relative;
}
.home_banner_v2 .img_banner {
  width: 100%;
}

.home_banner_v2 .logo_banner,
.img-mobile {
  display: none;
}

@media (min-width: 1099.98px) {
  .container_custom {
    width: 1099px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1199px) {
  .container_custom {
    width: 1199px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1400px) {
  .container_custom {
    width: 1400px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .home_banner_v2 .socials-banner {
    width: 117px;
    min-width: 117px;
  }
}
@media (min-width: 1600px) {
  .container_custom {
    width: 1600px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  header .navbar-nav .nav-item {
    margin-right: 30px;
  }
  header .navbar-nav .nav-link {
    font-size: 30px;
  }
}

/* Apple iMac 24" */
@media only screen and (max-width: 2048px) and (max-height: 1152px) {
  .home_banner_v2 {
    height: 81vh;
  }
}

/* Samsung Smart TV */
@media only screen and (max-width: 1920px) and (max-height: 1080px) {
  .home_banner_v2 {
    height: 86vh;
  }
}

/* Samsung Smart TV */
@media only screen and (max-width: 1920px) and (max-height: 911px) {
  .home_banner_v2 {
    height: 100vh;
  }
}

/* Macbook PRO 16 2021 */
@media only screen and (max-width: 1728px) and (max-height: 1085px) {
  .home_banner_v2 {
    height: 86vh;
  }
}

@media only screen and (min-width: 1536px) and (min-height: 695.2px) and (min-resolution: 125dpi) {
  /* body {
    display: none;
  } */
}
@media (max--moz-device-pixel-ratio: 1.25),
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-device-pixel-ratio: 1.25) {
  /* Styles for 125% zoom */
  .home_banner_v2 {
    height: 132vh;
  }
}

/* Dell Latitude */
@media only screen and (max-width: 1440px) and (max-height: 809px) {
  .home_banner_v2 {
    height: 114vh;
  }
}

/* Macbook Air */
@media only screen and (max-width: 1280px) and (max-height: 800px) {
  .home_banner_v2 {
    height: 114vh;
  }
}

@media (max-width: 1250px) {
  .home_banner_v2 .socials-banner {
    width: 78px;
    min-width: 78px;
  }
}
@media (max-width: 1199px) {
  .container_custom {
    width: 1099px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .home_banner_v2 {
    /* height: 84vh; */
  }
  .home_banner_v2 .banner_left_content .title {
    font-size: 60px;
  }
  .home_banner_v2 .banner_left_content .title span {
    font-size: 56px;
  }
  .home_banner_v2 .socials-banner {
    width: 41px;
    min-width: 41px;
  }
}
@media (max-width: 1099px) {
  .container_custom {
    width: 960px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  header .navbar-nav .nav-item {
    margin-right: 3px;
  }
  header .navbar-nav .nav-link {
    font-size: 13px;
  }
  .home_banner_v2 {
    height: 93vh;
  }
  .banner_btns {
    width: 280px;
    max-width: 280px;
    min-width: 280px;
  }
  .btns-banner_contact a.btn_wts2,
  .btns-banner_contact a.btn_seeall2,
  .banner_btns a {
    min-width: 118px;
    font-size: 12px;
  }
  .btns-banner_contact a.btn_wts2 svg,
  .btns-banner_contact a.btn_seeall2 img,
  .banner_btns a svg {
    height: 16px;
  }
  .banner_btns a.btn_seeall {
    font-size: 13px;
  }

  .home_banner_v2 .socials-banner {
    position: absolute;
    width: 155px;
    min-width: 155px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 960px) {
  .container_custom {
    width: 768px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  header .logo img {
    width: 100px;
  }
  .home_banner_v2 {
    height: 67vh;
  }
}

@media (max-width: 767px) {
  .container_custom {
    width: 100%;
    margin: 0 auto;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    height: 100%;
  }
}

/* Self service kiosk */
@media only screen and (max-width: 1080px) and (max-height: 1920px) {
  .home_banner_v2 {
    height: 46vh;
  }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (max-width: 1024px) and (max-height: 1366px) {
  .home_banner_v2 {
    height: 64vh;
  }
}

/* Medium Screen */
@media only screen and (max-width: 1024px) and (max-height: 800px) {
  .home_banner_v2 {
    height: 108vh;
  }
}

/* Galaxy Tab S7 */
@media only screen and (max-width: 800px) and (max-height: 1280px) {
  .home_banner_v2 {
    height: 48vh;
  }
}
/* iPad PRO 11 */
@media only screen and (max-width: 834px) and (max-height: 1194px) {
  .home_banner_v2 {
    height: 51.5vh;
  }
}
/* Galaxy Fold2 */
@media only screen and (max-width: 884px) and (max-height: 1104px) {
  .home_banner_v2 {
    height: 55.5vh;
  }
}
/* iPad Mini */
@media only screen and (max-width: 820px) and (max-height: 1180px) {
  .home_banner_v2 {
    height: 52vh;
  }
}
/* iPad Air 4 */
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .home_banner_v2 {
    height: 60vh;
  }
}

/* Large Screen */
@media only screen and (max-width: 688px) and (max-height: 1031px) {
  .home_banner_v2 {
    height: 50vh;
  }
  .home_banner_v2 .banner_left_content .title {
    font-size: 40px;
  }
  .home_banner_v2 .banner_left_content .title span {
    font-size: 34px;
  }
  .home_banner_v2 .banner_left_content p {
    font-size: 14px;
  }
  .banner_btns a.btn_seeall svg {
    height: 26px;
  }
}

@media (max-width: 600px) {
  .container_custom {
    width: 100%;
    margin: 0 auto;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    height: 100%;
  }
  header .navbar-nav .nav-item {
    margin-right: 2px;
  }
  header .navbar-nav .nav-link {
    font-size: 10px;
  }

  .home_banner_v2 {
    height: 100vh;
  }
  .home_banner_v2 .container_custom {
    padding-right: 0;
    padding-left: 0;
  }
  .home_banner_v2 .banner_contents {
    height: 100%;
  }
  .home_banner_v2 .banner_left_content {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .home_banner_v2 .logo_banner {
    margin: 3rem 0;
    display: block;
  }
  .home_banner_v2 .logo_banner img {
    width: 100px;
  }
  .home_banner_v2 .img_banner {
    display: none;
  }
  .home_banner_v2 .banner_right_content {
    width: 100%;
    height: 100%;
  }
  .home_banner_v2 .img-mobile {
    display: block;
    width: auto;
    height: 80%;
    position: absolute;
    bottom: 42px;
    right: 0;
    z-index: 1;
  }

  .home_banner_v2 .socials-banner {
    z-index: 2;
    width: 90px;
    min-width: 90px;
    left: 70%;
    top: 67%;
  }
  .socials-banner a {
    width: 26px;
    height: 26px;
  }
  .socials-banner a i {
    font-size: 22px;
  }

  .home_banner_v2 .banner_left_content .title {
    font-size: 38px;
  }
  .home_banner_v2 .banner_left_content .title span {
    font-size: 29px;
    margin-left: -2px;
  }
  .home_banner_v2 .banner_left_content p {
    font-size: 11px;
  }

  .home_banner_v2 .banner_btns {
    margin-top: 7rem;
    margin-bottom: -60px;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
  }
  .home_banner_v2 .btns-banner_contact a.btn_wts2,
  .home_banner_v2 .btns-banner_contact a.btn_seeall2,
  .home_banner_v2 .banner_btns a {
    width: 100%;
    min-width: initial;
    max-width: initial;
    font-size: 12px;
  }
  .home_banner_v2 .banner_btns a.btn_seeall svg {
    height: 26px;
  }
}

@media (max-width: 430px) and (max-height: 932px) {
  header {
    top: 0px;
  }
  .home_banner_v2 .banner_btns {
    margin-bottom: -100px;
  }
}
