/* Bukra-Light */
@font-face {
    font-family: Bukra-Light;
    src: url('../fonts/29LT-Bukra-Light.OTF');
}

/* Bukra-Regular */
@font-face {
    font-family: Bukra-Regular;
    src: url('../fonts/29LT-Bukra-Regular.OTF');
}

/* Bukra-Medium */
@font-face {
    font-family: Bukra-Medium;
    src: url('../fonts/29LT-Bukra-Medium.OTF');
}

/* Bukra-Bold */
@font-face {
    font-family: Bukra-Bold;
    src: url('../fonts/29LT-Bukra-Bold.OTF');
}

:root {
    --first: #ffffff;
    --second: #000000;
    --third: #1A4558;
    --forth: #002734;
    --fifth: #878787;
    --sixth: #00B5BB;
    --seventh: #2372B7;
    --eighth: #00A8A3;
    --ninth: #002734e0;
    --tenth: #EC142C;
    --eleventh: #ffffff80;
    --twelveth: #ffffffa3;
    --thirteen: #00000034;
    --fourteen: #54D1CE;
    --scrollbar-width: 6px;
    --scrollbar-radius: 3px;
    --webkit-transition: 0.4s;
    --gradient-main-1: transparent linear-gradient(97deg, rgba(26, 69, 88, 1) 0%, rgba(0, 181, 187, 1) 100%) 0% 0% no-repeat padding-box;
    --gradient-main-2: transparent linear-gradient(0deg, #059886 0%, #00B5BB 100%) 0% 0% no-repeat padding-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: var(--scrollbar-width);
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--third);
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: var(--scrollbar-radius);
    background: var(--sixth);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--eleventh);
}

::selection {
    background: var(--fifth);
    color: var(--first);
}

body {
    font-family: "Bukra-Regular";
    background: url('../img/backgrounds/home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    color: var(--first);
    line-height: 1.8;
    -webkit-transition-duration: var(--webkit-transition);
    -webkit-transition-timing-function: linear;
    overflow-x: hidden;
}

.fixed {
    background: var(--forth);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    position: fixed;
    width: 100%;
    z-index: 99999;
    animation: slide-down 0.7s;
    top: 0;
}

.fixed .m-4{
    margin: 1rem!important;
}

footer {
    bottom: 0;
    width: 100%;
    background: var(--forth);
}

section {
    padding: 2rem 0 ;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.8;
}

div {
    animation: fadeIn 1.5s;
}

.btn {
    -webkit-transition-duration: var(--webkit-transition);
    -webkit-transition-timing-function: linear;
    color: var(--first);
}

a {
    -webkit-transition-duration: var(--webkit-transition);
    -webkit-transition-timing-function: linear;
    text-decoration: none;
    color: var(--first);
}

a:focus, a:hover {
    color: var(--sixth) !important;
}
.btn-toggle::after {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,280,280,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}
.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

dl, ol, ul {
    list-style: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.form-control:focus,
button:focus,
input:focus {
    outline: none;
    box-shadow: none;
}

.button-primary {
    font-family: "Bukra-Light";
    font-size: 15px;
    background: var(--gradient-main-2);
    color: var(--first);
    width: max-content;
    font-size: 13px;
    padding-block: 0.5rem;
    z-index: 9999;
    text-transform: uppercase;
    -webkit-transition-duration: var(--webkit-transition);
    -webkit-transition-timing-function: linear;
}

.home-template .home-template-pages .button-primary span{
    height: 15px;
}

.button-primary:hover {
    color: var(--twelveth) !important;
    -webkit-transition-duration: var(--webkit-transition);
    -webkit-transition-timing-function: linear;
}

.navbar-brand {
    z-index: 999999;
}

.navbar-brand a img {
    height: 3vw;
}

.navbar-toggler {
    color: var(--first);
    z-index: 999999;
}

#offcanvasDarkNavbar {
    background: var(--forth);
}

.offcanvas {
    z-index: 999999;
}

.offcanvas .btn-close-white {
    float: left;
}

.offcanvas .navbar-nav .nav-item {
    margin-bottom: 1rem;
}

.offcanvas .navbar-nav .nav-item .nav-link {
    font-family: "Bukra-Light";
    text-decoration: none;
    color: var(--first);
    font-size: 16px;
}

.offcanvas .container {
    height: 100vh;
}

.offcanvas .container .row {
    height: 100vh;
}

.social-links ul{
    padding-left: 0 !important;
}

.social-links ul li {
    margin-inline: 15%;
    text-align: center;
   
}
.social-links ul li img{
  filter:  invert(30%) sepia(2%) saturate(2334%) hue-rotate(5deg)
    brightness(100%) contrast(10%) ;
}

footer .copy-right a, footer .copy-right span, footer .copy-right p {
    color: var(--fifth);
    font-size: 13px;
}

.side-social-links {
    position: fixed;
    right: 0;
    bottom: 5rem;
    z-index: 9999;
}

.side-social-links ul {
    list-style-type: none;
}
.side-social-links a:hover img{
    filter: invert(30%) sepia(12%) saturate(2334%) hue-rotate(133deg) brightness(100%) contrast(100%);
    -webkit-transition-duration: var(--webkit-transition);
    -webkit-transition-timing-function: linear;
}

.home-template {
    text-align: center;
}

.home-template #globe {
    min-width: 100%;
    min-height: 100%;
    width: 100%;

}

.home-template .layer-of-points {
    z-index: 1;
    position: absolute;
    top: 14vw;
    left: 27%;
    right: 0px;
    width: 45vw;
    height: 83vh;
}

.popover .popover-arrow:after {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;

}

.popover {
    background: var(--thirteen) !important;
    font-family: "Bukra-Regular";
    font-size: 14px;
    color: var(--first) !important;
    letter-spacing: 0.28px;

}

.popover .popover-body {
    background: var(--thirteen) !important;
    color: var(--first) !important;
}

.home-template .draggable-globe {
    width: -webkit-fill-available;
    overflow: hidden;
    min-height: 500px;
}

.home-template .layer-of-points button.dot-point {
    width: auto;
    background: transparent;
    border: none;
}

.home-template .pulse-globe-point {
    color: var(--tenth) !important;
    font-size: 18px;
    padding: 4px;
    margin: 30px;
    animation: pulse-circle 1.5s ease-out infinite;
}

.home-template .pulse-globe-point:before {
    border: 4px solid;
    border-style: double;
    border-radius: 100%;
    padding: inherit;
}

.home-template .pulse-globe-point-active {
    color: var(--sixth) !important;
}

.home-template .pulse-globe-point-active:before {
    border: 1px solid var(--sixth) !important;
}

.home-template .home-template-3d-globe .section-title h1 {
    font-family: "Bukra-Regular";
    font-size: 45px;

}

.home-template .home-template-3d-globe .section-title h1 span {
    font-family: "Bukra-Bold";
    font-size: 45px;
}

.home-template .home-template-3d-globe .section-title p {
    font-family: "Bukra-Light";
    font-size: 24px;
}

.home-template .home-template-3d-globe .globe-content {
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
}

.home-template .home-template-3d-globe .down-arrows {
    text-transform: uppercase;
  
}

.home-template .home-template-3d-globe .down-arrows img {
    animation: pulse 2s infinite;
    cursor: pointer;
}

.home-template .home-template-section-title .section-title h1 {
    font-family: "Bukra-Regular";
    font-size: 3rem;
}

.home-template .home-template-section-title .section-title p {
    font-family: "Bukra-Light";
    font-size: 1.5rem;
    margin-bottom: 0rem;
}
.home-template .home-template-section-title .section-title h6{
    color: var(--fourteen) ;
}

.home-template .globe-content .globe-point {
    color: var(--tenth) !important;
    font-size: 13px;
    padding: 4px;
    border: 4px solid;
    border-style: double;
    border-radius: 100%;
    /* animation: pulse-circle 1.5s ease-out infinite; */
}

.home-template .home-template-pages .page-info {
    text-align: left;
    padding-inline: 1rem;
}

.home-template .home-template-pages h1 {
    font-family: "Bukra-Bold";
    font-size: 30px;
    text-align: center;

}

.home-template .home-template-pages h1.first-page span,
.home-template .home-template-pages h1.second-page span,
.home-template .home-template-pages h1.third-page span {
    color: var(--eighth);
    margin-right: 10px;

}

.home-template .home-template-pages p {
    font-family: "Bukra-Light";
    font-size: 18px;
    margin-top: 1rem;
    height: 125px;
    text-align: center;
}

.home-template .home-template-pages .button-primary {
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.why-template {
    padding: 2rem 0 1rem;
    background-image: url('../img/backgrounds/why.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.why-template .section-title h1,
.download-template .section-title h1,
.discover-template .section-title h1 {
    font-family: "Bukra-Regular";
    font-size: 45px;
    line-height: 1.3;
    letter-spacing: 0.84px;
    margin-bottom: 3rem;
}

.why-template .section-title h1 strong,
.why-template .section-title p strong,
.download-template .section-title h1 strong,
.discover-template .section-title p strong {
    font-family: "Bukra-Bold";
}

.why-template .section-title p,
.discover-template .section-title p {
    font-family: "Bukra-Light";
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.why-template .help-text {
    font-family: "Bukra-Regular";
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.why-template .benefits-label {
    margin-top: 1rem;
}

.why-template .benefits-section img {
    -webkit-transition-duration: var(--webkit-transition);
    -webkit-transition-timing-function: linear;
    width: 80px;
    height: 80px;
}

.why-template .benefits-section img:hover {
    filter: drop-shadow(1px 2px 5px var(--sixth));
}

.download-template {
    padding: 3rem;
    background-image: url('../img/backgrounds/download.png');
    background-size: cover;
    background-repeat: no-repeat;
  
}

.download-template .store-img {
    width: auto;
}

.download-template .kv-img {
    height: 200px;
    margin-bottom: 1rem;
}

.download-template .description {
    font-family: "Bukra-Light";
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.download-template .description span {
    font-size: 30px;
}

.download-template .mobile {
    height: 600px;
}

.discover-template {
    padding: 2rem 0 1rem;
    background-image: url('../img/backgrounds/discover.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.discover-template .flip-card {
    background-color: transparent;
    width: 20%;
    height: 250px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.discover-template .flip-card-inner {
    position: relative;
    width: 100%;
    height: 70%;
    text-align: center;
    transition: transform 1.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.discover-template .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.discover-template .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the back side */
.discover-template .flip-card-back {
    transform: rotateY(180deg);
}

.discover-template .flip-card img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
}

.discover-template .new-row {
    margin-left: 10%;
}

.discover-template .video-img {
    height: auto;
    width: 70%;
}

.discover-template .section-choose h2 {
    font-size: 20px;
    font-weight: bold;
}
.discover-template .section-choose .custom-height { 
    height: 72px;
}

.discover-template .section-choose p {
    font-family: "Bukra-Light";
    font-size: 16px;
}

.discover-template .section-why h2 {
    font-family: "Bukra-Medium";
    font-size: 38px;
    line-height: 0

}

.discover-template .section-why h2 > span {
    color: var(--first);
    font-weight: bold;
    font-size: 24px;
}

.discover-template .section-why h3 {
    font-family: "Bukra-Medium";
    font-size: 18px;
    text-align: start;
    margin-bottom: 0;
}

.collect-template {
    padding: 3rem 0;
    background-image: url('../img/backgrounds/comming-soon-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vh;
}

.collect-contact {
    padding: 3rem 0;
    background-image: url('../img/backgrounds/comming-soon-1.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.contact-template {
    padding: 3rem 0;
    background-image: url('../img/backgrounds/contact-us.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-template .form-control {
    background-color: transparent;
}

.contact-template input, .contact-template input:focus, .contact-template textarea, .contact-template textarea:focus {
    color: var(--first);
    font-family: "Bukra-Light";
    font-size: 13px;
    padding: 10px;
}
.contact-template textarea:focus , .contact-template input:focus{
    border-color: var(--eighth);
}

.contact-template input::placeholder, .contact-template textarea::placeholder {
    color: var(--twelveth);
    font-family: "Bukra-Light";

}

.contact-info-template .info-section ul {
    padding-left: 0;
}

.contact-info-template .info-section ul li {
    font-size: 14px;
    opacity: 0.7;
}

.contact-info-template .info-section {
    margin-left: 15%;
}

.border-end {
    border-right: 2px solid var(--eleventh) !important;
}

.border-start {
    border-left: 2px solid var(--eleventh) !important;
}

.fancybox-container {
    z-index: 99999 !important;
}

@keyframes pulse-circle {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 0.4;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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