@font-face {
    font-family: 'khula';
    src: url('../fonts/khula.ttf');
}

@font-face {
    font-family: 'audiowide';
    src: url('../fonts/audiowide.ttf');
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat.ttf');
}

@font-face {
    font-family: 'montlight';
    src: url('../fonts/mont-light.otf');
}

/*@font-face {*/
/*    font-family: 'govia';*/
/*    src: url('../fonts/govia.ttf');*/
/*}*/


.theme-background-gradient_green {
    background-color: #84d027;
    background-image: linear-gradient(40deg, #84d027 0%, #edff5d 74%);
}

.theme-background-gradient_blue {
    background-color: #26d2de;
    background-image: linear-gradient(270deg, #26d2de 0%, #7f84d6 74%);
}

.theme-background-gradient_blue_green {
    background-color: #86ff5b;
    background-image: linear-gradient(220deg, #86ff5b 0%, #15b7ce 74%);
}

.theme-background-gradient_green_blue {
    background-color: #86ff5b;
    background-image: linear-gradient(220deg, #15b7ce 0%, #86ff5b 74%);
}

.theme-text-color-blue {
    color: #00C9CB!important;
}


body {
    font-family: 'khula', serif !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'montserrat', serif !important;
}

/*h1, h2{
	font-weight: 100;
}*/
.footer {
    width: 100%;
    /*height: 100px;*/
    background-color: #4e6576;
    color: #fff;
    padding: 15px;
    text-align: center;
    /*position: relative;
      background: url('../img/foot.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      padding: 15px;
      color: #616161;*/
}

/*BEGIN HEADER*/
.header-main {
    width: 100%;
    height: 70px;
    position: fixed;
    padding: 0 70px;
    z-index: 1006;
    display: block;
    background-color: rgba(255, 255, 255, 1);
}

.header-main .header-pane {
    width: 100%;
    height: 100%;
}

.header-pane .header-left {
    position: relative;
    float: left;
    height: 100%;
    padding: 5px 0;
}

.menu-toggle {
    display: none;
    font-size: 2em;
    color: #1dbcc6;
}

.header-left img {
    height: 100%;
    width: auto;
}

.header-pane .header-right {
    position: relative;
    float: right;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.menu-click {
    /*float: right;*/
    font-family: 'montserrat';
    color: #616161;
    font-weight: 100;
    font-size: 12px;
    margin-left: 70px;
}

.menu-click:hover {
    color: #32dcb8;
}

.menu-click.active {
    color: #32dcb8;
    border-bottom: 2px solid #32dcb8;
    font-weight: bold;
}

/**** END HEADER *****/
.homey {
    position: relative;
    overflow: hidden;
}

.home {
    position: relative;
}

.main-banner-box {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.orbit-figure {
    text-align: center;
}

.orbit-figure img {
    height: 100%;
}

.orbit-slide {
    padding: 0px !important;
}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    margin-right: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #32dcb8;
}

.homey .spinner {
    position: absolute;
    right: -18%;
    float: right;
    top: -8%;
    z-index: 100;
    width: 35%;
    overflow: hidden;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*.glober .spinner{
  position: absolute;
  right: -18%;
  float: right;
  top: -8%;
  z-index: 100;
  width: 35%;
  overflow: hidden;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}*/
.glober {
    height: 100vh;
    background: url('../img/world-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.glober .world-order {
    position: absolute;
    left: -9%;
    top: 15%;
    z-index: 100;
    height: 70%;
    width: 45%;
}

.world-order .world-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.world-wrapper .world-box {
    position: relative;
    float: left;
    width: 66%;
    padding-top: 40px
}

.world-box .spinner {
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.world-wrapper .zap-curve {
    position: absolute;
    right: 95px;
    top: 10px;
    width: 50%;
    transform: rotate(18deg);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact-toggle {
    position: fixed;
    top: 80%;
    right: -5%;
    z-index: 102;
    height: 25%;
}

.contact-toggle img {
    height: 100%;
    transition: all ease 0.3s;
}

.glober .empire {
    position: absolute;
    width: 40%;
    height: 55%;
    top: 63%;
    left: 65%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.empire h3 {
    color: #6a7f8f;
    font-family: 'montlight';
}

.header-contact-no {
    display: flex;
    margin-left: 50px;
    height: 100%;
}

.header-contact-no .contact-no-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-contact-no .contact-no-container span {
    display: block;
    font-weight: bold;
    color: #262626;
    font-size: 13px;
}

.header-contact-no .contact-button {
    width: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    font-size: 24px;
}

.circuit-background-1 {
    background: url('../img/BG_1.jpg') no-repeat;
    background-size: cover;
}

.circuit-background-2 {
    background: url('../img/BG_2.jpg') no-repeat;
    background-size: cover;
}

.text-dark {
    color: #262626 !important;
}

.font-weigh-bold {
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.position-relative {
    position: relative;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.font-weight-bold {
    font-weight: bold !important;
}

.contact-us-container {
    margin-top: 20px;
    padding: 30px 20px;
    color: #fff;
}

.contact-text-container {
    margin-left: 20px;
}

.contact-detail-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.contact-detail-container img {
    width: 50px;
}

.contact-us-container p {
    margin: 0;
}

.contact-description {
    font-size: 1em;
}

.contact-subdescription {
    font-size: 0.9em;
}

.map-container {
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: absolute;
    top: -25%;
    border: 10px solid #cef14d;
    box-shadow: 0 0 10px 1px #666;
}

.send-us-message-container {
    padding: 80px 0 20px;
    background: url('../img/MC3_BG-1.png') no-repeat bottom right;
    background-size: 40%;
}

.quick-links {
    padding-left: 50px;
}

.quick-links a {
    display: block;
    color: #43515c;
    margin: 5px 0;
}

.social-link-container {
    margin-top: 20px;
}

.social-link {
    padding: 9px 18px;
    border-radius: 50%;
    color: #222;
}

.social-link i {
    vertical-align: middle;
}

.send-us-message-container input, .send-us-message-container textarea, .send-us-message-container button {
    border-radius: 12px;
}

@media only screen and (max-width: 1270px) {
    .menu-click {
        margin-left: 15px;
    }
    .header-contact-no{
        margin-left: 15px;
    }
}

@media only screen and (max-width: 886px) {
    .header-main {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 805px) {

    .header-main {
        padding: 0;
        /*position: fixed;*/
    }

    .header-pane .header-left {
        padding: 5px 10px;
    }

    .menu-toggle {
        display: unset;
        position: absolute;
        right: 10px;
        top: 25%;
    }

    .header-right {
        /*display: block!important;*/
        background-color: white;
        width: 100%;
        position: absolute !important;
        top: 70px;
        height: 210px !important;
        display: none !important;
    }

    .header-right.mobile-shown {
        display: block !important;
    }

    a.menu-click {
        display: block;
        margin: 14px 20px;
    }

    .header-contact-no {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {


    .map-container {
        width: 70%;
        left: unset;
        transform: unset;
        /*border-radius: 0;*/
        position: relative;
        top: 12px;
        height: 100%;
        aspect-ratio: 1;
    }


}
@media only screen and (max-width: 600px) {


    .send-us-message-container {
        padding: 30px;
    }

    .quick-links {
        padding-left: 0;
        text-align: center;
        margin: 25px 0;
    }

    .social-link-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

.cookie-banner {
    position: fixed;
    bottom: 10%;
    width: 80%;
    left: 10%;
    min-height: 80px;
    background-color: #555;
    color: #fff;
    padding: 20px 10px;
    z-index: 9999;
    border: 4px solid #cef14d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.cookie-banner p {
    margin: 0;
    font-size: 1em;
}

.cookie-banner a {
    color: #cef14d;
    text-decoration: none;
}

.cookie-dismiss-button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.custom-alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease;
    opacity: 0;
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.policy-content {
    padding: 20px;
    margin: 0 auto;
    background-color: #f5f5f5;
    max-width: 100%;
    padding-top: 80px;
}

.privacy-policy-section, .cookie-policy-section {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.privacy-policy-description, .cookie-policy-description {
    font-family: 'khula', serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    padding-left: 20px;
    margin: 0;
}

.privacy-policy-section {
    border-left: 4px solid #84d027;
}

.cookie-policy-section {
    border-left: 4px solid #26d2de;
}

@media (max-width: 768px) {
    .policy-content {
        padding-top: 100px;
    }

    .privacy-policy-section, .cookie-policy-section {
        padding: 10px;
    }
}

.success-modal {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999;
    width: 45%;
    background: #000;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999998;
}

.modal {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999;
    width: 45%;
    background-color: #333;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 4px solid #cef14d;
}

.modal .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
}

.modal .close-button:hover {
    color: #ff0000;
}