@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

.fp-watermark {
    display: none !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff !important;
}

.fp-slidesNav {
    text-align: center;
}

.fp-arrow {
    width: auto;
    height: auto;
    border-style: none;
}

.bi {
    margin-right: 0;
    font-size: 35px;
    color: #fff;
}

.accordion-item {
    background: transparent;
}

.accordion-button {
    background: transparent;
    color: #fff;
}

.accordion-body {
    color: #fff;
}

/* @font-face {
    font-family: 'Caviar Dreams';
    src: url('CaviarDreams.woff2') format('woff2'),
        url('CaviarDreams.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/transfonter.org-20220715-102523/Montserrat-Bold.woff2') format('woff2'),
        url('../assets/fonts/transfonter.org-20220715-102523/Montserrat-Bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/transfonter.org-20220715-102148/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../assets/fonts/transfonter.org-20220715-102148/Montserrat-ExtraBold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('../assets/fonts/transfonter.org-20220715-102557/CaviarDreams-Bold.woff2') format('woff2'),
        url('../assets/fonts/transfonter.org-20220715-102557/CaviarDreams-Bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/transfonter.org-20220715-102030/Montserrat-Medium.woff2') format('woff2'),
        url('../assets/fonts/transfonter.org-20220715-102030/Montserrat-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.Montserrat-normal {
    font-family: 'Montserrat';
    font-weight: normal;
    /* font-size: 20px; */
}

.Montserrat-bold {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 30px;
}

.Montserrat-extrabold {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 40px;
}

.Roboto {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

body {
    overflow-x: hidden;
    background-color: #D1D3D4;
    scroll-behavior: smooth;
    background-image: url('../images/cloudback.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

a:hover {
    color: #fff;
}

.img-fluid {
    height: 100%;
}

h1 {
    font-size: 40px;
    /* font-family: 'Montserrat';
    font-weight: bold; */
    /* padding-bottom: 2%; */
}

h2 {
    font-size: 30px;
    /* font-family: 'Montserrat';
    font-weight: bold; */
    /* padding-bottom: 2%; */
}

h3 {
    font-size: 20px;
    margin: 10px 0px;
    /* padding-bottom: 1% */
}

.navbar-toggler {
    border: none;
}
.navbar-toggler:hover {
    border: none;
}
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}
.navbar-nav .nav-link.active {
    color: #e8282a;
}
.navbar-nav .nav-link:hover {
    color: #e8282a;
}
.dropdown-item.active {
    background-color: #e8282a;
}
/* p {
    font-size: 1vw;
    margin: 0px;
    font-family: 'Montserrat';
    text-align: justify;
    padding-bottom: 10px;
} */

/* .card-title::after {
    content: '';
    width: 75%;
    border-top: 2px solid #e8282a;
    display: block;
} */
.card-title-hr {
    border-color: #e8282a;
    opacity: 1;
    margin-top: 0;
    border-top: 2px solid #e8282a;
}

.w-30 {
    width: 30%;
}

#navbarMain {
    /* display: none; */
    opacity: 0;
    position: fixed;
	top: 0;
	width: 100%;
	/* background-color: #333; */
	/* color: #FFFFFF; */
    z-index: 999;
    transition: all 0.5s;
}

.white {
    color: #fff;
}

.red {
    color: #e8282a;
}

/* .container-fluid {
    background-color: #D1D3D4;
} */

section {
    overflow: hidden;
}

.sec1 {
    /* background-image: url('../images/sec1cut-blue-min.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-position-y: bottom; */
    background: #d0d1d3;
    /* background: url(../images/VNV_with_BG.gif);
    background-size: 100%; */
}
.sec1-inner {
    width: 100%;
    height: 100vh;
    background-image: url('../images/desktopBGfinal.gif');
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: 100% 100%;
    /* background-position-y: bottom; */
    display: flex;
    align-items: center;
}
#companylogo {
    display: none;
}
.sec2 {
    /* background-image: url('../images/cloudback.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.inner-bg {
    background-color: #e8282a;
    max-height: 90%;
}
.inner-content {
    max-height: 80%;
    max-width: 80%;
    margin: auto;
}

.sec3 {
    background-image: url('../images/cloud-blue-min.png');
    background-size: 100% 130%;
    background-repeat: no-repeat;
    margin-top: 20%;
    height: max-content;
    min-height: 100%;
}

.row1 {
    padding-top: 3% !important;
}

.sec4 {
    /* background-image: url('../images/cloudback.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    padding: 5%;
}

.sec5 {
    /* background-image: url('../images/cloudback.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}


ul {
    padding-left: 1.2rem;
}
ul li {
    color: #fff;
}

.graphic {
    position: absolute;
    top: -100px;
    right: 166px;
    display: none;
}
#graphic .card .card-body {
    padding-left: 0;
    padding-bottom: 0.5rem;
}

.promotional-giveaway .card .card-body{
    padding-bottom: 0;
}
.promotional-giveaway .card .card-body .bi{
    font-size: 1rem;
}
.promotional-giveaway .card .card-body img{
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
}

#ad_manufacture {
    /* background-image: url('../images/cloudback.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#event {
    /* background-image: url('../images/cloudback.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#exhibition {
    /* background-image: url('../images/cloudback.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact {
    background-image: url('../images/blue-bg-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 20%; */
    /* height: max-content; */
    /* min-height: 100%; */
}

#contact a {
    display: flex;
    align-items: center;
}

#contact p {
    margin-bottom: 0;
    font-size: 16px;
}

#contact .bi {
    margin-right: 20px;
    font-size: 25px;
}

.social {
    position: fixed;
    bottom: 60px;
    left: 49px;
}

#scroll-to-top {
    cursor: pointer;
    z-index: 1;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 15px;
    background-color: #f8f9fa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -300px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}
#scroll-to-top .bi {
    color: #000;
}

span {
    text-align: justify;
}


/* .animate__backInDown{
    width: 100%;
    --animate-duration: 2s;
    animation: bounce;
} */

.img5 {
    /* width: 195vh;
    height: 66vh; */
    height: 80%;
    width: 80%;
}

/* #navbar {
    background-color: #333;
    position: fixed;
    top: -50px;
    width: 100%;
    display: block;
    transition: top 0.3s;
  } */

.box {
    padding: 6%;
}



.centered {
    font-family: 'Caviar Dreams';
    color: #fff;
    /* margin-left: 10%; */
    font-size: 50px;
    /* margin-top: -45%; */
}

.diff {
    font-family: 'Caviar Dreams';
    color: #fff;
    /* margin-left: 10%; */
    font-size: 20px;
}

/* .para{
    word-spacing: -1px;   
} */
.redbox {
    width: 90%;
    height: 100%;
    background-color: #e8282a;
    font-size: 10px;
    margin: 0% 5%;
    z-index: 2;
}

.roc {
    width: 100vh;
    height: 100vh;
    float: right;
    /* margin-top: -60px; */
}

/* .creative{
    margin: 20%;
    font-size: 10px;
    height: 50%;
} */

.brand {
    margin: 25px 0px 10px 0px;
}

h3.brand:hover,
h3.brand:active {
    text-decoration: underline;
    text-decoration-color: #e8282a;

}

h1.brand:hover,
h1.brand:active {
    text-decoration: underline;
    text-decoration-color: #e8282a;
}

h2.brand:hover,
h2.brand:active {
    text-decoration: underline;
    text-decoration-color: #e8282a;
}

.rt {
    margin: 50px;
    padding-top: 6%;
}

.right {
    width: 30%;
    height: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-26%, -30%);
}

.num {
    color: #D1D3D4;
    text-decoration: none;
    margin-left: 20%;
    /* margin-bottom: 20%; */
}

.bi {
    margin-right: 10px;
}

.mail {
    color: #D1D3D4;
    text-decoration: none;
    margin-left: 20%;
}

.website {
    color: #D1D3D4;
    text-decoration: none;
    margin-left: 20%;
}

.location {
    color: #D1D3D4;
    display: flex;
    align-items: center;
}

.r1 {
    margin-top: 4%;
    justify-content: center;
    text-align: justify;
}

.nill {
    padding-bottom: 0% !important;
}

.icon {
    align-items: center;
    display: flex;
    margin: 20px 0px;
}


.card {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

/* .card-body {
    padding-left: 0;
} */

.show-on-mobile {
    display: none !important;
}

.show-on-tablet {
    display: none;
}

@media screen and (max-width: 1025px) {
    body {
        background-size: auto;
    }
    .fp-arrow {
        display: none;
    }
    .sec4 {
        background-size: auto;
    }
    .sec5 {
        background-size: auto;
    }
    .sec6 {
        background-size: auto;
    }
    #ad_manufacture {
        background-size: auto;
    }
    #event_exhibit {
        background-size: auto;
    }
    .Montserrat-bold {
        font-size: 20px;
    }
    .Montserrat-normal {
        font-size: 1rem;
    }
}

@media screen and (max-width: 769px) {
    .Montserrat-bold {
        font-size: 20px;
    }
    .Montserrat-normal {
        font-size: 1rem;
    }
    .Montserrat-extrabold {
        font-size: 1.5em;
    }
    .right {
        width: 30%;
        height: 20%;
        position: absolute;
        top: 95%;
        right: 0%;
        transform: translate(-26%, -100%);
    }
    .num {
        margin-left: 0;
    }
    .mail {
        margin-left: 0;
    }
    .website {
        margin-left: 0;
    }
    .hide-on-tablet {
        display: none;
    }
    .show-on-tablet {
        display: flex !important;
    }
    .social {
        position: fixed;
        bottom: 25px;
        left: 25px;
    }
    .sec1{
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .sec1-inner {
        background-size: 100% 60%;
    }
}

@media screen and (max-width: 600px) {
    .Montserrat-bold {
        font-size: 20px;
    }
    .Montserrat-normal {
        font-size: 1rem;
    }
    .Montserrat-extrabold {
        font-size: 1.5em;
    }
    /* .right {
        width: 25%;
        height: 10%;
        position: absolute;
        bottom: 20%;
        right: 0%;
        transform: translate(-44%, -60%);
    } */
    .sec1 {
        /* background-position: top;
        background-size: 100%; */
        background-image: url('../images/sec1cut-blue-min.png');
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% 100%;
        background-position-y: bottom;
    }
    .sec1-inner {
        background-image: url('../images/finalmobilelow.gif');
        background-size: 100% 100%;
    }
    .inner-bg {
        height: 100vh;
        max-height: inherit !important;
        display: flex;
    }
    .inner-content {
        max-width: 100%;
        padding-top: inherit !important;
    }
    .sec2>.inner-bg>.inner-content>.Montserrat-normal {
        font-size: 14px !important;
    }
    .sec2>.inner-bg>.inner-content>.Montserrat-bold {
        font-size: 14px !important;
        margin-bottom: 30px !important;
    }
    .img5 {
        height: 100%;
        width: 100%;
    }
    .right {
        width: 25%;
        height: 10%;
        position: absolute;
        top: 28%;
        right: 0%;
        transform: translate(-44%, -60%);
    }
    /* .centered {
        color: #333;
    } */
    /* .diff {
        color: #333;
    } */
    .card-text {
        font-size: 14px;
    }
    .card-title {
        font-size: 1.15rem;
    }
    .icon {
        font-size: 14px;
    }
    .para {
        font-size: 14px !important;
    }
    .brand {
        font-size: 16px;
    }
    .main-subtitle {
        font-size: 18px;
    }
    .num {
        margin-left: 0;
    }
    .mail {
        margin-left: 0;
    }
    .website {
        margin-left: 0;
    }
    .hide-on-mobile {
        display: none!important;
    }
    .show-on-mobile {
        display: flex!important;
    }
    .social {
        position: fixed;
        bottom: 15px;
        left: 15px;
    }
}