
/*========= Home page css =========*/
.vyonix_Homebanner {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 25px 40px 0;
    min-height: 800px;
}
.vyonix_Homebanner img {
    width: 100%;
}
.banner_Homecontant {
    position: absolute;
    left: 0;
    top: 16%;
    width: 100%;
}
.banner_Homecontant h1 {
    font-weight: 500;
    color: #ffffff;
    font-size: 58px;
	margin-bottom:0;
    
}
.banner_Homecontant h4 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #ffffff;
    width: 80%;
    margin: 60px 0 0;
}
section.aboutus_Core {
    padding: 80px 0;
}
.aboutus_webCore {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-height: 500px;
    background-color: #000000;
}
.aboutus_webCore img {
    width: 100%;
}
.aboutus_Content {
    position: absolute;
    bottom: 60px;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    color: #ffffff;
}
.aboutus_Content h2 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(255 255 255 / 30%);
    display: inline-block;
    padding: 0 20px 10px 20px;
}
.aboutus_Content p {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    margin: 30px 0 0;
    line-height: 38px;
}
.products_webgrid {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    display: grid;
    gap: 50px 30px;
    padding: 60px 50px 80px;
    border-radius: 30px;
	background: linear-gradient(to bottom,  rgba(228,226,225,1) 0%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products_List {
    position: relative;
}
.products_List h2 {
    font-weight: 800;
    color: #111111;
    font-size: 44px;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 40px;
    margin-top: 40px;
}
.products_List h6 {
    font-weight: 400;
    color: #111111;
    font-size: 22px;
    margin: 0px;
    width: 90%;
    line-height: 40px;
    text-align: justify;
    padding-left: 40px;
}
.products_List_bg {
    overflow: hidden;
    border-radius: 30px;
}
.products_List_bg img {
    width: 100%;
}
.products_web {
    position: absolute;
    width: auto;
}
.products_web img {
    width: 100%;
}
.products_web.vyonix_laptop {
    bottom: 25px;
    right: -25px;
}
.products_web.vyonix_ev_charger {
    right: 15px;
    bottom: 0;
	width: 51%;
}
.products_web.vyonix_camera {
    right: 0px;
    top: 50%;
    transform: translate(12px, -50%);
    bottom: inherit;
}
.products_listText {
    position: absolute;
    top: 50%;
    transform: translate(30px, -50%);
	width:42%;
}
.products_listText h4 {
    font-weight: 600;
    color: #111111;
    font-size: 30px;
    margin-bottom: 20px;
}
.products_listText p {
    font-weight: 400;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}
.products_listText a {
    width: 60px;
    height: 60px;
    background-color: #636060;
    display: inline-grid;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 5px 12px 0px #686868;
    cursor: pointer;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
}
.products_listText a img {
    filter: brightness(0) invert(1);
}
.products_listText a.commingsoon {
    width: auto;
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    height: auto;
}
/*========= Home page css =========*/



@media (min-width: 2299px) {
    .vyonix_Homebanner {
        min-height: 1050px; 
        border-radius: 40px;
        margin: 40px 60px 0; 
    }
    .banner_Homecontant h1 {
        font-size: 84px; 
        line-height: 1.2;
    }
    .banner_Homecontant h4 {
        font-size: 28px;
        line-height: 44px;
        width: 70%;
    }
    section.aboutus_Core {
        padding: 100px 0;
    }
    .aboutus_webCore {
        min-height: 650px; 
    }
    .aboutus_Content {
        padding-left: 100px;
        padding-right: 100px;
        bottom: 80px;
    }
    .aboutus_Content h2 {
        font-size: 56px;
    }
    .aboutus_Content p {
        font-size: 26px;
        line-height: 42px;
    }

    .products_webgrid {
        grid-template-columns: repeat(auto-fit, minmax(640px, 1fr));
        gap: 80px 40px;
        padding: 100px 80px;
    }
    .products_List h2 {
        font-size: 64px;
    }
    .products_List h6 {
        font-size: 26px;
        line-height: 44px;
        width: 85%;
    }
    .products_listText {
        width: 52%; 
        transform: translate(50px, -50%);
    }
    .products_listText h4 {
        font-size: 38px;
    }
    .products_listText p {
        font-size: 22px;
    }
    .products_List:nth-child(3) p {
        width: 85%;
    }
    .products_listText a {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1600px) and (max-width: 1680px) {
	.vyonix_Homebanner {
		min-height: 600px;
	}
	.banner_Homecontant {
		left: 60px;
	}
}

@media (max-width: 1599px) {
	.vyonix_Homebanner {
		min-height: 520px;
	}
	.banner_Homecontant h1 {
		font-size: 48px;
	}
	.banner_Homecontant h4 {
        font-size: 20px;
        line-height: inherit;
        margin: 40px 0 0;
    }
	section.aboutus_Core {
		padding: 60px 0;
	}
	.aboutus_Content {
		bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.aboutus_Content h2 {
		font-size: 34px;
	}
	.aboutus_Content p {
        font-size: 18px;
        margin: 20px 0 0;
        line-height: 30px;
    }
	.products_webgrid {
		padding: 50px 40px 60px;
	}
	.products_List h2 {
        font-size: 38px;
        letter-spacing: 2px;
        padding-left: 0;
		margin-top: 20px;
    }
	.products_List h6 {
		font-size: 18px;
        width: 92%;
        line-height: 32px;
        padding-left: 0;
	}
	.products_web.vyonix_laptop {
		width: 57%;
		bottom: 20px;
	}
	.products_web.vyonix_camera {
		width: 44%;
	}
	.products_listText {
		width: 50%;
	}
	.products_listText h4 {
		font-size: 22px;
        margin-bottom: 10px;
	}
	.products_List:nth-child(3) .products_listText p {
		width: 76%;
	}
	.products_listText p {
		font-size: 15px;
	}
	.products_listText a.commingsoon {
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
	.vyonix_Homebanner {
		min-height: inherit;
	}
}

@media (max-width: 1199px) {
	.banner_Homecontant h1 {
        font-size: 38px;
    }
	.banner_Homecontant h4 {
        font-size: 18px;
        margin: 30px 0 0;
        width: 90%;
    }
    .vyonix_Homebanner {
        margin-left: 20px;
        margin-right: 20px;
    }
	.aboutus_Content {
       
    }
	.aboutus_Content h2 {
        font-size: 30px;
    }
	.aboutus_Content p {
        font-size: 16px;
        margin: 10px 0 0;
        line-height: 28px;
    }
	.products_web.vyonix_ev_charger {
        width: 50%;
    }
	.products_webgrid {
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	}
	.products_List h2 {
        font-size: 32px;
        letter-spacing: 2px;
    }
	.products_List h6 {
        font-size: 16px;
        width: 100%;
        line-height: 28px;
    }
	.products_listText p {
        font-size: 14px;
    }
	.products_listText a.commingsoon {
        font-size: 14px;
        padding: 8px 15px;
    }
	.products_listText a {
		width: 50px;
		height: 50px;
	}
	.products_listText a img {
		width: 12px;
	}
		
}

@media (min-width: 992px) and (max-width: 1199px) {
	.products_listText h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
	.products_listText p {
        font-size: 12px;
    }
	.products_listText a {
		margin-top: 0px;
	}
}

@media (max-width: 991px) {
	.banner_Homecontant h1 {
        font-size: 30px;
    }
	.banner_Homecontant h4 {
        font-size: 16px;
        margin: 20px 0 0;
        width: 100%;
    }
	.products_List h2 {
        font-size: 28px;
        letter-spacing: 0px;
        text-align: center;
		margin-top: 0;
    }
	.products_List h6 {
        text-align: center;
    }
	.aboutus_webCore {
		min-height: 450px;
	}
}

@media (max-width: 575px) {
	.banner_Homecontant {
		top: 10%;
	}
	.banner_Homecontant h1 {
        font-size: 28px;
    }
	.vyonix_Homebanner {
        margin: 0;
        border-radius: 0;
    }
	.products_webgrid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 40px;
        padding: 50px 20px 70px;
	}
	.aboutus_Content {
        height: 100%;
        bottom: 0;
        top: 50px;
    }
	.aboutus_Content h2 {
        font-size: 26px;
    }
	.aboutus_Content p {
        margin-top: 90%;
    }
	.products_List h2 {
        font-size: 26px;
    }
	.products_List_bg {
		border-radius: 15px;
	}
	.products_web.vyonix_laptop {
        width: 57%;
        bottom: 15px;
        right: -15px;
    }
	.products_web.vyonix_ev_charger {
        width: 52%;
		right: 5px;
    }
	.products_web.vyonix_camera {
		transform: translate(8px, -50%);
	}
	.products_listText {
		transform: translate(15px, -50%);
		width: 52%;
	}
	.products_listText h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
	.products_listText p {
        font-size: 12px;
        width: 90%;
		margin: 0;
    }
	.products_listText a{
		margin-top: 10px;
    }
	.products_listText a.commingsoon {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
	.banner_Homecontant {
		top: 7%;
	}
	.banner_Homecontant h4 {
        font-size: 15px;
		margin: 10px 0 0;
    }
	.aboutus_Content h2 {
        font-size: 22px;
    }
	.aboutus_Content {
        padding-left: 15px;
        padding-right: 15px;
    }
	.aboutus_Content p {
        font-size: 14px;
        line-height: 24px;
		margin-top: 80%;
    }
	.products_webgrid {
		padding: 50px 15px 60px;
		gap: 30px;
	}
	.products_List_bg {
		border-radius: 15px;
	}
	.products_List_bg img {
		min-height: 220px;
	}
	.products_List h2 {
        font-size: 22px;
    }
	.products_List h6 {
        font-size: 14px;
        line-height: 24px;
    }
	.products_listText a {
		width: 36px;
		height: 36px;
	}
	.products_listText a img {
		width: 8px;
	}
	.products_web.vyonix_laptop {
        width: 60%;
        right: -10px;
    }
	.products_web.vyonix_ev_charger {
        width: 56%;
    }
	.products_web.vyonix_camera {
        width: 50%;
    }
}

@media (max-width: 425px) {
	.aboutus_Content {
		top: 30px;
	}
	.products_List:nth-child(3) .products_listText p {
        width: 70%;
    }
	.products_listText p {
        font-size: 11px;
        width: 86%;
    }
}
@media (max-width: 399px) {
	.products_List_bg img {
		min-height: 205px;
	}
	.products_listText h4 {
        font-size: 16px;
    }
	.products_listText p {
		font-size: 10px;
	}
	.aboutus_Content p {
		margin-top: 65%;
    }
	.products_listText a.commingsoon {
        font-size: 10px;
    }
}	
@media (max-width: 375px) {
	.products_List_bg img {
		min-height: 190px;
	}
}
@media (max-width: 360px) {
	.products_webgrid {
        padding: 50px 10px 60px;
    }
	.products_listText h4 {
        font-size: 14px;
    }
	.products_listText p {
        font-size: 10px;
    }
	.aboutus_Content p {
		margin-top: 60%;
    }
	
}