@font-face {
    font-family: 'SF Pro Display';
    src: url('SFProDisplay-Regular.eot');
    src: url('SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('SFProDisplay-Regular.woff2') format('woff2'),
        url('SFProDisplay-Regular.woff') format('woff'),
        url('SFProDisplay-Regular.ttf') format('truetype'),
        url('SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('HubotSans-Light.eot');
    src: url('HubotSans-Light.eot?#iefix') format('embedded-opentype'),
        url('HubotSans-Light.woff2') format('woff2'),
        url('HubotSans-Light.woff') format('woff'),
        url('HubotSans-Light.ttf') format('truetype'),
        url('HubotSans-Light.svg#HubotSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans Semi';
    src: url('HubotSans-SemiBold.eot');
    src: url('HubotSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('HubotSans-SemiBold.woff2') format('woff2'),
        url('HubotSans-SemiBold.woff') format('woff'),
        url('HubotSans-SemiBold.ttf') format('truetype'),
        url('HubotSans-SemiBold.svg#HubotSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('DMSans18pt-Medium.eot');
    src: url('DMSans18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('DMSans18pt-Medium.woff2') format('woff2'),
        url('DMSans18pt-Medium.woff') format('woff'),
        url('DMSans18pt-Medium.ttf') format('truetype'),
        url('DMSans18pt-Medium.svg#DMSans18pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #f0f6fe;
}
header {
    background-color: #FFF;
}
.logo {
    padding: 40px 0px;
}
.container {
    max-width: 1160px;
}
.topbg {
    background-image: url(../images/top-bg.png); 
    background-size: cover;
}
.topbg .mainsec {
    padding: 100px 0px;

}

.topbg .mainsec span {
    font-family: 'DM Sans 18pt';
    font-size: 26px;
    color: #000;
    font-weight: 500; 
}
.topbg .mainsec h1 {
    font-family: 'Hubot Sans Semi';
    font-size: 56px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.topbg .mainsec h2 {
    font-family: 'Hubot Sans';
    font-size: 46px;
    color: #000;
    margin-top: 20px;
}

.topbg .mainsec p {
    font-family: 'DM Sans 18pt';
    font-size: 26px;
    color: #000;
    font-weight: 500; 
    max-width: 650px;
    margin: 20px auto auto auto;
}

.wtbg {
    background: #FFF;
    border-radius: 60px;
    padding: 60px 0px 60px 60px;
    margin-bottom: 80px;
}
.wtbg h3 {
    font-size: 26px;
    font-family: 'DM Sans 18pt';
    color: #000;
    max-width: 600px;
    margin-bottom: 30px;
}

.wtbg h1 {
    font-size: 64px;
    font-family: 'Hubot Sans Semi';
    color: #000;
}

.wtbg h2 {
    font-size: 64px;
    font-family: 'Hubot Sans';
    color: #000;
}

/* .padlft60 {
    padding-left: 60px
} */
.wtbg p {
    font-family: 'DM Sans 18pt';
    font-size: 22px;
    color: #000;
    max-width: 880px;
    margin-top: 20px;
}

.wtbg ul {
    margin: 0px 60px 0px 0px;
    padding: 40px 0px 0px 0px;

}
.wtbg ul li {
    list-style: none;
    font-size: 22px;
    font-family: 'DM Sans 18pt';
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 5px;
}
.wtbg ul li img {
    margin-top: 8px
}
.wtbg .videotn {
    padding: 60px 60px 60px 0px; 
}

.videotn iframe {
    width: 100%;
    height: 600px;
    border: 1px solid #000;
    border-radius: 20px;
}

footer {
    background-image: linear-gradient(to left, #9e2bba, #4d32ce);
    padding: 15px 0px;
    font-family: 'DM Sans 18pt';
    font-size: 14px;
    color: #FFF;
}
.showmobile {
    display: none !important; 
}
@media (max-width: 600px) { 
    .container {
        max-width: 100%;
    }
    .topbg {
        background-image: url(../images/top-bg-mobile.png);
        background-size: cover;
    }
    .topbg .mainsec span {
        font-size: 18px;
    }
    .topbg .mainsec {
        padding: 40px 0px;
    }
    .topbg .mainsec h1 {
        font-size: 30px;
    }
    .topbg .mainsec h2 {
        font-size: 26px;
    }
    .topbg .mainsec p {
        font-size: 22px;
    }
    .hidemobile {
        display: none !important;
    }
    .showmobile {
        display: block !important;
    }
    .wtbg {
        padding: 40px 20px;
    }
    .wtbg h3 {
        font-size: 20px;
        max-width: 100%;
    }
    .wtbg h1 {
        font-size: 50px;
        margin-top: 20px;
    }
    .wtbg h2 {
        font-size: 30px
    }
    .wtbg p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 50px;
    }
    .wtbg ul {
        padding: 0px;
    }
    .wtbg ul li {
        font-size: 16px;
    }
    .wtbg .videotn {
        padding: 30px 0px 30px 0px;
    }
    .wtbg ul li {
        padding-bottom: 10px;
    }
    .wtbg ul li img {
        margin: 0px;
    }
    footer {
        font-size: 12px;
    }
    .videotn iframe {
        height: 220px;
        width:100%;
    }
}