/* Media Queries */
@media (max-width: 600px) {
    /* Navigation section */
    .container-fluid .navbar-brand{
        margin-right: 0;
     }

     .portfolio-heading{
        width: 300px;
        height: auto;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 38px;
        line-height: 54px;     
        color: #3B3663;
        text-align: center;
     }
      
     .navigation-center-align{     
        display: flex;
        justify-content: center;     
     }
     
     .portfolio-nav{
        margin-top: 50px;          
     }
     
     .portfolio-nav ul{
        list-style-type: none;          
     }
     
     .portfolio-nav ul li {
        display: inline;      
     }
     
     .portfolio-nav ul li a {
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 16.42px;          
        color: #AAA8BD;   
        /* margin-right: 40px; */
     }
     
     .portfolio-nav ul li a:hover{
        color: #8C7DFF;
     }
     
     hr{     
        height: 1px;          
        color: #8C7DFF;
        max-width: 100%;
     }
     .portfolio-nav ul li a{
        display: flex;
        flex-direction: column;
        padding: 10px;
     }

     /* Blog main section */

     .fp-section{
        margin-left:0;
    }

    .fp-gap{
        margin-top: 50px;
     }
   
    .featured-post{
        width: 119px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-top: 30px;    
      }
    
      .fp-heading{
        width: 122px;
        height: 14px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        line-height: 26px;     
        color: #8C7DFF;    
      }
    
      .fp-para{
        width: 180px;
        height: 44px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 22px;     
        color: #3B3663; 
      }

      .fp-line{
          width: 290px;
      }
    
      .signup-section{
          margin-top: 50px;
      }
    
      .signup-heading{
        width: 290px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
      }
    
      .signup-button{
        height: 52px;
        width: 290px;     
        border-radius: 100px;
        padding:17px, 40px, 17px, 40px;
        margin-top: 20px;  
        /* margin-left: 480px;                  */
        margin-bottom: 100px;
        background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%) !important;
        border: none;     
        text-decoration: none;
        cursor: pointer;
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 15.25px;     
        color: #FFFFFF;                  
     }
     
     .signup-button:hover{
        color:#868FFF !important;
        background: #F0EEFF !important;
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        /* box-shadow: 0 2px #F0EEFF; */
     }
     
     .signup-button:hover::after {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
     }
     
     .signup-button:active{
        border:2px solid #868FFF;
        background-color: #FFFFFF;
        color: #868FFF;
        transform: translateY(1px);
     }
     
     .signup-button:focus{
        outline: 0;
     }
    
     .input-group{
         width: 290px;
     }
    
    /* Blog section */
    .blog-col{
        margin-bottom: 20px;
     }
  
     .blog-card{   
        height: 100%;
        border-radius: 16px;
        margin-bottom: 10px;
        border: none;
     }
  
     .blog-image{
        width: 94% !important;
        height: auto;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 16px;
     }
     
     .blog-col-heading{
        /* width: 290px;
        height: 52px; */
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-left: 30px;
        margin-top: 25px;     
     }
     
     .blog-col-para{
        /* width: 290px;
        height: 48px; */
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;     
        color: #7A7792;
        margin-left: 30px;
        margin-top: 15px; 
     }

     .row .blog-row{
      margin-top: 30px;
   }

    /* Footer section */
    
 .footer-section{
    height: 432px;
    background-color:  #191638;     
 }
 
 .footer-row{
    margin-top: 106px;
 }
 
 .footer-columns{   
    height: 250px;
 }
 
 .footer-col-2{
    margin-top: 20px;
 }
 
 .footer-col-3{
    margin-top: 20px;
 }
 
 .footer-col-4{  
    background-color: #131030;
    border-radius: 16px;
    height: 229px;
    margin-top: 20px;
 }
 
 .footer-col1-para{
    width: 255px;
    height: 78px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 10px;
    margin-top: 31px; 
 }
 
 .footer-line1{
    margin-left: 10px;
    width: 240px;
 }
 
 .communication-icons{
    margin-top: 10px;
 }
 
 .fb-icon{
    margin-left: 10px;
 }
 
 .footer-col2-heading{
    width: 84px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    margin-left: 10px;
    /* margin-top: 31px;  */
 }
 
 .nav-list{
    list-style-type: none;  
    margin: 0;    
    padding: 0; 
 }
 
 .nav-list li a{
    color: #7E7AA6;
    text-decoration: none;
    width: 42px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;   
    margin-left: 10px;                
 }
 
 .nav-list li{     
    padding-top: 20px;
 }
 
 .footer-col3-heading{
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    margin-left: 10px;
 }
 
 .footer-col3-heading1{
    width: 63px;     
 }
 
 .footer-col3-para1{
    width: 255px;
    height: 52px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 10px;
    margin-top: 31px; 
 }
 
 .footer-col3-heading2{
    width: 130px;    
 }
 
 .footer-col3-para2{
    width: 255px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #8C7DFF;
    margin-left: 10px;
    margin-top: 10px;  
    cursor: pointer;    
 }
 
 .footer-col4-heading{
    width: 176px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 40px; 
 }
 
 .footer-col4-para{
    width: 97px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 40px;
    margin-top: 30px; 
    margin-bottom: 0;
    float: left;
 }
 
 .footer-line{     
    margin-left: 40px;
    width: 230px;
    height: 2px;
    margin-top: 0;
 }

 .newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}
 
 .newsletter-icon{
    /* float: right; */
    margin-left: 110px;
    margin-top: 30px; 
    margin-bottom: 0;
 }
 
 .checkbox-section{
 margin-top: 10px;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 }
 
 .checkbox{
    /* float: left; */
    width: 15px;
    height: 15px;
    /* margin-left: 40px; */
    margin-top: 6px;
 }
 
 .checkbox-content{
    /* float: right;    */
    width: 200px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 12.5px;
    line-height: 26px;     
    color: #7E7AA6;    
    /* margin-right: 50px;  */
    margin-left: 10px;
 }
 

}

@media (min-width:720px) and (max-width: 767px) { 
    .portfolio-heading{
        width: 313px;
        height: auto;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 38px;
        line-height: 54px;     
        color: #3B3663;
        text-align: center;
     }
      
     
     .navigation-center-align{     
        display: flex;
        justify-content: center;     
     }
     
     .portfolio-nav{
        margin-top: 50px;          
     }
     
     .portfolio-nav ul{
        list-style-type: none;          
     }
     
     .portfolio-nav ul li {
        display: inline;      
     }
     
     .portfolio-nav ul li a {
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 16.42px;          
        color: #AAA8BD;   
        /* margin-right: 40px; */
     }
     
     .portfolio-nav ul li a:hover{
        color: #8C7DFF;
     }
     
     hr{     
        height: 1px;          
        color: #8C7DFF;
        max-width: 100%;
     }
     .portfolio-nav ul li a{
        display: flex;
        flex-direction: column;
        padding: 10px;
     }

     /* Blog main section */

     .fp-section{
        margin-left: 0;
    }

    
    .fp-gap{
        margin-top: 50px;
     }

    .featured-post{
        width: 119px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-top: 30px;    
      }
    
      .fp-heading{
        width: 122px;
        height: 14px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        line-height: 26px;     
        color: #8C7DFF;    
      }
    
      .fp-para{
        width: 202px;
        height: 44px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 22px;     
        color: #3B3663; 
      }
    
      .signup-section{
          margin-top: 50px;
      }
    
      .signup-heading{
        width: 320px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
      }
    
      .signup-button{
        height: 52px;
        width: 513px;     
        border-radius: 100px;
        padding:17px, 40px, 17px, 40px;
        margin-top: 20px;  
        /* margin-left: 480px;                  */
        margin-bottom: 100px;
        background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%) !important;
        border: none;     
        text-decoration: none;
        cursor: pointer;
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 15.25px;     
        color: #FFFFFF;                  
     }
     
     .signup-button:hover{
        color:#868FFF !important;
        background: #F0EEFF !important;
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        /* box-shadow: 0 2px #F0EEFF; */
     }
     
     .signup-button:hover::after {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
     }
     
     .signup-button:active{
        border:2px solid #868FFF;
        background-color: #FFFFFF;
        color: #868FFF;
        transform: translateY(1px);
     }
     
     .signup-button:focus{
        outline: 0;
     }
    
     /* .input-group{
         width: 320px;
     } */
    

   /* Blog section */
   .blog-heading{
       width: 477px;
       height: 54px;
       font-family: 'Work Sans';
       font-weight: 700;
       font-style: normal;
       font-size: 38px;
       line-height: 54px;     
       color: #3B3663;
       text-align: center;
    }   
    
    .blog-col{
       margin-bottom: 20px;
    }
 
    .blog-card{   
       height: 100%;
       border-radius: 16px;
       margin-bottom: 10px;
       border: none;
    }
    
    .blog-image{
       width: 97% !important;
       height: auto;
       margin-top: 10px;
       margin-left: 10px;
       margin-right: 10px;
       border-radius: 16px;
    }
    
    .blog-col-heading{
       /* width: 290px;
       height: 52px; */
       font-family: 'Work Sans';
       font-weight: 700;
       font-style: normal;
       font-size: 16px;
       line-height: 26px;     
       color: #3B3663;
       margin-left: 30px;
       margin-top: 25px;     
    }
    
    .blog-col-para{
       /* width: 290px;
       height: 48px; */
       font-family: 'Work Sans';
       font-weight: 500;
       font-style: normal;
       font-size: 14px;
       line-height: 24px;     
       color: #7A7792;
       margin-left: 30px;
       margin-top: 15px; 
    }
    
    .row .blog-row{
     margin-top: 30px;
  }

   /* Footer section */
   
.footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}

.footer-col-2{
   margin-top: 20px !important;
}

.footer-col-3{
   margin-top: 20px !important;
   margin-left: 20px;
}

.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 20px !important;
   margin-left: 20px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 30px;
   /* margin-top: 31px;  */
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 30px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   /* margin-left: 20px; */
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   /* margin-left: 20px; */
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 130px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   /* margin-left: 20px; */
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 450px;
   height: 2px;
   margin-top:10px;
}

.newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}

.newsletter-icon{
   float: right;
   margin-right: 50px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
}

.checkbox{
   float: left;
   width: 15px;
   height: 15px;
   /* margin-left: 40px; */
   margin-top: 6px;
}

.checkbox-content{
   float: right;
   width: 450px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   /* margin-right: 75px;  */
}


}

@media (min-width:768px) and (max-width: 1024px) { 
    .portfolio-heading{
        width: 313px;
        height: auto;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 38px;
        line-height: 54px;     
        color: #3B3663;
        text-align: center;
     }
      
     
     .navigation-center-align{     
        display: flex;
        justify-content: center;     
     }
     
     .portfolio-nav{
        margin-top: 50px;          
     }
     
     .portfolio-nav ul{
        list-style-type: none;          
     }
     
     .portfolio-nav ul li {
        display: inline;      
     }
     
     .portfolio-nav ul li a {
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 16.42px;          
        color: #AAA8BD;   
        /* margin-right: 40px; */
     }
     
     .portfolio-nav ul li a:hover{
        color: #8C7DFF;
     }
     
     hr{     
        height: 1px;          
        color: #8C7DFF;
        max-width: 100%;
     }
     .portfolio-nav ul li a{
        display: flex;
        flex-direction: column;
        padding: 10px;
     }

     /* Blog main section */

     .fp-section{
        margin-left: 0;
    }

    
    .fp-gap{
        margin-top: 50px;
     }

    .featured-post{
        width: 119px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-top: 30px;    
      }
    
      .fp-heading{
        width: 122px;
        height: 14px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        line-height: 26px;     
        color: #8C7DFF;    
      }
    
      .fp-para{
        width: 202px;
        height: 44px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 22px;     
        color: #3B3663; 
      }
    
      .signup-section{
          margin-top: 50px;
      }
    
      .signup-heading{
        width: 320px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
      }
    
      .signup-button{
        height: 52px;
        width: 516px;     
        border-radius: 100px;
        padding:17px, 40px, 17px, 40px;
        margin-top: 20px;  
        /* margin-left: 480px;                  */
        margin-bottom: 100px;
        background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%) !important;
        border: none;     
        text-decoration: none;
        cursor: pointer;
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 15.25px;     
        color: #FFFFFF;                  
     }
     
     .signup-button:hover{
        color:#868FFF !important;
        background: #F0EEFF !important;
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        /* box-shadow: 0 2px #F0EEFF; */
     }
     
     .signup-button:hover::after {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
     }
     
     .signup-button:active{
        border:2px solid #868FFF;
        background-color: #FFFFFF;
        color: #868FFF;
        transform: translateY(1px);
     }
     
     .signup-button:focus{
        outline: 0;
     }
    
     .input-group{
         width: 520px;
     }
    
     
    /* Blog section */
    .blog-heading{
        width: 477px;
        height: 54px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 38px;
        line-height: 54px;     
        color: #3B3663;
        text-align: center;
     }   
     
     .blog-col{
        margin-bottom: 20px;
     }
  
     .blog-card{   
        height: 100%;
        border-radius: 16px;
        margin-bottom: 10px;
        border: none;
     }
     
     .blog-image{
        width: 97% !important;
        height: auto;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 16px;
     }
     
     .blog-col-heading{
        /* width: 290px;
        height: 52px; */
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-left: 30px;
        margin-top: 25px;     
     }
     
     .blog-col-para{
        /* width: 290px;
        height: 48px; */
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;     
        color: #7A7792;
        margin-left: 30px;
        margin-top: 15px; 
     }
     
     .row .blog-row{
      margin-top: 30px;
   }

    /* Footer section */
    
 .footer-section{
    height: 432px;
    background-color:  #191638;     
 }
 
 .footer-row{
    margin-top: 106px;
 }
 
 .footer-columns{   
    height: 250px;
 }
 
 .footer-col-2{
    margin-top: 100px !important;
 }
 
 .footer-col-3{
    margin-top: 20px !important;
 }
 
 .footer-col-4{  
    background-color: #131030;
    border-radius: 16px;
    height: 229px;
    margin-top: 20px !important;
 }
 
 .footer-col1-para{
    width: 255px;
    height: 78px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 10px;
    margin-top: 31px; 
 }
 
 .footer-line1{
    margin-left: 10px;
    width: 240px;
 }
 
 .communication-icons{
    margin-top: 10px;
 }
 
 .fb-icon{
    margin-left: 10px;
 }
 
 .footer-col2-heading{
    width: 84px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    margin-left: 30px;
    /* margin-top: 31px;  */
 }
 
 .nav-list{
    list-style-type: none;  
    margin: 0;    
    padding: 0; 
 }
 
 .nav-list li a{
    color: #7E7AA6;
    text-decoration: none;
    width: 42px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;   
    margin-left: 30px;                
 }
 
 .nav-list li{     
    padding-top: 20px;
 }
 
 .footer-col3-heading{
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    /* margin-left: 20px; */
 }
 
 .footer-col3-heading1{
    width: 63px;     
 }
 
 .footer-col3-para1{
    width: 255px;
    height: 52px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    /* margin-left: 20px; */
    margin-top: 31px; 
 }
 
 .footer-col3-heading2{
    width: 130px;    
 }
 
 .footer-col3-para2{
    width: 255px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #8C7DFF;
    /* margin-left: 20px; */
    margin-top: 10px;  
    cursor: pointer;    
 }
 
 .footer-col4-heading{
    width: 176px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 40px; 
 }
 
 .footer-col4-para{
    width: 97px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 40px;
    margin-top: 30px; 
    margin-bottom: 0;
    float: left;
 }
 
 .footer-line{     
    margin-left: 40px;
    width: 250px;
    height: 2px;
    margin-top: 0;
 }

 .newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}
 
 .newsletter-icon{
    float: right;
    margin-right: 50px;
    margin-top: 30px; 
    margin-bottom: 0;
 }
 
 .checkbox-section{
 margin-top: 10px;
 }
 
 .checkbox{
    float: left;
    width: 15px;
    height: 15px;
    /* margin-left: 40px; */
    margin-top: 6px;
 }
 
 .checkbox-content{
    float: right;
    width: 200px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 12.5px;
    line-height: 26px;     
    color: #7E7AA6;    
    margin-right: 75px; 
 }
 
}

@media (min-width: 1024px) and (max-width:1200px) {
    .navigation-center-align{     
        display: flex;
        justify-content: center;     
     }
     
     .portfolio-nav{
        margin-top: 50px;          
     }
     
     .portfolio-nav ul{
        list-style-type: none;          
     }
     
     .portfolio-nav ul li {
        display: inline-flex;
     }
     
     .portfolio-nav ul li a {
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 16.42px;          
        color: #AAA8BD;   
        margin-right: 40px;  
     }
     
     .portfolio-nav ul li a:hover{
        color: #8C7DFF;
     }
     
     hr{     
        height: 1px;          
        color: #8C7DFF;
        max-width: 100%;
     }

     /* Blog main section */

     .fp-gap{
        margin-top: 50px;
     }

    .fp-section{
        margin-left: 10px;
    }
     .blog-sec-card{   
        /* height: 456px; */
        border-radius: 16px;
        border: none;
        background: linear-gradient(118.19deg, #F9F8FF 0%, rgba(249, 248, 255, 0) 67.45%);
     }
     
     .blog-sec-image{
        /* width: 330px;
        height: 185px; */
        /* margin:10px; */
        border-radius: 16px;
        width: 100%;
        
     }
     .blog-sec-col-heading{
        width: 730px;
        height: 30px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;        
        margin-top: 25px;     
     }
     
     .blog-sec-col-para{
        width: 730px;
        height: 30px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;     
        color: #7A7792;                
     }

     .featured-post{
        width: 119px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-top: 30px;    
      }
    
      .fp-heading{
        width: 122px;
        height: 14px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        line-height: 26px;     
        color: #8C7DFF;    
      }
    
      .fp-para{
        width: 195px;
        height: 44px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 22px;     
        color: #3B3663; 
      }

      .fp-line{
          width: 280px;
      }
    
      .signup-section{
          margin-top: 50px;
      }
    
      .signup-heading{
        width: 280px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
      }
    
      .signup-button{
        height: 52px;
        width: 280px;     
        border-radius: 100px;
        padding:17px, 40px, 17px, 40px;
        margin-top: 20px;  
        /* margin-left: 480px;                  */
        margin-bottom: 100px;
        background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%) !important;
        border: none;     
        text-decoration: none;
        cursor: pointer;
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 15.25px;     
        color: #FFFFFF;                  
     }
     
     .signup-button:hover{
        color:#868FFF !important;
        background: #F0EEFF !important;
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        /* box-shadow: 0 2px #F0EEFF; */
     }
     
     .signup-button:hover::after {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
     }
     
     .signup-button:active{
        border:2px solid #868FFF;
        background-color: #FFFFFF;
        color: #868FFF;
        transform: translateY(1px);
     }
     
     .signup-button:focus{
        outline: 0;
     }
    
     .input-group{
         width: 280px;
     }
    
     /* Blog Section */
    .blog-heading{
        width: 477px;
        height: 54px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 38px;
        line-height: 54px;     
        color: #3B3663;
        text-align: center;
     }   
  
     .blog-card{   
        height: 465px;
        border-radius: 16px;
        border: none;
     }
  
     .blog-image{
        width: 275px !important;
        height: 185px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 16px;
     }
     
     .blog-col-heading{
        /* width: 270px;
        height: 52px; */
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-left: 30px;
        margin-top: 25px;     
     }
     
     .blog-col-para{
        /* width: 260px;
        height: 48px; */
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;     
        color: #7A7792;
        margin-left: 30px;
        margin-top: 15px; 
     }
  

    /* Footer section */
    .footer-section{
        height: 432px;
        background-color:  #191638;     
     }
     
     .footer-row{
        margin-top: 106px;
     }
     
     .footer-columns{   
        height: 250px;
     }
     
     .footer-col-2{
        margin-top: 100px !important;
     }
     
     .footer-col-3{
        margin-top: 100px !important;
     }
     
     .footer-col-4{  
        background-color: #131030;
        border-radius: 16px;
        height: 229px;
        margin-top: 100px !important;
     }
     
     .footer-col1-para{
        width: 255px;
        height: 78px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;     
        color: #7E7AA6;
        margin-left: 10px;
        margin-top: 31px; 
     }
     
     .footer-line1{
        margin-left: 10px;
        width: 240px;
     }
     
     .communication-icons{
        margin-top: 10px;
     }
     
     .fb-icon{
        margin-left: 10px;
     }
     
     .footer-col2-heading{
        width: 84px;
        height: 26px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #FFFFFF;     
        margin-left: 30px;
        /* margin-top: 31px;  */
     }
     
     .nav-list{
        list-style-type: none;  
        margin: 0;    
        padding: 0; 
     }
     
     .nav-list li a{
        color: #7E7AA6;
        text-decoration: none;
        width: 42px;
        height: 16px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 16px;   
        margin-left: 30px;                
     }
     
     .nav-list li{     
        padding-top: 20px;
     }
     
     .footer-col3-heading{
        height: 26px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #FFFFFF;     
        /* margin-left: 20px; */
     }
     
     .footer-col3-heading1{
        width: 63px;     
     }
     
     .footer-col3-para1{
        width: 255px;
        height: 52px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;     
        color: #7E7AA6;
        /* margin-left: 20px; */
        margin-top: 31px; 
     }
     
     .footer-col3-heading2{
        width: 130px;    
     }
     
     .footer-col3-para2{
        width: 255px;
        height: 26px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;     
        color: #8C7DFF;
        /* margin-left: 20px; */
        margin-top: 10px;  
        cursor: pointer;    
     }
     
     .footer-col4-heading{
        width: 176px;
        height: 26px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #FFFFFF;
        margin-left: 40px;
        margin-top: 40px; 
     }
     
     .footer-col4-para{
        width: 97px;
        height: 26px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;     
        color: #7E7AA6;
        margin-left: 40px;
        margin-top: 30px; 
        margin-bottom: 0;
        float: left;
     }
     
     .footer-line{     
        margin-left: 40px;
        width: 250px;
        height: 2px;
        margin-top: 0;
     }

     .newsletter-form{
      margin-top: 40px;
      margin-left: 40px;
     }
     
   .newsletter-btn{
    background-color: #131030;
    border: none;
   }
     
     .newsletter-icon{
        float: right;
        margin-right: 10px;
        margin-top: 30px; 
        margin-bottom: 0;
     }
     
     .checkbox-section{
     margin-top: 10px;
     }
     
     .checkbox{
        float: left;
        width: 15px;
        height: 15px;
        /* margin-left: 40px; */
        margin-top: 6px;
     }
     
     .checkbox-content{
        float: right;
        width: 200px;
        height: 26px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 12.5px;
        line-height: 26px;     
        color: #7E7AA6;    
        margin-right: 25px; 
     }
     
}

@media (min-width:1200px) and (max-width:1440px){
    .navigation-center-align{     
        display: flex;
        justify-content: center;     
     }

    .portfolio-nav{
        margin-top: 50px;          
     }
     
     .portfolio-nav ul{
        list-style-type: none;          
     }
     
     .portfolio-nav ul li {
        display: inline-flex;
     }
     
     .portfolio-nav ul li a {
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 16.42px;          
        color: #AAA8BD;  
        margin-right: 40px;         
     }
     
     .portfolio-nav ul li a:hover{
        color: #8C7DFF;
     }
     
     hr{     
        height: 1px;          
        color: #8C7DFF;
        max-width: 100%;
     }
     
    /* Blog main section */

    .fp-gap{
        margin-top: 50px;
     }

    .fp-section{
        margin-left: 30px;
    }
     .blog-sec-card{   
        /* height: 456px; */
        border-radius: 16px;
        border: none;
        background: linear-gradient(118.19deg, #F9F8FF 0%, rgba(249, 248, 255, 0) 67.45%);
     }
     
     .blog-sec-image{
        /* width: 330px;
        height: 185px; */
        /* margin:10px; */
        border-radius: 16px;
        width: 100%;
        
     }
     .blog-sec-col-heading{
        width: 730px;
        height: 30px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;        
        margin-top: 25px;     
     }
     
     .blog-sec-col-para{
        width: 730px;
        height: 30px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;     
        color: #7A7792;                
     }

     .featured-post{
        width: 119px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-top: 30px;    
      }
    
      .fp-heading{
        width: 122px;
        height: 14px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        line-height: 26px;     
        color: #8C7DFF;    
      }
    
      .fp-para{
        width: 202px;
        height: 44px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 22px;     
        color: #3B3663; 
      }
    
      .signup-section{
          margin-top: 50px;
      }
    
      .signup-heading{
        width: 320px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
      }
    
      .signup-button{
        height: 52px;
        width: 320px;     
        border-radius: 100px;
        padding:17px, 40px, 17px, 40px;
        margin-top: 20px;  
        /* margin-left: 480px;                  */
        margin-bottom: 100px;
        background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%) !important;
        border: none;     
        text-decoration: none;
        cursor: pointer;
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 15.25px;     
        color: #FFFFFF;                  
     }
     
     .signup-button:hover{
        color:#868FFF !important;
        background: #F0EEFF !important;
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        /* box-shadow: 0 2px #F0EEFF; */
     }
     
     .signup-button:hover::after {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
     }
     
     .signup-button:active{
        border:2px solid #868FFF;
        background-color: #FFFFFF;
        color: #868FFF;
        transform: translateY(1px);
     }
     
     .signup-button:focus{
        outline: 0;
     }
    
     .input-group{
         width: 320px;
     }
    

     /* Blog Section */
     
     .blog-card{   
        height: 456px;
        border-radius: 16px;
        border: none;
     }
     
     .blog-image{
        width: 335px !important;
        height: 185px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 16px;
     }
     
     .blog-col-heading{
        width: 290px;
        height: 52px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-left: 30px;
        margin-top: 25px;     
     }
     
     .blog-col-para{
        width: 290px;
        height: 48px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;     
        color: #7A7792;
        margin-left: 30px;
        margin-top: 15px; 
     }
     
     .row .blog-row{
      margin-top: 60px;
   }

    /* Footer section */
    
 .footer-section{
    height: 432px;
    background-color:  #191638;     
 }
 
 .footer-row{
    margin-top: 106px;
 }
 
 .footer-columns{   
    height: 250px;
 }
 
 .footer-col-2{
    margin-top: 100px !important;
 }
 
 .footer-col-3{
    margin-top: 100px !important;
 }
 
 .footer-col-4{  
    background-color: #131030;
    border-radius: 16px;
    height: 229px;
    margin-top: 100px !important;
 }
 
 .footer-col1-para{
    width: 255px;
    height: 78px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 10px;
    margin-top: 31px; 
 }
 
 .footer-line1{
    margin-left: 10px;
    width: 240px;
 }
 
 .communication-icons{
    margin-top: 10px;
 }
 
 .fb-icon{
    margin-left: 10px;
 }
 
 .footer-col2-heading{
    width: 84px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    margin-left: 30px;
    /* margin-top: 31px;  */
 }
 
 .nav-list{
    list-style-type: none;  
    margin: 0;    
    padding: 0; 
 }
 
 .nav-list li a{
    color: #7E7AA6;
    text-decoration: none;
    width: 42px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;   
    margin-left: 30px;                
 }
 
 .nav-list li{     
    padding-top: 20px;
 }
 
 .footer-col3-heading{
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    /* margin-left: 20px; */
 }
 
 .footer-col3-heading1{
    width: 63px;     
 }
 
 .footer-col3-para1{
    width: 255px;
    height: 52px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    /* margin-left: 20px; */
    margin-top: 31px; 
 }
 
 .footer-col3-heading2{
    width: 130px;    
 }
 
 .footer-col3-para2{
    width: 255px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #8C7DFF;
    /* margin-left: 20px; */
    margin-top: 10px;  
    cursor: pointer;    
 }
 
 .footer-col4-heading{
    width: 176px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 40px; 
 }
 
 .footer-col4-para{
    width: 97px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 40px;
    margin-top: 30px; 
    margin-bottom: 0;
    float: left;
 }
 
 .footer-line{     
    margin-left: 40px;
    width: 250px;
    height: 2px;
    margin-top: 0;
 }

 .newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}
 
 .newsletter-icon{
    float: right;
    margin-right: 50px;
    margin-top: 30px; 
    margin-bottom: 0;
 }
 
 .checkbox-section{
 margin-top: 10px;
 }
 
 .checkbox{
    float: left;
    width: 15px;
    height: 15px;
    /* margin-left: 40px; */
    margin-top: 6px;
 }
 
 .checkbox-content{
    float: right;
    width: 200px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 12.5px;
    line-height: 26px;     
    color: #7E7AA6;    
    margin-right: 75px; 
 }
 
}

@media (min-width:1440px) and (max-width:2560px){
    
    .navigation-center-align{     
        display: flex;
        justify-content: center;     
     }

    .portfolio-nav{
        margin-top: 50px;          
     }
     
     .portfolio-nav ul{
        list-style-type: none;          
     }
     
     .portfolio-nav ul li {
        display: inline-flex;
     }
     
     .portfolio-nav ul li a {
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 16.42px;          
        color: #AAA8BD;   
        margin-right: 40px;  
     }
     
     .portfolio-nav ul li a:hover{
        color: #8C7DFF;
     }
     
     hr{     
        height: 1px;          
        color: #8C7DFF;
        max-width: 100%;
     }
     
    /* Blog main section */

    .fp-gap{
        margin-top: 50px;
     }

    .fp-section{
        margin-left: 30px;
    }
     .blog-sec-card{   
        /* height: 456px; */
        border-radius: 16px;
        border: none;
        background: linear-gradient(118.19deg, #F9F8FF 0%, rgba(249, 248, 255, 0) 67.45%);
     }
     
     .blog-sec-image{
        /* width: 330px;
        height: 185px; */
        /* margin:10px; */
        border-radius: 16px;
        width: 100%;
        
     }
     .blog-sec-col-heading{
        width: 730px;
        height: 30px;
        font-family: 'Work Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;        
        margin-top: 25px;     
     }
     
     .blog-sec-col-para{
        width: 730px;
        height: 30px;
        font-family: 'Work Sans';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;     
        color: #7A7792;                
     }

     .featured-post{
        width: 119px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
        margin-top: 30px;    
      }
    
      .fp-heading{
        width: 122px;
        height: 14px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        line-height: 26px;     
        color: #8C7DFF;    
      }
    
      .fp-para{
        width: 202px;
        height: 44px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 22px;     
        color: #3B3663; 
      }
    
      .signup-section{
          margin-top: 50px;
      }
    
      .signup-heading{
        width: 320px;
        height: 26px;           
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;     
        color: #3B3663;
      }
    
      .signup-button{
        height: 52px;
        width: 320px;     
        border-radius: 100px;
        padding:17px, 40px, 17px, 40px;
        margin-top: 20px;  
        /* margin-left: 480px;                  */
        margin-bottom: 100px;
        background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%) !important;
        border: none;     
        text-decoration: none;
        cursor: pointer;
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 15.25px;     
        color: #FFFFFF;                  
     }
     
     .signup-button:hover{
        color:#868FFF !important;
        background: #F0EEFF !important;
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        /* box-shadow: 0 2px #F0EEFF; */
     }
     
     .signup-button:hover::after {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
     }
     
     .signup-button:active{
        border:2px solid #868FFF;
        background-color: #FFFFFF;
        color: #868FFF;
        transform: translateY(1px);
     }
     
     .signup-button:focus{
        outline: 0;
     }
    
     .input-group{
         width: 320px;
     }
    
     /* Blog Section */

.blog-heading{
   width: 477px;
   height: 54px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;
   text-align: center;
}

.blog-card{   
  height: 456px;
  border-radius: 16px;
  border: none;
}

.blog-image{
  width: 335px !important;
  height: 185px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 16px;
}

.blog-col-heading{
  width: 290px;
  height: 52px;
  font-family: 'Work Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;     
  color: #3B3663;
  margin-left: 30px;
  margin-top: 25px;     
}

.blog-col-para{
  width: 290px;
  height: 48px;
  font-family: 'Work Sans';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;     
  color: #7A7792;
  margin-left: 30px;
  margin-top: 15px; 
}

.row .blog-row{
   margin-top: 60px;
}

    /* Footer section */
    
 .footer-section{
    height: 432px;
    background-color:  #191638;     
 }
 
 .footer-row{
    margin-top: 106px;
 }
 
 .footer-columns{   
    height: 250px;
 }
 
 .footer-col-2{
    margin-top: 100px !important;
 }
 
 .footer-col-3{
    margin-top: 100px !important;
 }
 
 .footer-col-4{  
    background-color: #131030;
    border-radius: 16px;
    height: 229px;
    margin-top: 100px !important;
 }
 
 .footer-col1-para{
    width: 255px;
    height: 78px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 10px;
    margin-top: 31px; 
 }
 
 .footer-line1{
    margin-left: 10px;
    width: 240px;
 }
 
 .communication-icons{
    margin-top: 10px;
 }
 
 .fb-icon{
    margin-left: 10px;
 }
 
 .footer-col2-heading{
    width: 84px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    margin-left: 30px;
    /* margin-top: 31px;  */
 }
 
 .nav-list{
    list-style-type: none;  
    margin: 0;    
    padding: 0; 
 }
 
 .nav-list li a{
    color: #7E7AA6;
    text-decoration: none;
    width: 42px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;   
    margin-left: 30px;                
 }
 
 .nav-list li{     
    padding-top: 20px;
 }
 
 .footer-col3-heading{
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    /* margin-left: 20px; */
 }
 
 .footer-col3-heading1{
    width: 63px;     
 }
 
 .footer-col3-para1{
    width: 255px;
    height: 52px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    /* margin-left: 20px; */
    margin-top: 31px; 
 }
 
 .footer-col3-heading2{
    width: 130px;    
 }
 
 .footer-col3-para2{
    width: 255px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #8C7DFF;
    /* margin-left: 20px; */
    margin-top: 10px;  
    cursor: pointer;    
 }
 
 .footer-col4-heading{
    width: 176px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 40px; 
 }
 
 .footer-col4-para{
    width: 97px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 40px;
    margin-top: 30px; 
    margin-bottom: 0;
    float: left;
 }
 
 .footer-line{     
    margin-left: 40px;
    width: 250px;
    height: 2px;
    margin-top: 0;
 }

 .newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}
 
 .newsletter-icon{
    float: right;
    margin-right: 50px;
    margin-top: 30px; 
    margin-bottom: 0;
 }
 
 .checkbox-section{
 margin-top: 10px;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 }
 
 .checkbox{
    /* float: left; */
    width: 15px;
    height: 15px;
    /* margin-left: 40px; */
    margin-top: 6px;
 }
 
 .checkbox-content{
    /* float: right; */
    width: 200px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 12.5px;
    line-height: 26px;     
    color: #7E7AA6;    
    /* margin-right: 75px;  */
    margin-left: 10px;
 }
 
}

@media (min-width:2560px){
    .navigation-center-align{     
        display: flex;
        justify-content: center;     
     }

    .portfolio-nav{
        margin-top: 50px;          
     }
     
     .portfolio-nav ul{
        list-style-type: none;          
     }
     
     .portfolio-nav ul li {
        display: inline-flex;
     }
     
     .portfolio-nav ul li a {
        font-family: 'Work Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 16.42px;          
        color: #AAA8BD;   
        margin-right: 40px; 
     }
     
     .portfolio-nav ul li a:hover{
        color: #8C7DFF;
     }
     
     hr{     
        height: 1px;          
        color: #8C7DFF;
        max-width: 100%;
     }
     
   /* Blog main section */

   .fp-gap{
    margin-top: 50px;
 }

   .fp-section{
    margin-left: 30px;
}
 .blog-sec-card{   
    /* height: 456px; */
    border-radius: 16px;
    border: none;
    background: linear-gradient(118.19deg, #F9F8FF 0%, rgba(249, 248, 255, 0) 67.45%);
 }
 
 .blog-sec-image{
    /* width: 330px;
    height: 185px; */
    /* margin:10px; */
    border-radius: 16px;
    width: 100%;
    
 }
 .blog-sec-col-heading{
    width: 730px;
    height: 30px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #3B3663;        
    margin-top: 25px;     
 }
 
 .blog-sec-col-para{
    width: 730px;
    height: 30px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;     
    color: #7A7792;                
 }

 .featured-post{
    width: 119px;
    height: 26px;           
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #3B3663;
    margin-top: 30px;    
  }

  .fp-heading{
    width: 122px;
    height: 14px;           
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 26px;     
    color: #8C7DFF;    
  }

  .fp-para{
    width: 202px;
    height: 44px;           
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 22px;     
    color: #3B3663; 
  }

  .signup-section{
      margin-top: 50px;
  }

  .signup-heading{
    width: 320px;
    height: 26px;           
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #3B3663;
  }

  .signup-button{
    height: 52px;
    width: 320px;     
    border-radius: 100px;
    padding:17px, 40px, 17px, 40px;
    margin-top: 20px;  
    /* margin-left: 480px;                  */
    margin-bottom: 100px;
    background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%) !important;
    border: none;     
    text-decoration: none;
    cursor: pointer;
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 15.25px;     
    color: #FFFFFF;                  
 }
 
 .signup-button:hover{
    color:#868FFF !important;
    background: #F0EEFF !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 2px #F0EEFF; */
 }
 
 .signup-button:hover::after {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
 }
 
 .signup-button:active{
    border:2px solid #868FFF;
    background-color: #FFFFFF;
    color: #868FFF;
    transform: translateY(1px);
 }
 
 .signup-button:focus{
    outline: 0;
 }

 .input-group{
     width: 320px;
 }

 /* Blog Section */
   .blog-heading{
    width: 477px;
    height: 54px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    line-height: 54px;     
    color: #3B3663;
    text-align: center;
 }
 
 .blog-card{   
   height: 456px;
   border-radius: 16px;
   border: none;
 }
 
 .blog-image{
   width: 335px !important; 
   height: 185px;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   border-radius: 16px;
 }
 
 .blog-col-heading{
   width: 290px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #3B3663;
   margin-left: 30px;
   margin-top: 25px;     
 }
 
 .blog-col-para{
   width: 290px;
   height: 48px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 24px;     
   color: #7A7792;
   margin-left: 30px;
   margin-top: 15px; 
 }

 .row .blog-row{
   margin-top: 60px;
}

/* Footer Section */
 
.footer-section{
    height: 432px;
    background-color:  #191638;     
 }
 
 .footer-row{
    margin-top: 106px;
 }
 
 .footer-columns{   
    height: 250px;
 }
 
 .footer-col-2{
    margin-top: 100px !important;
 }
 
 .footer-col-3{
    margin-top: 100px !important;
 }
 
 .footer-col-4{  
    background-color: #131030;
    border-radius: 16px;
    height: 229px;
    margin-top: 100px !important;
 }
 
 .footer-col1-para{
    width: 255px;
    height: 78px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 10px;
    margin-top: 31px; 
 }
 
 .footer-line1{
    margin-left: 10px;
    width: 240px;
 }
 
 .communication-icons{
    margin-top: 10px;
 }
 
 .fb-icon{
    margin-left: 10px;
 }
 
 .footer-col2-heading{
    width: 84px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    margin-left: 30px;
    /* margin-top: 31px;  */
 }
 
 .nav-list{
    list-style-type: none;  
    margin: 0;    
    padding: 0; 
 }
 
 .nav-list li a{
    color: #7E7AA6;
    text-decoration: none;
    width: 42px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;   
    margin-left: 30px;                
 }
 
 .nav-list li{     
    padding-top: 20px;
 }
 
 .footer-col3-heading{
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;     
    /* margin-left: 20px; */
 }
 
 .footer-col3-heading1{
    width: 63px;     
 }
 
 .footer-col3-para1{
    width: 255px;
    height: 52px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    /* margin-left: 20px; */
    margin-top: 31px; 
 }
 
 .footer-col3-heading2{
    width: 130px;    
 }
 
 .footer-col3-para2{
    width: 255px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #8C7DFF;
    /* margin-left: 20px; */
    margin-top: 10px;  
    cursor: pointer;    
 }
 
 .footer-col4-heading{
    width: 176px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 40px; 
 }
 
 .footer-col4-para{
    width: 97px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;
    margin-left: 40px;
    margin-top: 30px; 
    margin-bottom: 0;
    float: left;
 }
 
 .footer-line{     
    margin-left: 40px;
    width: 250px;
    height: 2px;
    margin-top: 0;
 }

 .newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}
 
 .newsletter-icon{
    float: right;
    margin-right: 50px;
    margin-top: 30px; 
    margin-bottom: 0;
 }
 
 .checkbox-section{
 margin-top: 10px;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 }
 
 .checkbox{
    /* float: left; */
    width: 15px;
    height: 15px;
    /* margin-left: 40px; */
    margin-top: 6px;
 }
 
 .checkbox-content{
    /* float: right; */
    width: 200px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 12.5px;
    line-height: 26px;     
    color: #7E7AA6;    
    /* margin-right: 75px;  */
    margin-left: 10px;
 }
   
}


/* ************************************************************* */
*{
    box-sizing: border-box;
}

/* Navigation Section */

.navbar-light .navbar-nav .nav-link{
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #3B3663;  
    text-decoration: none; 
    padding: 1rem !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #8C7DFF !important;
}

.active {
    color: #8C7DFF !important;
 }

.navbar-toggler{
    background-color: #8C7DFF;        
}

.navbar-nav .contact-button{
    background-color: #8C7DFF;
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 15.25px;     
    color: #FFFFFF;     
    border-radius: 100px;
    padding: 10px, 18px, 10px, 18px; 
    border: none;
    text-decoration: none;   
}

.navbar-nav .contact-button:hover{
    color:#868FFF;
    background-color: #F0EEFF;
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar-nav .contact-button:hover::after {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
}

.navbar-nav .contact-button:active {
    background-color: #FFFFFF;
    color: #868FFF; 
    border:1px solid #868FFF;
    transform: translateY(1px);      
}

/* .navbar-nav .contact-button:focus{
    outline: 0;
} */

.navbar-nav .btn:focus,.navbar-nav .btn:active {
    outline: none ;
    box-shadow: none;
 }

  /* ************************************************************* */
/* Blog Section */

/* Blog Header */
 .portfolio-header{
    text-align: center;         
}

.portfolio-heading{
    width: 284px;
    height: 54px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    line-height: 54px;     
    color: #3B3663;
    text-align: center;           
}

/* Blog main section */

.blog-main-section{
    /* height: 906px; */
    /* background: linear-gradient(118.19deg, rgba(249, 248, 255, 1) 0%, rgba(249, 248, 255, 0) 100%); */
    /* background-color: #FBFBFF; */
    background: linear-gradient(118.19deg, #F9F8FF 0%, rgba(249, 248, 255, 0) 100%);


 }
 
.blog-sec-card{   
    /* height: 456px; */
    border-radius: 16px;
    border: none;
    background: linear-gradient(118.19deg, #F9F8FF 0%, rgba(249, 248, 255, 0) 67.45%);
 }
 
 .blog-sec-image{
    /* width: 330px;
    height: 185px; */
    /* margin:10px; */
    border-radius: 16px;
    width: 100%;    
 }
 
 .date-sec-section{    
    margin-top: 30px;
 }
 
 .time-sec-icon{
    width: 16px;
    height: 16px;
 }
 
 .date-sec{
    width: 90px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #7A7792;
    margin-left: 3px;
 }
 
 .profile-sec-icon{
    width: 16px;
    height: 16px;
    margin-left: 20px;
 }
 
 .profile-sec-name{
    width: 82px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #7A7792;
    margin-left: 3px;
 }
 
 .blog-sec-col-heading{
    /* width: 290px;
    height: 52px; */
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #3B3663;    
    margin-top: 25px;     
 }
 
 .blog-sec-col-para{
    /* width: 290px;
    height: 48px; */
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;     
    color: #7A7792;        
 }
 
 .blog-sec-readmore-btn{
    width: 100px;
    height: 15px;           
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 15.25px;     
    color: #8C7DFF;
    border: none;  
    margin-top: 30px;
    padding: 0;        
 }
 
 .blog-sec-readmore-icon{
    width: 6.56px;
    height: 2.81px;  
    margin-top: 40px;
    margin-left:40px ;     
    font-size: 13px;         
    color: #7A7792;        
    transform: rotate(-90deg);
 }
 
 .readmore-sec-btn:focus{
    outline: 0;
 }

 .form-control:focus {
    box-shadow: none;
  }

  .btn:focus{
      box-shadow: none;
  }

  


 /* Blog Post Section */
.blog-section{
    /* height: 906px; */
    background-color: #F3F8FF;                
 }
 
 .blog-vector-img{
    position: relative;
 }
 
 .blog-vector-img-right{
    width: 80px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
 }
 
 
 .blog-header{
    text-align: center;     
 }
 
 #blogellipse-icon{     
    color:#8C7DFF;
    width: 6px;
    height: 6px;     
    font-size: 6px;
    margin-top: 100px;     
 }
 
 .blogicon-text{
    width: 78px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #7A7792;
    margin-left: 12px;     
    letter-spacing: 0.09em;
    margin-top: 100px;   
 }
 
 .blog-heading{
    /* width: 477px;
    height: 54px; */
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    line-height: 54px;     
    color: #3B3663;
    text-align: center;
 }
 
 /* .row .blog-row{
    margin-top: 60px;
 } */
 
 .blog-card{   
    /* height: 456px; */
    border-radius: 16px;
 }
 
 .blog-card:hover{
    box-shadow: 0 0 2px 2px #A695FF;
 }
 
 
 .blog-image{
    /* width: 330px;
    height: 185px; */
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 16px;
 }
 
 .date-section{
    margin-left: 30px;
    margin-top: 30px;
 }
 
 .time-icon{
    width: 16px;
    height: 16px;
 }
 
 .date{
    width: 90px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #7A7792;
    margin-left: 3px;
 }
 
 .profile-icon{
    width: 16px;
    height: 16px;
 }
 
 .profile-name{
    width: 82px;
    height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #7A7792;
    margin-left: 3px;
 }
 
 .blog-col-heading{
    /* width: 290px;
    height: 52px; */
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #3B3663;
    margin-left: 30px;
    margin-top: 25px;     
 }
 
 .blog-col-para{
    /* width: 290px;
    height: 48px; */
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;     
    color: #7A7792;
    margin-left: 30px;
    margin-top: 15px; 
 }
 
 .blog-readmore-btn{
    width: 100px;
    height: 15px;       
    margin-left:20px ;
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 15.25px;     
    color: #7A7792;
    border: none;  
    background: #FFFFFF;     
 }
 
 .readmore-icon{
    width: 6.56px;
    height: 2.81px;  
    margin-top: 40px;
    margin-left:40px ;     
    font-size: 13px;         
    color: #7A7792;        
    transform: rotate(-90deg);
 }
 
 .readmore-btn:focus{
    outline: 0;
 }
 
 .loadmore-button{
    height: 52px;
    width: 186px;     
    border-radius: 100px;
    padding:17px, 40px, 17px, 40px;
    margin-top: 20px;  
    /* margin-left: 480px;                  */
    margin-bottom: 100px;
    background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%) !important;
    border: none;     
    text-decoration: none;
    cursor: pointer;
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 15.25px;     
    color: #FFFFFF;                  
 }
 
 .loadmore-button:hover{
    color:#868FFF !important;
    background: #F0EEFF !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 2px #F0EEFF; */
 }
 
 .loadmore-button:hover::after {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
 }
 
 .loadmore-button:active{
    border:2px solid #868FFF;
    background-color: #FFFFFF;
    color: #868FFF;
    transform: translateY(1px);
 }
 
 .loadmore-button:focus{
    outline: 0;
 }
 
 .not-visible{
   display: none;
 }


 /* ************************************************************* */
/* Copyright Section */

.center-align{
margin-left: auto;
margin-right: auto;
}

.copyright-section{
    height: 86px;
    background-color: #131030;  
    display: flex;
    justify-content: center;
    align-items: center;        
 }
 
 .copyright-content{
    width: 245px;
    height: 26px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #7E7AA6;    
 } 
 
 html {
    scroll-behavior: smooth;
  }
 