*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: system-ui, sans-serif;
}
.nav-head{
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #fdca3e;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
}
.img-nav{
    width: 260px;
}
.ankars-div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.ankars-div a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-weight: bold;
}
.div-big{
    background-color: #E9ECEF;
    padding: 20px 7%;
}
.part-1-div{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.text-part{
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.parag-1 {
    font-size: 49px;
    font-weight: 900;
    line-height: 62px;
}
.parag-2 {
    font-size: 23px;
    margin: 20px 0px;
}
.img-div{
    width: 50%;
    display: flex;
    justify-content: end;
}
.img-class{
    width: 84%;
}
.tool-div{
    width: 100%;
    padding:50px 0px ;
}
.back-color-div{
    background-color: #F7F7F7;
    border-radius: 15px;
    width: 80%;
    margin: auto;
    padding: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;

}
.emoji{
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 184px;
}
.emo-img{
    width: 50px;
}
.emoji:hover{
    box-shadow: 1px 1px 20px 0 #dae2eb;
    transform: scale(1.2);
    z-index: 1;
    border-radius: 0px !important;
    background-color: #fff;

}
.h2-1{
    font-size: 48px;
    font-weight: 900px;
    width: 100%;
    text-align: center;
}
.p1{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer{
    background-color: #fdca3e;
    padding: 20px 50px;

}
.icon-pic-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-foot{
    display: flex;
    align-items: center;
    
    gap: 15px;
    margin-bottom: 20px;
}
.text-foot{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 3px #000;
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    gap: 20px;
}
.text-foot a{
    text-decoration: none;
    color: #000;
}
.svg-1-1{
    display: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 150px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
  margin-left: -95px;
}
.dropdown-content a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.ta{
    text-decoration: none;
    color: #000;
}

/* blog start */
.blog-1-div{
    padding: 20px;
    width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.singleblog-div{
    padding: 40px;
    width: 75%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.h2-sing{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 800;
}
.singleblog-head{
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0px;
}
.para-sing{
    font-size: 18px;
    padding-bottom: 20px;
}

.img-blod-1{
    width: 100%;
}
.img-singblod-1{
    width: 100%;
    border-radius: 10px;
}
.blog-1-div p{
    line-height: 22px;
    padding: 10px 0px;
}
.blog-head-1{
    font-size: 24px;
    padding: 10px 0px;
    border-bottom: solid 1px;

}
.blog-data-div{
    width: 85%;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: auto;
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    display: flex;
    padding: 20px;
}
/* blog end */

/* about-start */
.center-data-div{
    width: 80%;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}
.center-data-div p{
 line-height: 20px;
 font-size: 18px;
}
.head-1{
    font-size: 48px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
/* about-end */










/* slug-1 code start */

.single-icon-div{
    width: 60%;
    background-color: #F7F7F7;
    border-radius: 10px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.para-slu-1{
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}

.para-slu-2{
    font-size: 18px;
    text-align: center;
    margin: 20px 0px;
}
.emoji-slu-1{
        border: solid 2px #EFEEFF;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
    border-radius: 10px;
    padding: 15px;
}
.down-img-slu-div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.down-img-slu-div a {
    text-decoration: none;
    color: #000;
    padding: 7px;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #b29ec7;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
    color: #fff;
}
.para-slu-3{
    margin: 10px 0px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.hr-1{
    width: 100%;
    margin: 10px 0px;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
    border: none;
    height: 3px;
    background-color: #000;
}
.para-slu-4{
    padding: 7px;
    background-color: #E9ECEF;
    
}
.a1{
    text-decoration: none;
    color: #000;
    padding: 7px;
    border-radius: 5px;
    background-color: #b29ec7;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
    color: #fff;
}
.copy-code-img-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* slug-1 code end */


/* contact start */


.contact{
    width: 600px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    margin: auto;
    margin-top: 50px;
    margin-bottom:50px ;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;

}
.para-contact-1{
    font-size: 18px;
    padding: 10px 0px;
}
.para1-41{
    font-size: 30px;
    margin-bottom: 30px;
}
.text-1{
    width: 100%;
    padding: 5px;
    border: none;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
}
.text-2{
    width: 100%;
    padding: 5px;
    border: none;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
}
.submit{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    margin-top: 15px;
    background-color: #b29ec7;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
}

/* contact end */










@media (max-width: 768px) and (min-width: 426px){
    .ankars-div{
        display: none;
    }
    .svg-1-1{
        display: initial;
    }
    .part-1-div{
        flex-direction: column;
    }
    .text-part{
        width: 100%;
        text-align: center;
    }
    .img-div{
        width: 100%;
        justify-content: center;
    }
    .img-class{
        width: 60%;
    }
    .icon-pic-div,
    .text-foot{
        flex-direction: column;
    }
    .parag-1,
    .h2-1{
        font-size: 30px;
    }
    .parag-2,
    .p1{
        font-size: 16px;
    }
.single-icon-div{
    width: 85%;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
}
.para-slu-1{
    font-size: 30px;
}
.para-slu-2{
    font-size: 16px;
}
.h2-sing{
    font-size: 30px;
    font-weight: 600;
}
.singleblog-div {
    padding: 10px;
}
.contact{
    width: 80%;
}
}



















@media (max-width: 425px) and (min-width: 0px){
    .ankars-div{
        display: none;
    }
    .svg-1-1{
        display: initial;
    }
    .part-1-div{
        flex-direction: column;
    }
    .text-part{
        width: 100%;
        text-align: center;
    }
    .img-div{
        width: 100%;
        justify-content: center;
    }
    .img-class{
        width: 60%;
    }
    .icon-pic-div,
    .text-foot{
        flex-direction: column;
    }
    .parag-1,
    .h2-1{
        font-size: 30px;
    }
    .parag-2,
    .p1{
        font-size: 16px;
    }
.single-icon-div{
    width: 95%;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
}
.para-slu-1{
    font-size: 30px;
}
.para-slu-2{
    font-size: 16px;
}
.head-1{
    font-size: 30px;
    font-weight: 700;
}
.center-data-div p{
 line-height: 18px;
 font-size: 16px;
}
.img-nav{
    width: 210px;
}
.h2-sing{
    font-size: 28px;
    font-weight: 600;
}
.singleblog-div {
    padding: 10px;
}
.para-sing{
    font-size: 16px;
}
.singleblog-head {
    font-size: 25px;
}

.contact{
    width: 90%;
}
}