.aboutround{
    filter: drop-shadow(0px 0px 10px #000000);   
}

.aboutroundtwo{
    filter: drop-shadow(0px 0px 1px #000000);   
}


.taglinetext{
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #010072;
}

.flextag{
    display: flex;
    justify-content: center;
}

.whytop{
    margin-top: 70px;
}

@media (min-width: 768px) {
    h1{
        font-size: 56px !important;
    }
}

.heading-tg h2 {
    font-size: 1.5rem;  /* Default font size for smaller screens */
}

@media (min-width: 768px) {
    .heading-tg h2 {
        font-size: 2.5rem;  /* Font size for tablets and larger devices */
    }
}

@media (min-width: 768px){
    .box-1 {
        width: 90% !important;
        /* font-size: 20px; */
    }

    .row-section {
        flex-direction: column ;
    }

}

.heading-tg{
    font-size: 27px;
    font-weight: bold;
    color: white;
    margin-top: -26px;
}

.p-tag-decor-solutions{
    margin-top: 8px;
    font-size: 22px;
    font-weight: bold;
    color: white;
}








.strip-doors-section{
    margin-top: 70px;
}



/* .box-1{
    width: 33.33%;
    
} */

.p-tag p{
    margin-top: 10px;
}

.row-section{
    margin-top: 40px;
    gap: 25px;
    width: 90%;
    text-align: center;
    justify-content: center;
    display: flex;

}

.box-decor-sec {
    background: rgba( 255, 0, 0, 0.2 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4.5px );
-webkit-backdrop-filter: blur( 4.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}


.block-1{
    background-color: white;
    color: #1e3a8a;
    padding: 20px;
    height: 250px;

}

.block-2{
    background-color: white;
    color: #1e3a8a;
    padding: 20px;
    width: 355px;
    text-align: center;
    height: 250px;
    
}

.block-1 p{
    margin-top: 12px;

}

.block-2 p{
    margin-top: 12px;

}

.block-1 h5{
    margin-top: 10px;

}

.block-2 h5{
    margin-top: 10px;

}
 
.frame-img1{
    width: 85%;
}


.frame-img1 img{
    width: 100%;
    border-radius: 15px

}

.frame-section{
     align-items: center;
     display: flex;
 justify-content: center
}


.frame-1-btn{
    background-color: #010073;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px;
    width: 180px;
    /* transition: transform 0.3s ease; */
    animation: shadow-pulse 1.5s infinite;
}

.button-section{
    text-align: center;
}

.total-decor-solutions{
    background-color: #1e3a8a;
}

.container-decor-solutions{
    padding-top: 70px;
    padding-bottom: 70px;
}


@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 112, 244, 0.4);
  }
  100% {
    box-shadow: 0 0 5px 10px #02007341;
  }
}


.frame-1-btn:hover{
    background-color:#1e3a8a ;
    color: white ;
    transform: scale(1.1)
}






  @media (max-width: 599px) { 

    .frame-1-btn {
        background-color: #010073;
        border: none;
        font-size: 15px;
        font-weight: bold;
        color: white;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 9px;
        width: 132px;
        /* transition: transform 0.3s ease; */
        animation: shadow-pulse 1.5s infinite;
    }
    
  }



 @media (max-width: 599px) {
  .frame-img1 {
    width: 95%;
}

.frame-img1 img{
    width: 100%;
    border-radius: 5px
}
.total-decor-solutions{
    text-align: center;
}
.strip-doors-section {
    margin-top: 30px;
}
.block-2 {
    background-color: white;
    color: #1e3a8a;
    padding: 20px;
    width: 100%;
    text-align: center;
    height: 250px;
}
}


.box-1{
    text-align: center;
}