html {
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth !important;
}

iframe {
    width: 100% !important;
    max-width: 798px !important;
    outline: none;
    border: none;
}

#exampleModal {
    background: rgba(0, 0, 0, 0.82);
}

.text-end.arrow {
    padding-left: 20px;
}

.modal-content {
    outline: none;
    border: none;
    background-color: transparent;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-weight: normal;
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    font-family: 'Poppins';
    overflow: hidden;

}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;

}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    margin: 0px;
    letter-spacing: .3px;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.container {
    width: 90% !important;
    max-width: 100% !important;
}

.select {
    outline: none;
}


p {
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-display: swap;
}


.btn,
li,
button,
span,
small,
input {
    font-family: 'Poppins';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style-type: none;

}

p {
    margin: 0 !important;
}

dl,
ol,
ul {
    margin-bottom: 0;
}

::selection {
    background: #fbbe36;
    color: #fff;
}

::-webkit-scrollbar {
    width: 1px;
}

::placeholder {
    color: #c9c9c9 !important;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f9f9f9;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 3px;
    opacity: .6;
}

.form-control:focus {
    box-shadow: none;
    border-color: #fbbe36 !important;
}

.wrapper {
    flex-grow: 1;
    min-height: 88vh;
    background-image: linear-gradient(#fff9ef, #fff1f100) !important;
}

hr {
    margin: 0;
}




.btn-link {
    padding: 20px 60px !important;
    background: #FCAB55;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    border-radius: 50px;

}



.btn-link:hover {
    border-color: #c0b3a6;
    background-color: transparent;
    color: #FCAB55 !important;
}

.black_btn {
    background-color: #000;
    padding: 20px 100px;
    font-size: 20px;
    border: 1px solid #000;
    color: #fff;
    border-radius: 10px;
}

.black_btn:hover {
    background-color: transparent;
    color: #000;
}


.navbar-nav {
    padding-top: 20px;
}

.modal-header {
    background: linear-gradient(
180deg, #FFB37F 0%, #FF7B0D 100%);
    border-bottom: 0;
}

.navbar-nav .nav-link {
    font-family: Poppins;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000 !important;
    padding-left: 15px !important;
}

.navbar-nav .nav-link:hover {
    color: #FA7A1B !important;
}




/* -----------------------start css--------------------------- */


header {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.pt-0 {
    padding-top: 0;
}

.rounded {
    border-radius: 10px !important;
}

nav {
    top: 15px;
}

.navbar-brand {
    max-width: 150px;
}

/* play button */

.sonar-wrapper-play {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.sonar-emitter-play {
    position: relative;
    margin: 32px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 9999px;
    background-color: #CB390C;
}

.sonar-wrapper-play .sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wrapper-play .sonar-wave1 {
    animation: sonarWavePlay 2s linear infinite;
}


@keyframes sonarWavePlay {
    from {
        opacity: 0.4;
    }

    to {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* banner sec */
section {
    padding: 80px 0;
}

.title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 25px;
}

.des {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    opacity: 0.6;
}

.orange {
    color: #FF7B0D;
}

#banner_sec {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#banner_sec::after {
    content: "";
    background-image: url(../img/bannr_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -15%;
    right: 0;
    height: 1079px;
    width: 45%;
    z-index: -1;
}


.banner_img {
    padding-top: 150px;
    text-align: end;
}

.banner_img .img-fluid {
    max-width: 80%;
    height: auto;
}

.banner_content {
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
}

.banner_content::before {
    content: "";
    background-image: url(../img/circle_banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 50px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.hero_title {
    font-weight: bold;
    font-size: 65px;
    line-height: 1.2;
    color: #292929;
}

.hero_des {
    font-size: 30px;
    font-family: 'Poppins';
    line-height: 1.2;
    color: #292929;
    padding: 30px 0 60px;
}

.btn_div {
    display: flex;
    gap: 30px;
}

.banner-btn {
    background: #000000;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-btn:hover {
    background: linear-gradient(274.88deg, #CB390C 4.05%, #EE8920 98.77%);
    color: #fff;
}

.banner-btn img {
    max-width: 100%;
    width: 29px;
}

.play img {
    width: 34px;
}
.w-100{
    width: 100%;
}

/* -----------------------card sec css--------------------------- */
#card_sec {
    padding-top: 150px;
    padding-bottom: 150px;
}

.card {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 50px 20px;
    transition: 0.3s;

}

#card_sec .card-body {
    padding: 25px;
    position: relative;
    z-index: 100;
}

.card:hover {
    box-shadow: 3px 24px 32px rgba(0, 0, 0, 0.06);
    transform: translateY(-15px);
}

.card:hover .card-btn {
    background: linear-gradient(274.88deg, #CB390C 4.05%, #EE8920 98.77%) !important;
    color: #fff !important;
}
.card:hover .card-btn2 {
    background: linear-gradient(274.88deg, #CB390C 4.05%, #EE8920 98.77%) !important;
    color: #fff !important;
}

.card:hover .card-btn3 {
    background: linear-gradient(274.88deg, #CB390C 4.05%, #EE8920 98.77%) !important;
    color: #fff !important;
}


.card-img-top {
    width: 80px;
    margin: auto;
}

.card-bg {
    position: relative;
    overflow: hidden;
}

.card-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/card-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 385px;
    height: 300px;
    opacity: 30%;
    z-index: 1;
}

.card-title {
    font-size: 26px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
}

.card-text {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.6;
    padding-top: 10px;
    display: inline;
}
.pb-40{
    padding-bottom: 40px;
}
.card-btn, .card-btn2, .card-btn3 {
    font-size: 18px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 8px;
    color: #8b8888 !important;
    padding: 12px 30px;
    transition: 0.3s;
    background: #fff !important;
}

.pt_img_right {
    position: relative;
    padding-top:100px;
}

/* -----------------------Message css--------------------------- */


#message_sec {
    background: #FFF3E7;
    position: relative;
}

#message_sec ul {
    margin-left: 20px;
}

.cm {
    margin: 100px 0 0;
}


#message_sec::before {
    content: "";
    background-image: url(../img/fly_bird.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -6%;
    height: 200px;
    width: 12%;
    right: 0;
}

#message_sec::after {
    content: "";
    background-image: url(../img/circle_sm.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10%;
    height: 30px;
    width: 30px;
    right: 10%;
}
.w-auto{
      width: 100% !important;
} 
.video_card {
    margin-top: -20%;
    margin-left: -22%;
    position: relative;
    transform: translateX(-20px);
    background: linear-gradient(180deg, #FFB37F 0%, #FF7B0D 100%);
    border-radius: 30px;
    padding: 10px;
}

.join_card {
    background-image: url(../img/jion_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    padding-left: 110px;
}

.video_card .boredr {
    border-radius: 30px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#look_sec {
    position: relative;
    padding-bottom:0;
    overflow: hidden;
}

.look_inner {
    position: relative;
}

.look_inner::after {
    content: "";
    background-image: url(../img/team-fly.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -10%;
    right: 9%;
    height: 100px;
    width: 120px;
}

.look_inner::before {
    content: "";
    background-image: url(../img/more-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -10%;
    left: 9%;
    height: 100px;
    width: 120px;
}
.holder_bu_center img {
  width: 100%;
}

div#bu5 img {
  border-radius: 20px;
  text-align: center;

}

#wrapper_bu div img {
  width: 100%;
  /* max-width: 200px; */

  filter: drop-shadow(-12.2614px 6.69px 16.7202px rgba(0, 0, 0, 0.1));
  border-radius: 13.3761px;

}


.holder_bu_awayL1 {
  position: absolute;
  top: 8%;
  left: 25%;
  width: 17%;
  height: 40%;
  /* background: url(1.png); */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s;
}

.holder_bu_awayL2 {
  position: absolute;
  top: 9%;
  left: 15%;
  width: 16%;
  height: 30%;
  /* background-color: rgba(0,0,50,0.5); */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s;
}



.holder_bu_center {
  position: relative;
  top: 5%;
  left: 40%;
  width: 19%;
  padding: 10px;
  text-align: center;
  background-image: url(../img/5.png);
  background-repeat: no-repeat;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s;
  overflow: hidden;
  background-size: 100%;
  max-width: 100%;
  height: 600px;
  z-index: 99;
}

.holder_bu_center .c-div {
  height: 467px;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}

.holder_bu_awayR1 {
  position: absolute;
  top: 8%;
  left: 56%;
  width: 16%;
  /* height: 40%; */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s;
  z-index: 1;
}

.holder_bu_awayR2 {
  position: absolute;
  top: 9%;
  left: 70%;
  width: 15%;
  height: 30%;
  /* background-color: rgba(0,0,50,0.5); */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}


/* -----------------------features_sec css--------------------------- */

#features_sec {
    position: relative;
    margin-top: 70px;
    padding-bottom:0;

}

#features_sec div.d-flex {
    flex-wrap: wrap;
    gap: 15px;
}

#features_sec .d-flex ul {
    width: 48%;
}

#features_sec .d-flex ul img {
    width: 60px;
    height: 60px;
}

li.d-flex {
    gap: 10px;
}

#features_sec .d-flex ul li {
    padding-bottom: 60px;
}

#features_sec::after {
    content: "";
    background-image: url(../img/bg_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 200px;
    left: 0;
    height: 1079px;
    width: 45%;
    z-index: -1;
}

.text-end {
    text-align: end;
}

.mt-50 {
    margin-top: 50px;
}

.sb_title {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 10px;
}

.ft_img_left {
    padding-top: 300px;
}

.ft_contact {
    position: relative;
}

.ft_contact::before {
    content: "";
    background-image: url(../img/two_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    right: 30px;
    height: 70px;
    width: 70px;
}

/* -----------------------logo css--------------------------- */

#logo_sec .d-flex {
    justify-content: center;
    align-items: center;
    gap: 50px;
}

/* -----------------------app css--------------------------- */
.app_inner {
    background-image: url(../img/app_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    color: #fff;
    position: relative;
    padding-right: 50px;
}

.app_inner .content_wrap {
    padding: 65px;
    padding-right: 0;
}

.app_inner .content_wrap .des {
    color: #fff !important;
    opacity: 100%;
}

.content_wrap li {
    list-style-type: disc;
}

.img_div {
    margin-top: -80px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 0;
}


.pt-40 {
    padding-top: 40px;
    padding-bottom: 10px;
    color: #000;
}

.pb-20 {
    padding-bottom: 20px;
}

/* -----------------------video  css--------------------------- */


.inner-form {
    padding-top: 60px;
    max-width: 90%;
}

.join_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    padding-bottom: 10px;
}

/* -----------------------patner css--------------------------- */
#patner_sec {
    position: relative;
}

#patner_sec::after {
    content: "";
    background-image: url(../img/patner_right-_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 25%;
    right: 0;
    height: 697px;
    width: 40%;
    z-index: -1;
}

.pt_content_wrap {
    padding-top: 80px;
}

.pt_content_wrap li {
    list-style-type: disc;
}

.pt_content_wrap ul {
    margin-left: 20px;
}

/* -----------------------faq css--------------------------- */

#faq_sec {
    position: relative;
}

#faq_sec::after {
    content: "";
    background-image: url(../img/sky_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -2%;
    right: 8%;
    height: 110px;
    width: 180px;
}

#faq_sec::before {
    content: "";
    background-image: url(../img/more-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -2%;
    left: 8%;
    height: 110px;
    width: 180px;
}

.faq-nav {
    flex-direction: column;
}

.faq-nav .nav-link {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #808080;
    box-sizing: border-box;
    border-radius: 19px;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #808080;
    transition: .4s;
}

.faq-nav .nav-link:hover {
    border-color: #FA7A1B;
}

.faq-nav .nav-link.active {
    background: linear-gradient(271.33deg, #FA7A1B -43.82%, #FFA74D 94.76%);
    border-color: #FA7A1B;
    transform: translateX(20px);
}

.faq-nav .nav-link:last-of-type {
    margin-bottom: 0;
}



/* -----------------------team css--------------------------- */
#team_sec {
    position: relative;
}

#team_sec::after {
    content: "";
    background-image: url(../img/team-fly.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -2%;
    left: 15%;
    height: 100px;
    width: 120px;
}

.pt-50 {
    padding-top: 50px;
}

.card_team {
    background: #F9F9F9;
    border-radius: 20px;
    text-align: center;
    padding: 15px;
}

.card-desgination {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    padding-bottom: 15px;
}

.card-profile {
    margin-top: -25%;
    height: 120px;
    width: 120px !important;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}


.card_team ul li img {
    width: 33px !important;
}

.pb-50 {
    padding-bottom: 80px;
}

.pb-160 {
    padding-bottom: 160px;
}
/* 
.center_card {
    transform: translateY(-10%);
} */

/* -----------------------contact_sec css--------------------------- */
.contact_inner {
    background-image: url(../img/CONTACT_BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 180px;
    border-radius: 30px;
    color: #fff;
}

.contact_inner .des {
    color: #fff;
    opacity: 1;
}

.card-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    padding-bottom: 8px;
}

.gap-10 {
    gap: 10px;
}

.contact_inner .form {
    padding-top: 50px;
}

.contact_inner .pb-40 {
    padding-bottom: 40px;
}

.contact_inner .form-control {
    height: 60px;
}

.contact_inner textarea.form-control {
    height: 170px;
}

.contact_inner label {
    font-size: 20px;
    line-height: 1;
    color: #FCEFE8;
}

/* -----------------------review css--------------------------- */

.review_box {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 45px 25px;
    position: relative;
    min-height:345px;
}

.review_box::after {
    content: "";
    background-image: url(../img/test-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -8%;
    right: 10%;
    height: 60px;
    width: 75px;
}

.review_box .des {
    color: #7D7D7D;
    opacity: 1;
    line-height: 1.7;
}

.flex {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}

.pro_img {
    background: #E8E8E8;
    border-radius: 50%;
    padding: 4px;
    width: 60px;
    height: 60px;
}


.star {
    padding-top: 10px;
    gap: 5px;
}

.star img {
    max-width: 25px;
}

a.red_more {
    font-family: Open Sans;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    opacity: 1 !important;
    padding-left: 5px;
}

.review-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}

.date {
    font-size: 16px;
    line-height: 1;
    opacity: 0.6;
    font-family: 'Open Sans';
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

/* .owl-item {
    width: 512px !important;
} */

.review_box:hover {
    /* background: linear-gradient(207.61deg, #FF7B0D -1.45%, #FFA74D 95.16%); */
    background-image: url(../img/review_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;

}

.review_box:hover p {
    color: #fff !important;
}

/* -----------------------footer css--------------------------- */

footer {
    background-image: url(../img/footer_bg.png);
    background-size: cover;
    background-position: top center;
    padding-top: 170px;
    padding-bottom: 20px;
}

footer .text-center {
    padding-top: 60px;
}

footer .navbar-brand {
    margin-bottom: 30px;
}


footer .join_title {
    padding-bottom: 15px;
    font-size: 22px;
    color: #FFFFFF;
}

.form-control {
    display: block;
    width: 100%;
    height: 58px;
    padding: .75rem 1.25rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #696973;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5dc;
    border-radius: .375rem;
    box-shadow: none;
    transition: all .3s ease
}

footer h4 {
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    padding-bottom: 15px;
}


.btn-black {
    background-color: #000;
    color: #fff;
    font-family: 'Gilroy';
    font-weight: 800;
    font-size: 17px;
    line-height: 1;
    padding: 20px 50px;
    border-radius: 10px;
    border: 1px solid #000;

}

.btn-black:hover {
    background-color: transparent;
    color: #000;
}

footer ul li {
    list-style-type: none;

}

footer ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 70px;
}

.copy-right {
    font-size: 17px;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.7;
    padding-top: 40px;
}


.popup .modal-dialog {
    max-width: 50%;
    margin: 3% auto;
}

.popup .modal-body {
    padding: 0;
}

.popup iframe {
    max-width: 100% !important;
    height: 400px;
}

.popup .modal-header span {
    color: #fff;
}

.swiper {
    overflow: hidden;
}

.swiper-slide {
    transform: scale(.8) !important;
    transition: all .3s ease-in-out;
}


.swiper-slide-next  + .swiper-slide {
    transform: scale(1) !important;
} 
.swiper-slide-next + .swiper-slide img {
    height: 490px;
    border-radius: 20px;
    width: 224px;
    object-fit: cover;
}
.frame{
    text-align:center;
}
/*.swiper-wrapper{*/
/*    align-items:center;*/
/*}*/
.swiper-slide img{
    max-width: 100%;
    filter: drop-shadow(-12.2614px 6.69px 16.7202px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
}
img.mb-frame {
    width: 100%;
    position: absolute;
    z-index: 4;
    max-width: 242px;
    margin: auto !important;
    justify-content: center;
    top: -12px;
    left: 50%;
    transform: translateX(-126px);
}




.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .footer-contact-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 22px;
}