/*
Theme Name: Neogen Theme
Theme URI: https://bpract.com
Author: Bpract
Author URI: https://bpract.com
Description: A custom WordPress theme for GMC.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Neogen
*/

/* Add your custom styles here */

/* 

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('./fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
 */

body {
     font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	scroll-behavior: smooth;
    letter-spacing: .2px;

}

p {
    font-size: 15px;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.6;
    color: var(--textColor);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
    color: #384857;
}
.secondaryFont, .elementor-heading-title, .elementor-icon-list-text
{
	font-family: "Poppins", sans-serif !important;
}
.secondaryFont p
{
	font-family: "Poppins", sans-serif !important;
}
.neogencontainer,
.neogencontainer {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    padding: 15px 15px;
}


.textCenter {
    width: 100%;
    text-align: center
}

.sticky {
    position: fixed;
    width: 100%;
    padding: 5px 0;
    z-index: 4;
    transition: background .4s;
    background: #2b2e34;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(9, 13, 20, .4), -4px -4px 8px rgba(224, 224, 255, .04);
    -webkit-backdrop-filter: blur(108.731px);
    backdrop-filter: blur(108.731px);
    top: 0;
}
.video-section
{
	display:flex;
	justify-content:center
}
#player
{
	width: 1000px;
	height:563px
}
.sticky .navigation-container {
    padding-top: 0;
    padding-bottom: 0;
}

.sticky .nav_Buybutton {
    padding: 13px 32px;
}


.header {
    width: 100%;
    height: auto;
    background-color: var(--color-black-300);
    box-shadow: var(--shadow-medium);
    position: relative;
    z-index: 2;
}

.navbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    width: 100%;
    margin-inline: auto;
}

.roundBg1 .elementor-button:focus, .roundBg1 .elementor-button:hover, .roundBg1 .elementor-button:visited{
	    background-color: var(--primaryHoverColor) !important;
}
commitmentBox p
{
	color: #fff !important;
}

@media screen and (min-width: 48rem) {
    .navbar {
        display: flex;
        width: 100%;
		justify-content: space-between;
    }

    .site-identity-logo {
        width: 260px;
    }

    .wrapper {
/*         width: 130px; */
        display: flex;
        justify-content: flex-end;
    }

    .menu {
        width: 100%;
    }
}


.wrapper {
    display: flex;
    justify-self: end;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding-block: 1rem;
    
}

.menu {
    width: 100%;
}

.site-identity-logo {
    width: 160px;
}

.site-identity-logo img {
    width: 100%;
}

@media screen and (min-width: 48rem) {
    .wrapper {
        order: 1;
    }
}

.menu {
    display: flex;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.2s linear;
}

.menu.is-visible {
    height: 13rem;
    margin-top: 1rem;
    background-color: #3f5971;
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0;
    padding: 20px;
}

.menu-inner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.menu-item a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .2px;
    color: #fff;
    transition: all 0.25s ease;
}

.menu-item a:hover {
    opacity: .8;
}

@media screen and (max-width: 48rem) {
.menu {
 
    position: absolute;
    top: 60px;
    left: 0;

}
}
@media screen and (min-width: 48rem) {
    .menu {
        height: auto;
        align-items: center;
        justify-content: end;
        overflow: inherit;
    }

    .menu-inner {
        flex-direction: row;
        gap: 1.5rem;
    }

    .menu-link {
        text-transform: capitalize;
    }
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.6rem;
    height: 1rem;
    visibility: visible;
}

@media screen and (min-width: 48rem) {
    .burger {
        display: none;
        visibility: hidden;
    }
}

.burger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2.1px;
    transform: rotate(0deg);
    background-color: #fff;
    transition: all 0.2s ease;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger.is-active .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
}

.logoFixedConatiner {
    position: absolute;
    height: 850px;
    width: 100%;
    left: 0;
    z-index: 2;
    width: 90px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    top: 0;
}

.emailTitle {
    display: flex;
    transform: rotate(270deg);
    color: #fff;
    gap: 45px;
    font-weight: 300;
    font-size: 13px;
    top: 170px;
    position: absolute;

}

.emailTitle:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 1px;
    transform: rotate(270deg);
    top: -12px;
    background-color: #fff;
    left: 38px;
}

.socialBox {
    height: 810px;
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialBox ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}


.socialBox ul:before {
    top: -70px;
}

.socialBox ul li {
    margin-top: 7px;
    margin-bottom: 7px;
    z-index: 4;
}

.socialBox ul li a {
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    float: left;
    transition: 0.4s;
    padding: 5px;
}

.socialBox ul li a img {
    width: 17px;
    height: 17px;
}

.followTitle {
    transform: rotate(270deg);
    display: inline-block;
    /* Optional: Adjust styling as needed */
    margin: 0;
    padding: 10px;
    transform-origin: center;
    color: #fff;
    position: absolute;
    bottom: 60px;
    transform: rotate(270deg);
    display: inline-block;
}

.followTitle a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}

.followTitle a img {
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 30px;
    float: left;
    transition: 0.4s;
    padding: 5px;
    transform: rotate(90deg);
}

footer {
    background-color: #0F1B26;
    padding: 50px 0 15px;
}

.footer_Sub {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footerAdressBox {
        margin: auto;
    display: flex;

}

.footerLinkBox {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.footerLinkSub3_Box {
    width: calc(100% / 3 - 0px);
    padding-left: 25px;
}

.footerLinkSub3_Box h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footerList li {
    margin-bottom: 8px;
}

.footerList li a {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.8;
}

.footerList li a:hover {
    opacity: 1;
}

.copyRight {
       color: #fff;
    font-size: 13px;
    opacity: .7;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #2f4355;
    padding-top: 35px;
}

.neogenFootercontainer {
    padding: 50px 15px;
    background-color: var(--primaryColor);
    border-radius: 20px;
    margin-top: -180px;
    margin-bottom: 40px;
}

.neogenFootercontainer h5 {
    color: #fff;
    font-size: 38px;
    width: 100%;
    text-align: center;
}

.neogenFootercontainer p {
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.subscription-form {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.subscription-form input[type="email"] {
    padding: 10px 15PX;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background: transparent;
    outline: none;
    width: 250px;
    color: #fff;
}

.subscription-form input[type="email"]::placeholder {
    color: #dcdcdc;
}

.subscription-form button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    background: #ffffff;
    color: var(--primaryColor);
    cursor: pointer;
    transition: background 0.3s;
}

.subscription-form button:hover {
    background: var(--primaryHoverColor);
    color: #ffffff;

}

.footer_logo {
    width: 175px;
}

.neogen-footer-address {
    margin-top: 15px;
}

.neogen-footer-address li {
    display: flex;
    gap: 7px;
    color: #fff;
    font-size: 14px;
    opacity: .7;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.8;
    align-items: start;
	margin-bottom: 5px;
}
.neogen-footer-address li a {
    color: #fff !important;
}
.bulletUl {
    margin-top: 30px;
}
.bulletUl li {
       list-style: circle;
    margin-bottom: 7px !important;
    font-size: 15px;
    line-height: 22px;
    color: #222;
	font-family: "Poppins", sans-serif !important;
}
table.privacy {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    border: .1rem solid #6e6e6e33;
}
table.privacy td, table.privacy th {
    padding: 1em;
    border: .1rem solid #6e6e6e33;
}
.footerh6 {
    font-size: 16px;
	color:#fff
}
.footerSocial {
    display: flex;
    gap: 5px;
    margin-top: 25px;
}

.footerSocial li a {
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    opacity: .7;

}

.footerSocial li a:hover {
    border: 1px solid var(--primaryColor);
    background-color: var(--primaryColor);
}

.footerSocial li a img {
    width: 14px;
    height: auto;
}
.hustleBox
{
	background: #F4F8FF;
	padding:25px;
	border-radius:16px;
}

.roundBgred p
{
	color:#fff
}
.benefictSection 
{
	position:relative;
}
.roundBg1 p
{
	color:#fff
}
.incrediantBox
{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	margin-top:20px;
}
.incrediantLeftBox
{
	width:calc(50% - 150px)
}
.incrediantRightBox
{
	width:calc(50% - 150px)
}

.incrediantLeftSubBox h3, .incrediantRightSubBox h3
{
	font-size:16px;
	    margin: 0;
    margin-bottom: 10px;
	color:#15456E;
	  
}
.incrediantLeftSubBox
{
	text-align:right;
}
.incrediantRightSubBox
{
	text-align:left;
}
.incrediantCenterBox
{
	width: 280px;
	margin:10px;
	display:flex;
		
}
.incrediantCenterSubBox
{
	width: calc(100% / 3);
}
.incrediantCenterSubIconBox:first-child
{
	margin-top:28px
}
.incrediantCenterSubIconBox:nth-child(2)
{
	margin-top:20px
}

.incrediantLeftSubBox p, .incrediantRightSubBox p
{

font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 20px;
}
.hustleBox img, .gidBoxStyle1 img, .elementor-heading-titl{
	transition:.4s
}
.hustleBox:hover img, .gidBoxStyle1:hover img{
	transform: scale(1.1)
}
.gidBoxStyle1:hover .elementor-heading-title
{
	opacity:1
}
/* ***************************************************** */
@media screen and (max-width:1600px) {
.benefictSectionIMG  img
{
width:450px
}
	}

/* ***************************************************** */
@media screen and (max-width:1300px) {
    .logoFixedConatiner {
        display: none;
    }
	.benefictSectionIMG  img
{
width:360px
}
	
	#player
{
	width: 700px;
	height:394px
}
	
}
/* ***************************************************** */
@media screen and (max-width:991px) {
.incrediantBox
{
	margin-top:0px;
}
}
/* ***************************************************** */
@media screen and (max-width:768px) {

	.navbar {
    grid-template-columns: 150px 1fr;
}
	
    .footerAdressBox,
    .footerLinkBox {
        width: 100%;
		align-items:left;
		gap:5px;
		display:block
    }

    .footerLinkSub3_Box {
        margin-right: 10px;
        margin-left: 0;
        margin-top: 15px;
    }

    .slide {
        flex: 0 0 100%;
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 20px;
    }
	.neogen-footer-address {
    display: block;
          }
	
		#player
{
	width: 600px;
	height:310px
}
	
}


/* ***************************************************** */
@media screen and (max-width:638px) {

    .footerLinkSub3_Box {
        width: 100%;
        margin-right: 0px;

    }

    .neogenFootercontainer h5 {
        font-size: 24px;
    }

    .copyRight {
        text-align: center;
    }

    .mainTitle {
        font-size: 36px;
    }
	
			#player
{
	width: 500px;
	height:260px
}
	
}
/* ***************************************************** */
@media screen and (max-width:560px) {

    .incrediantBox {
        display: block;
    }
	.incrediantLeftBox, .incrediantRightBox {
    width: 100%;
     }
	.incrediantLeftSubBox {
    text-align: left;
}
	.incrediantCenterSubBox
	{
		display:none
	}
	
				#player
{
	width: 400px;
	height:220px
}
	
}


/* ***************************************************** */
@media screen and (max-width:468px) {

	.neogencontainer, .neogencontainer {
    padding: 15px 5px;
}
    .site-identity-logo img {
        width: 140px;
    }

    .mainTitle {
        font-size: 30px;
    }

    .mainTitle span {
        font-size: 21px;
    }

    .subscription-form button,
    .subscription-form input[type="email"] {
        width: 100%;
        margin-top: 10px;
    }

    .client_Statisfctn p {
        font-size: 14px;
        font-weight: 400;
    }
	.nav-buttons {
    display: none;
}
	#player
{
	width: 380px;
	height:198px
}
}




/* ***************************************************** */
@media screen and (max-width:388px) {
	
				#player
{
	width: 360px;
	height:190px
}
	
}