
@import url(../fonts/WEB/css/cabinet-grotesk.css);
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Outfit:wght@100..900&display=swap');


.top-head{
    background-color: #ffdd18;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;

}
p{
    font-family: "DM Sans", sans-serif;
    font-size: 1.7rem !important;
    font-weight: 300;
}
.hero-home{
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F6F1DE;
}
.hero-home h1{
    font-size: 10rem;
    font-weight: 800;
    line-height: 10rem;
    font-family: 'CabinetGrotesk-Variable';
    letter-spacing: -4px;
}
.hero-home p{
    font-size: 2rem !important;
    font-weight: 500;
}
.hero-social-cover {
    padding-top: 20px;
    padding-bottom: 20px;
  
}
.btn-style-1{
    background-color: transparent;
    border: 2px solid #ff1f25;
    padding: 11px 34px;
    font-size: 21px;
    border-radius: 50px;

}
.about-me {
    background-color: #ff1f25;
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
    color: #fff;
}
.about-me .about-cover h2{
    font-size: 6rem;
    padding: 50px 0px 50px 0px;
    font-weight: 800;
    font-family: 'CabinetGrotesk-Variable';
    letter-spacing: -2px;
}
.excerpt-font-1 {
    font-size: 1.4rem;
    line-height: 2.5rem;
}
.services-cover{
    padding-top: 100px;
    padding-bottom: 100px;
}

/* accordion */
.accordion-item{
    border: 0px;
    border-radius: 0px !important;
    padding-top: 20px;
    padding-bottom: 20px;

}
.accordion-header{
    border-bottom: 1px solid #000;
    padding: 20px 0px 20px 0px;
   
}
.accordion-button{
    padding: 0px;
    font-size: 4rem;
    letter-spacing: -2px;
    font-family: 'CabinetGrotesk-Variable';
    font-weight: 800;
    color: #000;
}
.accordion-button:focus{
    box-shadow: unset;
    border:none;
}
.accordion-body{
    padding: 50px 0px 50px 0px;
    
}
.accordion-button:not(.collapsed){
    background-color: unset;
    border: none;
    box-shadow: none;
    outline: none;
}
.accordion-button:not(.collapsed){
    color: #000;
}
/* .color-red{
    color: #ff1f25 !important;
} */

.title-cover{
    background-color: red;
    padding: 12px 55px;
    display: inline-block;
    border-radius: 50px;
}
.title-cover h6{
    color: #fff;
    font-size: 1.2rem;
    padding: 0px;
}
.technology-use{
    background-color: #005cef;
    padding-top:100px;
    padding-bottom: 100px;
    text-align: left;
}
.technology-use ul li{
    display: inline-block;
    cursor: pointer;
    font-size: 3.5rem;
    /* color: #0048bc; */
    color: #fff;
    font-weight: 700;
    transition: .5s;
    padding: 0px 8px;
    text-transform: capitalize;
}
.technology-use ul li:hover{
    color: #FADA7A;
}