.home_hero_section{
    min-height: calc(100vh - 70px);
    width: 100%;
    display: flex;
    padding: 2rem;
}
.home_hero_section>*{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_hero_inner_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home_copyHeadline{
    font-size: 30px;
    font-weight: bold;
    /* margin-top: 100px; */
    margin-bottom: 24px;
}
.home_copyTagline{
    text-align: justify;
    max-width: 500px;
    color: var(--black);
    line-height: 1.8;
}
.home_hero_img{
    justify-content: center;
    border-radius: 10px;
}
.home_hero_img img{
    width: 100%;
}
.home-cta-btn{
    margin-top: 48px;
    padding: 1rem 1.5rem;
    background-color: var(--primary);
    border-radius: 10px;
    align-self: flex-start;
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}
.notice_section{
    max-width: 500px;
    max-height: 400px;
    margin: 2rem auto;
    border: 19px groove var(--primary);
    padding: 2rem;
    background-color: var(--light-black);
    color: var(--white);
    cursor: default;
}
.notice_section *{
    font-family: 'Cabin Sketch', cursive;
    line-height: 1.5;
    text-align: justify;
}
.notice_section h2{
    text-align: center;
    margin: 1rem;
}
.notice_section marquee{
    max-height: 250px;
    min-height: 150px;
}
.notice_section marquee>ul>*{
    margin-top: 1rem;
    position: relative;
}
.notice_date{
    position: absolute;
    right: 0;
}
.principle_msg{
    width: fit-content;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: center;
    gap: 5rem;
    margin: 1rem auto;
    border: 1px solid var(--light-gray);
    border-radius: 10px;
}
.principle_msg img{
    max-width: 300px;
    max-height: 300px;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 10px;
}
.vision_cards_wrapper{
    /* padding: max(2rem, 5%); */
    padding:2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.vision_mini_card{
    border: 1px solid var(--light-gray);
    border-radius: 20px;
    height: 270px;
    width: 270px;
    padding: 2rem;
    position: relative;
    line-height: 1.5;
}
.vision_mini_card_height_override{
    height: 350px;
}
.vision_mini_card img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.vision_mini_card img:hover{
    transform: scale(1.1);
}
.vision_mini_card_icon{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 30px;
}
.vision_mini_card_icon_bulb{
    background-color: #ffe7b8;
}
.vision_mini_card_icon_bulb::before{
    content: '';
    display: block;
    transform: rotate(30deg);
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 10px;
    background-color: #ffe7b8ab;
    z-index: -1;
}
.mini_card_icon_bulb{
    font-size: 24px;
    color: #feb95b;
}
.vision_mini_card_desc_heading{
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}
.vision_mini_card_desc{
    color: var(--black);
    text-align: justify;
}
.vision_mini_card_btn{
    position: absolute;
    bottom: 2rem;
}
.features_section{
    padding: 2rem 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.features_section>*{
    flex:1;
    flex-basis: 300px;
    display: flex;
    align-items: flex-start;
}
.home_features_section_img{
    justify-content: center;
    align-items: center;
}
.features_section_description{
    flex-direction: column;
}
.home_feature_list{
    margin-top: 2rem;
    line-height: 1.5rem;
    list-style-position: inside;
}

/* .home_feature_list>li::marker{
    content:url('../images/point.svg');
    color: red;
    box-shadow: 10px 10px 10px 10px rgba(255, 0, 0, 0.405);
} */
.home_feature_list>li{
    list-style-type: none;
    line-height: 2.5rem;
    display: flex;
}
.home_feature_list>li::before{
    content: '';
    display: inline-block;
    height: 30px;
    width: 20px;
    background: url(../images/point.svg);
    margin-right: 1rem;
    background-position: bottom;
    background-repeat: no-repeat;
}

.home_section_email{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
}
.home_section_wrapper_email{
    max-width: 1100px;
    min-width: min(100% , 1100px);
    background-color: #f5f9fc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobileImage{
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    margin: 10px;
}
.home_section_wrapper_email *{
    text-align: left;
}
.sub_text{
    margin-top: 2rem;
    color: var(--black);
}
.digital_marketiing_cards{
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.digital_marketiing_cards .vision_mini_card{
    padding: 0;
}
.digital_marketiing_cards i{
    font-size: 32px;
    color: var(--primary);
}
.digital_marketiing_cards .vision_mini_card{
    box-shadow: 0 0 20px #dddddd;
}
.digital_marketiing_cards .vision_mini_card_icon{
    margin-bottom: 0;
}
.home_mini_card_heading{
    margin: 1rem 0;
}
.home_what_we_do{
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}
.service_img_wrapper{
   flex-basis: 500px;
   padding: 2rem;
   display: flex;
   position: relative;
}
.service_img_wrapper img{
    border-radius: 10px;
    width: 100%;
}
.service_img_wrapper::before{
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -20px;
    border-radius: 10px;
    top: -30px;
    z-index: -1;
    background: url('../images/dot.png');
    background-repeat: space;

}
.service_img_wrapper_inner_div{
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -5px;
    left: -2px;
    border-radius: 10px;
    z-index: 1;
    background: var(--white);
    box-shadow: 0 0 10px #3333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 1rem;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
}
.service_img_wrapper:hover .service_img_wrapper_inner_div{
    transform: scale(1);
}
.service_img_wrapper_inner_div>i{
    font-size: 30px;
    color: var(--primary);
}
.service_img_wrapper_inner_div div{
    font-size: 30px;
}
.service_img_wrapper_inner_div_2{
    align-items: flex-start;
}
.what_we_do_desc p{
    padding: 1rem;
}
.service_img{
    width:100%;
    max-width: min(100%, 500px);
    border-radius: 10px;
}
.what_we_do_desc{
    max-width: 500px;
}
.what_we_do_desc .section_heading{
    padding: 2rem 0;
}
.what_we_do_desc .home-cta-btn{
    margin-top: 2rem;
    margin-left: 1rem;
}
.home_feature_card_section{
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.features_card{
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 1rem;
    padding: 1rem;
    gap: 1rem;
    text-align: center;
}
.features_card:nth-child(1){
    background-color: #3c51e0;
}
.features_card:nth-child(2){
    background-color: #ff5670;
}
.features_card:nth-child(3){
    background-color: #fdb400;
}
.features_card:nth-child(4){
    background-color: var(--primary);
}

.features_card>*:first-child{
    font-size: 48px;
    font-weight: bold;
}
.home_blogs{
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.blog_card{
    width: 300px;
    border-radius: 10px;
    display: block;
    background-color: #f3f3f3;
    transition: all .5s ease-in-out;
}
.blog_card:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 10px #afafaf;
}
.blog_card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.blog_card_desc{
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
.our_work{
    background-color: #3c51e033;
}
.testmonial{
    padding: 1rem;
}
.testmonial_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-evenly;
    align-items: center;
}
.client_review{
    width: 300px;
    display: flex;
    background-color: #f4f4f4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.client_review img{
    border-radius: 50%;
}
.client_review p{
    margin-top: 3rem;
    text-align: justify;
}
.client_review p::before{
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    height: 20px;
    width: 20px;
    font-weight: 900;
    color: var(--gray);
    font-size: 30px;
    position: relative;
    left: -10px;
}
@media screen and (max-width: 768px){
    .home_copyHeadline{
        margin-top: 0;
    }
    .home_section_wrapper_email{
        flex-wrap: wrap;
    }
    .digital_marketiing_cards{
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 425px) {
    .home_hero_section{
        /* flex-direction: column-reverse; */
        position: relative;
        padding: 0;
        background-color: #bcb6e780;
    }
    .home_hero_section>*{
        width: 100%;
        height: calc(100vh - 70px);
    }
    .home_copyHeadline{
        margin: 0;
        font-size: 20px;       
    }
    .home_hero_img{
        position: absolute;
        z-index: -1;
        display: none;
    }
    .home_hero_inner_text{
        height: inherit;
        padding: 2rem;
        border-radius: 10px; 
    }
    .principle_msg{
        background-color: #bcb6e780;
    }
    .features_section{
        padding: 1rem;
    }
    
    .service_img_wrapper_inner_div{
        transform: scale(.5);
    }
    
}