@import url('https://fonts.googleapis.com/css2?family=Questrial:wght@400&family=Urbanist:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@0,100;1,100;0,300;1,300;0,400;1,400;0,500;1,500;0,700;1,700;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
:root{
    --primary-color: #1b6661;
    --accent-color: #c49a34;
    --third-color: #967643;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-color: #3f3f3f;
    --grey-color: #6e6e6e;
    --border-color: #6d8583dc;
    --border-grey-color: #dee2e6;
    --lightprimary-color: #f0fbfc;
    --headding-font: 'Urbanist', sans-serif; 
    --accent-font: "Nunito", sans-serif;
    --text-font: 'Roboto', sans-serif;
    --secondary-color: #22c5ad;
}

body{
    overflow-x: hidden !important;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1320px !important;
    position: relative !important;
}
#hr-page{
    height: 1px;
    width: 100%;
    border: 0;
    background: var(--primary-color);
    /* margin: 0; */
    margin-top: 0;
}
/*-------------*/
/*---Btn Up-----*/
/*-------------*/
.btnUpTop{
    position: fixed;
    left: 25px;
    /* bottom: -200px; */
    bottom: 25px !important;
    z-index: 99999;
    color: var(--white-color);
    border-radius: 10px 0 10px 0;
    border: none;
    animation: btntopicon 1.8s  ease-in-out infinite alternate-reverse both;
    transition: all 1.5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    transition: 0.5s;
    align-items: center;
}
.btnUpTop i{
    font-size: 20px;
}
.btnUpTop.Show{
    bottom: 25px !important;
    opacity: 1;
    visibility: visible;
}
/*----------------*/
/*---Whats app----*/
/*----------------*/
#whatsapp-icon{
    bottom: 25px;
    right: 25px;
    left: auto;
    animation: animation-topAndbottom 1s ease-in-out infinite alternate-reverse both;
    transition: all 0.5s ease-in-out 0s;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Button To Top */
.reveal{
    transform: translateY(50%);
    opacity: 0;
    transition: 1s ease;
}
.reveal.active{
    transform: translateY(0);
    opacity: 1;
}
/*-----------------*/
/*----Page Title----*/
/*-----------------*/
.page-title{
    position: relative;
    min-height: 50vh;
    align-content: center;
    padding: 100px 0;
    background: url(../img/homepage.jpg) center center / cover no-repeat fixed;
}
.page-title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(34, 32, 28, 0.692), #19655f5d);
    /* background: rgb(14 211 194 / 10%); */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.page-title .content-page-title{
    position: relative;
    z-index: 3;
    overflow-x: hidden;
    padding: 1rem 0.3rem 1rem 2rem;
    /* padding: 3rem 0; */
    top:30px;
}
.page-title .content-page-title h2{
    color: var(--white-color) !important;
    animation: slideInDown 1s linear forwards;
    text-transform: uppercase !important;
    margin-bottom: 1rem;
    opacity: 0;
    margin-top: 0;
    transition: all .25s linear;
    border-left: 10px solid #DAA520;
    padding-left: 8px;
    margin-bottom: 2rem;
    transition: all .25s linear;
    letter-spacing: 1px;
    font-size: calc(1rem + 1.7vw);
    font-weight: 800;
    line-height: 1.2;
    font-family: var(--accent-font);
}
  
.page-title .content-page-title h6{
    color: var(--white-color) !important;
    animation: slideInright 1s linear forwards;
    text-transform: capitalize !important;
    margin-bottom: 1rem;
    opacity: 0;
    margin-top: 0;
    margin-bottom: .5rem;
    transition: all .25s linear;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--accent-font);
}
.page-title .content-page-title h6 a{
    text-decoration: none !important;
    color: var(--accent-color);
    transition: 0.5s;
}
.page-title .content-page-title h6 a:hover{
    color: var(--accent-color);
}
.page-title .content-page-title h6 span{
    color: var(--white-color) !important;
    position: relative;
    display: inline-block;
    font-weight: 800;
    z-index: 1;
}
.page-title .content-page-title h6 span::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    z-index: -1;
}
/* Title section */
.title-section{
    font-size: 35px !important;
    font-family: var(--accent-font) !important;
    font-weight: 800 !important;
    color: transparent !important;
    /* background: linear-gradient(to right, rgb(34 32 28), var(--primary-color)) !important; */
    /* background: linear-gradient(75deg , var(--primary-200) , var(--accent-color)); */
    -webkit-background-clip: text !important;
    margin-bottom: 2rem !important;
    position: relative !important;

    font-size: 54px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    font-family: var(--accent-font) !important;
    color: transparent !important;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color)) !important;
    /* background: linear-gradient(75deg, var(--primary-200), var(--primary-100)); */
    -webkit-background-clip: text !important;
    margin-top: 0px !important;
    line-height: 1.2 !important;
}
.title-section span{
    color: var(--accent-color) !important;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.title-section span::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* background: var(--primary-color); */
    z-index: -1;
}

/*-----------------*/
/*-----Navbar------*/
/*-----------------*/
#nav{
    padding: 0 1rem;
    background: var(--white-color);
    font-family: var(--accent-font);
}
#website-logo{
    position: absolute;
    top: -9px;
    left: 0;
    background: var(--white-color);
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
}
#website-logo img{
    width: 80px;
    transition: 0.5s;
}

#nav-item{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    line-height: 50px;
    display: flex;
    align-items: center;
    padding: 0.8rem 0.5rem;
    gap: 0.25rem;
}
#nav-item:hover{
    color: var(--accent-color);
}
#nav-item-language{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    line-height: 50px;
    display: flex;
    align-items: center;
    padding: 0.8rem 0.5rem;
    gap: 0.25rem;
}
.language#dropdown-menu{
    min-width: 8rem;
}
#nav-item::before{
    content: "";
    position: absolute;
    bottom: 105%;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--accent-color);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
#nav-item:hover::before{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
#nav-item i{
    font-size: 12px;
    color: var(--accent-color);
    margin-top: 4px;
}
#nav-item i::before{
    font-weight: 900 !important;
}
#dropdown-menu{
    /* top: 109%; */
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    min-width: 14rem;
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

#dropdown-menu #nav-item{
    line-height: inherit;
    background: transparent !important;
    border-bottom: 1px solid var(--border-grey-color);
    padding: 0.6rem;
}
#dropdown-menu #nav-item:last-child{
    border: 0 !important;
}

#listed-icons {
    margin-top: 2rem;
}

#listed-icons li{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
}
#title-social{
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
}
#listed-icons li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid var(--border-grey-color);
    color: var(--third-color);
    transition: 0.5s;
    background: transparent;
    font-size: 18px;
}
#listed-icons li a:hover{
    background: var(--primary-color);
    color: var(--white-color);
}

#Btnnav-toggler{
    color: var(--accent-color);
    font-size: 20px;
    border: none;
    padding: 0.2rem !important;
    border-radius: 0;

}
#Btnnav-toggler i::before{
    font-weight: 900 !important;
}


/*-------------------*/
/*---Home / banner---*/
/*-------------------*/
#home{
    position: relative;
    min-height: 93vh;
    align-content: center;
    padding: 100px 0;
    /* background: url(../img/homepage.jpg) center center/cover no-repeat; */
}

.img-home{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#home::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(34, 32, 28, 0.452), #19655f34);
    /* background: rgb(14 211 194 / 10%); */
    width: 100%;
    height: 100%;
    z-index: 2;
}
#home.home-offer::before{
    background-image: linear-gradient(to right, rgba(34, 32, 28, 0.76), #19655f34);
}

#home .col-lg-6 ,#home .col-lg-7{
    padding: 0;
    position: relative;
    z-index: 3;
}

.content-home{
    position: relative;
    z-index: 3;
    /* overflow: hidden; */
    padding: 1rem 0.3rem 1rem 2rem;
    /* padding: 3rem 0; */
}

.content-home h5{
    /* color: var(--lightprimary-color) !important; */
    animation: slideInDown 1s linear forwards;
    text-transform: uppercase !important;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    opacity: 0;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
    transition: all .25s linear;
    font-family: var(--accent-font);
    color:transparent;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    -webkit-background-clip: text;
}
.content-home h2{
    color: var(--white-color) !important;
    text-transform: uppercase !important;
    margin-bottom: 1rem;
    animation: slideInright 1s linear forwards;
    opacity: 0;
    margin-top: 0;
    margin-bottom: .5rem;
    transition: all .25s linear;
    letter-spacing: 1px;
    font-size: calc(1rem + 2.3vw);
    font-weight: 800;
    line-height: 1.2;
    font-family: var(--accent-font);
}

.content-home h2 span{
    color:transparent;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    -webkit-background-clip: text;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.content-home h2 span::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: var(--white-color);
    z-index: -1;
}
.websitelogo-home{
    background: var(--white-color);
    border-radius: 10px 10px;
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    margin-bottom: 2rem;
}
.content-home p{
    /* font-size: 16px !important; */
    color: var(--white-color);
    padding-bottom: .5rem !important;
    margin-bottom: 0.5rem;
    /* line-height: 26px; */
    font-weight: 800;
    font-family: var(--accent-font);
    font-size: 20px;
    animation: slideInleft 1s linear forwards;
    opacity: 0;
    line-height: 1.75;
}
p.slogan{
    font-size: 50px;
    font-weight: 1000 !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    margin-top: 30px;
    line-height: 1;
    /* left: 50%; */
    font-family: var(--accent-font);
    /* transform: translateX(-50%); */
    /* bottom: 15%; */
    z-index: 1;
    width: 100%;
    border-left: 5px solid hsla(43, 74%, 49%, 0.938);
    border-radius: 10px;
    padding: 10px;
    color:hsla(43, 74%, 49%, 0.267);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(43, 74%, 49%, 0.938); 
}

.content-home p.slogan span{
    transition: 0.5s;
    position: relative;
    display: inline-block;
    color: hsla(43, 74%, 49%, 1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(43, 74%, 49%, 0.938); 
    animation: slogan 1.5s linear infinite both alternate-reverse;
}


 
.content-home ul{
    padding: 0;
    width: 100%;
}
.content-home ul li{
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    animation: slideInright 1s linear forwards;
    opacity: 0;
}
.content-home ul li i{
    color:transparent;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    -webkit-background-clip: text;
 
}
.content-home .links{
    flex-wrap: wrap;
    gap: 1rem;
}
#home #btn-home{
    animation: btnsHome 1s linear forwards;
    opacity: 0;
    background: linear-gradient(to left, rgb(34 32 28), var(--accent-color));
    /* background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700); */
    animation-delay: 0.2s;
}
#home #btn-home:nth-child(2){
    animation-delay: 0.3s;
    background: linear-gradient(to left, rgb(34 32 28), var(--accent-color));
    /* background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700); */
}
#home #btn-home:nth-child(3){
    animation-delay: 0.4s;
}

#btn-home {
    color: var(--white-color);
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    /* background: var(--primary-color); */
    padding: 0.8rem 2rem;
    font-family: var(--accent-font);
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 500;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
    box-shadow: none;
    border: none;
    position: relative;
}
#btn-home::before ,#buttoncarousel::before{
    position: absolute;
    content: "";
    width: 0;
    height: 110%;
    top: -1px;
    /* background: linear-gradient(to right, rgb(34 32 28), var(--accent-color)); */
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    transition: 0.5s ease;
    left: -1px;
    z-index: -1;
}
#btn-home:hover::before ,#buttoncarousel:hover::before{
    width: 100%;
    left: 0;
}

#buttoncarousel{
    position: absolute;
    bottom: 0;
    top: auto;
    /* transform: translateY(-50%); */
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    width: 70px;
    height: 70px;
    z-index: 9;
    background: linear-gradient(to right, var(--third-color), var(--accent-color));
    background: linear-gradient(to right, rgb(34 32 28), var(--accent-color));
    opacity: 1;
}
#buttoncarousel.carousel-control-next{
    right: auto;
    bottom: 70px;
    left: 0;
}
#buttoncarousel:hover{
    opacity: 1;
}
#carousel-indicators li{
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    /* background: linear-gradient(to right, var(--third-color), var(--accent-color)); */
    transition: 0.5s;
}
#carousel-indicators li.active{
    width: 50px;
}
/*--------------------*/
/*----Why Choose Us---*/
/*--------------------*/
#whyChooseUs{
    position: relative;
    padding: 2rem 0;
    width: 100%;
    min-height: 50vh;
    overflow: hidden;
}
#whyChooseUs .container{
    max-width: 1400px;
   
    border-radius: 20px;
    padding: 2rem 0.2rem;
}

#card-whyus{
    border: none;
    background: var(--white-color);
    padding: 1rem 0 0;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.123);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    border-radius: 7px;
    margin-bottom: 2rem;
    position: relative;
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    overflow: hidden;
    transition: 0.5s;
    /* min-height: 100%; */
    z-index: 1;
}

#card-whyus:hover{
    transform: scale(0.98);
    box-shadow: none;
}
#card-whyus:hover::before{
    width: 200%;
    height: 200%;
    border-radius: 0;
}

#topimg-whyus{
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 120px;
    border-radius: 0 0 10px 10px;
    z-index: 1;
    margin-bottom: 12px;
    opacity: 1;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    display: flex;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: 0.4s;
}

#topimg-whyus::before {
   
    transition: all 0.35s ease-in-out;
    background: var(--accent-color);
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700) !important;

    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 0 0 10px 10px;

    z-index: -1;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}
#card-whyus:hover #topimg-whyus::before{
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color)) !important;

}


#topimg-whyus img{
    max-width: 100px;
    transition: 0.5s;
    width: 100%;
}

#cardbody-whyus{
    text-align: center;
}
#cardbody-whyus h2{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
    color: var(--accent-color);
    margin-bottom: 1rem;
    font-family: var(--headding-font);
}
#cardbody-whyus p{
    font-size: 15px;
    font-weight: 400;
    transition: 0.5s;
    font-family: var(--text-font);
    color: var(--text-color);
    color: var(--white-color);
    margin-bottom: 1.5rem;
}


/*----------------------*/
/*---Why US / / Steps---*/
/*----------------------*/
#howToStart{
    padding: 3rem 0 5rem;
    position: relative;
    /* background: url(../img/background-img.jpg) top center/cover no-repeat; */
    overflow: hidden;
}
.howToStart .title-section {
    font-size: 30px !important;
}
#howToStart #pills-tab{
    gap: 1rem;
}

#card-steps{
    border: none;
    background: var(--white-color);
    padding: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.123);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    border-radius: 7px;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    height: 100%;
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    z-index: 1;
}
#card-steps::before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    transition: 0.9s ease-in-out;
    width: 80px;
    /* background: linear-gradient(to right, rgb(34 32 28), var(--primary-color)); */
    /* background: var(--accent-color); */
    height: 80px;
    border-radius: 500px;
    
    /* opacity: 0;
    visibility: hidden; */
    z-index: -1;
}
#card-steps:hover{
    transform: scale(0.98);
    box-shadow: none;
}
#card-steps:hover::before{
    width: 400%;
    height: 400%;
    border-radius: 0;
}
/* #howToStart #card-steps img{
    display: none;
} */
#cardbody-steps{
    text-align: center;
}
.top-cardSteps{
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 120px;
    border-radius: 0 0 10px 10px;
    z-index: 1;
    /* margin-bottom: 12px; */
    margin-top: -30px;
    opacity: 1;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    display: flex;
    transition: 0.5s;
    align-items: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    justify-content: center;
    position: relative;
}
.top-cardSteps::before {
    /* background: linear-gradient(to right, rgb(34 32 28), var(--primary-color)); */
    /* background: linear-gradient(75deg , var(--accent-color), var(--accent-color)); */
    transition: all 0.35s ease-in-out;
    /* background: var(--accent-color); */
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 0 0 10px 10px;
    /* border-radius: 0 0 8px 8px; */
    z-index: -1;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}
.top-cardSteps img{
    max-width: 100px;
    transition: 0.5s;
    width: 100%;
}

#cardbody-steps h2{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
    color: var(--white-color);
    margin-bottom: 1rem;
    /* color: var(--white-color); */
    font-family: var(--accent-font);
}
#cardbody-steps h5{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
    color: var(--accent-color);
    color: #DAA520;
    margin-bottom: 1rem;
    /* color: var(--white-color); */
    font-family: var(--headding-font);
}
#cardbody-steps p{
    font-size: 15px;
    font-weight: 500;
    font-family: var(--headding-font);
    color: var(--white-color);
    margin-bottom: 1.5rem;
}
/* #card-steps:hover h2 ,#card-steps:hover h5 ,#card-steps:hover p{
    color: var(--white-color);
} */

/*-----------------------*/
/*----Enroll Page-----*/
/*-----------------------*/
.login-page ,.register-page ,.enroll-page{
    align-content: center;
    min-height: 100vh;
    padding: 100px 0;
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    background: var(--white-color);
}
.login-page ,.register-page{
    padding: 200px 0;
}
.enroll-page .container{
    max-width: 1000px !important;
}
.login-page .container ,.register-page .container{
    max-width: 500px !important;
}

/* Form */
.needs-validation{
    /* background: linear-gradient(to right, rgb(34 32 28), var(--primary-color)); */
    background: var(--white-color);
    box-shadow: 0 3px 20px rgba(142, 134, 171, 0.212);
    border: none;
    /* margin-bottom: 1.5rem; */
    border-radius: .25rem;
    padding: 1.5rem;
    opacity: 0;
    animation: form-scale 1.3s ease forwards;
    text-align: left !important;
    position: relative;
}
/* title form */
.title-form{
    font-size: 25px;
    text-align: left;
    margin: 1rem 0 2rem;
    font-weight: 700;
    font-family: var(--accent-font);
    color: var(--accent-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 6rem;
}
#form-logo{
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
    background: var(--white-color);
    border-radius: 0 0 10px 10px;
    /* -webkit-box-shadow: 0 3px 20px rgba(142, 134, 171, 0.212);
    -moz-box-shadow: 0 3px 20px rgba(142, 134, 171, 0.212);
    box-shadow: 0 3px 20px rgba(142, 134, 171, 0.212); */
}
#form-logo img{
    width: 80px;
}
.needs-validation label{
    margin-bottom: .5rem;
    font-weight: 500;
    color: var(--accent-color);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: var(--accent-font);
    line-height: 1.5;
    text-align: left;
}
.needs-validation .form-check label{
    font-size: 17px;
    font-weight: 600;
    font-family: var(--accent-font);
}
.needs-validation .form-control , .needs-validation .custom-select{
    display: block;
    width: 100%;
    padding: 0 20px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-color);
    font-family: var(--accent-font);
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    appearance: none;
    background-clip: padding-box;
    border-radius: .25rem;
    /* border-radius: 50px; */
    height: 50px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.needs-validation .custom-select , .needs-validation .custom-select option{
    cursor: pointer;
}
.needs-validation .form-control[type="file"]{
    height: auto !important;
    padding: 13px 20px !important;
}
#textarea{
    height: auto;
    border-radius: .25rem;
}
.needs-validation .form-control:focus , .needs-validation .custom-select:focus{
    border-color: var(--accent-color);
    padding-right: calc(1.5em + 1.034rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .2585rem) center;
    background-size: calc(.75em + .517rem) calc(.75em + .517rem);
    font-size: 16px;
    font-weight: 500;
    box-shadow: none !important;
    line-height: 1.5;
}

.needs-validation .custom-control-input{
    color: var(--text-color);
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: none !important;
    padding-left: 0;
    font-family: var(--accent-font);
}
.needs-validation .custom-control-input:checked~.custom-control-label::before{
    color: var(--white-color);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25) !important;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.needs-validation .form-check{
    padding: 0;
}
/* dont have account (login / register) */
#notHave-account {
    text-align: right;
    color: var(--text-color);
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: var(--accent-font);
    justify-content: space-between;
    flex-wrap: wrap;
    letter-spacing: 1px;
}
#notHave-account a {
    text-decoration: none !important;
    font-family: var(--accent-font);
    color: var(--primary-color);
    margin-right: 0.7rem;
}

/* payment page input file */
#input-file {
    max-width: 100%;
    display: none;
}
  
#labelFile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 220px;
    border: 2px dashed #ccc;
    align-items: center;
    text-align: center;
    padding: 5px;
    color: #404040;
    cursor: pointer;
    position: relative;
}

#img-payment{
    width: 95%;
    height: 90%;
    border-radius: 10px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 0;
    visibility: hidden;
}
/* total in payment page */
.total-pay{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2rem;
}
.total-pay h2{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--accent-font);
    margin-bottom: 1.5rem;
}
.total-pay h3{
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    font-family: var(--accent-font);
    margin-bottom: 1.5rem;
}

/*---------------------------*/
/*-----------Footer----------*/
/*---------------------------*/
#footer{
    transition: 0.3s;
    /* background: var(--); */
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    position: relative;
    font-family: var(--accent-font) !important;
    padding: 0 0 1rem;
}

#footer-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}
#footer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(34 32 28), var(--primary-color));
    width: 100%;
    height: 100%;
    z-index: 3;
}

#footer .container{
    position: relative !important;
    padding: 5rem 1rem 1rem;
    z-index: 4;
}
#footer-logo{
    position: absolute;
    background: var(--white-color);
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    top: 0 !important;
    left: 20px !important;
    margin: 0 !important;
    z-index: 9;
}
#footer-logo img {
    width: 80px;
    transition: 0.5s;
}
#footer p{
    color: var(--white-color);
    font-size: 15px;
    margin-top: 5rem;
    font-weight: 400;
}
#footer .footer-contact p{
    margin-top: 0.5rem;
}


#footer h2 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-family: var(--accent-font);
    color: transparent;
    background: var(--accent-color);
    /* background: linear-gradient(75deg , var(--primary-100), var(--primary-200)); */
    -webkit-background-clip: text;
    margin-bottom: 2rem;
}
#footer h2::before {
    content: "";
    position: absolute;
    /* background: linear-gradient(to right,var(--accent-color), rgb(34 32 28)); */
    background-color: var(--white-color);
    height: 100%;
    width: 2px;
    top: 0;
    left: -10px;
}
#footer #useful-links ul li ,.footer-contact ul li{
    list-style: none;
    /* padding: 6px 6px 6px 0; */
}
.footer-contact ul li i{
    color: var(--accent-color);
    font-size: 22px;
    margin-right: 0.8rem;
}
.footer-contact ul li i::before{
    font-weight: 900 !important;
}
#footer #useful-links ul li a ,#footer .copyright-footer ul li a ,.footer-contact ul li a{
    list-style: none;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
    transition: 0.5s ease;
    display: inline-block;
    border-bottom: 1px solid transparent;
    border-color: var(--border-color);
    position: relative;
    width: 100%;
    padding: 0.7rem 0.1rem;
}
#footer #useful-links ul li a span{
    color: var(--accent-color) !important;
}
#footer #useful-links ul li a:hover ,#footer .copyright-footer ul li a:hover ,.footer-contact ul li a:hover{
    color: var(--accent-color);
}
#footer .copyright-footer ul li a:hover{
    transform: translateX(0);
}
#footer .footer-contact p{
    line-height: 26px;
}
#footer .footer-contact p strong{
    color: var(--accent-color);
}

#footer .list-icon{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}
#footer .list-icon a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    transition: 0.8s ease;
    color: var(--white-color);
    text-decoration: none !important;
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
}
#footer .list-icon a i{
    margin: 0 !important;
}
#footer .list-icon a:hover{
    transform: rotate(360deg);
    color: var(--text-color);
    background: linear-gradient(145deg, #C0C0C0, #FFFFFF, #A9A9A9, #C0C0C0);
    
}
#hr-pagefooter {
    width: 100%;
    height: 1px;
    opacity: 0.9;
    background: #d8d8d823;
}

#footer .copyright-footer {
    text-align: center;
    color: var(--white-color);
    font-size: 16px;
    margin-top: 2rem;
    font-weight: 400;
    padding: 0.2rem 1rem;
}
#footer .copyright-footer strong{
    color: var(--accent-color);
}
#footer .copyright-footer a {
    text-decoration: none !important;
    color: var(--accent-color);
}
#footer .copyright-footer ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

/*-----------------*/
/*-----teachers----*/
/*-----------------*/
.teachers{
    padding: 100px 0;
    position: relative;
    overflow: hidden;

}
#card-teachers{
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 2rem;
}
#topimg-teachers{
    overflow: hidden;
    height: 100%;
    position: relative;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
}
#topimg-teachers img{
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    object-fit: cover;
}
.info-team{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: 50%; */
    max-width: 60%;
    width: 100%;
    /* background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)); */
    background-image: linear-gradient(to top, rgb(0 0 0 ), var(--primary-color));
    z-index: 2;
    padding: 1rem;
    border-radius: 50px 50px 0 0;
    text-align: center;
    opacity: 1;
    transition: 0.5s;
}
.info-team h2 {
    color: var(--white-color) !important;
    font-family: var(--accent-font) !important;
    font-weight: 500 !important;
    font-size: 20px;
    letter-spacing: 1px;
}
.info-team span {
    color: var(--accent-color) !important;
    font-family: var(--text-font) !important;
    font-weight: 600 !important;
    font-size: 17px;
}

.social-team {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    border-radius: 0 0 30px 0;    
    background-image: linear-gradient(to top, rgb(0 0 0 ), var(--primary-color));
    transform: translatex(0px);
    transition: 0.5s;
    opacity: 1;
}
.social-team ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.social-team i {
    font-size: 1rem;
    color: var(--white-color);
    transition: 0.5s;
}
.social-team i:hover{
    color: var(--accent-color);
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mySwiperTeachers ,.mySwiperCourses{
    padding-bottom: 2rem !important;
}
.swiper-slide{
    width: 100%;
}
#swiper-pagination {
    top: auto;
    bottom: 10px;
 }
#swiper-pagination span{
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-image: linear-gradient(to top, rgb(0 0 0 ), var(--primary-color));
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700) !important;
    transition: 0.5s;
    z-index: 999;
    opacity: 1;
}
#swiper-pagination .swiper-pagination-bullet-active{
    width: 50px;
}

/*-----------------*/
/*--About Us--*/
/*-----------------*/
#aboutus{
    align-content: center;
    padding: 100px 0;
    /* background: linear-gradient(to right, rgb(34 32 28), var(--primary-color)); */
    background: var(--white-color);
}

/*---------------*/
/*--Modal Video--*/ 
/*---------------*/
#modalVideo-about ,#modalVideo ,#modalVideo-courses{
    background: #000000d0;
    align-content: center !important;
}
#modalVideo-about .modal-header,#modalVideo  .modal-header ,#modalVideo-courses .modal-header{
    border-bottom: none !important;
    padding-right: 0 !important;
    border: none !important;
}
#modalVideo-about .close ,#modalVideo .close,#modalVideo-courses .close{
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
    background: linear-gradient(to right, rgb(34 32 28), var(--accent-color));
    padding: 0.5rem;
    margin: -1rem 0 -1rem auto;
}

 #modalVideo-about .modal-dialog , #modalVideo .modal-dialog ,#modalVideo-courses .modal-dialog{
    border: none !important;
    max-width: 1000px !important;
}
 #modalVideo-about.modal.show .modal-dialog,#modalVideo.modal.show .modal-dialog ,#modalVideo-courses.modal.show .modal-dialog{
    transform: translateY(-10%);
}
#modalVideo-about .modal-content ,#modalVideo .modal-content ,#modalVideo-courses .modal-content{
    border: none !important;
    background-color: transparent !important;
}
#modalVideo-about .modal-body ,#modalVideo .modal-body ,#modalVideo-courses .modal-body{
    padding: 0 !important;
}
#modalVideo-about .modal-body iframe ,#modalVideo .modal-body iframe ,#modalVideo-courses .modal-body iframe{
    min-height: 500px;
}

.video-about{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.video-btn.is-play {
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    /* background-color: var(--accent-color); */    
    background: linear-gradient(to right, rgb(34 32 28), var(--accent-color));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: all 0.5s ease-in-out 0s;
    /* opacity: 0;
    animation: animation-bottom-to-top 1.5s ease-in-out forwards;
    animation-delay: 0.2s; */
}
.video-btn {
    position: relative;
    display: inline-block;
}
.video-btn.is-play .video-btn-outer-circle {
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(34 32 28), var(--accent-color));
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.video-btn.is-play .video-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    font-size: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.has-scale-animation {
    animation: smallScale 3s infinite;
}
.has-delay-short {
    animation-delay: 0.5s;
}
.about-imgs{
    height: 100%;
    margin-bottom: 1rem;
    position: relative;
    /* align-content: center; */
}
.about-imgs #website-logo{
    top: 0 !important;
    left: 20px !important;
    right: auto !important;
    margin: 0 !important;
}
.about-imgs img{
    border-radius: 2rem;
    border-top-left-radius: 0rem; 
    height: 100%;
}


.about .besm{
    font-family: "Reem Kufi", sans-serif;
    color: var(--lightprimary-color);
    font-size: 2rem;
    font-weight: 300;
}

.about p {
    font-family: var(--text-font);
    color: var(--grey-color);
}
.aboutus .item{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 1rem;
    margin-bottom: 1rem;
}
.item .icon {
    width: 64px;
    height: 64px;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background-color: var(--primary-color); */
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transform: rotateY(0deg);
    transition: 0.5s;
}
.item:hover .icon {
    /* background: var(--accent-color); */
    background: linear-gradient(to right, rgb(34 32 28), var(--accent-color));
    transform: rotateY(360deg);
}
.item .icon i{
    font-family: "Reem Kufi", sans-serif;
    color: var(--lightprimary-color);
    font-size: 2rem;
    font-weight: 300;
}
.item .contentt h4 {
    color: var(--accent-color);
    font-family: var(--accent-font);
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 1rem;
    transition: 0.5s;
}
.item:hover .contentt h4 {
    color: transparent;
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    -webkit-background-clip: text;
    /* color: var(--primary-color); */
}
.item .contentt p {
    color: var(--grey-color);
    line-height: 1.6;
}

#card-stratigi{
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--primary-color));
    background: linear-gradient(to bottom, rgba(0, 0, 0), var(--primary-color));
    display: flex;
    align-items: center;
    border: none;
    border-radius: 10px;
    height: auto;
    margin-bottom: 55px;
}
#card-stratigi #top-icon{
    margin-top: -50px;
    background: linear-gradient(to bottom, rgba(0, 0, 0), var(--primary-color));
}

#cardbody-stratigi h4{
    font-family: var(--accent-font);
    color: var(--accent-color);
    font-size: 25px;
    padding-top: 18px;
    font-weight: 600;
}
#cardbody-stratigi p{
    font-family: var(--text-font);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
/*---------------*/
/*----counter----*/
/*---------------*/
#contur{
    position: relative;
    align-content: center;
    padding: 50px 0;
    background: url(../img/Counter.jpg) center center/cover no-repeat fixed;
}
#contur::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgb(0 0 0 / 78%), #19655fd4);
    /* background: rgb(14 211 194 / 10%); */
    width: 100%;
    height: 100%;
    /* z-index: 2; */
}
#card-counter{
    background: transparent !important;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    /* margin-bottom: 2rem; */
}

#top-icon{
    width: 6rem;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background-color: var(--accent-color); */
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
    transition: 0.5s;
}
#top-icon:hover {
    transform: rotateY(180deg);
    /* background: var(--white-color); */
}
#top-icon:first-child{
    /* font-family: "Reem Kufi", sans-serif; */
    color: var(--accent-color);
    font-size: 2.5rem;
    font-weight: 300;
}
#top-icon:hover i{
    color: var(--white-color);
}
#cardbody-counter{
    padding-bottom: 0;
}
#cardbody-counter h1{
    position: relative;
    font-size: 50px;
    font-weight: 800;
    color: var(--lightprimary-color);
    text-transform: capitalize;
    font-family: var(--accent-font);
}
#cardbody-counter h3{
    color: var(--accent-color);
    font-family: var(--accent-font);
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
}
/*----------------*/
/*----Contact-----*/
/*----------------*/
#contact{
    padding: 100px 0;
}
#card-infoContact{
    /* background: linear-gradient(to right, rgb(34 32 28), var(--primary-color)); */
    background: var(--white-color);
    box-shadow: 0 3px 20px rgba(142, 134, 171, 0.212);
    border: none;
    /* margin-bottom: 1.5rem; */
    border-radius: .25rem;
    padding: 1.5rem;
    opacity: 0;
    animation: form-scale 1.3s ease forwards;
    text-align: left !important;
    position: relative;
    gap: 1rem;
    flex-wrap: wrap;
    height: 100%;
    
}
#card-infoContact .iconContact{
    font-size: 25px;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 0;
}
#card-infoContact .info h5{
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--accent-font);
    margin-bottom: 0.7rem;
}
#card-infoContact .info a{
    font-size: 16px;
    font-weight: 700;
    /* line-height: 1;/ */
    color: var(--text-color);
    margin-bottom: 0.2rem !important;
    display: block;
    font-family: var(--accent-font);
    text-decoration: none !important;
    transition: 0.3s;
}
#card-infoContact .info a:hover{
    color: var(--accent-color);
}

/*--------------------*/
/*-----TestMonial-----*/
/*--------------------*/
#testmonial{
    /* background: #f7f9fc; */
    /* background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color)); */
    background: var(--white-color);
    padding: 70px 0;
    z-index: 1;
    position: relative;
}
#testmonial .swiper::before ,#testmonial .swiper::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
#testmonial .swiper::after{
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    left: auto;
    right: 0;
}
.swiper-wrapper{
    padding: 2rem 0 3rem !important;
}
/* #swiper-slide{
    padding-top: 80px;
} */

#testmonial .swiper-slide{
    padding: 0;
}

#card-review{
    padding: 0 1rem 1rem;
    /* overflow: hidden; */
    border-radius: 12px;
    /* background: var(--white-color); */
    transition: 0.5s ease;
    box-shadow: 0px 5px 10px rgba(8, 10, 55, 0.089);
    position: relative;
    border: none;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    text-align: left;
    max-width: 100%;
    height: 100%;
}
#card-review #topimg-testmonial{
    width: 90px;
    height: 120px;
    border-radius: 0 0 10px 10px;
    background: var(--white-color);
    margin-top: 0;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    margin: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#card-review #topimg-testmonial img{
    width: 80px;
    transition: 0.5s;
    border-radius: 2rem;
    border-top-left-radius: 0rem;
    height: 100%;
}
#card-review p{
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--headding-font);
}
#card-review p i{
    font-size: 20px;
    color: var(--accent-color);
}
#card-review h3{
    font-size: 20px;
    font-weight: 700;
    font-family: var(--accent-font);
    color: var(--accent-color);
    color: #DAA520;
}
#card-review span{
    color: var(--white-color);
    border-radius: 50px;
    padding: 0.5rem 0;
    font-family: var(--headding-font);
    font-size: 14px;
    font-weight: 500;
}
/* #testmonial .btn-swiper{
    top: auto !important;
    bottom: 0 !important;
}
.btn-swiper span{
    background: var(--accent-color);
    width: 20px;
    height: 20px;
} */





/*-----------------------*/
/*----Course Details-----*/
/*-----------------------*/
.course-details{
    padding: 70px 0;
    position: relative;
}
.course-details .container{
    max-width: 1400px;
}
.course-details-img {
    margin-bottom: 40px;
}
.course-details-img img {
    width: 100%;
    height: 544px;
    /* max-height: 600px; */
}
.course-details-content .title {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--accent-font);
    color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg , var(--primary-200) , var(--primary-100)); */
    -webkit-background-clip: text;
    margin-top: 0px;
    line-height: 1.2;
}
.course-details-content .desc {
    max-width: 960px;
    width: 100%;
    font-family: var(--headding-font);
    font-size: 16px;
    font-weight: 500;
    color: #6d6c79;
    margin-bottom: 15px;
    line-height: 25px;
}
.course-details-content .course-content-item {
    margin-top: 40px;
}
.course-details-content .course-content-item .title {
    font-size: 30px;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg , var(--primary-200) , var(--primary-100)); */
    -webkit-background-clip: text;
    margin-bottom: 15px;
}
.course-details-content .course-details-list {
    list-style: none;
    margin-top: 20px;
    display: block;
    padding: 0;
    margin: 0;
}
.course-details-content .course-details-list li {
    display: flex;
    align-items: center;
    font-family: var(--headding-font);
    font-size: 16px;
    line-height: 1.563;
    font-weight: 500;
    color: #6d6c79;
}

.course-details-content .course-details-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.course-details-content .course-details-list li i {
    color: transparent;
    background: linear-gradient(to right, rgba(0, 0, 0), var(--accent-color));
    -webkit-background-clip: text;
    margin-right: 15px;
    font-size: 20px;
}

.courses__details-inner {
    margin: 46px 0 30px;
}
.courses__details-inner h3{
    color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg , var(--primary-200) , var(--primary-100)); */
    -webkit-background-clip: text;
    margin-top: 0px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    font-size: 25px !important;
    text-transform: unset !important;
}
.courses__details-inner .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #DBE1E8;
    margin: 15px 0 0;
}
.courses__details-inner .event-details-list .list-wrap {
    padding: 0 0;
    margin: 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.event-details-list .list-wrap li {
    display: flex;
    font-size: 18px;
    width: 50%;
    font-family: var(--headding-font);
    margin-bottom: 5px;
}
.event-details-list .list-wrap li i {
    color: transparent;
    background: linear-gradient(to right, rgba(0, 0, 0), var(--accent-color));
    -webkit-background-clip: text;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 5px;
}

.event-widget {
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 8px;
    padding: 25px 30px 30px;
    /* background: var(--primary-color); */
    margin-bottom: 30px;
    font-family: var(--headding-font);
    background: linear-gradient(to right, var(--primary-color),rgba(0, 0, 0));
    position: sticky;
    top: 135px;
}
.event-widget .thumb {
    position: relative;
    margin: -17px -22px 25px -22px;
}

.event-widget .thumb img {
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.event-widget .thumb .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--white-color);
    z-index: 3;
    text-decoration: none !important;
}
.event-widget .thumb .popup-video i{
    color: transparent;
    background: linear-gradient(to right, rgba(0, 0, 0), var(--accent-color));
    -webkit-background-clip: text;
}
.event-widget .price{
    color: var(--third-color);
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: unset;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 18px;
    font-size: 25px;
}
.event-cost-wrap .price strong {
    font-weight: 500;
    font-size: 16px;
    color: var(--accent-color);
    margin-right: 15px;
}
.event-cost-wrap .price span {
    font-weight: 500;
    font-size: 18px;
    text-decoration-line: line-through;
    color: var(--accent-color);
    margin-left: 5px;
}
#event-cost-wrap #btn-home {
    width: 100%;
    margin-bottom: 20px;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700) !important;
    /* background: linear-gradient(75deg , var(--primary-200) ,var(--primary-100)); */
    color: var(--white-color) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 18px;
    border: none;
    overflow: hidden;
    font-family: var(--accent-font);
    box-shadow: none !important;
}
#event-cost-wrap #btn-home::before{
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700) !important;
}
.event-information-wrap .title{
    color: var(--white-color);
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: unset;
    font-size: 16px;
    margin-bottom: 10px;
}
.list-wrap {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.event-information-wrap .list-wrap>li {
    display: flex;
    align-items: center;
    color: var(--white-color);
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
}
.list-wrap>li>i {
    font-size: 20px;
    color: var(--accent-color);
    margin-right: 15px;
}
.event-information-wrap .list-wrap>li span {
    margin-left: auto;
    color: var(--white-color);
}
.event-information-wrap .event-social {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 12px;
}
.event-information-wrap .event-social li {
    border: none;
    padding: 0;
    margin: 0;
}
.event-information-wrap .event-social li a {
    color: var(--accent-font);
    font-size: 16px;
}
.event-information-wrap .list-wrap>li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}




/*------------------------*/
/*------Blogs Article-----*/
/*------------------------*/
.blogs{
    padding: 100px 0 1rem;
    position: relative;
    /* background: var(--lightprimary-color); */
}
#card-blogs{
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--white-color);
    z-index: 1;
    transition: 0.4s;
    text-align: center;
    margin-bottom: 2rem;
}
#card-blogs:hover{
    box-shadow: none;
    border: 1px solid #c4c4c442;
}
#topimg-blogs{
    overflow: hidden;
    position: relative;
}
#topimg-blogs img{
    transition: 0.5s;
}
#card-blogs:hover img{
    transform: scale(1.05);
}
.blogs-track{
    color: var(--white-color);
    background: linear-gradient(to right, var(--third-color), var(--accent-color));
    /* background: linear-gradient(75deg , var(--primary-100), var(--primary-200)); */
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 1rem;
    position: absolute;
    top: 10px;
    right: 10px;
}
#cardbody-blogs{
    padding-top: 0;
}
.listed-blog{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid var(--border-grey-color);
    padding: 0 0.5rem 0;
}
.listed-blog li{
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 0.8rem 1rem;
    border-right: 1px solid var(--border-grey-color);
}
.listed-blog li:last-child{
    /* padding-left: 0; */
    border: none;
}
.listed-blog li i{
    font-size: 18px;
    margin-right: 0.5rem;
    color: var(--primary-color);
    color: #DAA520;
}
#card-blogs h2{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-100);
    font-family: var(--accent-font);
    margin-bottom: 1rem;
}



/*--------------------------*/
/*-------Blogs Details------*/
/*--------------------------*/
.blog-details{
    padding: 80px 0;
    position: relative;
}
.blog-details .container{
    max-width: 1200px;
}
.blog-details .needs-validation{
    margin-bottom: 0 !important;
}
#cardarticle{
    padding: 0;
    border: none !important;
    background: var(--white-color);
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
#cardarticle #topimg-article{
    height: 500px;
    overflow: hidden;
}
#cardarticle #topimg-article img{
    width: 100% !important;
}
.single-blog .content {
    display: flex;
    padding: 30px 30px 19px;
}

.single-blog .content .right {
    -webkit-box-flex: 1;
    flex: 1;
    width: calc(100% - 95px);
}

.single-blog .content .right .date {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--accent-color);
    font-family: var(--headding-font);
}
.single-blog .right .post-header .m-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    -webkit-background-clip: text;
    font-family: var(--accent-font);
}
.single-blog .right .post-header p ,.blog-author .author-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0;
    color: var(--text-color);
    font-family: var(--headding-font);
    margin-bottom: 38px;
}
.single-blog .right .post-header blockquote {
    padding: 30px;
    padding-right: 40px;
    background-color: var(--lightprimary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 45px;
    color: var(--text-color);
    font-family: var(--headding-font);
    position: relative;
}
.single-blog .right .post-header blockquote::before {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 40px;
    width: 100px;
    height: 90px;
    background: url(../img/quotation.png) no-repeat center right;
    background-size: contain;
}
.single-blog .content .right .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    -webkit-background-clip: text;
    font-family: var(--accent-font);
}
.single-blog .right .tags-area {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid var(--accent-color);
    margin-top: 5px;
}
.single-blog .right .tags-area .tags {
    margin-top: 25px;
}
.single-blog .right .tags-area .tags span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.single-blog .right .tags-area .tags a {
    color: #333333;
}
.single-blog .right .tags-area .tags a::after {
    content: ",";
}
.single-blog .right .tags-area .social-icons {
    margin: -7.5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 13.5px;
}
.single-blog .right .social-icons li {
    list-style: none;
    padding: 7.5px;
}
.single-blog .right .social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50px;
    width: 35px;
    color: var(--white-color);
    height: 35px;
    font-size: 16px;
    text-decoration: none !important;
    transition: 0.4s ease;
}
.single-blog .right .social-icons li a:hover {
    background: var(--accent-color);
    transform: rotate(360deg);
}
.blog-author {
    padding: 30px;
    background: var(--white-color);
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.blog-author .author-thumb {
    width: 90px;
    height: 90px;
    padding: 0.5rem;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.5rem;
    background: var(--white-color);
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    margin-bottom: 1rem;
}

.blog-author .author-thumb img {
    width: 70px;
}
.blog-author .author-content {
    width: calc(100% - 94px);
    padding-left: 30px;
}
.blog-author .author-content .title {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--accent-font);
    line-height: 1.3;
}
.blog-author .author-content .title a{
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg , var(--primary-100), var(--primary-200)); */
    color: transparent;
    -webkit-background-clip: text;
    text-decoration: none !important;
}

/*-------Comments--------*/
.blog-comment {
    margin-top: 40px;
}
.blog-comment > .title {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg, var(--primary-100), var(--primary-200)); */
    -webkit-background-clip: text;
    margin-bottom: 2rem;
}
.blog-comment > .title::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    transition: all 0.5s ease-in-out 0s;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg, var(--primary-100), var(--primary-200)); */
    /* background: linear-gradient(75deg, var(--four-color), var(--third-color)); */
    z-index: -1;
}
.comment-area{
    padding: 0;
    margin: 0;
    list-style: none;
}
.comment-area li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 21px 0;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.comment-area li .blog-thumb {
    width: 65px;
    height: 65px;
    padding: 0.5rem;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.5rem;
    background: var(--white-color);
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    margin-bottom: 1rem;
}
/* .comment-area li .blog-thumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
} */
.comment-area li .blog-thumb img {
    width: 60px;
}
.comment-area li .blog-thumb-info {
    width: 150px;
    padding-left: 30px;
}
.comment-area li .blog-thumb-info span {
    margin-bottom: 10px;
    display: block;
    color: var(--text-color);
    font-family: var(--accent-font);
    font-size: 14px;
}
.comment-area li .blog-thumb-info .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;

}
.comment-area li .blog-thumb-info .title a{
    text-decoration: none !important;
    color: transparent;
    background: linear-gradient(75deg, var(--third-color), var(--accent-color));
    /* background: linear-gradient(75deg, var(--four-color), var(--third-color)); */
    -webkit-background-clip: text;
}
.comment-area li .blog-content {
    width: calc(100% - 215px);
    padding-left: 30px;
}
.comment-area li .blog-content p {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0;
    color: var(--black-color);
    font-family: var(--headding-font);
}
/*--------Live Comment--------*/
.leave-comment {
    margin-top: 20px;
}
.leave-comment .title {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg, var(--primary-100), var(--primary-200)); */
    /* background: linear-gradient(75deg, var(--four-color), var(--third-color)); */
    -webkit-background-clip: text;
    margin-bottom: 2rem;
}
.leave-comment .title::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    transition: all 0.5s ease-in-out 0s;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg, var(--primary-100), var(--primary-200)); */
    /* background: linear-gradient(75deg, var(--four-color), var(--third-color)); */
    z-index: -1;
}
.blog-form {
    margin-bottom: -30px;
}
.blog-form .form-group {
    margin-bottom: 30px;
}



.widget {
    border-radius: 10px;
    background: var(--white-color);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
}
.widget-search {
    padding: 32px 30px 30px;
}
.widget .title {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg, var(--primary-100), var(--primary-200)); */
    /* background: linear-gradient(75deg, var(--four-color), var(--third-color)); */
    -webkit-background-clip: text;
    margin-bottom: 2rem;
}
.widget .title::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    transition: all 0.5s ease-in-out 0s;
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(75deg, var(--primary-100), var(--primary-200)); */
    /* background: linear-gradient(75deg, var(--four-color), var(--third-color)); */
    z-index: -1;
}


.widget-search button i {
    margin-right: 5px;
}

.widget-categories {
    padding: 32px 30px 16px;
}
.widget-categories ul {
    margin-top: -9px;
    list-style: none;
    font-family: var(--headding-font);
    padding: 0;
    margin: 0;
}
.widget-categories ul li {
    padding: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.155);
}
.widget-categories ul li a {
    justify-content: space-between;
    color: var(--accent-color);
    padding: 6px 0;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
    font-size: 16px;
    text-decoration: none !important;
}
.widget-categories ul li:first-child a {
    padding-top: 0;
}
.widget-categories ul li:hover a{
    color: var(--primary-color);
}

.widget-tags {
    padding: 31px 30px 30px;
}

.widget:last-child {
    margin-bottom: 0;
}
.widget-tags ul {
    margin: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.widget-tags ul li {
    margin-bottom: 1rem;
    padding: 5px;
}
.widget-tags ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 39px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    transition: 0.4s ease;
    color: var(--primary-color);
    font-family: var(--headding-font);
    line-height: 28px;
    text-decoration: none !important;
}
.widget-tags ul li a:hover{
    background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color));
    /* background: linear-gradient(166deg, var(--primary-100) 0%, var(--primary-200) 100%); */
    /* background-image: linear-gradient(166deg, var(--third-color) 0%, var(--secondry-color) 100%); */
    color: var(--white-color);
}
#hr1-page{
    width: 70%;
    height: 1px;
    background: var(--border-color);
}


/*-----------------*/
/*---Error_Page----*/
/*-----------------*/
.error-area {
    height: 100vh;
    padding: 100px 0;
    align-content: center;
}
.error-area .container{
    max-width: 1320px;
}
.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.error-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.error-content h3 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Dosis', sans-serif;
    margin: 0;
}
.error-content p {
    max-width: 520px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto 20px;
    color: #5f5f5f;
    letter-spacing: 0.2px;
    font-family: 'Catamaran', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
}
.error-content #btn-error {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border: 1px solid #ec2529;
    background-color: #ec2529;
    -webkit-transition: .6s;
    transition: .6s;
    margin-right: 0;
    outline: 0 !important;
}
.error-content #btn-error:hover {
    color: #ec2529;
    background-color: #ffffff;
    text-decoration: none;
}


/*-----------------*/
/*---categories----*/
/*-----------------*/
.categories{
    padding: 50px 0 0;
}
.categories .card{
   /* border-radius: 4rem 0 4rem 0; */
   border-radius: 0;
   overflow: hidden;
   border: none;
   box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
   border: 1px solid var(--white-color);
   z-index: 1;
   transition: 0.4s;
   margin-bottom: 2rem;
}
.categories .card img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    clip-path: inset(0);
    transform: scale(1.0);

}
.categories .card img:hover{
    clip-path: inset(30px 30px);
    transform: scale(1.1);
}
.categories .card .card-body h6{
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
}
.categories .card .card-body span{
    color: var(--accent-color);
    font-weight: 400;
    font-size: 15px;
    font-family: var(--text-font);

}




/*-----------------*/
/*-----Courses-----*/
/*-----------------*/
#courses{
    padding: 50px 0;
    position: relative;
}
#card-courses{
    /* border-radius: 4rem 0 4rem 0; */
    border-radius: 0;
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border: 1px solid var(--white-color);
    z-index: 1;
    transition: 0.4s;
    margin-bottom: 2rem;
}
#card-courses #btn-home{
    background: linear-gradient(to right, rgb(34 32 28), var(--accent-color));
}
#card-courses #btn-home:hover::before{
    background: linear-gradient(to right, var(--third-color), var(--accent-color));
}
#topimg-courses{
    overflow: hidden;
    position: relative;
}
.track-course{
    color: var(--white-color);
    background: linear-gradient(to right, var(--third-color), var(--accent-color));
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 1rem;
    position: absolute;
    top: 10px;
    right: 10px;
}
#topimg-courses img{
    border-radius: 4rem 0 0 0;
    border-radius: 10px;
    transition: 0.5s;
}

#card-courses:hover #topimg-courses img{
    transform: scale(1.1);
}
#card-body-courses {
    /* background: linear-gradient(to top, rgba(0, 0, 0), var(--primary-color)); */
    background: var(--white-color);
    text-align: center;
}
#card-courses .listed-blog{
    justify-content: space-between;
    align-items: start;
}
#card-courses .listed-blog li{
    color: var(--accent-color);
    font-weight: 500;
    font-size: 12px;
    font-family: var(--accent-font);
    display: flex;
    align-items: start;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    text-wrap: wrap;
    height: 100%;
    padding: 0.8rem 0.4rem;
}
#card-body-courses .course-name {
    color: var(--text-color);
    font-size: 1.5rem;
    font-family: var(--accent-font);
    font-weight: 500;
    text-decoration: none !important;
    margin-bottom: 1rem;
    display: inline-block;
    transition: 0.5s;
    width: 100%;
}
#card-body-courses:hover .course-name{
    color: var(--accent-color);
}
#card-body-courses p {
    color: var(--text-color);
    font-size: 1rem;
    font-family: var(--text-font);
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.stars-course{
    text-align: center;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
    gap: 0.1rem;
}
.stars-course i{
    color: var(--accent-color);
}
.stars-course span{
    font-size: 13px;
    font-weight: 400;
    font-family: var(--accent-font);
    color: var(--primary-color);
}
#btn-home i{
    transition: 0.5s;
}
#btn-home:hover i{
    margin-left: 10px;
}
#btns-coursesSwiper {
    position: relative;
    width: 120px !important;
    /* justify-content: end; */
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--border-light);
    background: linear-gradient(to right, rgb(34 32 28), var(--primary-color));
}

#btns-coursesSwiper .swiper-button-next:after,
#btns-coursesSwiper .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 900;
}
#btns-coursesSwiper .swiper-button-prev,
#btns-coursesSwiper .swiper-button-next{
    color: var(--white-color);
}
#btns-coursesSwiper .swiper-button-prev{
    border-right: 1px solid var(--border-light);
}

#btns-coursesSwiper .swiper-button-next,
#btns-coursesSwiper .swiper-button-prev{
    position: static;
    width: 50%;
    transition: 0.3s;
    margin: 0;
}

#btns-coursesSwiper .swiper-button-next:hover,
#btns-coursesSwiper .swiper-button-prev:hover{
    background-color: var(--accent-color);
    color: var(--white-color);
}
#btns-coursesSwiper:hover .swiper-button-next ,#btns-coursesSwiper:hover .swiper-button-prev{
    color: var(--white-color);
}
#btns-coursesSwiper .swiper-button-next::after,
#btns-coursesSwiper .swiper-button-prev::after{
    font-size: 10px;
}


/*-------------------*/
/*-------Faqs--------*/
/*-------------------*/
#faqs{
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    /* background: url(../img/footer-img.jpg) center center/cover no-repeat fixed; */
}

#faqs .container{
    max-width: 1400px;
}

#faqs h3{
    font-family: var(--accent-font);
    font-size: 30px;
    line-height: 1.4;
    color: transparent;
    background: linear-gradient(to right, rgba(0, 0, 0), var(--primary-color));
    -webkit-background-clip: text;
    margin: 0 auto;
    font-weight: 700;
    max-width: unset;
}
#faqs-img{
    position: absolute;
    width: 100px;
    bottom: 100%;
    right: 0;
    animation: animation-bottom-to-top 2s ease forwards;
    opacity: 0;
    animation-delay: 0.1s;
}
#faqs-img.faqs-img2{
    right: auto;
    left: 0;
    transform: rotateY(180deg) !important;
}

#accordionExample{
    animation: animation-bottom-to-top 2s ease forwards;
    opacity: 0;
    animation-delay: 0.1s;
}
#faqs #accordionExample .card{
    border: none !important;
    border: 1px solid var(--accent-color) !important;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.068);
}
#faqs .card-header{
    background: #fff !important;
    border: none !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
#faqs button{
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--accent-color);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
    box-shadow: none !important;
    font-family: var(--accent-font);
}
#faqs button i{
    font-size: 20px;
}
#faqs button:hover{
    color: var(--primary-color);
}
#faqs button:not(.collapsed) {
    color: var(--primary-color);
}
#faqs button i{
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    color: var(--white-color);
    background: linear-gradient(to right, rgba(0, 0, 0), var(--primary-color));
}
#faqs button:not(.collapsed) i{
    background: linear-gradient(to right, rgba(0, 0, 0), var(--accent-color));
}
#faqs .card-body{
    font-size: 16px;
    font-family: var(--accent-font);
    font-weight: 600;
    color: #424149;
    border-top: 1px solid var(--accent-color);
}


/*---------------------*/
/*---Policy & Tearms---*/
/*---------------------*/
.privacy-content{
    padding: 70px 0;
    position: relative;
}
.privacy-content .container{
    max-width: 1300px;
}
/* .privacy-content .top-wrapper {
    margin-top: -7px;
    margin-bottom: -7px;
} */
.privacy-content .top-wrapper h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 41.6px;
    font-family: var(--accent-font);
    color: transparent;
    background: linear-gradient(to right, rgba(0, 0, 0), var(--accent-color));
    -webkit-background-clip: text;
    font-weight: 600;
    margin-top: -7px;
}
.privacy-content .top-wrapper p {
    margin: 0;
    margin-bottom: 30px;
    font-family: var(--headding-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 30px;
}
.privacy-content .top-wrapper ul {
    margin-bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.privacy-content .top-wrapper ul li {
    margin: 0;
    font-family: var(--headding-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 30px;
    margin-bottom: 10px;
}
.privacy-content .top-wrapper ul li::marker{
    color: var(--accent-color);
}
.privacy-content .safe-data {
    margin: 55px 0;
}
.privacy-content .safe-data ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    list-style-type: decimal !important;
    margin-left: 18px;
}
.privacy-content .safe-data ul li {
    padding-left: 15px !important;
}
.privacy-content .safe-data ul li::marker {
    font-weight: bold !important;
}







/*-------------------*/
/*------Tearms Page----*/
/*-------------------*/
#ourTerms{
    padding: 70px 0;
    background: #f7f9fc;
    font-family: var(--accent-font);
}
#ourTerms .container{
    max-width: 1320px;
}
#ourTerms .tearms{
    border: none;
    /* box-shadow: 0px 5px 18px rgba(167, 167, 167, 0.3); */
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 0 1rem 1rem;
}

#ourTerms h2{
    color: var(--accent-color);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.7rem;
}
#ourTerms p{
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2rem;
}
#ourTerms ul{
    list-style: none;
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
}
#ourTerms ul li{
    margin-bottom: 1.5rem;
    color: var(--text-color);
}
#ourTerms strong{
    color: var(--primary-color);
}
#ourTerms a{
    text-decoration: none !important;
    color: var(--primary-color);
    font-weight: 700;
}
#ourTerms a:hover{
    text-decoration: underline 2px solid var(--text-color);
}
#ourTerms span{
    display: block;
    color: #124364;
}

/*-------------------*/
/*------policy Page----*/
/*-------------------*/
#policy{
    padding: 70px 0;
    background: #f7f9fc;
}
#policy .container{
    max-width: 1320px;
}
#website-logo-policy{
    position: absolute;
    top: 0;
    right: 0;
    background: var(--white-color);
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
}
#website-logo-policy img{
    width: 80px;
    transition: 0.5s;
}
#policy .tearms{
    border: none;
    /* box-shadow: 0px 5px 18px rgba(167, 167, 167, 0.3); */
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 0 1rem 1rem;
}

#policy h2{
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.7rem;
}
#policy p{
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2rem;
}
#policy ul{
    list-style: none;
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
}
#policy ul li{
    margin-bottom: 1.5rem;
    color: var(--text-color);
}
#policy strong{
    color: var(--accent-color);
}
#policy a{
    text-decoration: none !important;
    color: var(--primary-color);
    font-weight: 700;
}
#policy a:hover{
    text-decoration: underline 2px solid var(--text-color);
}
#policy span{
    display: block;
    color: var(--third-color);
}

/*-------------------*/
/*----Plans Fees-----*/
/*-------------------*/
#pricing{
    padding: 100px 0;
    position: relative;
}
#pricing .title-section{
    color: transparent !important;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700) !important;
    -webkit-background-clip: text !important;
    font-size: 40px !important;
}
.pricyRolls{
    margin-bottom: 4rem;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 0 1rem 1rem;
}
.price-role li{
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--headding-font);
    padding: 0.3rem;
}
.price-role li i{
    margin-right: 0.3rem;
    color: var(--primary-color);
}
.price-role li strong{
    margin-right: 0.3rem;
    color: var(--accent-color);
}
#card-pricing{
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
    border: 0;
    margin-bottom: 2rem;
    color: inherit;
    text-align: center;
}

#card-pricing .card-body{
    margin-left: auto;
    margin-right: auto;
    flex: 1 1 auto;
    text-align: center;
    padding: 2rem 2.7rem;
}
#card-pricing .card-body.silver{
    width: 100%;
    margin-bottom: 1rem;
    background: linear-gradient(145deg, #C0C0C0, #FFFFFF, #A9A9A9, #C0C0C0);

}
#card-pricing .card-body.gold{
    width: 100%;
    margin-bottom: 1rem;
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
}
#card-pricing .card-body.platinum{
    margin-bottom: 1rem;
    width: 100%;
    background: linear-gradient(145deg, #E5E4E2, #F8F8F8, #C0C0C0, #E5E4E2);

}
.icon-svg.icon-svg-md {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0 !important;
}
.text-primary .lineal-fill{
    fill: #fad104;
}
.lineal-stroke{
    fill: #bc890d;
}
#card-pricing .card-body.gold .text-primary .lineal-fill ,#card-pricing .card-body.gold .lineal-stroke {
    fill: var(--white-color) !important;
}
/* {
    fill: var(--white-color) !important;
} */
/* #card-pricing.gold .lineal-stroke ,#card-pricing.gold .text-primary .lineal-fill {
    fill: var(--white-color) !important;
} */
#card-pricing .card-body .card-title {
    margin: 1rem 0 1rem 0;
    padding: 0;
    color: var(--text-color);
    font-size: 25px;
    font-weight: 700;
    font-family: var(--accent-font);
    margin-bottom: 0 !important;
}
#card-pricing .card-body.gold .card-title {
    color: var(--white-color) !important;
}
#card-pricing .card-body .prices {
    padding: 0;
    margin: 0;
    line-height: 1;
    background: none;
    font-weight: 500;
    position: relative;
    height: 2.3rem;
    font-family: var(--accent-font);
    color: #343f52 !important;
}
#card-pricing .card-body .prices .price {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
#card-pricing .card-body .price-currency {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-right: 0.2rem;
    padding-top: 0.4rem;
}
#card-pricing .card-body .price-value {
    font-size: calc(2.4rem + 1.38vw);
}
#card-pricing .card-body .price-duration {
    font-size: 18px;
    font-weight: 600;
    color: #60697b;
    margin-top: auto;
    margin-bottom: 0.25rem;
}
#card-pricing .card-body .price-duration:before {
    content: "/";
    padding: 2px;
}
.plans-items{
    text-align: left !important;
    margin-top: 50px;
}
.plans-items .plan-item{
    padding: 0.5rem 0.2rem;
    padding-left: 2rem;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #60697b;
    font-family: var(--accent-font);
    border-bottom: 1px solid #DBE1E8;
    display: flex;
    align-items: center;
    justify-content: start;
}
.plans-items .plan-item i{
    border-radius: 100%;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0.2rem;
    left: 0;
}
.plans-items .plan-item .bi-check-lg{
    background: #fff2d2;
    color: var(--accent-color);
}
.plans-items .plan-item .bi-x {
    background-color:#ffc4c7 !important;
    color: #e41220 !important;
}
#card-pricing.silver #btn-home{
    background: linear-gradient(145deg, #C0C0C0, #FFFFFF, #A9A9A9, #C0C0C0);
    color: var(--black-color);
}

#card-pricing.gold #btn-home{
    background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
}
#card-pricing.platinum #btn-home{
    color: var(--black-color);
    background: linear-gradient(145deg, #E5E4E2, #F8F8F8, #C0C0C0, #E5E4E2);
}
#card-pricing #btn-home{
    margin-top: 17px;
}
#card-pricing.silver #btn-home::before{
    background: linear-gradient(145deg, #C0C0C0, #FFFFFF, #A9A9A9, #C0C0C0);
}
#card-pricing.gold #btn-home::before{
   background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B, #FFD700);
}
#card-pricing.platinum #btn-home::before{
    background: linear-gradient(145deg, #E5E4E2, #F8F8F8, #C0C0C0, #E5E4E2);
}


/* /---------------/
/--Modal Video--/ 
/---------------/ */
#modalVideo-about-who-are {
    background: #000000d0;
    align-content: center !important;
}
#modalVideo-about-who-are .modal-header{
    border-bottom: none !important;
    padding-right: 0 !important;
    border: none !important;
}
#modalVideo-about-who-are .close {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
    background: linear-gradient(to right, rgb(34 32 28), var(--accent-color));
    padding: 0.5rem;
    margin: -1rem 0 -1rem auto;
}

 #modalVideo-about-who-are .modal-dialog {
    border: none !important;
    max-width: 1000px !important;
}

#modalVideo-about-who-are .modal-content {
    border: none !important;
    background-color: transparent !important;
}
#modalVideo-about-who-are .modal-body {
    padding: 0 !important;
}
#modalVideo-about-who-are .modal-body video {
    height: 700px;
    width: 100%;
}
/* How are we */
.who-are{
    align-content: center;
    padding-top: 100px;
}
.who-are .card , .strategy .card ,.strategy ul li{
    border: none;
    outline: none;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    transition: 0.5s;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--white-color);
    box-shadow: 0 3px 20px rgba(142, 134, 171, 0.212);
    border: none;
    border-radius: .25rem;
    opacity: 0;
    animation: form-scale 1.3s ease forwards;
    text-align: left !important;
    position: relative;
}
.who-are p ,.strategy p {
    color: var(--text-color);

    padding-bottom: .5rem !important;
    margin-bottom: 0.7rem !important;
    /* line-height: 26px; */
    font-weight: 500;
    font-family: var(--accent-font);
    font-size: 18px;
}
.who-are .frame {
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: var(--white-color);
    box-shadow: 0 3px 20px rgba(142, 134, 171, 0.212);
    border: none;
    border-radius: .25rem;
    opacity: 0;
    animation: form-scale 1.3s ease forwards;
    text-align: left !important;
    position: relative;
}
.who-are .frame img{
    border-radius: .25rem;
    width: 100%;
    height: 100%;
}
.about-fetuares{
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 1rem;
}
.about-fetuares li{
    color: var(--grey-color);
    font-size: 17px;
    transition: 0.4s;
    font-weight: 500;
    font-family: var(--accent-font);
}
.about-fetuares li:hover{
    color: var(--accent-color);
}
.about-fetuares li i{
    color: var(--accent-color);
    font-size: 22px;
}




















/* 
/-----------------------/
/------Banner Page------/
/-----------------------/ */
#home-banner{
    min-height: 100vh;
    position: relative;
}

#carouselExampleFade {
    height: 100vh;
}




#img-banner-home{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#img-banner-home::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    /* background-color: var(--border-color); */
    /* background-image: url(../img/line-pattern1.png); */
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    background: linear-gradient(45deg, rgb(34 32 28), var(--accent-color));
    transition: 0.5s;
    z-index: 4;
    /* animation: img-home 1.5s ease forwards;
    animation-delay: 1s;
    opacity: 0; */
}

#img-banner-home::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(34, 32, 28, 0.452), #19655f34);
    /* background: linear-gradient(1turn, #121b1d, rgba(31, 31, 31, 0) 700px); */
    z-index: 3;
}
#img-banner-home img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* animation: scale-zoon 15s linear infinite; */
    height: 100vh;
}

#content-home{
    position: relative;
    /* display: flex; */
    z-index: 30;
    text-align: right;
    overflow: hidden;
}
/* #content-home::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    
} */
#content-home span{
    color: var(--accent-color);
    font-family: var(--number-font);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    font-weight: 300;
    text-align: right;
    animation: img-home 1.5s ease forwards;
    opacity: 0;
    animation-delay: 0.8s;
    display: block;
}
#content-home .title-pages{
    animation: title-anim 1.5s ease forwards;
    opacity: 0;
    animation-delay: 0.6s;
}

#content-home p{
    transition: 0.5s;
    color: var(--white-color);
    animation: img-home 1.5s ease forwards;
    animation-delay: 0.8s;
    opacity: 0;
}
#home-banner #btn-home{
    background: linear-gradient(to right, rgb(34 32 28), var(--accent-color));
}