/* General  */
/* fonts  */


@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
   
  
}
h3{
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
}
button{
    background:#D1FE7D;
    color:#fff;
    border:none;
    position:relative;
    
    font-size:16px;
    padding:10px 25px;
    
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
  }
  button:hover{
    background:#0E1422;
    color:#D1FE7D;
  }
  button:before,button:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #D1FE7D;
    transition:400ms ease all;
  }
  button:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  button:hover:before,button:hover:after{
    width:100%;
    transition:800ms ease all;
  }
  button>a{
    text-decoration: none;
    color: #0E1422;
    font-size: 14px;
    font-weight: 700;
  }
  button>a:hover{
    text-decoration: none;
    color: #D1FE7D !important;

  }




.btn-extra-header{
    color: darkgrey;
    background-color: transparent;
  
}
.red-btn{
    border-radius: 5px;
    background-color: #D1FE7D !important;
    font-size: 14px;
    font-weight: 700;
    color: rgb(22, 21, 21) !important;
    padding: 12px 40px !important;
    display: inline-block;
    text-decoration: none;
    transition: 0.7s;
}
.red-btn:hover{
    background-color: white;
    color: red;
}

/* fixed btns  */
.btn_wrapper{
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 9999;
    background-color:#D1FE7D;
    padding: 20px;
    color: #0E1422;
    border-radius: 30px 0 0 0;
}
.fixed-icon{
    font-size: 24px;
    color: #0E1422;
    padding: 10px 0;
}

/* Navbar  */
.navbar-toggler-icon{
    color: #D1FE7D;
}

.header_wrapper .navbar{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition:all 0.2s linear;

}
.navbar{
    background-color: gray !important;
}

.header_wrapper .navbar-brand img{
    max-width:80px;
    height: auto;

}
.header_wrapper .menu-navbar-nav{
    width: 70%;
    display: flex;
    justify-content: center;
}

.header_wrapper .nav-item{
    margin: 0 10px;
}
.header_wrapper .nav-item .nav-link{
    font-weight: 700;
    font-size: 14px;
    color: white;
}
.header_wrapper .nav-item .nav-link.active{
    color: #D1FE7D;
}
.header_wrapper .nav-item .nav-link:hover{
    color: #D1FE7D;
}
.header-scrolled{
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    
    background-color: #0E1422;;
    box-shadow: 0 4px 6px rgba(12, 0, 46, .05);
}
.header-scrolled .navbar-brand img{
    width: 80px;
    height: auto;
    animation: animated 0.1s ease-in-out;
}

@keyframes animated{
    0%{
        width:110px;
    }
    50%{
        width: 80px;
    }
    100%{
        width: 60px;
    }


    
}
.header-scrolled .nav-item .nav-link {
    font-size: 17px;
} 

/* Banner section  */
.banner_wrapper{
    background-color: gray;
    height: 100vh;
    padding-top: 100px;
    
   
    
}
.banner-box{
    display: flex;
    justify-content: flex-end;
    
    
  
}
.banner_bg{
    display: flex;
    align-items: center;
    justify-content: space-around;
  
    background-size: cover;
    width: 70%;
    height: 600px;
    z-index: 2;
    background-color: rgb(20, 20, 20);
    animation: gradient 10s ease infinite;
}
.ban-img{
    width: 100%;
}
@keyframes gradient {
	0%{
        background-color: rgb(20, 20, 20);
    }
    25%{
        background-color: rgb(156, 153, 153);
    }
    50%{
        background-color: rgb(30, 29, 29);

    }
    75%{
        background-color: rgb(148, 148, 148);
    }
    100%{
        background-color: rgb(15, 15, 15);
    }
}
.banner-text{
    margin-top: 120px;
   margin-left: -200px;
    color: white;
}
.banner-text>h4{
    font-size: 40px;
}
.banner-text>h1{
    font-family: 'DM Serif Display', serif;
    font-size: 96px;
}
.banner-text>a{
    border-radius: 5px;
    background-color: #D1FE7D !important;
    font-size: 14px;
    font-weight: 700;
    color: rgb(22, 21, 21) !important;
    padding: 12px 40px !important;
   display: inline-block;
    text-decoration: none;
    transition: 0.7s; 
}
.banner-img{
    display: flex;
    justify-content: flex-end;
}
.banner-img>img{
    margin-right: 50px;
    display: flex;
    z-index: 5;
}
.box-1{
display: inline-block;
z-index: 1;
height: 200px;
width: 200px;

border-radius: 50%;
border-top: 5px solid #D1FE7D;
border-right: 5px solid #D1FE7D;
animation: 3s linear infinite rotate;




}
.box-2{
display: inline-block;
z-index: 1;
height: 200px;
width: 200px;

border-radius: 50%;
border-top: 5px solid #f6f7f6;
border-right: 5px solid #d1ef9a;
animation: 3s linear infinite rotate;




}
@keyframes rotate{
    from{
        transform: rotate(0);
      
    }
    to{
        transform: rotate(360deg);
      
    }
}


/* about us section  */
/* 1st section  */
.about-row{

}
.about-firsttxt1{
    
    text-align: justify;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
    
}
.about-firsttxt2{
    
    text-align: justify;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
    
}
.about-firsttxt1>hr{
    margin-left: 70px;
    margin-top: 0;
    border: 4px solid #D1FE7D;
    border-radius: 20px;
    opacity: 1;
    width: 140px;
    

}
.about-firsttxt2>hr{
    margin-left: 70px;
    margin-top: 0;
    border: 4px solid #D1FE7D;
    border-radius: 20px;
    opacity: 1;
    width: 140px;
    

}

.about-box1{
    height: 200px;
    width: 100px;
    background-color: #D1FE7D;
    margin-top: -50px;
    margin-right: -30px;
}

.about-img{
    display: flex;
    justify-content: center;
    
   
}
.about-img>img{
    border: 1px solid gray;
    box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    z-index: 99;
    width: 50%;
}
.about-first{
    margin: 100px 0;
}

/* call-to-action  */
.calltoaction1{
    background-color: rgb(20, 20, 20);
    
    padding: 40px 0;
    color: white;
    
}
.call-right>h4{
    
    font-size: 32px;
}
.call-right>h4>span{
   color: #D1FE7D;
    font-size: 45px;
}
.call-left{
    display: flex;
    align-items: center;
}


/* services section  */
.services-row{
    margin-top: 50px;
}
.services{
    margin: 70px 0;
}

.service-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.service-container>h3{
    
    text-align: center;
}
.service-container>hr{
    margin-left: 120px;
    margin-top: 0;
    border: 4px solid #D1FE7D;
    border-radius: 20px;
    opacity: 1;
    width: 170px;
}
.card-col{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card{
    
    padding: 20px;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    height: 200px;
    transition: 2s;
    
}
.card:hover{
    background-color: rgb(20, 20, 20);
    color: white;
}

.card-logo{
    display: flex;
    justify-content: center;
    background-color: rgb(101, 101, 101);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 20px;
    
z-index: 99;
    margin-bottom: -30px;
    
}

.card-text{
 
    text-align: center;
    
}


.card>h5{
    margin-top: 20px;
}


/* how we work section  */
.heading-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-section>h3{
    text-align: center;
   
}
.first-workhr{
    margin-left: 120px;
    margin-top: 0;
    border: 4px solid #D1FE7D;
    border-radius: 20px;
    opacity: 1;
    width: 170px;
    margin-bottom: 150px;
}

.process-col{
    padding: 10px 20px;
}
.process-card1{
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
    
}
.process-card1>h5{
    text-align: center;
}
.work-hr{
    margin-bottom: -100px;
    border: 3px solid #D1FE7D;
    opacity: 1;
}

.processcard-text{
    padding: 40px 20px !important;
    width: 200px;

    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    /* text-align: center; */
    height: 200px;
   border-radius: 50%;
    background: #FFF;
   margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
   

background: #FBFAFA;

top: 30px;
text-align: justify;

}
.processcard-text>h5{
    margin-top: 40px;
}
.processcard-text>img{
    border-radius: 50%;
}
.process-card-num{
    background-color:rgb(27, 26, 26);
    padding: 10px 20px;
    color: #D1FE7D;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -50px;
    margin-left: -140px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}



.howework-section{
    margin: 80px 0;
}

.call2{
    margin-top: 80px;
}


/* why hire us section  */
.hire-card>p{
text-align: justify;
}
.hire-card>h5{
text-align: center;
}




























/* client section  */
.clients{
    padding: 50px 0 50px;
    background-color: gray;
  
    
}
.clients h2{
    font-weight: 600;
    font-size: 25px;
    color: rgb(47, 46, 46);
    line-height: 1.23;
    margin-bottom: 40px;
}
.clients .item{
    display: flex;
    justify-content: center;
    width: 100%;
}
.clients .item img{
    width: 100px;
    height: 100px;
    margin: 0px 40px;
   
}

/* About section  */
.about_wrapper{
    padding: 100px 0 0 ;
}
.about_wrapper .about_number{
    font-family: "Quicksand";
    font-weight: 800;
    font-size: 24px;
    padding: 4px 17px;
    border-radius: 10px;
    margin-bottom: 25px;
    max-width: 44px;
    color: white;
    background-color: rgb(77, 77, 143);
}
.about_wrapper .about_title{
    font-family: "Quicksand";
    font-weight: 800;
    line-height: 1.25;
    max-width: 1000px;
    margin-bottom: 25px;
    color: black;


}
.about_wrapper .about_text{
    font-family: "Quicksand";
    font-size: 15px;
    font-weight: 600;
    line-height:1.7 ;
    max-width: 700px;
    color: rgb(62, 60, 60);
}
.about_wrapper .container1{
    width: 600px;
    height: auto;
   

}
.about_wrapper .innovate{
    background-color: rgb(174, 168, 168);
    padding: 30px;

}
.about_wrapper .projects{
    padding: 30px 0;
}
.about_wrapper .projects h2{
    color: orange;
    font-family: "Poppins";
    font-weight: 800;
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 0;
}
.about_wrapper .projects p{
    color: gray;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Features Section  */
.feature_wrapper{
    padding: 50px 0 ;
    background-color: gray;

}
.feature_wrapper .features_subtitle{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    color: gray;
}
.feature_wrapper .features_title{
    font-family: "Poppins";
    font-weight: 800;
    font-size: 35px;
    line-height: 2.5;
    margin-bottom: 25px;
    color: black;
}
.feature_wrapper h3{
    font-family: "Poppins";
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    color: black;
}
.feature_wrapper .features_text{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: gray;
}
.feature_wrapper .ft-1{
    background: rgb(244, 203, 203);
    padding: 40px;
    border-radius: 15px;
}
.feature_wrapper .ft-2{
    background: rgb(160, 219, 184);
    padding: 40px;
    border-radius: 15px;
}
.feature_wrapper .ft-3{
    background: rgb(154, 144, 208);
    padding: 40px;
    border-radius: 15px;
}
.feature_wrapper .ft-4{
    background: rgb(223, 192, 167);
    padding: 40px;
    border-radius: 15px;
}
.feature_wrapper .ft-5{
    background: rgb(185, 219, 234);
    padding: 40px;
    border-radius: 15px;
}
.feature_wrapper .ft-6{
    background: rgb(236, 169, 204);
    padding: 40px;
    border-radius: 15px;
}
/* .feature_wrapper .ft-1:before{
    content: url(../img/m1.jpg);
    position: absolute;
    display: block;
    margin-top: -70px;
    
    width: 20px;
} */

/* 7. Pricing section  */

.price_wrapper{
    padding: 60px 0;

}
.price-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-head{
    margin-left: 170px;
    margin-top: 0;
    border: 4px solid #D1FE7D;
    border-radius: 20px;
    opacity: 1;
    width: 350px;
   
}
.price_wrapper .pricing_subtitle{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    color: gray;
}

.price_wrapper .pricing_title{
    font-family: "Quciksand";
    font-weight: 800;
    line-height: 1.25;
    font-size: 34px;
    margin-bottom: 25px;
    color: black;
}
.price_wrapper .pricing_card{
    background-color: white;
    box-shadow: 0 1px 20px rgb(0 0 0 / 45%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 40px 45px 40px;
    border-radius: 10px;
   
    margin-bottom: 30px;
}
.price_wrapper .pricing_card:hover{
    box-shadow: 0 2px 29px rgb(0 0 0 / 60%);
    z-index: 5;
    cursor: pointer;
}
.price_wrapper .pricing_period{
    font-family: "Quicksand";
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
    padding-bottom: 0;
    color: #0E1422;
}
.price_wrapper .pricing_card img{
    max-width: 75%;

}
.price_wrapper .pricing_rate{
    font-size: 34px;
    font-family: "Quicksand";
    font-weight: 800;
    color: black;
    line-height: 1.25;
    margin:0;

}
.price_wrapper .pricing_text{
    font-size: 12px;
    font-family: "Quicksand";
    font-weight: 600;
    color: black;
    margin:0;
}
.price_wrapper .pricing_all_plan{
    
   
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.price_wrapper .pricing_all_plan ul{
    width: 100%;
    list-style: none;
    padding-inline-start: 0;

}
.price_wrapper .pricing_all_plan ul li{
    font-size: 14px;
    color: gray;
    font-weight: 500;
    line-height: 1.25;
    
    margin-top: 5px;
}
.price_wrapper .pricing_all_plan ul li strike{
    color: rgb(164, 162, 162);
}
.price_wrapper .learn-more-btn{
    background: rgb(91, 132, 91);
    border-color: rgb(91, 132, 91);
}
.price_wrapper .featured{
    box-shadow: 0 2px 40px rgb(0 0 0 / 5%);
    background-color: white;
    border: 5px solid black;
    padding-top: 80px ;
    padding-bottom: 80px;
}
.price_wrapper .pricing_ribbon{
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 20;
}
.price_wrapper .pricing_ribbon span{
    font-family: "Quicksand";
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: black;
    color:white;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    right: -45px;
    top: 30px;
    transform: rotate(-45deg);
}
.price_wrapper .btn-featured{
    background: rgb(9, 9, 45);
    border-color: rgb(9, 9, 45);
}
.price_wrapper .featured .pricing_rate{
    font-size: 40px;
}
.price-btn{
    width: 60%;
    text-align: center;
}
/* Free trail in price section  */
.free_trial{
    background-color: rgb(185, 182, 182);
    padding: 40px 0;
    margin-top: 100px;
}
.free_trial .free_title{
    font-family: "Quicksand";
    font-weight: 800;
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 0;
    color: black;
}
.free_trial .learn-more-btn{
    background-color: black;
    border-color: black;

}
.free_trial .learn-more-btn .fa{
    font-size: 22px;
    margin-right: 5px;
    vertical-align: bottom;
    color: yellow;
}

/* Our works section  */
.worksection{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.worktext{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.worktext>hr{
    margin-left: 170px;
    margin-top: 0;
    border: 4px solid #D1FE7D;
    border-radius: 20px;
    opacity: 1;
    width: 140px;
}
.work-row{
    display: flex;
    justify-content: center;
}
.work-col{
    padding: 15px;
   
}
.work-img{
    height: 500px;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    overflow: hidden;
}
.hover-text{
    position: absolute;
    bottom: 10%;
    left: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 99;
    
}
.hover-text2{
    position: absolute;
    bottom: 10%;
    left: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 99;
    
}
.hover-text3{
    position: absolute;
    bottom: 10%;
    left: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 99;
    
}
.work-image{
    z-index: 1;
}
.work-img:hover .work-image{
    opacity: 0.4;
}

.work-anchor{
    
    background-color: #0E1422;
    color: #D1FE7D;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 20px;
    opacity: 1 !important;
    z-index: 99;

}
.work-img:hover .work-anchor{
    display: inline-block;
    opacity: 1 !important;
    z-index: 99;
}
.work-anchor:hover{
    color: white;
}





/* contact form  */
.contactform{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgb(30, 29, 29);
    margin-top: 50px;
    color: white;
    padding: 60px 0;
}

.contact-text>hr{
    margin-left: 170px;
    margin-top: 0;
    border: 4px solid #D1FE7D;
    border-radius: 20px;
    opacity: 1;
    width: 180px;
    margin-bottom: 80px;
}
.contact-img{
    display: flex;
    justify-content: center;
    align-items: center;
}


.input1{
    border-radius: 5px;
    border: none;
    padding: 10px 40px 10px 20px;
    margin: 10px 10px 10px 0px;
}
.input2{
    border-radius: 5px;
    border: none;
    padding: 10px 40px 10px 20px;
    margin: 10px 0px 10px 0px;
}
.formclass>textarea{
    border-radius: 10px;
    border: none;
    padding: 10px 40px 10px 20px;
    margin: 10px 0;
    width: 100%;
}


/* footer  */
.footer{
    background-color: #0E1422;
    color: rgb(255, 255, 255);
    padding: 30px 0 40px 0;
}
.footer hr{
   border: 1px solid rgb(196, 194, 194);
    
}

.footer-col{
    display: flex;
    justify-content: center;
}
.footer-icon{
    border: 1px solid #D1FE7D;
    color: #D1FE7D;
    padding: 12px;
    margin: 0 10px;
    font-size: 20px;
    transform: 2s;
}
.footer-icon:hover{
    border: 1px solid #0E1422;
    color: #0E1422;
    background-color: #D1FE7D;
    padding: 12px;
    margin: 0 10px;
    font-size: 20px;
}























/* 8. reviews  */
.testimonial_wrapper{
    padding: 50px 0;

}
.testimonial_wrapper .testimonials_subtitle{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    color: gray;
}
.testimonial_wrapper .testimonials_title{
    font-weight: 800;
    font-family: "Quicksand";
    font-size: 34px;
    line-height: 1.25;
    margin-bottom:
    color: black;
}
.testimonial_wrapper .testimonial_card{
    border-radius: 15px;
    padding: 50px;
    background-color: white;
    box-shadow:  0 5px 40px rgb(0 0 0 /40%);
}
.testimonial_wrapper .testimonial_card h3{
    font-family: "Quicksand";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    color: black;
}
.testimonial_wrapper .testimonial_role{
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    color: rgb(128, 179, 128);
}
.testimonial_wrapper .testimonials_text{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

/* 10.Faq section  */
.faq_wrapper{
    padding: 100px 0;
}
.faq_wrapper .faq_subtitle{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    color: gray;

}
.faq_wrapper .faq_title{
    font-family: "Quicksand";
    font-weight: 800;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 100px;
    color: black;

}
.accordion-button:hover,
.accordion-button:focus{
    box-shadow: none;
    color: green;
    background-color: rgb(198, 198, 128);
}
.faq_wrapper .accordion-item{
    border: 0;
}
.accordion-button{
    font-size: 21px;
    font-weight: 600;
    color: black;
    background: white;
    border-radius: 0;
    padding:  0 0 15px 0;
    border-bottom:  0px solid gray;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: ;
}
.faq_wrapper .accordion-button::after{
    content: '\002B';
    display: inline-block;
    background-image: none;
}
.faq_wrapper .accordion-button:not(.collapsed)::after{
    content: '\2212';
    display: inline-block;
    background-image: none;
    transform: unset;
}
.faq_wrapper .accordion-body{
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding-bottom: 25px;
    line-height: 1.5;
}

/* footer section  */
.footer_wrapper{
    padding: 100px 0 25px;
    background-color: rgb(12, 24, 24);
    color: white;

}
.footer_logo img{
    max-width: 30%;
}
.footer_wrapper .footer_text,
.footer_wrapper .footer_text a{
    margin-top: 30px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}
.footer_wrapper .footer_title{
    font-family: "Quickand";
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: white;
    margin-bottom: 25px;
}
.footer_wrapper .footer_social_icon{
    padding-right: 30px;
    color: white;
    font-size: 20px;
}
.footer_wrapper .footer_credits{
    color: white;
    border-top: 1px solid white;
    padding-top: 20px;
    margin-top: 30px;
}
.footer_wrapper .footer_credits a{
    color: yellow;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}