body{
    font-family: "Montserrat", sans-serif;
}

a, a:hover{
    text-decoration: none;
}
.video-wrapper .video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
section.hero-banner {
    position: relative;
}
.mute-wrapper {
    position: absolute;
    bottom: 5vh;
    right: 5vw;
    display: flex;
    gap: 20px;
    align-items: center;
    min-width: 242px;
}

.sound-toggle {
    background-color: transparent;
    border: 1px solid #fff;
    display: flex;
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.sound-toggle span.unmuted-icon {
    display: none;
}


.sound-toggle.is-unmuted {
    background-color: #E7000B;
    border-color: #E7000B;
}

.sound-toggle.is-unmuted span.unmuted-icon {
    display: block;
}

.sound-toggle.is-unmuted span.muted-icon {
    display: none;
}

.mute-wrapper p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.mute-wrapper p span {
    font-size: 15px;
    font-weight: 400;
}

.count-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

video.video-count {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: bottom center;
}

.count--bx {
    position: relative;
    height: 700px;
}

.count-bx {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
}

.video-wrapper {
    height: 100vh;
}

.count-bx h3 {
    font-size: 98px;
    font-weight: 700;
}

.count-bx h3 span {
    color: #E7000B;
}

section.ceo-sec {
    background-color: #000000;
    padding: 80px 0;
}

.container-fluid {
    max-width: 1600px;
}

.ceo-sec h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
}
.count-bx h3:after {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #E7000B;
    content: '';
    margin: 20px auto;
}
.ceo-sec h2 span {color: #E7000B;}
.count-bx p {
    color: #212529;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
}
.ceo-sec p{
    font-size:16px;
    color:#fff;
}
.theme-btn a:hover {
    background-color: #a9030b;
}
.theme-btn a {
    display: inline-flex;
    background-color: #E7000B;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    min-width: 246px;
    padding: 16px;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 2px;
    transition: 0.3s;
}
.ceo-sign {
    color: #E7000B;
    font-size: 33px;
    font-family: "Freehand", cursive;
}
.globe-video {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    height: 620px;
}

.globe-video video {
    width: 1340px;
    transform: translateX(-446px) translateY(-50px);
    transition: 0.5s;
    height: 720px;
}

section.ceo-sec {
    position: relative;
}

.owner-img {
    position: absolute;
    bottom: -80px;
    width: 440px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}

.owner-img img {
    width: 100%;
}

.globe-sec {
    position: relative;
}

.brand-wrapper {
    display: flex;
}

.brand-wrapper > div:nth-child(2) {
    flex: 2;
    height: 600px;
}

.brand-wrapper > div:nth-child(1) {
    width: 681px;
}

video.concept-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.brand-content {
    display: flex;
    align-items: center;
    padding-left: 60px;
}

.brand-content h2 {
    color: #000;
    font-size: 92px;
    font-weight: 700;
}

.brand-content h2 span{
    color: #E7000B;
}

section.blog-sec {
    background: linear-gradient(180deg, #F7F8FA 0%, #D9D9D9 100%);
    padding: 80px 0;
}

section.map-sec {
    padding: 80px 0;
    position: relative;
    background-color: #000;
}

.red-map-img img.img-map {
    width: 1500px;
    height: 844px;
    object-fit: contain;
}

.red-map-img {
    position: relative;
}

button.map-click {
    width: 60px;
    height: 60px;
    border: none;
    background-color: #ff000042;
    position: absolute;
    opacity: 0;
    filter: blur(10px);
    border-radius: 80px;
    transition: 0.3s;
    z-index: 99;
}
button.map-click:hover{
    opacity: 1;
}
button.map-click.map-click-1 {
    top: calc(40% - 52px);
    left: calc(50%);
    width: 130px;
}

button.map-click.map-click-2 {
    top: calc(47% + 4px);
    left: calc(50% - 33px);
    width: 100px;
}

button.map-click.map-click-3 {
    top: calc(59% - 4px);
    left: calc(41% - 70px);
    width: 130px;
}


button.map-click.map-click-4 {
    top: calc(48% + 10px);
    left: calc(58%);
    width: 110px;
}

button.map-click.map-click-5 {
    top: calc(39% + 4px);
    left: calc(74%);
    width: 110px;
}

button.map-click.map-click-6 {
    top: calc(69% + 2px);
    left: calc(51% + 2px);
    width: 150px;
}

.map-tabs {
    border: none !important;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: max-content;
    gap: 20px;
    margin: 0 auto;
}
.map-tabs button:focus{
    border: none;
    outline: none;
}
.map-tabs .active, .map-tabs button:hover {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    outline: none;
    border-radius: 0 !important;
}
.map-tabs .active img, .map-tabs button:hover img{
    filter: brightness(10);
}
.nav-item{
    position: relative;
    z-index: 2;
}
.map-tabs button {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    border-radius: 0 !important;
    display: flex;
    gap: 15px;
    color: #737373;
    text-transform: uppercase;
    height: 50px;
    align-items: center;

}

.hover-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 50px;
  background: #E7000B;
  z-index: 1;
  transition: transform 0.35s ease, width 0.35s ease;
}

.tab-content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0F0F0F00;
    color: #fff;
    border: 1px solid #ffffff42;
    padding: 30px;
    backdrop-filter: blur(6px);
}

.map-content-bx h3 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.map-content-bx p {
    color: #8E8E93;
    font-size: 14px;
    margin-bottom: 0;
}

.map-detail {
    display: flex;
    gap: 20px;
    padding: 20px 0 30px;
    border-bottom: 1px solid #ffffff2e;
    align-items: center;
}
.map-detail:first-child{
    padding-top:0;
}
.map-detail:last-child {
    border-bottom: none;
    padding-bottom:0;
}
.counter-bx {
    position: absolute;
    left: 50px;
    bottom: 50px;
    background-color: #0F0F0F00;
    color: #fff;
    border: 1px solid #ffffff42;
    padding: 30px 60px;
    backdrop-filter: blur(6px);
    display: flex;
}

.counter-detail {
    display: flex;
    gap: 20px;
    align-items: center;
}

.counter-detail:first-child {
    padding-right: 30px;
    border-right: 1px solid #e7000b;
}

.counter-detail:last-child {
    padding-left: 30px;
}

.counter-detail h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

.counter-detail p {
    text-transform: uppercase;
    width: 110px;
}

.line-icon {
    background-image: url(./assets/line-img.svg);
    height: 51px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 244px;
    position: relative;
    z-index: 9;
    transform: translate(-6px, 150px);
}

.pop-box {
    display: flex;
    position: absolute;
    visibility: hidden;
}

.pop-box.active{
    visibility: visible;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.pop-box .content {
    background-color: #0F0F0F00;
    color: #fff;
    border: 1px solid #ffffff42;
    padding: 10px 30px;
    backdrop-filter: blur(6px);
    border-top: 6px solid #f5221d;
    min-width: 280px;
}

.ct-title {
    display: flex;
}

.ct-title h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.ct-title p {
    margin-bottom: 0;
    color: #f5221d;
    font-size: 12px;
}

.ct-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff1f;
    margin-bottom: 10px;
}

.pop-box ul {
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pop-box ul li::marker {
    color: #f5221d;
}

.pop-box .ct-title ~ p {
    color: #8E8E93;
    font-size: 11px;
    text-transform: uppercase;
}
.ct-title {
    align-items: center;
    gap: 12px;
}

.pop-box.pop-bx-1 {
    top: calc(17%);
    left: calc(19%);
}

.pop-box.pop-bx-2 {
    top: calc(25%);
    left: calc(21% + 2px);
}

.pop-box.pop-bx-3 {
    top: calc(37%);
    left: calc(13%);
}

.pop-box.pop-bx-4 {
    top: calc(27% + 4px);
    left: calc(24% + 10px);
}

.pop-box.pop-bx-5 {
    top: calc(47% + 3px);
    left: calc(17% + 13px);
    z-index: 9;
}

.pop-box.pop-bx-6 {
    left: calc(40% + 5px);
    top: calc(19%);
}
.metalic-text {
    display: grid;
    grid-template-areas: 'overlap';
    place-content: center;
    text-transform: uppercase;
    text-align: center;
}
.metalic-text > div {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #363833;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 180px;
  line-height: 220px;
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}
div.bg {
  background-image: repeating-linear-gradient( 105deg, 
    #e0e0e0 0% , 
    #3a3d40 5%,
    #e0e0e0 12%);
  color: transparent;
  filter: drop-shadow(5px 15px 15px black);
  transform: scaleY(1.05);
  transform-origin: top;
}
div.fg {
    background-image: repeating-linear-gradient(5deg, #e0e0e0 0%, #8a9597 23%, #e0e0e0 31%);
    color: #282a2c57;
    transform: scale(1);
}

.metalic-text {
    display: grid;
    grid-template-areas:
        'overlap';
    place-content: center;
    text-transform: uppercase;
    text-align: center;
}

.metalic-text > div span {
    font-size: 300px;
    font-weight: 600 !important;
}

.top-wrapper {
    display: flex;
}

.top-wrapper > div{
    flex: 1;
}
.top-wrapper > div:first-child {
    background-color: #000000;
    padding: 80px 40px;
}

.top-content p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}
.top-wrapper > div:last-child {
    max-width: 50%;
}

.initial-video {
    height: 711px;
    position: relative;
    display: flex;
    justify-content: end;
    overflow: hidden;
}

.initial-video video {
    height: 711px;
    object-fit: cover;
}

.blog-title {
    display: flex;
    gap: 20px;
    align-items: center;
}

.blog-title h3 {
    color: #0E1013;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

span.insight-icon {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: #D1D5DB;
}

.blog-bx:hover span.insight-icon {
    background-color: #e7000b;
}

.blog-bx:hover span.insight-icon img{
    filter: brightness(10);
}

.blog-bx{
    border-left: 3px solid transparent;
    padding: 10px 30px;
    margin-bottom: 30px;
}
.blog-bx:hover{
    border-left: 3px solid #e7000b;
}
.blog-bx .blog-desc p {
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-bx * {
    transition: 0.5s;
}

.blog-bx:hover .blog-desc p{
    max-height: 400px;
}

.blog-date{
    margin: 15px 0 0;
}
.blog-bx:hover  .blog-date{
    margin: 15px 0;
}

.blog-bx:after {
    content: '';
    display: block;
    width: calc(100% + 3px);
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: -3px;
    bottom: -15px;
}
.blog-bx {
    position: relative;
    cursor: pointer;
}

.blog-date p{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    text-transform: uppercase;
}

footer {
    padding: 367px 0 40px;
    background-image: url(./assets/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}

footer p {
    font-size: 14px;
    color: #fff;
}

footer ul li a{
    color: #fff;
    font-size: 15px;

}
footer h3{
    color: #E7000B;
    font-size: 12px;
    text-transform: uppercase;
}
footer ul li{
    margin-bottom: 10px;
}
footer ul{
    padding-left: 0;
    list-style: none;
}

.btn-social-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-list {
    display: flex;
    gap: 16px;
}

.social-list a img {
    transition: 0.3s;
    filter: invert(1) brightness(50);
}

.social-list a:hover img {
    filter: invert(0) brightness(1);
}

.left-col p {
    width: 600px;
    max-width: 100%;
}

.ft-bottom p {
    font-size: 13px;
}

.ft-bottom {
    margin-top: 216px;
}

.ft-bottom .col-lg-6:last-child {
    text-align: end;
}

.ft-bottom p a {
    color: #fff;
    text-decoration: underline;
}

.btn-social-wrapper {
    margin-top: 30px;
}

section.blog-sec h2 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 60px;
}

section.blog-sec h2 span {
    color: #e7000b;
}

.menu-content {
    width: 480px;
    background-color: #0E1013CC;
    height: 100vh;
    backdrop-filter: blur(10px);
}

header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    padding: 30px;
}

.menu-full {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

.logo {
    text-align: center;
}

.mneu-list ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.mneu-list ul li a {
    color: #A1A1A1;
    font-size: 30px;
    font-weight: 500;
}

.mneu-list ul li {
    position: relative;
    padding-left: 20px;
}

.mneu-list ul li:before {
    width: 4px;
    height: 0%;
    background-color: #e7000b;
    content: '';
    transition:0.5s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.mneu-list ul li:hover:before {
    height: 100%;
}
.mneu-list ul li:hover a {
    color: #fff;
}

.menu-content {
    padding: 10px 40px 40px;
}

.mneu-list {
    margin: 60px 0;
}

.menu-bt-content p {
    color: #A1A1A1;
    font-size: 12px;
}

.menu-bt-content p.tag-heading {
    color: #737373;
    font-size: 11px;
    font-weight: 400;
}

button.menu-close-btn {
    position: absolute;
    right: 40px;
    top: 30px;
    background-color: transparent;
    border: none;
}
.metalic-text:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(./assets/red-dot.svg);
    background-size: contain;
    position: absolute;
    bottom: 16px;
    right: calc(50% - 240px);
}

.metalic-text {
    position: relative;
}

/** Responisve CSS **/

@media (max-width:1600px){
.container-fluid{
	max-width:1200px;
}	
.red-map-img img.img-map {
    width: 100%;
    height: 620px;
}
.count-bx h3 {
    font-size: 58px;
}
.blog-sec-img img {
    width: 100%;
}
section.blog-sec h2 {
    font-size: 44px;
}
.counter-detail h3{
    font-size: 38px;
}
.counter-detail p {
    font-size: 12px;
}
.map-content-bx h3 {
    font-size: 28px;
}
.counter-bx {
    padding: 10px 20px;
}
.ct-title h3 {
    font-size: 20px;
}
.pop-box {
    transform: scale(0.7);
}
.pop-box.pop-bx-1 {
    top: calc(11%);
    left: calc(17%);
}
.pop-box.pop-bx-2 {
    top: calc(19%);
    left: calc(19% + 2px);
}
.pop-box.pop-bx-3 {
    top: calc(30%);
    left: calc(10%);
}
.pop-box.pop-bx-4 {
    top: calc(21% + 4px);
    left: calc(21% + 10px);
}
.pop-box.pop-bx-6 {
    left: calc(37% + 5px);
    top: calc(13%);
}
.pop-box.pop-bx-5 {
    top: calc(42% + 3px);
    left: calc(15% + 13px);
    z-index: 9;
}
.tab-content {
    right: -70px;
    padding: 20px;
}
button.map-click:hover {
    opacity: 0;
}
.brand-content h2 {
    font-size: 72px;
}
.ceo-sec h2 {
    font-size: 50px;
}
.owner-img {
    bottom: -100px;
}
.globe-video video {
    transform: translateX(-506px) translateY(-50px);
}
}

@media (max-width:1300px){
.container-fluid{

	max-width:1000px;

}	
.globe-video {
    width: 600px;
    height: 600px;
}
.globe-video video {
    transform: translateX(-436px) translateY(-50px);
    width: 1100px;
}
.owner-img {
        bottom: -250px;
    }
.pop-box.pop-bx-6 {
        left: calc(31% + 5px);
        top: calc(13% + 1px);
    }
.pop-box.pop-bx-4 {
        top: calc(21% + 4px);
        left: calc(15% + 10px);
    }
.pop-box.pop-bx-1 {
        top: calc(11%);
        left: calc(9%);
    }
    .pop-box.pop-bx-2 {
        top: calc(19%);
        left: calc(11% + 2px);
    }
        .pop-box.pop-bx-3 {
        top: calc(30%);
        left: calc(2%);
    }
}

@media (max-width:1199px){
.container-fluid{

	max-width:900px;

}	
.count-grid {
    grid-template-columns: 1fr 1fr 1fr;
}
.count--bx:nth-child(4) {
    grid-column: span 2;
}
.owner-img {
        bottom: -80px;
    }
.brand-wrapper > div:nth-child(1) {
    width: 560px;
}
.map-tabs button {
    padding: 10px 20px;
    font-size: 12px;
    gap: 10px;
}
.counter-detail img {
    height: 26px;
}
    .counter-detail h3 {
        font-size: 26px;
    }
    .tab-content {
        right: 0;
        padding: 20px;
        bottom: -30px;
        top: auto;
        transform: translateY(0);
    }
    .pop-box.pop-bx-6 {
        left: calc(26% + 5px);
        top: calc(14% + 1px);
    }
    .pop-box.pop-bx-4 {
        top: calc(21% + 4px);
        left: calc(10% + 10px);
    }
        .pop-box.pop-bx-2 {
        top: calc(19%);
        left: calc(6% + 2px);
    }
        .pop-box.pop-bx-1 {
        top: calc(13%);
        left: calc(4%);
    }
    .pop-box.pop-bx-3 {
        top: calc(28%);
        left: calc(-3%);
    }
    .btn-social-wrapper {
        margin-bottom: 40px;
    }
}

@media (max-width:991px){
.container-fluid{

	max-width:700px;

}	
.metalic-text > div{
    font-size: 100px;
    line-height: 130px;
}
.metalic-text:after {
    bottom: 8px;
    right: calc(50% - 167px);
}
.metalic-text > div span {
    font-size: 160px;
}
.initial-video, .initial-video video{
    height: 522px;
}
.brand-wrapper {
    flex-direction: column;
}
.brand-wrapper > div:nth-child(1) {
        width: 100%;
        padding: 80px;
    }
.brand-wrapper > div:nth-child(2) > div {
    height: 560px;
}
.map-tabs{
    gap: 0;
}
    .map-tabs button {
        padding: 10px 10px;
        font-size: 10px;
    }
.ft-bottom p {
    font-size: 13px;
    text-align: center;
}
.ft-bottom {
    margin-top: 56px;
}
footer {
    padding: 100px 0 40px;
}
.blog-sec-img {
    margin-top: 40px;
}
.pop-box{
    display: none;
}
    .brand-content h2 {
        font-size: 42px;
    }
.ceo-sec h2 {
        font-size: 42px;
    }
}


@media (max-width:767px){
.container-fluid{

	max-width:500px;

}	
    .count-grid {
        grid-template-columns: 1fr 1fr;
    }
    .count--bx:nth-child(4) {
    grid-column: span 1;
}
    .count--bx:nth-child(5) {
    grid-column: span 2;
}
.top-wrapper {
    flex-direction: column;
}
.top-wrapper > div:last-child {
    max-width: 100%;
}
    .globe-video {
        width: 480px;
        height: 580px;
    }
    .globe-video video {
        transform: translateX(-396px) translateY(-50px);
        width: 950px;
    }
    .owner-img{
        width: 380px;
    }
        .map-tabs {
        gap: 0;
        flex-wrap: wrap;
        width: 100%;
    }
    .hover-bar{
        display: none;
    }
    .map-tabs .active, .map-tabs button:hover {
    background-color: #e7000b !important;
}
.map-tabs, .tab-content{
    position: relative;
}
.red-map-img img.img-map {
        width: 100%;
        height: 480px;
    }
}

@media (max-width:575px){
.container-fluid{

	width:360px;

}	
.count-grid {
        grid-template-columns: 1fr;
    }
    .count--bx:nth-child(4) {
    grid-column: span 1;
}
    .count--bx:nth-child(5) {
    grid-column: span 1;
}
    .globe-video {
        width: 300px;
        height: 480px;
    }
        .owner-img {
        width: 290px;
    }
        .globe-video video {
        transform: translateX(-246px) translateY(-120px);
        width: 600px;
    }
        .brand-wrapper > div:nth-child(1) {
        width: 100%;
        padding: 80px 30px !important;
    }
    .counter-bx {
    left: 20px;
}
.counter-detail:first-child {
    padding-right: 10px;
}
.counter-detail:last-child {
    padding-left: 10px;
}
.counter-bx {
    left: 0;
    padding: 6px;
    right: 0;
    margin: 0 auto;
}
.btn-social-wrapper {
    flex-direction: column;
}
.left-col p {
    text-align: center;
}
footer ul, footer h3 {
    text-align: center;
}
.menu-content{
    width: 100%;
}
.map-click{
    display: none;
}
}