header {
    position: absolute;
    width: 100%;
    padding: 40px 20px;
    z-index: 999;
}

section.count {}

section.count .row {
    align-items: center;
}

section.count .box {
    border: 3px solid #cf982b;
    border-radius: 30px;
    /* border-bottom-left-radius: 30px; */
    padding: 8% 6%;
    /* display: flex; */
    /* justify-content: space-around; */
    /* border-right: 0; */
}

section.count .col-md-6 {
    padding: 0;
}

section.count .box span.b1 {
    display: inline-block;
    width: 49%;
    color: #fff;
    font-family: 'Comfortaa';
    font-size: 16px;
}

section.count .box span.b1:last-child,section.count .box span.b1:nth-child(2) {
    text-align: right;
}

section.count .box span.b1:nth-child(2) {}

section.count .box .status {
    border: 1px solid #eac42b52;
    margin: 14px 0;
    height: 60px;
    border-radius: 5em;
    background-color: #141414;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-family: 'Comfortaa';
    position: relative;
}

section.count .box .status:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 79%;
    right: 0;
    border-radius: 5em;
    z-index: 1;
    background: #cc942a;
    background: -moz-linear-gradient(left, #cc942a 0%, #f0cd2c 100%);
    background: -webkit-linear-gradient(left, #cc942a 0%,#f0cd2c 100%);
    background: linear-gradient(to right, #cc942a 76%,#f0cd2c 110%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc942a', endColorstr='#f0cd2c',GradientType=1 );
}

section.count .box .status span {
    position: relative;
    z-index: 9;
}

section.count .col-md-6:nth-child(2) {
    /* background-color: #ccc; */
    border-radius: 40px;
    padding: 120px 5%;
    /* background: #cc942a;
    background: -moz-linear-gradient(left, #cc942a 0%, #f0cd2c 100%);
    background: -webkit-linear-gradient(left, #cc942a 0%,#f0cd2c 100%);
    background: linear-gradient(to right, #cc942a 0%,#f0cd2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc942a', endColorstr='#f0cd2c',GradientType=1 ); */
    text-align: center;
}

section.count h2 {
    font-family: 'Comfortaa';
    color: #000;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    /* margin: 10px 0; */
}

section.count h3 {
    font-family: 'Comfortaa';
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin: 8px 0;
}

section.count div#countdown {
    margin: 25px 0;
}

section.count div#countdown ul {text-align: center;}

section.count div#countdown ul li {
    display: inline-block;
    margin: 0 10px;
    font-family: 'Comfortaa';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

section.count div#countdown ul li span {
    display: block;
    height: 90px;
    width: 80px;
    border-radius: 10px;
    background-color: #000;
    color: #cd962a;
    line-height: 90px;
    font-size: 38px;
    font-family: 'Comfortaa';
    font-weight: 700;
    margin-bottom: 10px;
}

section.count a.btns, section#sec1 a.btns {
    display: inline-block;
    margin: 22px;
    background: linear-gradient(91.56deg, #CC942A 11.78%, #DEA300 95.71%);
    border-radius: 30px;
    line-height: 55px;
    font-family: 'Comfortaa';
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    margin: 25px auto;
    position: relative;
    z-index: 99999;
    padding: 0px 90px;
}

header .row {
    align-items: center;
}

header .logo {}

header .logo img {
    width: 81%;
}

header ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

header ul li {
    position: relative;
}

header ul li .qr-det {
    position: absolute;
    left: -23px;
    margin: auto;
    background-color: #F1CE2C;
    border-radius: 34px;
    padding: 26px;
    text-align: center;
    top: 63px;
    width: 80%;
    right: 0;
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.2s;
}

header ul li a {
    background: #cc942a;
    background: -moz-linear-gradient(left, #cc942a 0%, #f0cd2c 100%);
    background: -webkit-linear-gradient(left, #cc942a 0%,#f0cd2c 100%);
    background: linear-gradient(to right, #cc942a 0%,#f0cd2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc942a', endColorstr='#f0cd2c',GradientType=1 );
    border-radius: 30px;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    font-size: 15px;
    display: flex;
    align-items: center;
    /* line-height: 26px; */
    height: 57px;
    padding: 0 25px;
    margin: 0 20px 10px 0;
    transition: 0.2s;
}

header ul li a img {
    margin-right: 11px;
}

header ul li a span {
    display: block;
    padding-top: 4px;
}

header ul li:nth-child(2) a {
    margin-right: 0;
    background: transparent !important;
    border: 3px solid #F1CE2C;
    color: #fff;
}

header ul li .qr-det h4 {
    font-family: 'Comfortaa';
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 14px;
    font-weight: 900;
}

header ul li .qr-det img {
    height: 100%;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
}

header ul li:hover .qr-det {
    opacity: 1;
}

header ul li:hover a {
    color: #000;
    text-decoration: none;
}

body {
    background: #141414;
}

header ul li:nth-child(2):hover a {
    color: #f0cd2c;
}

section#banner {
    height: 100vh;
    position: relative;
    width: 100%;
}

section#banner .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8%;
}

section#banner .container .row.align-items-center {
    justify-content: stretch;
    align-items: center;
    /* height: 100%; */
    width: 100%;
}

section#banner  .banner-img {}

section#banner  .banner-img img.img-fluid {
    height: 100%;
    width: 100%;
}

section#banner .banner-txt {}

section#banner .banner-txt h4 {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
/* identical to box height, or 150% */
    text-transform: uppercase;
    color: #fff;
}

section#banner .banner-txt  h2 {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 49px;
/* identical to box height, or 75% */
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 10px 0;
}

section#banner .banner-txt  p {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
/* or 150% */
    color: #FFFFFF;
}

section#banner .banner-txt ul {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

section#banner .banner-txt ul li {
    position: relative;
}

section#banner .banner-txt ul li a {
    background: #cc942a;
    background: -moz-linear-gradient(left, #cc942a 0%, #f0cd2c 100%);
    background: -webkit-linear-gradient(left, #cc942a 0%,#f0cd2c 100%);
    background: linear-gradient(to right, #cc942a 0%,#f0cd2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc942a', endColorstr='#f0cd2c',GradientType=1 );
    border-radius: 30px;
    font-family: 'Comfortaa', cursive;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    font-size: 15px;
    display: flex;
    align-items: center;
    /* line-height: 26px; */
    height: 57px;
    padding: 0 25px;
    margin: 0 20px 0px 0;
    transition: 0.2s;
    margin-bottom: 10px;
}

section#banner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 56%;
    top: 0;
    right: 0;
    background-image: url(../images/0005.png) !important;
    background-size: cover;
    background-position: right bottom;
    z-index: -1;
}

h2.heading {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 47px;
/* identical to box height, or 75% */
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

h2.heading:after {
    content: "";
    position: absolute;
    border: 1px solid #CC942A;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 33%;
}

p.subpara {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
/* or 200% */
    text-align: center;
    color: #ffffff8c;
    width: 50%;
    margin: auto auto 30px auto;
}

section#sec1 {}

section#sec1 .item-box {
    background: #141414;
    border-radius: 46px;
    padding: 65px 40px;
    position: relative;
    margin: 40px 12px;
    transition: 0.2s;
    border: 1px solid transparent;
    min-height: 340px;
}

section#sec1 .item-box .item-img {
    position: absolute;
    top: -38px;
    right: 30px;
    border: 1px solid #cc942a;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 108px;
    border-radius: 5em;
    background-color: #141414;
    transition: 0.2s;
}

section#sec1 .item-box h4 {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
/* or 116% */
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
    width: 58%;
    min-height: 48px;
    display: flex;
    align-items: center;
}

section#sec1 .item-box p, section#sec1 .item-box ul li {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
/* or 200% */
    color: #ffffff87;
    width: 94%;
}
section#sec1 .item-box ul li {
    font-size: 12px;
    list-style: outside;
    line-height: 24px;
    margin-bottom: 4px;
}
section#sec1 p.subpara {
    /* margin-bottom: 60px; */
}

section#sec1 .item-box .item-img:after {
    content: "";
    position: absolute;
    height: 190%;
    width: 190%;
    left: -39px;
    top: -39px;
    background-image: url(../images/00053-1.png);
    background-size: cover;
    transition: 0.2s;
    opacity: 0;
    z-index: -1;
    animation: rotation 8s infinite linear;
}

section#sec1 .item-box:hover .item-img:after {
    opacity: 1;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

section#sec1 .item-box:hover {
    box-shadow: 0px 4px 63px 1px rgb(238 180 30 / 20%);
    border: 0.25px solid #dea3004a;
}

section#sec1 .item-box .item-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 14px;
}

section#sec1 {
    position: relative;
    padding-top: 10%;
}

section#sec1:after {
    content: "";
    position: absolute;
    height: 96%;
    width: 43%;
    top: -19%;
    left: 6%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(241, 206, 44, 0.1) 0%, rgba(204, 148, 42, 0.1) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    filter: blur(125px);
    border-radius: 50em;
    z-index: -1;
}

section#sec1:before {
    content: "";
    position: absolute;
    height: 1077px;
    width: 100%;
    top: -5%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/Frame.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
    mix-blend-mode: exclusion;
}

section#sec1 .item-box:hover .item-img {
    border: 0.5px solid #E9B500;
    box-shadow: 0px 4px 16px rgba(238, 180, 30, 0.54);
}



.phone_lg_initial {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-rotate: -12deg;
    --tw-scale-x: 0.85;
    --tw-scale-y: 0.85;
    margin-top: -16rem;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.sub-menu .menu-item {
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
}
.sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.sub-menu .menu-item:hover {
  background: transparent;
}
.sub-menu .menu-item a {
  padding: 0 0.75rem;
  border: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cf982a;
  border-radius: 0;
  text-transform: inherit;
  position: relative;
  margin-bottom: 0;
}

.sub-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 100000000;
  background: #000;
  border-radius: 13px;
  overflow: hidden;
  padding-top: 0;
  box-shadow: #d09a2a80 0 0 35px;
}
header ul li:hover > .sub-menu {display: block;}

header ul li:hover  .sub-menu {
    background: #;
}


.sub-menu .menu-item a img {
    filter: brightness(0) invert(1);
    width: 28px;
}

.sub-menu .menu-item:last-child a {
    border-bottom: none;
}

.sub-menu .menu-item:hover a {
    color: #000 !important;
}

.sub-menu .menu-item a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #cc942a;
    background: -moz-linear-gradient(left, #cc942a 0%, #f0cd2c 100%);
    background: -webkit-linear-gradient(left, #cc942a 0%,#f0cd2c 100%);
    background: linear-gradient(to right, #cc942a 0%,#f0cd2c 100%);
    transition: all ease 0.3s;
    transform: scale(0);
    z-index: -1;
}

.sub-menu .menu-item:hover a::before {
    transform: scale(1);
}

section#banner .banner-txt ul li:hover > .sub-menu {
    display: block;
}

section#banner .banner-txt ul li .sub-menu li a {
    margin: 0;
    border-radius: 0;
    padding: 12px 20px;
    line-height: normal;
    height: auto;
    column-gap: 12px;
    background: transparent;
    color: #fff;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@media (min-width:768px) {
    .phone_lg_initial {
        margin-top: 0;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.phone_lg_1 {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-rotate: 12deg;
    --tw-scale-x: .45;
    --tw-scale-y: .45;
    margin-top: -16rem;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (min-width:768px) {
    .phone_lg_1 {
        margin-top: 0;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      
    }
}

.phone_lg_2 {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-rotate: 20deg;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    margin-top: -16rem;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (min-width:768px) {
    .phone_lg_2 {
        margin-top: 0;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}


.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes ping {
    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}

@keyframes bounce {
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}


section#section_phone .app-image.text-center {
    position: relative;
    height: 840px;
}

section#section_phone .app-image.text-center img {
    position: absolute;
    left: -32%;
    top: -18%;
}


section#section_phone {
    /* height: 100vh; */
    padding: 5% 0;
    position: relative;
}

section#section_phone .repeat-head {}

section#section_phone .repeat-head h2.heading:after {
    right: auto;
    width: 100%;
}

section#section_phone  .col-md-6:nth-child(2) {
    padding-left: 8%;
}

section#section_phone  p.subpara {
    width: 100%;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

section#section_phone .license-list {}

section#section_phone .license-list ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    margin: 51px 0;
}

section#section_phone .license-list ul li .license-txt {}

section#section_phone .license-list ul li .license-txt h4 {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
/* or 447% */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

section#section_phone .license-list ul li .license-txt p {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
/* or 15px */
    color: #858585;
}

section#section_phone .repeat-head h2.heading {
    display: table;
}

section#section_phone .license-list ul li img {
    height: 40px;
}

section#section_phone:after {
    content: "";
    position: absolute;
    height: 96%;
    width: 43%;
    top: -49%;
    right: 6%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(241, 206, 44, 0.1) 0%, rgba(204, 148, 42, 0.1) 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    filter: blur(125px);
    border-radius: 50em;
    z-index: -1;
}

div#carousel2 {}

div#carousel2 .box {
    /* border-top: 3px solid #fff; */
    padding-left: 0;
    width: 100%;
}

div#carousel2 .box ul {
    padding-top: 20px;
    /* border-top: 3px solid #737373; */
    position: relative;
}

div#carousel2 .last .box h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 14px;
/* identical to box height, or 88% */
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #EEB41E;
    margin-bottom: 10px;
}

div#carousel2 .box ul li {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
/* or 200% */
    color: #858585;
    position: relative;
    padding-left: 30px;
    margin: 5px 0 11px;
    transition:0.2s;
}

div#carousel2 .box ul:after {
    content: "";
    position: absolute;
    border: 2px solid #d09e1c;
    height: 94%;
    left: 10px;
    bottom: 0;
    border-radius: 100em;
}

div#carousel2 .box ul li:after {}

div#carousel2 .box ul li:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 4px;
    top: 4px;
    border-radius: 5em;
    background-color: #737373;
    z-index: 9;
    border: 3px solid #141414;
}

div#carousel2 .owl-item {}

div#carousel2 .owl-item:nth-child(odd) .item {
    /* padding-top: 113.6%; */
    display: flex;
    align-items: end;
    padding-top: 237px;
}

div#carousel2 .owl-item:nth-child(even) .item {border-bottom: 2px solid;}

div#carousel2 .owl-item:nth-child(even) .item .box {
    /* display: flex; */
    /* flex-direction: column-reverse; */
}

div#carousel2 .last {}

div#carousel2 .box h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
/* or 117% */
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

div#carousel2 .owl-item:nth-child(even) .item ul {
    padding-top: 10px;
    /* padding-bottom: 28.6%; */
    border-bottom: 3px solid #737373;
    min-height: 240px;
}

div#carousel2 .owl-item:nth-child(odd) .item .box h4,div#carousel2 .owl-item:nth-child(even) .item .box h4 {
    display: flex;
    /* align-items: center; */
    column-gap: 8px;
    margin-bottom: 10px;
    align-items: center;
}

div#carousel2 .owl-item:nth-child(odd) .item .box h4 span,div#carousel2 .owl-item:nth-child(even) .item .box h4 span {line-height: 14px;font-size: 12px;flex: 1 0 135px;font-weight: 600;}

div#carousel2 .owl-item:nth-child(even) .item ul:after {
    height: 92%;
    top: 8px;
}

div#carousel2 .last .box h4 {margin-bottom: 24px !important;}

div#carousel2 .box ul:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 5em;
    bottom: -9px;
    background-color: #d09e1c;
    z-index: 9;
    border: 4px solid #141414;
    left: 4px;
}

div#carousel2 .owl-item .item {}

div#carousel2 .owl-item:nth-child(odd) .item ul:before {
    content: "";
    position: absolute;
    top: -10px;
}

div#carousel2 .owl-item .item h3 {
    position: absolute;
    color: #fff;
    font-family: 'Montserrat';
    /* font-style: normal; */
    font-weight: 700;
    font-size: 96px;
    line-height: 91px;
/* or 15% */
    letter-spacing: 1.1px;
    text-transform: uppercase;
    opacity: 0.35;
    color: #141414;
    /* -webkit-text-stroke: 1px darkgrey; */
    /* -webkit-text-fill-color: white; */ /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #cc942a;
    top: 25%;
}

div#carousel2 .last ul {
}

div#carousel2 .last .item {
    /* padding-top: 119% !important; */
}

div#carousel2 .last .item ul {
    border-top: 3px solid #fff;
}

div#carousel2 .owl-item:nth-child(odd) .item ul {
    border-top: 3px solid #737373;
}

div#carousel2 .owl-nav {
    position: absolute;
    top: 251px;
    width: 114%;
    left: -7%;
}

div#carousel2 .owl-nav button {
    height: 50px;
    width: 40px;
    color: #fff;
    font-size: 0;
    /* position: relative; */
}

div#carousel2 .owl-nav  button.owl-next {
    float: right;
}

div#carousel2 .owl-nav button span {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

div#carousel2 .owl-nav button span:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    height: 100%;
    font-family: 'FontAwesome';
    font-size: 31px;
    line-height: 47px;
    background-image: url(../images/Group2066.png);
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
    transition: 0.2s;
}

div#carousel2 .owl-nav button.owl-prev {
    float: left;
}

div#carousel2 .owl-nav:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #737373;
    width: 95px;
    top: 47%;
    left: 7px;
    z-index: -1;
}

div#carousel2 .owl-nav:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #737373;
    width: 89px;
    top: 47%;
    right: 8px;
    z-index: -1;
    background-color: #737373;
}

div#carousel2 .owl-nav button.owl-prev span {}

div#carousel2 .owl-nav button.owl-prev span:after {
    transform: rotate(180deg);
}

div#carousel2 .owl-nav button:hover span:after {
    filter: none;
}
div#carousel2 .box ul li:hover {
    color: #fff;
    cursor: pointer;
}

div#carousel2 .box ul li:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 5em;
    left: 0px;
    top: 0px;
    background-image: url(../images/re.png);
    background-size: auto;
    opacity: 0;
    transition: 0.2s;
}

div#carousel2 .box ul li:hover:before {
    opacity: 1;
}

section#sec3 {
    position: relative;
    padding-bottom: 8%;
}

section#sec3:after {
    content: "";
    position: absolute;
    height: 96%;
    width: 43%;
    top: -22%;
    right: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(241, 206, 44, 0.1) 0%, rgba(204, 148, 42, 0.1) 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    filter: blur(125px);
    border-radius: 50em;
    z-index: -1;
    left: 0;
    margin: auto;
}

section#sec3 .repeat-head.text-center {
    margin-bottom: 48px;
}

section#sec4 {}

section#sec4 .team-box {
    background: linear-gradient(360deg, #141414 0%, #323232 171.35%);
    border-radius: 30px;
    margin: 35px 15px;
    border: 0.25px solid #dea3004a;
    text-align: center;
    padding: 35px 20px;
    position: relative;
    transition: all ease 1.5s;
    height: 223px;
    /* overflow: hidden; */
}

section#sec4 .team-box .team-img {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    /* top: -53px; */
    height: 100px;
    width: 100px;
    border-radius: 5em;
    transition: all ease 0.6s;
    margin-top: 0;
}

section#sec4 .team-box .team-img:after {
    content: "";
    position: absolute;
    height: 130px;
    width: 130px;
    left: -15px;
    top: -18px;
    background-image: url(../images/00053-1.png);
    background-size: cover;
    transition: 0.2s;
}

section#sec4 .team-box:hover .team-img:after{animation: rotation 8s infinite linear;height: 150px;width: 150px;left: -25px;top: -31px;}



section#sec4 .team-box .team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#sec4 .team-box .team-cnt {
    transition: all ease 0.6s;
    overflow: hidden;
    max-height: 60px;
}

section#sec4 .team-box .team-cnt h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 29px;
/* or 150% */
    text-align: center;
    color: #fff;
    transition: all ease 0.6s;
}

section#sec4 .team-box .team-cnt h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #838383;
    transition: all ease 0.6s;
}

section#sec4 .team-box .team-cnt p {
    /* display: none; */
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
/* or 100% */
    text-align: center;
    color: #555555;
    margin-top: 20px;
    display: none;
    transition: all ease 0.6s;
}

section#sec4 .team-box .team-cnt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 26px;
    margin: 20px 0 0 0;
    display: none;
    transition: 0.2s;
}

section#sec4 .team-box .team-cnt ul li a {
    color: #000;
}

section#sec4 .team-box:hover .team-img {margin-top: -79px;}

section#sec4 .team-box:hover .team-cnt {
    padding-top: 0;
    max-height: 100%;
}

section#sec4 .team-box:hover .team-cnt h4 {
    color: #000;
}

section#sec4 .team-box:hover .team-cnt h5 {
    color: #000;
}

section#sec4 .team-box:hover .team-cnt p {
    display: block;
}

section#sec4 .team-box:hover .team-cnt ul {
    display: inline-flex;
}

section#sec4 .team-box:hover {
    padding: 30px 20px;
    background: #cc942a;
    background: -moz-linear-gradient(left, #cc942a 0%, #f0cd2c 100%);
    background: -webkit-linear-gradient(top, #cc942a 0%,#f0cd2c 100%);
    background: linear-gradient(to bottom, #cc942a 0%,#f0cd2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc942a', endColorstr='#f0cd2c',GradientType=1 );
}
section#sec4{
    position:relative;
    padding-bottom: 9%;
}
section#sec4:after {
    content: "";
    position: absolute;
    height: 111%;
    width: 100%;
    top: -12%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/Frame22.png);
    background-repeat: no-repeat;
    background-position: left -1%;
    background-size: 48%;
    z-index: -2;
    background-blend-mode: exclusion;
}

section#sec5 {
    padding-bottom: 0;
    position: relative;
    padding-top: 8%;
}

section#sec5 .partner-box {
    background: linear-gradient(360deg, #141414 0%, #323232 171.35%);
    border-radius: 30px;
    padding: 26px 27px;
    margin: 15px 5px;
    text-align: center;
    border: 0.25px solid #dea3004a;
    transition: 0.4s;
}

section#sec4:before {
    content: "";
    position: absolute;
    height: 34%;
    width: 34%;
    top: -3%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(241, 206, 44, 0.1) 0%, rgba(204, 148, 42, 0.1) 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    filter: blur(125px);
    border-radius: 50em;
    z-index: -1;
    left: 0;
    margin: auto;
}

section#sec5 .partner-box h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
/* or 150% */
    color: #FFFFFF;
    transition: 0.2s;
}

section#sec5 .partner-box p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    letter-spacing: 0.5px;
    color: #8F8F8F;
    transition: 0.2s;
}

section#sec5 .partner-box:hover {
    background: #cc942a;
    background: -moz-linear-gradient(left, #cc942a 0%, #f0cd2c 100%);
    background: -webkit-linear-gradient(top, #cc942a 0%,#f0cd2c 100%);
    background: linear-gradient(to bottom, #cc942a 0%,#f0cd2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc942a', endColorstr='#f0cd2c',GradientType=1 );
    box-shadow: 0px 0px 28px #edc82b4a;
}

section#sec5 .partner-box:hover h4 {
    color: #000;
}

section#sec5 .partner-box:hover p {
    color: #000;
}

section#sec5:after {
    /* content: ""; */
    position: absolute;
    height: 1077px;
    width: 100%;
    top: -5%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/Frame22.png);
    background-repeat: no-repeat;
    background-position: center -14%;
    background-size: 40%;
    z-index: -1;
}

section#sec5:before {}

section#sec5:before {
    content: "";
    position: absolute;
    height: 57%;
    width: 34%;
    top: 9%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(241, 206, 44, 0.1) 0%, rgba(204, 148, 42, 0.1) 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    filter: blur(125px);
    border-radius: 50em;
    z-index: -1;
    right: 0;
    margin: auto;
}

section#sec6 {
    background-image: url(../images/Group2152.png);
    background-size: cover;
    padding: 6% 0;
    position: relative;
}

section#sec6 .ivobs-det {
    width: 58%;
}

section#sec6 .ivobs-det p {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 15px 0;
}

section#sec6 .qr-box {
    text-align: center;
}

section#sec6 .qr-box ul {}

section#sec6 .qr-box ul li.qr-box {
    position: relative;
}

section#sec6 .qr-box ul li.qr-box a {
    background: #cc942a;
    background: -moz-linear-gradient(left, #cc942a 0%, #f0cd2c 100%);
    background: -webkit-linear-gradient(left, #cc942a 0%,#f0cd2c 100%);
    background: linear-gradient(to right, #cc942a 0%,#f0cd2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc942a', endColorstr='#f0cd2c',GradientType=1 );
    border-radius: 30px;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    font-size: 15px;
    display: flex;
    align-items: center;
    /* line-height: 26px; */
    height: 57px;
    padding: 0 0px;
    margin: 0 20px 0px 0;
    transition: 0.2s;
    justify-content: center;
    width: 280px;
    margin: auto;
    box-shadow: 0px 0px 25px #00000096;
}

section#sec6 .qr-box ul li.qr-box a img {
    margin-right: 12px;
}

section#sec6 .qr-box ul li.qr-box a 
 span {
    display: block;
    padding-top: 4px;
}

section#sec6 .qr-box ul li.qr-box .qr-det {
    position: absolute;
    left: 0;
    margin: auto;
    background-color: #F1CE2C;
    border-radius: 34px;
    padding: 26px;
    text-align: center;
    top: -540%;
    width: 55%;
    right: 0;
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.2s;
}

section#sec6 .qr-box ul li.qr-box .qr-det h4 {
    font-family: 'Comfortaa';
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 14px;
    font-weight: 900;
}

section#sec6 .qr-box ul li.qr-box .qr-det img {
    height: 100%;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
}

section#sec6 .qr-box ul li.qr-box:hover .qr-det {
    opacity: 1;
}

section#sec6 i.bto {
    position: absolute;
    bottom: 25px;
    width: 130px;
}

section#sec6 .qr-box i.bto2 {
    display: block;
    height: 150px;
    width: 160px;
    margin: 0 auto 20px;
}

section#sec6 .qr-box i.bto2 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

section#sec6 .row {
    align-items: center;
}

.accordion {
  max-width: 100%;
  display: grid;
  grid-gap: 15px;
}

.accordion__block-title {
  font-weight: bold;
  font-size: 14px;
  color: #424242;
  text-transform: uppercase;
}

.accordion__item {
  display: block;
  padding: 20px 30px;
  cursor: pointer;
  border-radius: 5em;
  overflow: hidden;
  transition: all 150ms ease;
  margin-bottom: 20px;
  background: linear-gradient(360deg, #141414 0%, #323232 171.35%);
  transition: 0.2s;
  border-bottom: 1px solid #ce972a59;
}
.accordion__item:not(:last-child) {
  border-bottom: 1px solid #ce972a59;
}

.accordion__title {
  font-size: 16px;
  line-height: 1.5;
  transition: all 150ms ease;
  position: relative;
  padding-right: 30px;
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 17px !important;
  line-height: 24px;
/* identical to box height, or 150% */
  color: #FFFFFF;
}
.accordion__title::after, .accordion__title::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 8px;
  transition: all 150ms ease;
}
.accordion__title::after {
  transform: rotate(90deg);
}

.accordion__content {
  transform: translateY(50%);
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  transition: all 150ms ease;
}

.accordion__item [type=checkbox], .accordion__item [type=radio] {
  display: none;
}
.accordion__item [type=radio]:checked + .accordion__title, .accordion__item [type=checkbox]:checked + .accordion__title {
  margin-bottom: 10px;
  font-size: 20px;
}
.accordion__item [type=radio]:checked + .accordion__title::after, .accordion__item [type=checkbox]:checked + .accordion__title::after {
  transform: rotate(45deg);
}
.accordion__item [type=radio]:checked + .accordion__title::before, .accordion__item [type=checkbox]:checked + .accordion__title::before {
  transform: rotate(-45deg);
}
.accordion__item [type=radio]:checked + .accordion__title + .accordion__content, .accordion__item [type=checkbox]:checked + .accordion__title + .accordion__content {
  transform: translateY(0);
  max-height: none;
  opacity: 1;
}

label.accordion__item.current {
    border-radius: 17px;
    border: 1px solid #ce972a59;
    box-shadow: 0px 0px 28px #edc82b4a;
}

.accordion__title span {
    background: #EEB41E;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #181818;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 5em;
    font-weight: 500;
    font-size: 19px;
    margin-right: 15px;
}

.accordion__title:before,.accordion__title:after {
    opacity: 0;
}

.accordion__title i.ar {
    position: absolute;
    /* border: 1px solid; */
    height: 35px;
    width: 35px;
    right: 0;
    top: 0px;
    border-radius: 5em;
}

.accordion__title i.ar:after {
    content: "";
    position: absolute;
    border: 1px solid;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 32px;
    font-size: 36px;
    color: transparent;
    background-image: url(../images/Group1999.png);
    height: 31px;
    width: 31px;
    background-repeat: no-repeat;
    transition: 0.2s;
}

label.accordion__item.current .accordion__title {}

label.accordion__item.current .accordion__title i.ar:after {
    transform: rotate(179deg);
}

.accordion__item .accordion__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #858585;
    font-family: 'Comfortaa';
    padding: 0px 50px 0px 50px;
}

section#sec7 {
    padding: 9% 0;
    position: relative;
}

section#sec7 .repeat-head.text-center {
    margin-bottom: 6%;
}

section#sec7:after {
    content: "";
    position: absolute;
    height: 57%;
    width: 34%;
    top: -25%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(241, 206, 44, 0.1) 0%, rgba(204, 148, 42, 0.1) 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    filter: blur(125px);
    border-radius: 50em;
    z-index: -1;
    left: 0;
    margin: auto;
}

footer {
    background-image: url(../images/Rectangle9.png);
    /* padding: 5% 0 !important; */
    background-position: top center;
}

footer .footer-logo {}

footer .footer-logo img {
    width: 100%;
}

footer .col-md-4 {
    /* padding: 0 40px 0 0; */
}

footer .row {
    align-items: center;
}

footer  p {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
/* or 200% */
    color: #ffffffb0;
    padding: 0 40px;
}

footer h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
/* identical to box height, or 150% */
    color: #FFFFFF;
}
video {
    max-width: 100%;
}
div#video-pop {
    background: transparent;
}

div#video-pop button.fancybox-button.fancybox-close-small {
    color: #fff;
}

section.video-sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

section.video-sec img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #3f3219;
    display: block;
    margin: 0 auto;
}

section.video-sec a {
    display: block;
    width: 100%;
    margin: 0 auto;
}

footer  ul {
    display: inline-flex;
    align-items: center;
    column-gap: 45px;
    margin: 20px 0;
}

footer ul li a {
    color: #fff;
}

footer .row {
    padding: 5% 0;
}

footer .copyright-bar {
    background-color: #000;
}

footer .copyright-bar .row {
    padding: 35px 0;
}

footer .copyright-bar p {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
/* identical to box height */
    color: #858585;
}



header ul li.qr-box i.qr {
    display: inline-block;
    height: 30px;
    width: 35px;
    margin-right: 8px;
}

header ul li.qr-box i.qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section#sec4 .repeat-head.text-center {
    margin-bottom: 51px;
}
section#sec6 .qr-box ul li.qr-box i.qr {
    display: inline-block;
    height: 30px;
    width: 35px;
    margin-right: 8px;
}

section#sec6 .qr-box ul li.qr-box i.qr img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

section#sec6 i.bto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section#sec5 .partner-box img {
    height: 95px;
    width: 97px;
    border-radius: 38em;
    object-fit: cover;
}

section.newsect i {
    display: block;
}

section.newsect i img {
    width: 100%;
}

section.newsect {}

section.newsect .row {
    align-items: center;
}

section.newsect .boxx {
    background: linear-gradient(360deg, #141414 0%, #323232 171.35%);
    border-radius: 30px;
    margin: 35px 15px;
    border: 0.25px solid #dea3004a;
    padding: 10% 8%;
}

section.newsect .boxx h3 {
    font-family: 'Comfortaa';
    text-transform: uppercase;
    color: #dea300;
    margin-bottom: 20px;
    font-size: 16px;
}

section.newsect .boxx h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Comfortaa';
    font-size: 16px;
}

section.newsect .boxx h4 sup {
    font-size: 9px;
}

section.newsect .boxx  ul {
    margin-top: 12px;
}

section.newsect .boxx  ul li {
    display: inline-block;
    width: 49%;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Comfortaa';
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 200;
}

section.newsect .boxx ul li span {
    display: block;
    font-size: 17px;
    margin: 12px 0 0;
    color: #DEA300;
    font-weight: 600;
}

section.newsect .boxx ul li sup {
    font-size: 8px;
}

/* Diaspora -- Popup */
.site-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: -99999;
    opacity: 0;
    transition: all.3s linear;
}
.site-popup.active-popup {
    z-index: 99999;
    opacity: 1;
}
.popup-inner {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.popup-cnt {
    max-width: 600px;
    width: 100%;
    padding: 70px;
    background: #141414;
    border: 2px solid #dea3007a;
    box-shadow: 0px 109px 160px rgb(222 163 0 / 18%);
    border-radius: 52px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.popup-close {
    position: absolute;
    right: 40px;
    cursor: pointer;
    top: 30px;
}
.popup-cnt h2 {
    font-family: 'Comfortaa';
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 34px;
    color: white;
    width: 80%;
    margin: 0 auto 30px;
}
.popup-cnt a {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #141414;
    background: linear-gradient(91.56deg, #CC942A 11.78%, #F1CE2C 95.71%);
    border-radius: 30px;
    padding: 15px 22px;
    text-decoration: none;
    display: inline-block;
    margin-top: 6px;
}
.popup-form {position: relative;width: 100%;}
.popup-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #dea3007a;
    background: transparent;
    border-radius: 30px;
    color: #ffffff;
    padding-left: 30px;
    font-family: 'Comfortaa';
    -moz-appearance: textfield;
    font-size: 13px;
}
.popup-form input::-webkit-outer-spin-button,
.popup-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup-form input::placeholder {
    color: #ffffff94;
}
.popup-cnt > span {
    font-size: 10px;
    font-family: 'Comfortaa';
    color: white;
    line-height: 13px;
    padding: 10px;
}
.popup-form .show-eth {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 40px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: white;
    font-size: 13px;
    font-family: 'Comfortaa';
    border-left: 1px solid #74580a;
}
// Css
.modal-content {
    box-shadow: 0px 27px 91px 0px rgba(0, 0, 0, 0.25);
    border-radius: 31px;
    border: 0.25px solid rgba(0, 0, 0, 0.40);
    background: #FFF;
}
.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-body {
    position: relative;
    text-align: center;
    padding: 45px 20px;
}
.modal-body p {
    color: #0E0E0E;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 145.833% */
}
form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 30px;
    position: relative;
}
form input {
    border-radius: 37px;
    background: #FAFAFA;
    width: 100%;
    color: #AAA;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    box-shadow: none;
    padding: 20px 18px;
    outline: none;
}
.modal-body a {
    color: #AD0000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
    text-transform: capitalize;
}

.modal-body p strong {
    font-weight: 700;
    color: #0E0E0E;
}
form.buyform {
    width: 100%;
    flex-wrap: wrap;
}
form.buyform .form-field label {
    color: #fff;
    font-family: 'Comfortaa';
    padding-left: 25px;
    padding-bottom: 10px;
}
form.buyform .form-field {
    margin-bottom: 20px;
}
form.buyform button {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #141414;
    background: linear-gradient(91.56deg, #CC942A 11.78%, #F1CE2C 95.71%);
    border-radius: 30px;
    padding: 15px 22px;
    text-decoration: none;
    display: inline-block;
    border: 0;
    width: 250px;
    display: block;
    margin: 0 auto;
}
footer .copyright-bar ul li a {
    font-family: 'Comfortaa';
    text-decoration: none;
}
footer .copyright-bar ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .copyright-bar ul {
    column-gap: 0;
}
footer .copyright-bar ul li {
    padding-left: 30px;
    border-left: 1px solid white;
    margin-left: 30px;
}
footer .copyright-bar ul li:first-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.privacy-txt * {
    color: #fff;
    font-family: 'Comfortaa';
}
.privacy-txt p, .privacy-txt li {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.privacy-txt h3 {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 0px;
}
section#sec1.diaspora-media img, section#sec1.diaspora-media video {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.team-box {
    margin-bottom: 60px;
    text-align: center;
}

.team-box h4 {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    margin: 10px 0;
}

.team-box p {
    color: #fff;
    font-family: 'Comfortaa';
}
.swal2-popup .swal2-styled {
    background-color: transparent !important;
    background: linear-gradient(91.56deg, #CC942A 11.78%, #F1CE2C 95.71%) !important;
}
.swal2-popup .swal2-title {
    font-family: 'Comfortaa';
    font-size: 25px;
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
    background: linear-gradient(91.56deg, #CC942A 11.78%, #F1CE2C 95.71%) !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #cc942a;
}
@media only screen and (max-width: 768px) {
    
    section#sec1.diaspora-media img, section#sec1.diaspora-media video {
        height: auto;
        margin-bottom: 20px;
    }
    section#banner {
        height: auto;
        padding-top: 110px;
    }
    section#banner .banner-txt h4 {
        font-size: 14px;
    }
    section#banner .banner-txt h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    section#banner .banner-txt p {font-size: 14px;line-height: 1.4;}
    section#banner .banner-txt ul {
        flex-wrap: wrap;
    }
    section#banner .banner-txt ul li a {
        font-size: 11px;
        padding: 17px 14px;
        height: auto;
        margin: 4px 3px;
    }
    header ul {
        display: none;
    }
    header .logo img {
        height: 50px;
        width: auto;
    }
    section#banner .banner-img {
        margin: 50px 0;
    }
    section.count {
        padding: 10px;
    }
    section.count .box {
        border: 3px solid #cf982b;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    section.count .col-md-6:nth-child(2) {
        padding: 50px;
        border-radius: 30px;
    }
    section.count h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    h2.heading {
        font-size: 30px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    p.subpara {
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
    }
    section#sec1 .item-box h4 {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
        min-height: auto;
        margin-top: 15px;
    }
    section#sec1 .item-box ul li {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    section#sec1 .item-box {
        min-height: auto;
        padding: 60px 30px 40px;
    }
    section#section_phone .app-image.text-center img {
        position: static;
        width: 100%;
        transform: translate(50px, -30px) scale(1.6) !important;
        margin-top: 0;
    }
    section#section_phone .app-image.text-center {
        height: auto;
    }
    body, html {
        overflow-x: hidden;
    }
    section#section_phone p.subpara {
        font-size: 13px;
    }
    p.subpara {
        margin-bottom: 10px;
    }
    section#section_phone .license-list ul li {
        margin-top: 30px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        text-align: center;
    }
    section#section_phone .license-list ul li .license-txt h4 {
        font-size: 14px;
        justify-content: center;
    }
    section#section_phone .license-list ul li .license-txt p {
        font-size: 14px;
    }
    section#section_phone .license-list ul li .license-txt {
        width: 100%;
    }
    section#section_phone .license-list ul li img {
        margin: 0 auto 10px;
    }
    section#section_phone .repeat-head {
        text-align: center;
    }
    section#section_phone .repeat-head h2.heading {
        display: inline-block;
    }
    section#section_phone p.subpara {
        text-align: center;
    }
    section#section_phone .col-md-6:nth-child(2) {
        padding: 0 20px;
    }
    section.newsect .boxx h3 {
        text-align: center;
        margin-bottom: 10px;
    }
    section.newsect .boxx h4 {
        text-align: center;
        font-size: 14px;
    }
    section.newsect .boxx ul li {
        width: 100%;
        text-align: center;
    }
    section.newsect .boxx {
        padding: 40px 20px 20px;
    }
    section#sec6 .ivobs-det {
        width: 100%;
        text-align: center;
    }
    section#sec6 .ivobs-det p {
        font-size: 14px;
        line-height: 1.3;
    }
    section#sec6 .qr-box ul li.qr-box a {
        font-size: 13px;
        width: 240px;
    }
    section#sec6 i.bto {
        display: none;
    }
    .accordion__title {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 37px;
        font-size: 13px !important;
    }
    .accordion__title span {
        height: 20px;
        width: 20px;
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .accordion__title i.ar {
        width: 20px;
        height: 20px;
    }
    .accordion__title i.ar:after {
        font-size: 13px;
        width: 23px;
        height: 23px;
        background-size: cover;
    }
    .accordion__item {
        border-radius: 20px;
    }
    .accordion__item .accordion__content {
        font-size: 12px;
        padding: 0;
    }
    footer .footer-logo img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    footer {
        text-align: center;
    }
    footer .col-md-4 {
        margin-bottom: 20px;
    }
    footer .row {
        padding-bottom: 0;
    }
    div#carousel2 .owl-item .item {
        padding: 0 25px 0 !important;
    }

    div#carousel2 .owl-nav {
        width: 100%;
        left: 0;
        top: 40%;
    }

    div#carousel2 .owl-nav:before {
        display: none;
    }

    div#carousel2 .owl-nav:after {
        display: none;
    }

    div#carousel2 .owl-nav button span:after {
        width: 20px;
        background-size: 100% 100%;
        height: 20px;
    }
    div#carousel2 .owl-nav button {width: 20px;height: 22px;}
    section#sec3 {
        padding-bottom: 0;
    }
    div#carousel2 .owl-item:nth-child(even) .item ul {
        min-height: auto;
        border-bottom: 0;
    }
    div#carousel2 .owl-item .item ul {
        padding-bottom: 20px;
    }
    div#carousel2 .owl-item .item ul {border-top: 3px solid #737373;}
    div#carousel2 .owl-item:nth-child(even) .item {
        border: 0;
    }
  
    section.video-sec {
        margin-top: 0;
        margin-bottom: 50px;
    }
    
    section#sec1 .item-box .item-img {
        right: auto;
    }
    
    footer ul {display: flex;justify-content: center;}
    
    .sec-privacy {
        padding-top: 130px !important;
    }
    
    .sec-privacy .privacy-txt h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}
