

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
	box-sizing: border-box;
}
.new-cls-hdr-ths-pg h1, .new-cls-hdr-ths-pg h2, .new-cls-hdr-ths-pg h3, .new-cls-hdr-ths-pg h4, .new-cls-hdr-ths-pg h5, .new-cls-hdr-ths-pg h6, .new-cls-hdr-ths-pg p, .new-cls-hdr-ths-pg span, .new-cls-hdr-ths-pg a, .new-cls-hdr-ths-pg div, .new-cls-hdr-ths-pg li, .hdng-main-how_to_make h1, .new-cls-futr-ths-pg h1, .new-cls-futr-ths-pg h2, .new-cls-futr-ths-pg h3, .new-cls-futr-ths-pg h4, .new-cls-futr-ths-pg h5, .new-cls-futr-ths-pg h6, .new-cls-futr-ths-pg p, .new-cls-futr-ths-pg span, .new-cls-futr-ths-pg a, .new-cls-futr-ths-pg div, .new-cls-futr-ths-pg li {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, a, div, li {
    font-family: 'Poppins', sans-serif;
}

body{
    margin: 0px;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

.menu ul {
 display: flex;
 justify-content: flex-end;
}

.menu {
    width: 70%;
}


.logo {
    width: 150px;
}

.menu ul li{
    list-style: none;
    padding: 10px 30px;
    border-bottom: 3px solid #E02128;
    /* width: 180px; */
 text-align: center;
}
.menu ul li a{
    color: black;
    text-decoration: none;
}
.footer-menu ul li a{
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
}

.cstm_header_container {
    display: flex;
    padding: 35px 0;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.cstm_header_container > div {
    padding: 20px 30px;
}

.logo img {
    max-width: 150px;
}

.cstm-sec-1 h4{
    background: #EDE5D9;
    padding: 10px 33px;
    text-align: center;
    width: fit-content;
    border-radius: 17px;
    margin: auto;
    margin-top: 37px;
    font-size: 28px;
    font-weight: 700;
}
.cstm-heading-1.custom-heading-san{
    margin-top: 0px;
}
.cstm-sec-1 .cstm-heading-1.custom-heading-san h4{
    margin-top: 0px;
    padding: 10px 65px;
}
.cstm-sec-img-custom{
    max-width: 896px;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 43px;
    text-align: center;
}
.cstm-sec-img-custom img{
  height: 240px;
  padding: 20px 17px;
}

  
.main-img img{
    width: 100%;
}
.cstm-sec-2 img{
    width: 100%;
}
.cstm-sec-img img{
    height: 240px;
    padding: 20px 17px;
}
.cstm-sec-img{
    max-width: 896px;
    margin: auto;
    margin-top: 55px;
    margin-bottom: 49px;
    position: relative;
    text-align: center;
}

.cstm-sec-img::before {
    content: '';
    width: 110%;
    height: 65%;
    border: 2px dashed #EDE5D9;
    position: absolute;
    top: 75px;
    left: -10%;
    border-radius: 120px;
    z-index: -1;
}

.cstm-sec-3{
    width: 100%;
    display: flex;
    margin-top: -8px;
}
.cstm-sec-3 img{
    width: 16.7%;
    margin-top: -4px;
}
.cstm-sec-4{
    max-width: 647px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
.cstm-sec-4 h1{
    border-bottom: 4px solid #E02128;  
}
.footer-menu li{
    list-style: none;
    padding: 0px 25px 27px 25px;
    border-bottom: 3px solid #E02128;
}
.footer-menu ul{
    display: flex;
    padding: 10px 20px;
    justify-content: center;
}
.footer-menu{
    padding: 10px 0;
}
/* .footer-logo{
    width: 30%;
} */
.footer-contact{
    width: 297px;
    margin-left: 20px;
}
.footer-adress{
    width: 334px;
    /* margin-left: 80px; */
}
.footer{
    background-image:url("images/Asset%2020.png");
}
.footer-contact h3{
    text-decoration-line:underline ;
}
.footer-adress h3{
    text-decoration-line:underline ;
    margin-bottom: 0;
}
.footer-sec-2{
    display: flex;
    padding: 0;
    justify-content: space-between;
    gap: 162px;
    width: 100%;
    margin: auto;
    max-width: 1173px;
}
/* .footer-logo img{
    margin-left: 45px;
} */
.footer-end-sec{
    background: #E02128;
    padding: 15px;
}

.footer-contact p, .footer-adress p {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
}

.footer-adress p {
    margin-top: 0;
}

.footer-adress h2 {
    margin: 0;
    color: #E02128;
}

.cstm_hamburger, .cstm_close {
    display: none;
}

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

    .hdr-shmt-pg-mbl{
        background-image: url(images/bg\ bnr\ img.png);
        background-color: rgba(242, 235, 95, 1);
        background-size: cover;
        position: unset;
    }
    .hdr-shmt-pg-mbl .cstm_header_container{
        justify-content: center;
    }
    .hdr-shmt-pg-mbl .cstm_header_container .logo{
        padding: 8px 0 !important;
    }
    .hdr-shmt-pg-mbl .cstm_header_container .logo img {
        max-width: 148px;
    }
    .shmt-pg-bnr-mbl-cls{
        display: none;
    }




    

    .cstm-sec-img{
        margin-bottom: 20px;
    }
    .cstm-sec-img-custom img{
        height: 166px;
    }

   .flx-sec-how_to_make iframe{
        width:100%;
    }

    .menu ul li{
        border-bottom: unset;
        text-align: left;
    }
    .header{
        padding: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cstm_header_container {
        width: 100%;
        padding: 0;
    }

}

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

    .cstm-sec-img {
        max-width: 100%;
    }

    .cstm-sec-img img {
        height: auto;
        width: 40%;
    }

    .cstm-sec-4 {
        padding: 0 17px;
    }

    .cstm-sec-1 h4 {
        margin-top: 0;
        font-size: 19px;
    }

    

    

    

    .footer-adress {
        width: 100%;
        margin-left: 0;
    }

    /* .footer-menu {
        padding: 50px 17px 0 17px;
    } */

    
    
    .logo img {
        max-width: 90px;
    }

    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 9;
        height: 100%;
        background-color: #fff;
        transition: all 0.2s;
    }

    .menu.cstm_active {
        right: 0;
    }

    .cstm_close {
        display: block;
        text-align: right;
    }

    .cstm_close i {
        font-size: 40px;
    }

    .menu ul {
        flex-wrap: wrap;
        padding: 0;
        margin-top: 80px;
    }

    

    .logo {
        padding: 17px !important;
        width: 90px;
    }

    .cstm_hamburger {
        padding: 17px !important;
        display: block;
    }

    .cstm-sec-img::before {
        width: 90%;
        left: 4%;
        height: 70%;
    }


}











/* New page Sehmat */

.new-how_to_make-sec-Sehmat{
    background-image: url(images/bg\ img\ h2m\ sec.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 37px 0;
    margin-top: -10px;
}

.inner-sec-how_to_mwke{
    max-width: 1173px;
    margin: auto;
}

.hdng-main-how_to_make{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.hdng-main-how_to_make h1{
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: white;
}
.flx-sec-how_to_make{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 33px;
    padding: 30px 0;
}
.thumbnail-how_to_make{
    position: relative;
    text-align: center;
    margin-top: 32px;
}
.thumbnail-how_to_make h2{
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}

.flx-vdeo-sec-how_to_make  .vdeo-sec-img{
    position: relative;
}
.cstm_video_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000036;
    cursor: pointer;
}








/* accordian css */

.accordion {
    background-color: #F2EB5F;
    cursor: pointer;
    padding: 14px 25px 10px 89px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    transition: 0.4s;
    border-radius: 10px;
    margin: 0;
  }
  
  .accordion::before {
	content: url(images/arrow\ acc.svg);
    float: right;
    transition: all 0.5s ease-in-out;
  }
  .accordion.active::before{
    transform: rotate(-180deg);
    transition: all 0.5s ease-in-out;
  }
  .panel {
    padding: 0 10px;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
    margin: 18px 0 20px 0;
  }
  .panel p{
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 17px;
  }

  


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

    .new-cls-hdr-ths-pg .cstm_hamburger i{
        font-size: 22px;
    }
    /* .new-cls-hdr-ths-pg .menu ul{
        padding: 0 0 0 15px;
    } */
    .new-cls-hdr-ths-pg .menu ul li{
        padding: 10px 15px;
    }
    .menu ul li {
        width: 100%;
    }
    .inner-sec-how_to_mwke{
        max-width: 100%;
    }
    .new-how_to_make-sec-Sehmat{
        padding: 27px 0 29px 0;
        background: none;
        margin-top: 0px;    
    }
    .hdng-main-how_to_make {
        margin: 0 0 -10px 0;
    }
    .hdng-main-how_to_make h1 {
        position: unset;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        border-bottom: 1px solid black;
        color: black;
        width: fit-content;
        margin: 0 auto;
    }
    .hdng-main-how_to_make img{
        display: none;
    }
    .flx-sec-how_to_make{
        gap: 8px;
        flex-direction: column;
        padding: 15px 24px;
        margin: 0;
    }
    .flx-vdeo-sec-how_to_make{
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
        width: 100%;
        margin-top: 10px;
    }
    .thumbnail-how_to_make{
        width: 233px;
        margin: 0 auto;
    }
    .thumbnail-how_to_make h2{
        font-size: 22px;
        font-weight: 500;
        line-height: 33px;
        top: 0px;
    }
    .thumbnail-how_to_make img{
        width: 100%;
    }
    .vdeo-sec-img img{
        width: 100% !important;
    }
    .accordion{
        font-size: 12px;
        line-height: 18px;
        padding: 7px 15px;
        border-radius: 5px;
    }
    .panel{
        margin: 5px 0;
    }
    .panel p {
        font-size: 14px;
        line-height: 21px;
        margin: 10px 0;
    }
    .how_to_make-flx-sec-2, .how_to_make-flx-sec-4, .how_to_make-flx-sec-6{
        background: #E7EAF5;
    }
    
    .accordion::before {
        content: url(images/mbl\ arrow\ acc.svg);
    }


    .inner-vdeo-fix-sec {
        height: 25%;
    }
    .video-fix-clk-sec .cross-icon {
        top: 30px;
        right: 30px;
    }

    .menu li a {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

}



/* .new-hdr-cls-mx-wdth{
    position: relative;
    max-width: 1173px;
    margin: auto;
} */

/* .inr-futr{
    max-width: 1173px;
    margin: auto;
} */













/* .accordion {
	background-color: transparent;
	color: black;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
  }
  
  .active, .accordion:hover {
	background-color: #ccc;
  }
  
  .accordion:after {
	content:url("Vector.png");
	float: right;
	margin-left: 5px;
	height:8px;
  }
  .accordion:before {
	content:url("Group accordian.png");
	float: left;
	margin-right: 10px;
	height:15px;
  }
  
  
  .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  } */






  /* video section css */

  .cstum-button-video {
    display: none;
  }

.cstum-button-video.active_vdeo-sec{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}
.cstum-button-video.active_vdeo-sec img{
    width: 80%;
}

.cstum-button-video.active_vdeo-sec .cross-icon{
    position: absolute;
    top: 50px;
    right: 60px;
    cursor: pointer;
    display: block;
}
.cstum-button-video .cross-icon{
    display: none;
}


/* end video css */





.futr-content-sec .futr-flx-cls .footer-adress h2{
    margin: 15px 0 0 0;
}
.futr-content-sec .futr-flx-cls .footer-adress p{
    margin: 6px 0 0 0;
}
.futr-content-sec .futr-flx-cls .footer-contact h3, .futr-content-sec .futr-flx-cls .footer-adress h3, h2{
        margin: 0;
        font-size: 22px;
        font-weight: 700;
}
.futr-content-sec .futr-flx-cls .footer-contact p{
    margin: 15px 0 0 0;
}

.futr-content-sec .footer-menu{
    padding: 0 0 66px 0;
}
.futr-content-sec{
    padding: 47px 0 61px 0;
}
.futr-content-sec .footer-menu ul{
    justify-content: start;
    margin: 0;
    padding: 0;
}
.futr-content-sec .futr-flx-cls{
    display: flex;
    justify-content: start;
    align-items: self-start;
    gap: 63px;
}
.footer-logo{
    padding-top: 69px;
}
.futr-mnu-4-mbl{
    display: none;
}

@media only screen and (max-width: 920px) and (min-width: 600px) {
    .logo img {
        width: 100%;
    }
    .header > div{
        padding: 0 !important;
    }
    .menu {
        width: 80%;
    }
    .cstm_header_container {
        padding: 15px;
    }
}


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

    .footer-sec-2 {
        flex-wrap: wrap;
        width: 100%;
    }
    .footer-menu ul {
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        gap:10px;
    }

    .footer-menu li {
        width: 100%;
        padding: 4px 0;
        border-bottom: 0;
    }

    .footer-menu li a {
        border-bottom: 3px solid #E02128;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-logo img {
        margin-left: 0;
    }
    .footer-contact {
        width: 100%;
        margin-left: 0;
    }



    .cstm_video_btn img {
        max-width: 53px;
    }

    .cstum-button-video.active_vdeo-sec .cross-icon {
        right: 20px;
    }

    .futr-mnu-4-dsktp{
        display: none;
    }
    .futr-mnu-4-mbl{
        display: block;
        padding: 0;
    }
    .footer-sec-2 {
        padding: 44px 24px 22px 24px;
        justify-content: start;
    }
    .footer-sec-2{
        gap: 39px;
    }
    .footer-logo {
        padding: 0;
    }
    .footer-logo img{
        width: 148px;
    }
    .futr-content-sec{
        padding: 0;
    }
    .futr-content-sec .futr-flx-cls {
        flex-direction: column;
        gap: 28px;
    }
}



