/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500&display=swap');

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

@font-face {
    font-family: nexa_Bold;
    src: url(../../fonts/template13/Nexa_Bold.otf);
}

@font-face {
    font-family: nexa_Light;
    src: url(../../fonts/template13/Nexa_Light.otf);
}

@font-face {
    font-family: nexa_Demo_Bold;
    src: url(../../fonts/template13/NexaDemo-Bold.otf);
}

@font-face {
    font-family: nexa_Demo_Light;
    src: url(../../fonts/template13/NexaDemo-Light.otf);
}

@font-face {
    font-family: nexa_TextDemo_Bold;
    src: url(../../fonts/template13/NexaTextDemo-Bold.otf);
}

@font-face {
    font-family: nexa_TextDemo_Light;
    src: url(../../fonts/template13/NexaTextDemo-Light.otf);
}

:root {
    --NexaBold-font: 'Montserrat', sans-serif;
    --NexaDemoBold: 'Montserrat', sans-serif;
    --NexaDemoLight: 'Quicksand', sans-serif;
}

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

img[src=""] {
    display: none !important;
}

.wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.bg-img {
    position: absolute;
    top: 0;
    z-index: -99;
    width: 100%;
    height: 100%;
}

.bg-img img {
    width: 100%;
    height: 100%;
}

.waterMarkImage {
    position: absolute;
    max-width: 300px;
    height: auto;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.waterMarkImage img {
    height: 100%;
    width: 100%;
}

.innerWrapper {
    background-size: cover;
    height: 760px;
    position: relative;
    /* max-width: 450px; */
    max-width: 450px;
    width: 100%;
}

/* Start header */
.topicons {
    position: relative;
}

.leftIcon {
    position: relative;
    float: left;
    top: 10px;
    left: 10px;
    text-align: center;
}

.rightIcon {
    float: right;
    position: relative;
    top: 10px;
    right: 10px;
    text-align: center;
}

.leftDiv,
.rightDiv {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leftIcon a,
.rightIcon a {
    text-decoration: none;
}

.leftIcon a img {
    width: 40px;
}

.leftIcon a {
    text-decoration: none;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rightIcon a img {
    width: 47px;
}

.paymentText {
    font-family: var(--NexaBold-font);
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 0;
    font-weight: 500;
}

.downloadText {
    font-family: var(--NexaBold-font);
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 0;
    font-weight: 500;

}

/* End header */

header {
    height: 70px;
}

/* start main */
.logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo a {
    cursor: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 20px;
}

.logo a img {
    height: 130px;
    width: 130px;
    object-fit: contain;
    margin-bottom: 15px;
    /* background-size: cover; */
}

.businessName {
    display: block;
    text-align: center;
    width: 85%;
    font-family: var(--NexaDemoBold);
    font-size: 26px;
    font-weight: 500;
    color: #323232;
    margin: 0 auto;
    margin-bottom: 3px;
    line-height: 24px;
}

.businessTitle {
    text-align: center;
    font-family: var(--NexaDemoBold);
    font-weight: 600;
    font-size: 14px;
    color: #323232;
    width: 85%;
    padding: 4px 0;
    margin: 0 auto;
    line-height: 16px;
}

.businessDesc {
    font-family: var(--NexaDemoLight);
    font-weight: 500;
    font-size: 12px;
    color: #323232;
    text-align: center;
    width: 85%;
    padding-top: 4px;
    margin: 0 auto;
    line-height: 14px;
}

.contactDetails {
    width: 60%;
    text-align: center;
    margin: 0 auto 0;
    padding-top: 20px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.contactDetailsParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* border: 1px solid grey; */
    min-height: 215px;
}

.divIcon {
    margin-bottom: 10px;
    text-decoration: none;
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.divIcon .firstspan {
    width: 10%;
    padding-right: 45px;
    border-right: 3px solid #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.divIcon .secondspan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
}

.divIcon .firstspan img {
    width: 30px;
}

.mobileNumber,
.Email,
.Website,
.Location {
    display: block;
    text-decoration: none;
    margin-top: 15px;
}

.contactpara,
.emailPara,
.websitePara,
.locationPara {
    font-size: 16px;
    font-family: var(--NexaDemoLight);
    font-weight: 400;
    margin: 0 0 0 15px;
    line-height: 15px;
    word-wrap: break-word;
    text-align: left;
    width: 250px;

}

.firstrow,
.secondrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.secondrow {
    padding: 0 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -15px;
}

.firstrow img {
    width: 50px;
    margin-top: 14px;
}

.secondrow img {
    width: 50px;
}

.thirdrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thirdrow img {
    width: 50px;
    margin-top: -30px;
}

.footerIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mediaIcons,
.innerIcons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mediaIcons {
    position: absolute;
    bottom: 80px;
    gap: 5px;

}

.socialMedi {
    margin-left: 0;
    margin-right: 0;
}

.mediaIcons img {
    width: 35px;
    height: 35px;
}

.mediaIcons div:nth-child(1) {
    margin-top: 10px;
}

.mediaIcons div:nth-child(2) {
    margin-top: 40px;
}

.mediaIcons div:nth-child(3) {
    margin-top: 60px;
}

.mediaIcons div:nth-child(4) {
    margin-top: 70px;
}

.mediaIcons div:nth-child(5) {
    margin-top: 70px;
}

.mediaIcons div:nth-child(6) {
    margin-top: 60px;
}

.mediaIcons div:nth-child(7) {
    margin-top: 40px;
}

.mediaIcons div:nth-child(8) {
    margin-top: 10px;
}

/* End Main */

/* start footer */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
}

.footerdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leftimg {
    text-align: right;
    border-right: 3px solid #fff;
    padding-right: 20px;
    margin: 0;
    margin-left: 59px;
}

.rightimg {
    text-align: left;
    padding-left: 20px;
    margin: 0;
}

.leftimg img {
    width: 80px;
    margin-left: -3px;
}

.rightimg img {
    width: 141px;
}

.container {

    width: 448px;
    height: 101px;
    z-index: 999;
    background: black;
    opacity: 0.9;
    box-shadow: 0px 4px 4px rgb(26 26 26 / 25%);
    backdrop-filter: blur(1000px);
    border-radius: 10px;
    align-items: center;
    display: flex;
    margin: auto auto;
    margin-top: 29px;


}


img:not([src]), img[type='src'], img[type='src'] {
    display: none !important;
}

/* End Footer */