section.video-section {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 7px;
}
.mobile-menu-navbar{
	display:none;
}
.menu-active{
	padding-left: 20px;
}
.logo span {
    color: #FFDA3A;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.18px;
}

.logo img {
    width: 31px !important;
    height: 31px;
}
body{
    margin: 0 !important;
}  
a {
	text-decoration: none;
}
li {
	list-style: none;
}
.top-nav {
	background-color: #333333;
	padding: 15px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img {
	width: 160px;
}
.navbar ul {
	display: flex;
	gap: 50px;
}
.navbar li a {
	color: #FEFEFA;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.14px;
	text-transform: capitalize;
}
.canvas-data-row {
    display: flex;
    flex-direction: row-reverse;
    max-height: 100vh;
}
section#blinds-editor {
    max-width: 100%;
    width: 75%;
}

.below-button-group {
    flex-direction: column;
}
.fitlers {
    width: 25%;
    align-self: center;
    padding: 50px;
}
.canvas-btn-design {
    width: 100%;
}
 footer {
            background-color: #333333;
            padding: 10px 50px;
        }

        .footer-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .quick-links ul {
            display: flex;
            gap: 50px;
            list-style: none;
        }

        footer p {
            margin: 0;
        }

        footer a , footer p {
            font-family: Lato;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.14px;
            text-decoration: none;
            text-align: center;
            color: #fff;
        }
.mobile-menu {
    display: none;
}

/*Popup*/

.modal-content {
    padding: 10px 30px 30px;
}
.modal-content label {
    font-family: lato;
    font-size: 14px;
    font-weight: 600;
}
.modal-content .user-field-design {
    padding: 15px 10px;
    font-family: lato;
    font-size: 14px;
    font-weight: 400;
}
.modal-content button{
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
/*About Page*/
.content h1 {
    font-size: 36px;
    font-family: 'Lato';
    line-height: 46px;
}
.content p {
    font-size: 18px;
    line-height: 32px;
}
.column-wrapper {
    display: flex;
    gap: 50px;
    margin: 80px 0;
    align-items: center;
}

        .content,
        .image {
            width: 50%;
        }

        .image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}
        .about-container {
/*     max-width: 1140px;
    margin: 0 auto; */
    padding: 0 50px;
}
.assist {
    padding: 50px 0;
    background-color: #333333;
}
.assist-wrapper.column-wrapper p {
    color: #fff;
}


@media only screen and (max-width: 1024px){
.column-wrapper {
    gap: 30px;
    margin: 30px 0;
}
	.image img {
    max-height: unset;
}
	.column-wrapper {
    flex-direction: column-reverse;
}
	.assist-wrapper.column-wrapper {
    flex-direction: column;
}
	.content, .image {
    width: 100%;
}
}
@media only screen and (max-width: 767px)  {
	.desktop-navbar {
    display: none;
}
	.top-nav {
    padding: 20px;
}
	.mobile-menu-navbar{
		display:block;
	}
footer {
    padding: 10px 20px;
}
	.mobile-menu {
    display: block;
}

	.menu-menu-1-container {
    display: none;
}
	i.fa-solid.fa-bars {
    color: #fff;
    font-size: 20px;
}
	.menu-menu-1-container.menu-active {
    display: block;
}
	.mobile-menu .menu-menu-1-container {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #333333;
    z-index: 1;
	}
	.mobile-menu ul.mobile-navbar {
    flex-direction: column;
    gap: 20px;
}
	.canvas-data-row {
    flex-direction: column-reverse;
    max-height: unset;
}
section#blinds-editor {
    width: 100%;
    min-width: 100%;
    min-height: 500px;
}
	.fitlers {
    width: 100%;
    padding: 30px;
}
.quick-links ul {
    gap: 30px;
    padding: 0;
    margin: 0 0 20px;
}
.footer-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
}
	/*About Page*/
	.about-container {
    padding: 0 20px;
}
	.content h1 {
    font-size: 26px;
    line-height: 36px;
}
	
	/*Popups*/
.modal-wrapper {
    position: fixed;
    top: 30%;
    left: 5px;
    width: 98%;
    margin-left: 0;
}

}