@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('fonts/poppins-light-webfont.woff2') format('woff2'),
        url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'),
        url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('fonts/poppins-extrabold-webfont.woff2') format('woff2'),
        url('fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    background: #000000;
    font-family: 'poppinsregular';
}

img {
    width: 100%;
    max-width: 100%;
}

a {
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}


header {
    width: 100%;
    display: flex;
    align-items: center;
    background: #000;
    padding: 1rem 2rem
}

.logo {
    display: flex;
    width: 120px;
}

.container_fluid {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dp {
    width: 100%;
    /*	height: calc(100vh - 186px);*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-left: 0;
    /* background: linear-gradient(270.16deg, #ffffff 18.94%, #04a5ff 95.44%); */
    background: #000;
}

.imageContainer {
    width: 30%;
    position: relative;
}

.textContainer {
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

h4 {
    color: #000000;
    font-weight: 500;
    font-size: 40px;
    margin: 0;
}

h1 {
    color: #000000;
    font-weight: 900;
    font-size: 7rem;
    font-family: 'poppinsextrabold';
    margin: 0;
    line-height: 110px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    width: 570px;
    align-items: center;
    justify-content: center;
}

.primary {
    color: #000;
}

.secondary {
    color: #000;
}

.textContainer p {
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 2rem;
    text-align: center;
}

/* .chat {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	background: #EDAB41;
	border-radius: 25.947px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-size: 35px;
	padding: 25px 50px;
	text-decoration: none;
	font-family: 'poppinsmedium';
} */

.chat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: transparent;
    border-radius: 25.947px;
    text-transform: uppercase;
    color: #1E1E1E;
    font-size: 35px;
    padding: 25px 50px;
    text-decoration: none;
    font-family: 'poppinsmedium';
    position: absolute;
    width: 60%;
    height: 7%;
    bottom: 15%;
    left: 20%;
}

/* .chat:hover {
	background: #19970e;
	color: #ffffff;
} */

.chat img {
    width: 50px;
    height: 50px;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    padding: 1rem;
    font-size: 12px;
    color: #b8b8b8;
    text-align: center;
}

.copRight {
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
}

.mb {
    display: none;
}

@media screen and (max-width: 961px) {
    .container_fluid {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    /* .dp {
		display: none;
	} */
    /* .mb {
		width: 100%;
		display: flex;
	    background: #697AE3;
	    flex-direction: column;
	} */

    .mb {
        width: 100%;
        display: flex;
        background: #000000;
        flex-direction: column;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    header {
        width: 176px;
        height: 176px;
        position: absolute;
        top: -93px;
        align-items: flex-end;
        border-radius: 50%;
        padding-bottom: 2.3rem;
    }

    .imageContainer {
        width: 100%;
        display: flex;
    }

    .textContainer {
        width: 100%;
        text-align: center;
        background: rgba(217, 217, 217, 0.6);
        padding: 1rem;
    }

    .textContainer p {
        font-size: 12px;
        margin-bottom: 1rem;
    }

    h4 {
        font-size: 30px;
    }

    h1 {
        font-size: 4rem;
        line-height: 60px;
        width: 100%;
    }

    /* .chat {
	    background: #EDAB41;
	    border-radius: 12px;
	    font-size: 18px;
	    padding: 11px 22px;
	    font-family: 'poppinsbold';
	    gap: 8px;
	}

	.chat img {
	    width: 32px;
	    height: 32px;
	} */

    footer {
        font-size: 10px;
    }
}