﻿@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap');

:root {
    --white: #fff;
    --brilliant: #1a3954;
    --red: #fb7066;
    --blue: #87d7e2;
}

/* Common CSS Start */

/*@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap');
@font-face {font-family: "Bauhaus"; src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot"); src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff") format("woff"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.svg#Bauhaus Lt BT") format("svg"); }
@font-face {
    font-family: 'Hind Vadodara', sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap");
}*/





body,
html {
    height: 100%;
    background-color: #fff;
    font-family: 'Hind Vadodara', sans-serif;

    scroll-behavior: smooth;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

img {
    width: 100%;
    height: 100%;
}

.common-icon {
    width: 31px;
    height: 31px;
}

a:focus {
    text-decoration: none;
}

/* Common End */

/* aside bullet nav Us Start */
.aside {
    position: fixed;
    width: 49px;
    /* background: #f9f9f9; */
    height: 100vh;
    z-index: 9;
    margin-left: 6%;
}

aside {
    position: fixed;
    top: 44%;
    transform: translate(-50%, -50%);
}

    aside ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style-type: none;
        margin: 0;
    }

        aside ul li .indicator {
            cursor: pointer;
            margin-top: 5rem;
            display: block;
            height: 13px;
            width: 13px;
            border-radius: 50%;
            /* background-color: var(--blue); */
            border: 1px solid gray;
        }

        aside ul li .active {
            transform: scale(1);
            transition: transform 200ms ease-in-out;
            background-color: var(--red);
            border: none;
        }

/* For Section */
/* section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
section:nth-child(odd) {
  background-color: #ffcc33;
}
section:nth-child(even) {
  background-color: #ffb347;
}
section h1 {
  margin: 0;
  font-family: sans-serif;
  font-size: 4rem;
  color: white;
} */

/* aside Us end */

/* navigation us start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: var(--brilliant);
    overflow-x: hidden;
    transition: 0.2s;
    /* padding: 40px; */
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: var(--red);
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 48px;
        margin-left: -21px;
    }

.side-logo img {
    max-width: 118px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.sidenav p {
    text-align: center;
    padding-top: 4rem;
    color: var(--red);
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 6rem;
    font-weight: lighter;
}

.sidenav ul {
    display: flex;
}

.sidenav li img {
    width: 50px;
}

.side-item {
    margin-top: 3rem;
    color: var(--white);
}

    .side-item h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        color: rgba(91, 192, 223, 0.781);
        padding-bottom: 1rem;
        padding-top: 5rem;
    }

    .side-item img {
        width: 16px;
        margin-right: 1rem;

    }


    .side-item ul {
        list-style: none;
        margin-left: -4rem;
    }

    .side-item li img {
        width: 25px;
        height: 25px;
        /* border: 1px solid var(--red); */
    }

    .side-item.downloads-btn li img {
        width: 110px;
        height: 40px;
        border: none;
    }

.sidenav address {
    font-size: 12px;
    font-weight: lighter;
    line-height: 2.3;
}


/* navigation us end */

/* Contact Us Start */
.contactus {
    width: 210px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--brilliant);
    padding: 5px 0 5px 0;
}

    .contactus img {
        width: 25px;
        height: 17px;
        margin-right: 1rem;
    }

    .contactus h3 {
        color: var(--white);
        font-size: 20px;
    }
/* .navbar-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
} */

/* Contact us end */

/* Menu Bar Stysl*/
.navbar > .container-fluid .navbar-brand {
    margin-left: -70px;
}

.logo {
    height: 140px;
    display: block;
    width: 140px;
    position: absolute;
    z-index: 999;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav {
    margin-top: 3rem;
    margin-left: 14rem;
    height: 50px;
}

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 14px;
        margin-right: 40px;
        font-weight: bold;
        color: var(--brilliant);
    }

        .navbar-nav > li > a:hover {
            text-decoration: none;
        }

    .navbar-nav > li {
        text-decoration: none;
        list-style: none;
    }

.navbar-toggler {
    padding: 0.2rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid white;
}

.nav-link {
    color: var(--black) !important;
}

/* .wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #000;
  clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 71% 100%);
  transition: 1s all;
} */

.navbar-brand {
    color: #fff;
    /* font-family: 'Allerta Stencil', sans-serif; */
    margin-bottom: 4px;
    font-size: 27px;
}

.navbar-red:hover .wrapper {
    /* clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 65% 100%); */
}

.navbar-brand:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-red {
    background-color: var(--white);
    color: var(--black);
}

.all-show {
    z-index: 10;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    border-radius: inherit;
    backdrop-filter: blur(25px);
    animation: slideDown 0.45s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

    .sticky + .content {
        padding-top: 60px;
    }



/*RESPONSIVE NAVBAR MENU STARTS*/

/* CHECKBOX HACK */

input[type="checkbox"] {
    display: none;
}

/*HAMBURGER MENU*/

.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
}

/* Menu Styles */

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: url("../images/Welcome/hero.jpg");
    height: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 500px;
}

.hero-content {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-right: 14rem;
    margin-top:15rem;
}

    .hero-content h2 {
        font-size: 5rem;
        font-weight: bold;
        color: var(--brilliant);
        text-transform: uppercase;
        margin-top: 1rem;
    }

.buy-now {
    height: 39px;
    display: flex;
    align-items: center;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
    border: 3px solid var(--white);
    justify-content: space-around;
}

    .buy-now h4 {
        font-size: 2rem;
        font-weight: bold;
        color: var(--white);
        font-weight: bold;
        margin-left: 5px;
        text-transform: uppercase;
    }

    .buy-now img {
        width: 32px;
        height: 33px;
        background: var(--white);
        margin-right: -6px;
    }

img.img-show {
    display: block;
}

img.img-hide {
    display: none;
}

.buy-now:hover {
    background-color: var(--red);
    text-decoration: none;
    border: 2px solid var(--red);
}

    .buy-now:hover > img {
        background-color: var(--red);
    }

/* .buy-now .icon {
  transform: rotate(-25deg);
  font-size: 3rem;
  color: red;
  background: white;
  display: block;
} */

/* Hero end */

/* Featurn start */
.fetures {
    margin-top: 2rem;
    background-color: #e6e6e6;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container > div {
        background-color: var(--white);
        width: 360px;
        margin: 10px;
        text-align: center;
        padding: 2rem;
    }

    .flex-container .feature-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #e6e6e6;
    }

        .flex-container .feature-item h2 {
            color: var(--red);
        }

        .flex-container .feature-item h3 {
            font-weight: bold;
            font-size: 22px;
            margin-top: 1rem;
            text-align: left;
            color: var(--brilliant);
        }

.fetures > .flex-container .item > span > img {
    width: 65px;
    height: 55px;
    margin-bottom: 2rem;
    display: block;
    margin: auto;
}

.fetures > .flex-container .item > h2 {
    font-size: 2rem;
    font-weight: bold;
    padding: 3.5rem 0rem 1.5rem 0rem;
    color: var(--brilliant);
}

.fetures > .flex-container .item > p {
    font-size: 1.5rem;
    color: gray;
}
/* Featurn end */

/* pbx featrue start */
.pbx-feature {
    padding: 7rem;
    background-color: var(--blue);
    margin-top: 3rem;
    margin-bottom: 3rem;
    /* padding-bottom: 5rem; */
    /* margin: 2rem 0rem 2rem 0rem; */
}

    .pbx-feature h3 {
        font-size: 3.5rem;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .pbx-feature h2 {
        font-size: 4rem;
        color: var(--brilliant);
        text-transform: uppercase;
        font-weight: bold;
    }

    .pbx-feature p {
        font-size: 25px;
        font-weight: 300;
        line-height: 1.5;
        padding-top: 2rem;
    }

    .pbx-feature .image-container {
        /* width: 200px; */
        /* height: 300px; */
    }
/* pbx featrue end */

/* Footer start */
footer {
    background-color: var(--brilliant);
    padding-top: 4rem;
    /* padding-bottom: 4rem; */
    /* display: block; */
}

    footer .image-container {
        width: 150px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* position: relative; */
        /* margin-left: 2rem; */
    }

    footer p {
        color: var(--blue);
        text-transform: capitalize;
        text-align: justify;
        margin-left: 2rem;
        padding-top: 1rem;
        font-size: 10px;
    }

    footer .image-container img {
        margin-left: 2rem;
    }

    footer h5 {
        color: var(--red);
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 2rem;
        text-transform: uppercase;
    }

    footer ul li a {
        font-size: 12px;
        color: var(--white);
        text-transform: capitalize;
    }

    footer address {
        color: var(--white);
    }

    footer .copyright {
        margin-top: 4rem;
        display: block;
        background-color: var(--black);
        color: var(--red);
        padding: 1rem;
    }

/* Footer end */

/* Scroll to top start */
.scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
    display: none; /* Hidden by default */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    border-radius: 10px; /* Rounded corners */
}

    .scroll-to-top:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

/* scroll to top end */

/* PopCSS  start*/
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    /*width: 600px;*/
    margin: 30px auto;
    max-width: 97%;
}

.pop-up-content-image {
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    /*padding: 20px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    /* background-image: url('./asset/image/map_esim.png'); */
    background-repeat: no-repeat;
    z-index: 99;
    background-size: 100% 100%;
}

@media only screen and (max-width: 600px) {
    .custom-model-wrap {
        background-color: white !important;
        /* background-image: url('./asset/image/map-esim.png'); */
        background-repeat: no-repeat;
        z-index: 99;
        background-size: 100% 100%;
    }
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

/* PopCSS  end*/




/* Mega Menu CSS Start */
.mega {
    height: 100vh;
    /* width: 100vw; */
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0); */
    /* background-color: rgba(0,0,0, 0.9); */
    background-color: var(--brilliant);
    overflow-x: hidden;
    transition: 0.5s;
    background-image: url('../images/Welcome/megamenubg.png');
    background-repeat: no-repeat;
}

.mega-logo {
    width: 350px;
    margin: 0px auto;
    position: fixed;
    right: 0;
    left: 0;
    margin-top: 10rem;
}

.mega-item h3 {
    font-size: 20px;
    color: red;
    text-transform: capitalize;
    margin-bottom: 2rem;
    font-weight: 500;
}

.mega-item ul {
    padding: 0;
}

.mega a {
    padding: 7px;
    text-decoration: none;
    font-size: 14px;
    color: var(--white);
    display: block;
    transition: 0.3s;
    font-weight: 300;
}

    .mega a:hover, .mega a:focus {
        color: #c0c0c0;
    }

.closebtnmega {
    color: var(--red) !important;
}

.mega .closebtnmega {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.mega-flex {
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 27rem;
}


@media screen and (max-height: 450px) {

    .mega a {
        font-size: 20px
    }

    .mega .closebtnmega {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


@media screen and (max-width: 450px) {
    .mega-flex {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 2rem;
    }

    .mega-logo {
        width: 250px;
        margin: 0px auto;
        position: relative;
        margin-top: 10rem;
    }

    .mega-item h3 {
        margin-bottom: 1rem;
    }

    .hamburger-mega {
        text-align: center;
        position: fixed;
        right: 46%;
        z-index: 99999;
        display: inline-table;
        top: 0;
    }
}



.mega-humber {
    float: right;
    margin-top: -75px;
    font-size: 3rem;
}

.mega-toogle {
    display: none;
    width: 0vw;
}

.hamburger-mega {
    display: inline-block;
    text-align: right;
    margin-top: 3.3rem;
}