body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
	overflow-x: hidden;
}

.header {
    display: flex;
    align-items: center;
    background: black;
}

.first-container {
    width: 65%;
}

.black-container {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    height: 81px;
    gap: 60px;
}

@media (min-width: 768px) and (max-width: 1260px) {
    .black-container {
        width: 50%;
        gap: 25px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .black-container {
        width: 80%;
        gap: 15px;
    }
}

.header-button {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.social-icons {
    display: flex;
    justify-content: flex-between;
    align-items: center;
    gap: 30px;
    margin-right: 20px;
}

.fab {
    font-size: 23px;
}
.video-btn {
    width: 196.17px;
    font-family: "Play", sans-serif;
    padding: 18px 33px;
    background: #9fc522;
    color: #fff;
    border-radius: 9px;
    border: 2px solid #565656;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.video-btn:hover {
    transform: scale(1.1);
}
/* navbar starts here  */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 120px;
    padding-top: 12px;
    background: white;
}

.logo-div {
    width: 265px;
    padding-left: 16px;
}
@media (min-width: 1024px) and (max-width: 1260px) {
    .logo-div {
        width: 120px;
    }
}
.logo {
    width: 129px;
    height: 36px;
    cursor: pointer;
}
@media only screen and (min-width: 1650px) {
    .logo {
        padding-left: 70px;
    }
}
@media (min-width: 1024px) and (max-width: 1260px) {
    .logo {
        width: 100px;
    }
}
.nav-items {
    display: flex;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 5px;
    padding: 0px;
}
.nav-items a {
    text-decoration: none;
}
@media only screen and (max-width: 1070px) {
    .nav-items {
        display: none;
    }
}
.menu-icon {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}
@media only screen and (min-width: 1070px) {
    .menu-icon {
        display: none;
    }
}
.nav-items li {
    margin: 0px;
    padding: 8px 15px;
    font-family: Oswald;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #7a7a7a;
}

@media (min-width: 1024px) and (max-width: 1260px) {
    .nav-items li {
        padding: 6px 15px;
        font-size: 14px;
    }
}
.nav-items li:hover {
    color: #9fc522;
    border-bottom: 2px solid #9fc522;
}
/* first main section under navbar starts here  */
.front-container {
    margin-top: -20px;
    background-image: url("./images/background1.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    padding-bottom: 170px;
}

.first-content {
    margin: 0 auto;
    max-width: 1600px;
    padding-left: 16px;
    padding-top: 30px;
}
.accelarate {
    margin: 0px;
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 33px;
    line-height: 33px;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
}
.your-text {
    margin: 0px;
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 33px;
    line-height: 33px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
}
.sales {
    margin: 0px;
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 58px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
}

.kitchen-para {
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    font-style: italic;
    margin: 0px;
}
.first-content-list li {
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    list-style-type: disc;
    list-style-position: outside;
}
.talk-expert-btn {
    color: white;
    font-family: "Play", Sans-serif;
    background-color: #9fc522;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    width: 258px;
    height: 58px;
    padding: 17px 33px;
    border: none;
    border-radius: 6px;
    margin: 0px;
    cursor: pointer;
}
.first-section-images {
    margin-top: -170px !important;
    max-width: 1600px;
    margin: 0 auto;
    animation: zoom-in 1s ease;
    text-align: center;
}
@media only screen and (max-width: 1074px) {
    .first-section-images {
        margin-top: 0px !important;
        text-align: center;
    }
}
.img1 {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}
@keyframes zoom-in {
    0% {
        transform: scale(0.5, 0.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
.img2 {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1.3s infinite alternate;
}
.img3 {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1.6s infinite alternate;
}
@media only screen and (max-width: 425px) {
    .img3 {
        width: 100%;
    }
}
.img4 {
    -webkit-animation: action 2.4s infinite alternate;
    animation: action 1.9s infinite alternate;
}
@media only screen and (max-width: 425px) {
    .img4 {
        width: 100%;
    }
}
@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
/* 2nd content capature leads sections starts here  */
.capture-more-container {
    max-width: 1440px;
    margin: 0 auto;
}
.capture-heading {
    padding-right: 10px;
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #4990e2;
    line-height: 40px;
    margin: 0px;
    text-align: right;
    text-transform: uppercase;
    font-style: italic;
}
.stream-para {
    padding-right: 10px;
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #4990e2;
    margin: 0px;
    text-align: right;
    text-transform: uppercase;
    font-style: italic;
}
.capture-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 20px 0px;
}

.quoting-para {
    font-family: "Play", Sans-serif;
    font-size: 16px;
    line-height: 28.8px;
    color: #777;
    background: white;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
//3rd main video section starts here

.video-section {
    max-width: 1600px;
    margin: 0 auto;
}
.video-sub-section {
    max-width: 1440px;
    margin: 0 auto;
}
.video-section {
    padding: 20px;
}

.checkout-para {
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #4990e2;
    margin: 0px;
    text-transform: uppercase;
    font-style: italic;
    padding-left: 5px;
}
.sizzel-real-heading {
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #4990e2;
    line-height: 40px;
    margin: 0px;
    text-transform: uppercase;
    font-style: italic;
    padding-left: 5px;
}
.video-div {
    max-width: 1600px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.video {
    border: none;
    border-radius: 6px;
}
//4rth slideing image section starts here
.sliding-images {
    padding-top: 120px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
}

.sliding-img1 {
    max-width: 681px;
    height: auto;
}
.slidiing-img2 {
    width: 478px;
    height: 241px;
}
@media (min-width: 769px) and (max-width: 1260px) {
    .sliding-img1 {
        width: 45%;
        height: auto;
        padding-left: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1260px) {
    .sliding-img2 {
        width: 45%;
        height: auto;
    }
}

/* 4th section fastest quote section starts here */
.fastest-quote {
    max-width: 1440px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 120px;
    padding-bottom: 120px;
    gap: 50px;
}

.quote-video {
	max-width: 680px;
	width: 100%;
    margin-top: 20px;
}

.quote-video video {
	width: 100%;
}

.fastest-qote-div {
	max-width: 565px;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
    .step1-video {
        width: 400px;
    }
}

.fastest-qote {
    margin: 0px;
    padding-bottom: 10px;
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
}
.fastest-qote-heading {
    font-family: "Montserrat", Sans-serif;
    font-size: 79px;
    font-weight: 800;
    color: #4990e2;
    letter-spacing: -0.9px;
    line-height: 39.9px;
    margin: 0px;
    text-transform: uppercase;
    font-style: italic;
}
@media (min-width: 577px) and (max-width: 1260px) {
    .fastest-qote-heading {
        font-size: 45px;
    }
}

.fastest-qote-para {
    font-family: "Play", Sans-serif;
    font-size: 16px;
    line-height: 28.8px;
    color: #777;
    background: white;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    margin-bottom: 0px;
}

/* 5th section kitchen visualtization starts here */
.kitchen-visualization {
    background: url("./images/kitchen2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 120px;
}

.iframe-visualization {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.iframe-visualization-video {
    max-width: 629.5px;
	width: 100%;
}

.sliding-images {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .iframe-visualization-video {
        width: 400px;
    }
}

.kitchen-visualzer {
    max-width: 588px;
	width: 100%;
    background: white;
    margin-right: 20px;
    margin-top: 120px;
    border-radius: 21px;
    padding: 20px;
    opacity: 0.6;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .kitchen-visualzer {
        width: 380px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .kitchen-visualzer {
        width: 90%;
    }
}

.kitchen-main {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 500px) and (max-width: 768px) {
    .kitchen-main {
        width: 90%;
    }
}

@media only screen (max-width: 499px) {
    .kitchen-main {
        width: 80%;
    }
}

.visualizer-heading {
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
    margin: 0px;
}

@media (min-width: 577px) and (max-width: 1024px) {
    .visualizer-heading {
        font-size: 35px !important;
    }
}

.kitchen-heading {
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
}

.visualizer-para {
    font-family: "Play", Sans-serif;
    font-size: 16px;
    line-height: 28.8px;
    color: #777;
    background: white;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.visual-images img {
    width: 81px;
}
@media only screen and (max-width: 1024px) {
    .visual-images img {
        width: 50px;
    }
}
/* 5th section kitchen visualtization ends here */
/* 6th section kitchen visualtization starts here */
.bath-visualization {
    background: url("./images/bath-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 120px;
}

.bath-vis {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.bath-iframe {
    max-width: 629.5px;
	width: 100%;
    padding: 20px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bath-iframe {
        width: 400px;
    }
}

.bath-main {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.bath-visualzer {
    max-width: 588px;
	width: 100%;
    background: white;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 21px;
    margin-top: 120px;
    padding: 20px;
    opacity: 0.9;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .bath-visualzer {
        width: 400px;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .bath-visualzer {
        width: 90%;
        margin-top: 100px;
    }
}

.visualizer-heading {
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
    margin: 0px;
}
.kitchen-heading {
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
}
.visualizer-para {
    font-family: "Play", Sans-serif;
    font-size: 16px;
    line-height: 28.8px;
    color: #777;
    background: white;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.calculations {
    max-width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    gap: 25px;
    padding-top: 120px;
    padding-bottom: 80px;
}
@media (min-width: 577px) and (max-width: 768px) {
    .calculations {
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 50px;
    }
}

.clcalculations-img {
	max-width: 619px;
	width: 100%;
}

.clcalculations-img img {
	width: 100%;
    height: 509px;
}

.calculations-left-side {
	max-width: 722px;
	width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .clcalculations-img img {
        max-width: 419px !important;
		width: 100%;
        height: 309px !important;
    }
}

.calaculation-heading {
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
    margin: 0px;
}
@media (min-width: 577px) and (max-width: 768px) {
    .calaculation-heading {
        font-size: 30px;
    }
}

.square {
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
}
.made-easy {
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
}
.calculations-para {
    font-family: "Play", Sans-serif;
    font-size: 16px;
    line-height: 28.8px;
    color: #777;
    background: white;
    text-align: justify;
    margin: 0px;
}
/* section7 ends here */
/* section8 sysytem management starts here */
.system-management {
    background: url("./images/system-management1.jpg");
    background-size: cover;
    background-position: top center;
    padding-left: 20px;
    padding-right: 20px;
}
.tools-div {
    margin: 0 auto;
    max-width: 1440px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.tools-div-container {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 150px;
}

.tools-div-container h4 {
	font-size: 26px;
	font-style: italic;
	color: #9fc521;
	font-weight: 500;
	font-family: "Oswald", Sans-serif;
}

.tools-div-container h2 {
	color: #9fc521;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

@media only screen and (max-width: 1024px) {
    .tools-div img {
        width: 80px !important;
        margin: 0 auto;
    }
}
.system-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    max-width: 1440px;
    margin: 0 auto;
}

.system-contennt {
    margin-top: 360px;
	max-width: 712px;
}

.system-img {
    max-width: 712px;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .system-img {
        width: 420px;
    }
}

.system-text {
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
}
.system-heading {
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #4990e2;
    text-transform: uppercase;
    font-style: italic;
    margin: 0px;
}

.system-para {
    font-family: "Play", Sans-serif;
    font-size: 16px;
    line-height: 28.8px;
    color: #777;
    background: white;
    text-align: justify;
}

.footerHead {
    margin-top: 80px;
    background-color: #e4edf8 !important;
}

.footer {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e4edf8 !important;
}

.footerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerNav {
    font-size: 14px;
    font-family: "Play", sans-serif;
    line-height: 20px;
    list-style: none;
    padding-left: 23px;
}

.footerNav a {
    text-decoration: none;
    color: #7092a5;
}

.footerNav a:hover {
    color: #a0c2d5;
}

.footerMenuSection h3 {
    color: #4990e2;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.fNavLinks {
    padding-block: 1px;
    letter-spacing: 2;
    line-height: 20px;
}

.companyDetails h3 {
    color: #4990e2;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.companyAddress, .companyCellNo {
    color: #7092a5;
    font-family: "Play", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.companyCellNo {
    margin-top: 6px;
    padding-bottom: 100px;
    cursor: pointer;
}

.companyCellNo:hover {
    opacity: 50%;
}

.footerLogo img {
    max-width: 240px;
    margin-top: 107px;
}

.footerHLine {
    color: #7092a5;
}

.privacyPolicy {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
    gap: 6px;
}

.privacyPolicy a {
    text-decoration: none;
    color: #7092a5;
}

.privacyPolicy a:hover {
    color: #a0c2d5;
}

.fMaxScreen {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.bottom {
    background-color: #4990e2;
    color: white;
    text-align: center;
    padding-block: 14px;
    line-height: 28.8px;
    font-size: 16px;
    font-family: "Play", sans-serif;
    position: relative;
}

.footerMenuSection {
    margin-top: 20px;
}

.companyDetails {
    margin-top: 20px;
}

.companyDetails p {
    max-width: 300px;
}

.footerLogo img {
    margin-top: 20px;
}

.leftSide img {
    width: 81%;
    max-width: auto;
    height: auto;
}

.righSide h2 {
    font-size: 22px;
}

.companyCellNo {
    margin-top: 4px;
    padding-bottom: 29px;
}

.BottomAnimation {
	position: relative;
	transform: translateY(50px);
	opacity: 0;
	transition: 1s all ease;
}
  
.BottomAnimation.active {
	transform: translateY(0);
	opacity: 1;
}

.LeftAnimation {
	position: relative;
	transform: translateY(50px);
	opacity: 0;
	transition-delay: 0.4;
	transition: 1s all ease;
}
  
.LeftAnimation.active {
	transform: translateY(0);
	opacity: 1;
}

.RightAnimation {
	position: relative;
	transform: translateY(50px);
	opacity: 0;
	transition-delay: 0.4;
	transition: 1s all ease;
}
  
.RightAnimation.active {
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.capture-text {
        flex-direction: column;
        padding: 10px;
    }

	.video-section {
        padding: 10px;
    }
	
	.system-img {
        width: 100%;
        padding-top: 20px;
    }

	.sliding-images {
        flex-direction: column;
        width: 100%;
    }

	.system-contennt {
        margin-top: 40px;
    }

	.system-content {
        flex-direction: column;
    }

	.tools-div {
        flex-wrap: wrap;
    }

	.calaculation-heading {
        font-size: 32px;
    }

	.clcalculations-img img {
        width: 100% !important;
        height: auto;
    }

	.bath-iframe {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

	.bath-main {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bath-visualzer {
		margin-left: 0;
		margin-right: 0;
	}

	.iframe-visualization-video {
        width: 100%;
    }

	.step1-video {
        width: 100%;
    }

	.fastest-quote {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 70px;
        padding-bottom: 70px;
        gap: 20px;
    }

	.sliding-img2 {
        height: auto;
        width: 90%;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

	.sliding-img1 {
        height: auto;
        width: 90%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1560px) {
	.LeftAnimation {
		position: relative;
		transform: translateX(8.49%);
		opacity: 0;
		transition-delay: 0.4;
		transition: 1s all ease;
	}
	  
	.LeftAnimation.active {
		transform: translateX(0);
		opacity: 1;
	}
	
	.RightAnimation {
		position: relative;
		transform: translateX(-8.49%);
		opacity: 0;
		transition-delay: 0.4;
		transition: 1s all ease;
	}
	  
	.RightAnimation.active {
		transform: translateX(0);
		opacity: 1;
	}
}

@media only screen and (min-width: 1600px) {
    .system-para {
        background: transparent;
    }
}

@media only screen and (min-width: 769px) and (max-width: 930px) {
    .companyDetails p {
        max-width: 150px;
    }
}
@media only screen and (min-width: 1400px) {
    .footerLogo img {
        max-width: 411.13px;
        height: 100.91px;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .first-container {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 576px) {
    .header {
        display: block;
    }

	.first-container {
        display: none;
    }

	.black-container {
        width: 100%;
        gap: 4px;
    }

	.header-button {
        display: flex;
        gap: 7px;
        justify-content: center;
    }

	.social-icons {
        display: flex;
        gap: 20px;
        margin-right: 10px;
    }

	.video-btn {
        width: 155.17px;
        padding: 10px 0px;
    }

	.navbar {
        padding-top: 0px;
    }

	.front-container {
        padding-bottom: 80px;
    }

	.sales {
        font-size: 40px;
    }

	.fastest-qote-heading {
        font-size: 35px;
    }

	.fastest-qote-para {
        margin-top: 10px;
    }

	.kitchen-visualzer {
        margin-top: 40px;
        padding: 5px;
    }

	.visualizer-heading {
        font-size: 30px !important;
        margin: 0px;
    }

	.bath-visualzer {
        margin-top: 40px;
    }

	.calculations {
        flex-direction: column;
		padding: 50px 10px;
        margin: 5px;
    }

	.tools-div-container h2 {
		font-size: 36px;
	}

	.tools-div-container h4 {
		font-size: 20px;
	}

	.calculations-para {
        padding-left: 10px;
        padding-right: 10px;
    }

	.tools-div {
		padding-top: 40px;
	}

	.system-heading {
        font-size: 30px;
    }

	.system-para {
        background: transparent;
    }

	.footer {
        flex-direction: column;
    }
}