:root {
    --the-black: #000000;
    --the-white: #fff;
    --the-gold: #333333;
    --the-purple: #5d5f89;
    --the-gray: #dadada;
}

@font-face {
    font-family: "fontello";
    src: url("font/fontello.eot?47489586");
    src: url("font/fontello.eot?47489586#iefix") format("embedded-opentype"), url("../font/fontello.woff2?47489586") format("woff2"), url("font/fontello.woff?47489586") format("woff"), url("font/fontello.ttf?47489586") format("truetype"), url("font/fontello.svg?47489586#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?47489586#fontello') format('svg');
    }
  }
  */

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-lock:before {
    content: "\e800";
}


/* '' */

.icon-phone:before {
    content: "\e801";
}


/* '' */

.icon-mail:before {
    content: "\e802";
}


/* '' */

.icon-mail-1:before {
    content: "\e803";
}


/* '' */

.icon-mail-2:before {
    content: "\e804";
}


/* '' */

.icon-warehouse:before {
    content: "\e840";
}


/* '' */

.icon-twitter:before {
    content: "\f099";
}


/* '' */

.icon-facebook:before {
    content: "\f09a";
}


/* '' */

.icon-money:before {
    content: "\f0d6";
}


/* '' */

.icon-linkedin:before {
    content: "\f0e1";
}


/* '' */

.icon-building:before {
    content: "\f0f7";
}


/* '' */

.icon-instagram:before {
    content: "\f16d";
}


/* '' */

.icon-left:before {
    content: "\f177";
}


/* '' */

.icon-right:before {
    content: "\f178";
}


/* '' */

.icon-bank:before {
    content: "\f19c";
}


/* '' */

.icon-whatsapp:before {
    content: "\f232";
}


/* '' */

.icon-handshake-o:before {
    content: "\f2b5";
}


/* '' */

.icon-address-book-o:before {
    content: "\f2ba";
}


/* '' */


/*------------------------------------------------------------*/

html,
body,
a,
p,
ul,
li {
    font-family: "Poppins", sans-serif;
}

body.home.page-template-default.page.page-id-15.mega-menu-primary {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

h2 {
    position: relative;
    font-size: 4em;
    font-weight: 600;
}

h3 {
    position: relative;
    font-size: 1.75rem;
    font-weight: 600;
}

p {
    font-size: 1.1em;
}

a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 90%;
}


/*--------------------------*/

.the-body-content {
    overflow: hidden;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ul {
    padding: 0;
}


/* li {
    list-style: none;
  } */

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.the-body-content li {
    position: relative;
    list-style-position: inside;
    list-style: none;
    /* margin-left: 20px; */
}


/* .the-body-content li::before {
    content: "";
    background: var(--the-orange);
    height: 9px;
    width: 9px;
    display: inline-block;
    color: var(--the-orange);
    position: absolute;
    bottom: 6px;
    left: -15px;
    top: 8px;
} */

a {
    color: var(--the-orange);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: var(--the-blue);
}

a img {
    transition: 500ms;
}

a img:hover {
    opacity: 0.8;
    transform: translateY(5px);
}


/* LOgo */

.log img {
    width: 300px;
    height: auto;
}

.color-logo {
    display: none;
}

.sticky .color-logo {
    display: block;
}

.sticky .black-logo {
    display: none;
}


/* Header */

#payizikHeader {
    background: transparent;
    position: relative;
    z-index: 9;
}

.header-wrap {
    position: relative;
}

.mst-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: absolute;
    top: 0;
    gap: 10px;
}


/*---------Banner----------*/

.home .mk-bgimg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 40px 0;
    /* height: 220px; */
    height: 600px;
}

.container.banner {
    position: relative;
    margin-bottom: 5em;
}

.mk-bgimg {
    position: relative;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 0 50px 0;
    height: 400px;
    background-color: var(--the-black);
}


/* .ms-caption {
      position: absolute;
      z-index: 8;
      top: 35%;
  } */

.actual-bread {
    position: relative;
    z-index: 8;
    top: -14em !important;
    background: transparent;
    margin-bottom: -5em;
    /* padding: 10px 0px 0 45px; */
}

.mk-page-title {
    color: var(--the-white);
    font-weight: 400;
}

.breadcrumb,
.breadcrumb a {
    color: var(--the-black);
}

.ms-caption {
    margin-bottom: -11em;
    position: absolute;
    top: 25%;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
}

.mk-page-title .dot {
    position: relative;
    top: -9px;
}

.mk-page-title .dot::after {
    content: "";
    background: var(--the-orange);
    height: 9px;
    width: 9px;
    display: inline-block;
    color: var(--the-orange);
    position: absolute;
    bottom: 6px;
    left: 2px;
}


/* .ms-caption span {
      font-size: 4em;
  } */

.mk-page-title {
    font-size: 3.2em;
    font-weight: 400;
    color: var(--the-white);
}


/*
  .mk-bgimg {
      filter: brightness(80%);
  }
  */

.breadcrumb {
    background-color: transparent;
}

.breadcrumb {
    position: relative;
    top: 4em;
    margin-bottom: 1.5em;
    font-weight: 600;
    left: -15px;
}


/*--------------------------*/


/*for banner image*/

.the-actual-img {
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 40px 0;
    height: 500px;
    width: 100%;
    /* z-index: 9 !important; */
    top: 35%;
    right: 5%;
}

.mk-bgimg {
    position: relative;
}


/*-------------------------*/


/* Speakers */

.inside-speaker {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: space-evenly;
}

@media (max-width: 1400px) {
    .board-holder {
        min-width: 280px;
        width: 100%;
        max-width: 280px;
    }
}

.board-holder {
    min-width: 350px;
    width: 100%;
    max-width: 350px;
}

.brd-img img {
    width: 100%;
}

@media (min-width: 900px) {
    /* .inside-speaker .speak:nth-child(1) {
        position: relative;
        margin-top: 13em;
        margin-bottom: 5em;
    }
    .inside-speaker .speak:nth-child(5) {
        position: relative !important;
        margin-top: -4em !important;
    }
    .inside-speaker .speak:nth-child(n+2) {
        position: relative;
        margin-top: 5em;
    } */
    .inside-speaker .speak:nth-child(1) {
        display: inline-block;
        margin-top: 20em;
        margin-bottom: 20em;
    }
    .inside-speaker .speak:nth-child(3) {
        display: inline-block;
        margin-top: 11em !important;
    }
    .inside-speaker .speak:nth-child(9) {
        display: inline-block;
        margin-top: -11em;
    }
    .inside-speaker .speak:nth-child(11) {
        display: inline-block;
        margin-top: -20em;
    }
    .the-con-title.speaker h2 {
        width: 100px;
    }
}

.actual-text h4 {
    font-weight: 600;
}

.actual-text {
    text-align: center;
    margin-top: 1.4em;
}


/* Contact Us */

.email,
.address {
    margin: 10px 0;
}

.email::before {
    content: "\e802";
    position: relative;
    font-family: "fontello";
    margin-right: 10px;
    color: #fff;
    font-size: 22px;
}

.address {
    position: relative;
}

.address p {
    margin-left: 30px;
}

.address::before {
    content: "\e801";
    position: absolute;
    font-family: "fontello";
    font-size: 22px;
    color: #fff;
    left: 0;
    top: 0;
}


/* Menu area */

.buttons-search-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#mega-menu-primary .mega-current-menu-item a {
    position: relative;
    display: inline-block;
}

.menu-wrap {
    display: flex;
    align-items: center;
}


/* Slider */


/* .slider-container::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.slider-img::before {
    content: "";
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 0;
}

.slider-img {
    position: relative;
}

.fix-the-caption {
    position: absolute;
    top: 35%;
    width: 87%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.the-register-top a::after {
    content: "\f178";
    font-family: "payicon";
    position: relative;
    right: -8px;
}

.the-register-top a {
    position: relative;
    background: var(--the-white);
    padding: 15px 45px;
    top: -10px;
    color: var(--the-gold);
    transition: 500ms;
    border-radius: 50px;
}

@media (max-width: 992px) {
    .the-register-top a {
        display: none;
    }
    .floating-boxes {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        flex-direction: column;
    }
    .box:nth-child(1) {
        margin-top: 30px !important;
        /* Adjust the height of the first box */
    }
    .box:nth-child(2) {
        margin-top: 30px !important;
        /* Adjust the height of the second box */
    }
    .box:nth-child(3) {
        margin-top: 30px !important;
        /* Adjust the height of the third box */
    }
    
    .box:nth-child(4) {
        margin-top: 30px !important;
        /* Adjust the height of the third box */
    }
    .service-wrapper {
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .slider-caption h1 {
        font-size: 2rem !important;
    }
    h2 {
        font-size: 2.5em;
    }
    .slider-caption p {
        font-size: 1.5em !important;
    }
}

.read {
    background: #fff;
    padding: 15px 40px;
    color: #000;
    position: relative;
    border-radius: 50px;
    border: 2px solid #fff;
}

.social-slider li {
    list-style-type: none;
}

.watch {
    border: 2px solid #fff;
    padding: 15px 40px;
    color: #fff;
    position: relative;
    border-radius: 50px;
}

.social-slider li a {
    color: var(--the-white);
}


/* .watch::before {
    content: "\e800";
    position: relative;
    font-family: "payicon";
    right: 8px;
} */

.read::after {
    content: "\f178";
    position: relative;
    font-family: "fontello";
    right: -8px;
}

.slider-d,
.slider-e {
    position: relative;
}

.slider-d::before {
    content: "\e803";
    position: relative;
    font-family: "payicon";
    margin-right: 8px;
}

.slider-e::before {
    content: "\e804";
    position: relative;
    font-family: "payicon";
    margin-right: 8px;
}

.slider-caption {
    color: var(--the-white);
    min-height: 40vh;
}

.slider-caption h1 {
    font-family: "Audiowide", cursive !important;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
}

.slider-caption p {
    text-align: center;
    font-size: 2em;
}

@media (min-width: 600px) {
    .slider-caption h2 {
        width: 54%;
    }
}

.more-section {
    display: inline-block;
    margin-top: 2em;
}

@media (max-width: 500px) {
    .more-section {
        display: flex;
        flex-direction: column;
        margin-top: 2em;
        gap: 30px;
    }
    .watch {
        display: none;
    }
}

.slider-date-time {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    color: var(--the-white);
}

.btn a:hover {
    background: #000;
    color: #fff;
}

.btn a {
    transition: 50ms;
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    -ms-transition: 50ms;
    -o-transition: 50ms;
}

.learn-more a {
    background: var(--the-white);
    padding: 15px 50px;
    display: inline-block;
    margin-top: 2em;
    font-weight: 600;
}

.slider-container {
    position: relative;
}

.social-slider {
    position: absolute;
    bottom: 35px;
    z-index: 9;
}


/*
@media(max-width: 760px){
    .header-img img {
	max-width: 1164px;
	max-height: 333px;
	width: 100%;
	position: relative;
	left: 0;
	height: 333px;
	object-fit: cover;
	object-position: -70px 0px;
    }
}
*/

#homeSlider img {
    height: 100vh;
    object-fit: cover;
}

@media (min-width: 800px) {
    #homeSlider img {
        height: 100vh;
        object-fit: cover;
        object-position: 0 0px;
    }
}

.slider-caption h4 {
    color: var(--the-white);
}

@media (max-width: 760px) {
    .slider-icons {
        position: absolute;
        right: 0px !important;
    }
}

.slider-icons {
    position: absolute;
    bottom: 3%;
    z-index: 99999;
    right: 90px;
}

#homeSlider .owl-dots,
.owl-nav.disabled {
    display: none !important;
}

@media (min-width: 900px) {
    .slider-caption h4 {
        color: var(--the-white);
        font-size: 2.3em;
        font-weight: 400;
        width: 56%;
    }
    .learn-more a {
        padding: 20px 85px;
    }
}


/*  */


/* Modal */

.catch-phrase p,
.modal-body p strong {
    font-style: italic;
    font-weight: 600 !important;
    font-size: 1em !important;
    margin-bottom: -17px;
}

.header-img {
    max-width: 1163px;
    width: 100%;
}

.close {
    position: absolute;
    right: 55px;
    z-index: 9;
    top: 50px;
    background: var(--the-white) !important;
    border-radius: 50%;
    opacity: 1;
    font-size: 1.9rem;
    line-height: 0.6;
    font-size: 3em;
    font-weight: 400;
}

.header-img img {
    max-width: 1164px;
    max-height: 333px;
    width: 100%;
    position: relative;
    left: 0;
    height: 333px;
    object-fit: cover;
    /*	object-position: 0px -18px;*/
}

.modal-dialog {
    max-width: 1165px;
    margin: 1.75rem auto;
    max-height: 100vh;
}

.modal-content {
    border-radius: 0;
    /* height: 111vh; */
    max-height: max-content;
}

mdl-tit h4 {
    display: inline-block;
    margin-bottom: 1em;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

.modal-content {
    position: relative;
    top: -28px;
}


/*  */


/* Events section */

.upcoming-event {
    background-image: url(../css/img/Untitled-1.png);
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 80% 0;
}

.upcoming-event::before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
}

.upcoming-event .row {
    align-items: center;
}

.the-event-register-btn a::after {
    content: "\f178";
    position: relative;
    font-family: "payicon";
    right: -17px;
}

.the-event-register-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: -20px;
}

.the-event-register-btn a {
    background: var(--the-white);
    display: inline-block;
    padding: 10px 70px;
    margin-top: 1em;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 500ms;
}

.upcoming-holder {
    color: var(--the-white);
    position: relative;
}

#countdown-timer {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-around;
    color: var(--the-white);
}

.upcoming-location p::before {
    content: "\e804";
    position: relative;
    font-family: "payicon";
    margin-right: 10px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#countdown-days,
#countdown-hours,
#countdown-minutes,
#countdown-seconds {
    font-size: 3em;
    font-weight: 600;
}

.countdown-label {
    font-size: 18px;
}

.upcoming-location p {
    position: relative;
}


/* About section */

.abt-title h2 {
    display: inline-block;
    color: var(--the-black);
    margin-bottom: 2em;
    position: relative;
}

.the-name p {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 2px;
}

@media (min-width: 600px) {
    .abt-title h2 {
        width: 50%;
    }
    .abt-title h2::before {
        content: "";
        position: absolute;
        border-bottom: 4px solid var(--the-gold);
        width: 100px;
        bottom: -25px;
    }
}

.the-register a {
    display: inline-block;
    margin-top: 2em;
    background: var(--the-gold);
    padding: 10px 25px;
    position: relative;
    color: var(--the-white);
    transition: 500ms;
}

.date,
.venue {
    position: relative;
}

.date::before {
    content: "\e803";
    position: relative;
    font-family: "payicon";
    margin-right: 6px;
    color: var(--the-gold);
}

.venue::before {
    content: "\e804";
    position: relative;
    font-family: "payicon";
    margin-right: 6px;
    color: var(--the-gold);
}

.abt-dates-venue {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 3em;
}

.the-register a::after {
    content: "\f178";
    position: relative;
    font-family: "payicon";
    right: -7px;
}


/* The Tabs section */

.the-center-title {
    text-align: center;
    margin-bottom: 4em;
    color: var(--the-black);
}

.the-center-title h2 {
    position: relative;
    display: inline-block;
}

.the-center-title h2::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--the-gold);
    width: 100px;
    bottom: -10px;
    display: flex;
    transform: translate(110%, 50%);
}


/* .nav-tabs .nav-link {
    border: 0.1px solid var(--the-gray);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav.nav-tabs li a p:nth-child(1) {
    font-weight: 600;
    font-size: 1.4em;
}

@media(min-width: 600px) {
    .nav-tabs .nav-link {
        border: 0.1px solid var(--the-gray);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-right: 0;
    }
    .nav-item:nth-child(1) {
        border-right: 1px solid var(--the-gray);
    }
}

.nav.nav-tabs li {
    text-align: center;
}

.nav.nav-tabs li a.active {
    background: var(--the-gold);
    color: var(--the-white);
    position: relative;
    border-bottom: 1px solid var(--the-gold);
}

.tab-content h2 {
    text-align: center;
}

.tabs-sec {
    margin-top: 4em;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.nav.nav-tabs li a.active::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--the-gold);
    margin: 2rem;
    position: absolute;
    bottom: -51px;
    left: 79px;
}

.tab-content {
    margin-top: 2em;
}

@media(min-width: 900px) {
    .nav.nav-tabs li {
        width: 20%;
    }
} */

.custom-tabs {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-tabs li {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 30px;
    color: var(--the-black);
    background-color: var(--the-white);
    border-radius: 0;
    transition: background-color 0.3s ease;
    width: 20%;
    text-align: center;
    border: 1px solid #dadada;
}

.custom-tabs li.active {
    background-color: var(--the-gold);
    color: var(--the-white);
    position: relative;
}

.event:nth-child(2n+1) {
    background: #fbfbfb;
}

.event {
    padding: 20px 40px;
}

.tab-content {
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    top: -3em;
}

.custom-tabs li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--the-gold);
    margin: 2rem;
    position: absolute;
    bottom: -52px;
    right: 67px;
}

.event-time {
    color: var(--the-gold);
    font-weight: 600;
    position: relative;
}

.event-time::before {
    content: "\e805";
    font-family: payizi;
    margin-right: 10px;
    font-weight: 400;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-pane-content {
    margin-top: 20px;
}

.event {
    margin-bottom: 20px;
}

.event h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.event .event-meta {
    margin-bottom: 10px;
}

.event .event-meta span {
    margin-right: 10px;
}

.event .event-details {
    font-size: 1.1em;
}

.tab-link {
    display: flex;
    flex-direction: column;
}

.tab-date {
    text-align: center;
}

.tab-pane-content .tab-date {
    padding-top: 2em;
    font-size: 1.5em;
    padding-bottom: 10px;
    font-weight: 600;
}

.tab-title {
    font-size: 1.2em;
    font-weight: 600;
}

.speaker-name {
    font-style: italic;
}


/* The events page */

.p-f-reg a {
    position: relative;
    background: var(--the-gold);
    color: var(--the-white);
    padding: 15px 40px;
    display: inline-block;
    margin: 2em 0;
    transition: 500ms;
}

.p-f-speakers a {
    color: var(--the-gold);
    border-bottom: 1px solid;
    transition: 500ms;
    display: inline-block;
    margin: 4.2em 0;
}

.p-f-reg a::after {
    content: "\f178";
    position: relative;
    font-family: payizi;
    right: -9px;
}

.p-f.second::before {
    content: "\e803";
    font-family: payizi;
    font-size: 2.5em;
    color: var(--the-gold);
}

.firs-sec-evnt h5 {
    font-weight: 600;
}

.tabs-sec.on-events {
    margin-top: 5em;
}

@media (min-width: 700px) {
    .abt-e-holder {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }
}

.p-f.first::before {
    content: "\e804";
    font-family: payizi;
    font-size: 2.5em;
    color: var(--the-gold);
}

.p-f p {
    color: var(--the-gold);
    font-size: 1.5em;
    font-weight: 600;
    position: relative;
}


/* Footer */

.fluid-container.f-extended {
    background-image: url("img/footer-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 747px;
    height: 100%;
}

.register-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    min-height: 747px;
    align-items: center;
    position: relative;
}

.the-social-icons {
    display: block;
    width: 50%;
}

.register-flex::before {
    content: "";
    position: absolute;
    background: rgba(44, 45, 65, 0.86);
    min-height: 747px;
    width: 100%;
    left: 0px;
    z-index: 0;
    top: 0;
}

.map-text h4 {
    padding-bottom: 15px;
}

.find-us p,
.message p {
    line-height: 0.4;
}

.the-social-icons i {
    color: var(--the-gold);
    font-size: 20px;
    transition: 500ms;
}

.the-map-sec {
    background: var(--the-white);
}

iframe {
    width: 100%;
    height: 100%;
}

.the-map-sec {
    background: var(--the-white);
    display: grid;
    grid-template-columns: 1fr;
}

.map-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (min-width: 600px) {
    .register-flex::before {
        content: "";
        position: absolute;
        background: rgba(44, 45, 65, 0.86);
        min-height: 747px;
        width: 120%;
        left: -129px;
        z-index: 0;
        top: 0;
    }
    .outer-width h2 {
        width: 78%;
    }
    .the-map-sec {
        background: var(--the-white);
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-height: 576px;
        min-height: 576px;
    }
    .map-align {
        display: flex;
        height: 100%;
        align-items: center;
        position: relative;
        left: -9em;
    }
}

.the-btn a {
    background: var(--the-white);
    padding: 10px 45px 10px 32px;
    position: relative;
    display: inline-block;
    margin-top: 2em;
    color: var(--the-gold);
}

.the-btn {
    position: relative;
}

.the-btn::after {
    content: "\f178";
    position: relative;
    font-family: "payicon";
    z-index: 9999;
    color: var(--the-gold);
    top: 0px;
    right: 40px;
}

.register {
    color: var(--the-white);
}

.outer-width {
    display: block;
    width: 100%;
}

.fluid-container.for-footer {
    background: var(--the-black);
    padding: 4em 0;
}

.fluid-container.for-footer a,
.fluid-container.for-footer {
    color: var(--the-white);
}

#menu-social-links-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 3em;
}

.fluid-container.for-footer li {
    list-style-type: none;
}

#menu-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fluid-container.for-footer h4 {
    padding-bottom: 15px;
}

.th-cr-wrapper {
    text-align: center;
    padding-top: 1em;
    margin-bottom: -2em;
}

.email-input {
    background: var(--the-purple);
    border: none;
    height: 45px;
    padding: 10px;
    color: var(--the-white);
}

.sign-up {
    background: var(--the-white);
    border: none;
    height: 42px;
    width: 160px;
    color: var(--the-gold);
    position: relative;
    transition: 500ms;
    padding: 0 20px 0 0;
}

.the-sign-btn::after {
    content: "\f178";
    position: absolute;
    font-family: "payicon";
    width: 50px;
    height: 50px;
    z-index: 9999;
    color: var(--the-gold);
    top: 8px;
    right: 0px;
}

.the-sign-btn {
    position: relative;
    display: inline-block;
}

@media (min-width: 700px) {
    #menu-quick-links-menu {
        columns: 2;
    }
    .email-input {
        width: 80%;
    }
}


/*  */

.floating-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    gap: 3px;
}

@media (max-width: 992px) {
    .floating-boxes {
        flex-wrap: wrap;
    }
}

.box {
    flex: 0 0 auto;
    width: 250px;
    height: 300px;
    background: linear-gradient(to bottom, #00000040, #333333, #000000);
    text-align: center;
    animation: floatUpDown 2s ease-in-out infinite;
    color: white;
    padding: 30px 20px;
    border-radius: 10px;
}

.box h5 {
    font-size: 2em;
    font-weight: 600;
}

section#whatyouget .you-get {
    align-items: center;
}

section#whatyouget h2 {
    font-size: 4em;
    font-weight: 600;
    color: #fff;
}

.box:nth-child(1) {
    margin-top: 100px;
    /* Adjust the height of the first box */
}

.box:nth-child(2) {
    margin-top: 150px;
    /* Adjust the height of the second box */
}

.box:nth-child(3) {
    margin-top: 200px;
    /* Adjust the height of the third box */
}

.box:nth-child(4) {
    margin-top: 250px;
    /* Adjust the height of the third box */
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Service */

section#services {
    background: #93939314;
    padding: 100px 0;
}

.service-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.service-content {
    position: relative;
    z-index: 99;
    color: #fff;
    text-align: center;
}

.service-content h3 {
    font-size: 2em;
    margin-bottom: 20px;
    min-height: 150px;
}

.overlay::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.real-time-payments {
    position: relative;
    background-image: url(../css/img/cross-border-payments.png);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    width: 100%;
    display: block;
    padding: 40px;
    z-index: 1;
}

.payments-solutions {
    position: relative;
    background-image: url(../css/img/payment-solutions.jpg);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    width: 100%;
    display: block;
    padding: 40px;
    z-index: 1;
}

.online-payments {
    position: relative;
    background-image: url(../css/img/online-payments.jpg);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    width: 100%;
    display: block;
    padding: 40px;
    z-index: 1;
}

section#value-exchange {
    padding: 100px 0;
}

.dripping-image img {
    border-radius: 50%;
    height: 500px;
    width: 500px;
    border: 2px solid black;
    padding: 10px;
}

section#security {
    padding: 80px 0;
    text-align: center;
    background: #93939314;
}

section#security h2 {
    margin-bottom: 60px;
}

.security-wrap {
    margin: 20px 0;
    text-align: center;
    padding: 30px;
}

.security-wrap i {
    font-size: 5em;
    color: #605e5e;
    background: #0e0e0e14;
    padding: 15px;
    border-radius: 50%;
}

.security-wrap h4 {
    font-size: 1.2em;
    margin-top: 30px;
    font-weight: 700;
    color: #454745;
}


/* Footer */

.footer-logo img {
    width: 300px;
}

.for-footer h4 {
    font-size: 1.7em;
}

.for-footer p,
.for-footer a {
    font-size: 1em;
}

.social i {
    color: #fff;
}

.social a {
    font-size: 22px;
}

.social {
    display: flex;
    gap: 10px;
}


/* Finance section */

.finance {
    margin-bottom: 40px;
}

i.number {
    display: inline-block;
    font-size: 2em;
    border-radius: 60px;
    background: #0e0e0e14;
    padding: 3px 15px;
    color: #605e5e;
    margin: 10px;
    width: 60px;
    height: 6;
}

section#make-payment {
    /* height: 100vh; */
    background: #fff;
}

.payment {
    padding: 100px 0;
    align-items: center;
}


/* Calculator */

.cal-wrap p,
.result-f p {
    font-size: 15px;
    margin-bottom: 5px;
}

.calculator {
    background: #93939314;
    color: #444;
    border-radius: 30px;
    padding: 60px 40px;
    position: relative;
    /* background-image: url(../css/img/touch-screen.jpg); */
    /* background-size: cover; */
    /* background-position: center; */
}

.calculator.overlay::before {
    content: "";
    position: absolute;
    /* background: rgba(0, 0, 0, 0.88); */
    /* background: linear-gradient(to bottom, #00000090, #1d1d1d, #000000); */
    border-radius: 30px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.sendamount {
    display: flex;
    gap: 2px;
    align-items: center;
    width: 100%;
    border: 1px solid #444;
    border-radius: 10px;
    width: 100%;
}

.cal-content {
    position: relative;
    width: 100%;
}

.cal-content h3 {
    margin-bottom: 30px;
    /* text-align: center; */
}

input#sendAmount {
    border: none;
    outline: none;
    background: transparent;
    height: 60px;
    color: #444;
    width: 100%;
}

input::placeholder {
    color: #8e8d8d;
    opacity: 60%;
}

select#currencySelector {
    outline: none;
    background: transparent;
    border: none;
    width: 100px;
    padding: 15px 10px;
    height: 60px;
    color: #444;
}

select#currencySelector option {
    background: black;
    padding: 10px;
    border: 0;
}

.result-fields {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 20px 0;
    justify-content: space-between;
}

.result-fields p,
.sendamount p {
    width: 150px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
}

.cal-btn {
    text-align: center;
    margin-top: 50px;
}

.cal-btn button {
    border: none;
    background: #444;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
}

.youpay {
    display: flex;
    border: 1px solid;
    border-radius: 50px;
}


/* Custom flag images for the dropdown */

.currency-flag {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.currency-flag.rsa {
    background-image: url(img/southafrica-flag.png);
}

.currency-flag.pounds {
    background-image: url(img/uk-flag.png);
}

.currency-input {
    position: relative;
    width: 100%;
}

.currency-input::before {
    content: "$";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    /* font-weight: bold; */
}


/* Additional styles for the input field (optional) */

#sendAmount {
    padding-left: 25px;
    font-size: 16px;
    border: 1px solid #444;
    border-radius: 4px;
}

.pay-results {
    display: flex;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #444;
}

.pay-results input {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    display: inline-block;
    color: #444;
    padding: 10px 20px;
    min-width: 100px;
}

.result-fields.hide {
    display: none;
}


/* Testimonials */

section.testimonials {
    text-align: center;
    padding: 80px 0px;
}

section.testimonials h2 {
    margin-bottom: 30px;
}

.testimony h6 {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.testimony p {
    font-style: italic;
    font-size: 1em;
    color: #939393;
}