

*{
    margin: 0%;
    padding: 0%;
    font-family: 'Poppins';
}
.container{
    width: 100%;
    background-color: #e7e9f1;
    justify-content: center;

}
.container img{
    width: 100%;
}
.imgdiv{
    height: 100%;
    width: 100%;
   
    
    
}

.container h2{

    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(156, 94, 7);
    font-size: 35px;
    margin-top: 3rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;


}

.container h2:hover{
    box-shadow: inset 320px 0 0 0 #54b3d6;
    color: rgb(10, 10, 10);
}


h2{
    margin-top: 15px;
    font-size: x-large;
}
p{
    font-size: small;
}
 
.div_flex_container1{
    display: grid;
    background-color: #e7e9f1;
    flex-wrap: wrap;
   
    grid-template-columns: 50% 50%;
    

}
.div_space{
    
    max-width: 100%;
    max-height:100% ;
    margin: 15px;
    padding: 2px;
}
.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}



.text{
    
    font-size: larger;
    color: rgb(9, 87, 80);
   
}



.textspace{
    margin-top: 30px!important;
    padding: 0.01em 16px;
    margin-top: 50px;
}
.textspace h2{
    font-size: x-large;
}
.textspace p{
    color:rgb(82, 54, 109);
    
}
.Subscribe{
    background-color: black;
    color: white;
    padding: 10px 15px 10px;
    display:grid;
    margin: 15px;
    padding-bottom: 20px;
    
}

.section , #section-fetch{
    margin-left: 8%;
    margin-right: 8%;  
}
body{
    background-color: #e7e9f1;
}
.Subscribe p{
    font-size: larger;
    margin-bottom: 5px;
   
}.Subscribe input{
    width: 40%;
    padding: 5px;
    font-size: medium;
    font-weight: 500;
}
.Subscribe button{
    width: 25%;
    height: 40px;
    margin-left: 20px;
    background-color: red;
    color: white;
    border: none;
}
.sub-email{
    display: flex;
    align-items: center;

}
#sec{
    padding: 15px;
    
}
.section p{
    padding: 10px 0px;
}
i img{
    height: 25px;
}
i p{
    color: black;
    font-size: medium;
    font-style: normal;
    margin-left: 10px;
}
a{
    
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #54b3d6;
    color: #ff6123;
     margin: 0 -.25rem;
     padding: 0 .25rem;
     transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a:hover{
    box-shadow: inset 100px 0 0 0 #54b3d6;
    color: rgb(10, 10, 10);

}
i{
    display: inline-flex;
    align-items: center;

    
}
#button:hover{
    background-color: #eb4e27;
}

.textspace h6{
    font-size: x-large;
}
.textspace h6{
    display: inline-block;
    position: relative;
    color: #c388da;
    margin: 15px 0;
}
  
.textspace h6:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff55e3;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    
}
  
.textspace h6:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


@media screen and (max-width: 480px) {
    
     
    .div_flex_container1{
        display: grid;
        background-color: #e7e9f1;
        grid-template-columns: 100%;
    

    }
    .container p{
        font-size: x-small;
    }
    .Subscribe input{
        width: 60%;
        padding: 2px;
        font-size:small;
        font-weight: 300;
    }
    .Subscribe button{
        width: 40%;
        height: 25px;
        margin-top: 5px;
        background-color: red;
        color: white;
        border: none;
        font-size: small;
    }
    .text{
    
        font-size: small;
    }
    .container h2{
        text-align: center;
        font-size: medium;
    }
    .Subscribe button{
        font-size: smaller;
    }


}