@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*---------ثوابت في الموقع---------*/
*{
    font-family: "Raleway", sans-serif;
}

::selection{
    color: var(--primary-color);
    background: var(--secondry-color);
}
body{
    /* background: url(../img/6525256.jpg) center center/cover repeat fixed; */
    overflow-x: hidden;
}
:root {
    --primary-color: #5f6951;
    --secondry-color: #91AC8F;
    --third-color: #91AC8F;
    --four-color: #4B5945;
    --neutral-color: #f5f5f5;
    --border-color: #e6e7ea;
    --white-color: #ffffff;
    --black-color: #000000;
    --page-color: #fff3e3;
}
/*---------ثوابت في الموقع---------*/
/* /-------------/
/---language-----/
/-------------/ */
#language{
    position: fixed;
    right: -90px;
    top: 50%;
    width: 180px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    overflow: hidden;
}
#language a{
    display: block;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    letter-spacing: 2px;
    transition: 0.3s;
    position: relative;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    right: -54px;
    padding: 0.5rem;
}
#language a:hover{
    right: 0;
}
/*-------------*/
/*---Btn Up-----*/
/*-------------*/
.btnUpTop{
    position: fixed;
    bottom: 25px;
    right: -200px;
    z-index: 99999;
    color: var(--white-color);
    border-radius: 50px;
    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(75deg , var(--four-color), var(--third-color));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    transition: 0.5s;
    align-items: center;
}
.btnUpTop i{
    font-size: 20px;
}
.btnUpTop:hover{
    background: linear-gradient(75deg , var(--third-color), var(--four-color));
}

.btnUpTop.Show{
    right: 25px !important;
    opacity: 1;
    visibility: visible;
}

/*----------------*/
/*---Whats app----*/
/*----------------*/
#whatsapp-icon{
    bottom: 25px;
    left: 25px;
    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;
}


a{
    text-decoration: none !important;
}
ul{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.container{
    max-width: 1300px !important;
}
.title-section h2 ,.content-about h2{
    font-size: 30px;
    font-weight: 800;
    animation: animation-scalezoom 1.2s ease-in-out forwards;
    margin-bottom: 2.3rem;
    letter-spacing: 1px;
    color: transparent;
    background: linear-gradient(75deg , var(--four-color), var(--secondry-color));
    -webkit-background-clip: text;
}


/* Button To Top */
.reveal{
    transform: translateY(50%);
    opacity: 0;
    transition: all 1s ease;
}
.reveal.active{
    transform: translateY(0);
    opacity: 1;
}

.title-page{
    min-height: 40vh;
    align-content: center;
    background: url(../img/78943.jpg) center center/cover no-repeat fixed;
    text-align: center;
    object-fit:cover;
}
.title-page h2{
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 60px;
    font-weight: 700;
    color: var(--white-color);
}
.title-page ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.title-page ul li{
    position: relative;
}
.title-page ul li:last-child:before{
    content: "/";
    position: absolute;
    left: -24px;
    top: 0;
    color: var(--white-color);
    font-size: 20px;
}
.title-page ul li a{
    color: var(--white-color);
    transition: 0.5s ease;
}
.title-page ul li a:hover , .title-page ul li:last-child a{
    color: var(--secondry-color);
}

/*----------------------*/
/*--------Top Bar-------*/
/*----------------------*/
#topbar{
    padding: 0.5rem;
    background: var(--white-color);
}
#topbar ul{
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}
#topbar ul a{
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
}
#topbar ul a i{
    color: var(--primary-color);
    margin-right: 0.3rem;
}
#topbar .list-icon{
    gap: 0.4rem;
    justify-content: end;
}
#topbar .list-icon a{
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF2B;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    transition: 0.4s ease;
}
#topbar .list-icon a i{
    color: var(--black-color);
    margin: 0 !important;
}
#topbar .list-icon a:hover{
    background: var(--secondry-color);
    animation-name: animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}


/*--------------------*/
/*-------NavBar-------*/
/*--------------------*/
#nav{
    box-shadow: 2px 0px 5px #00000026;
    /* background: var(--white-color); */
    /* top: 66px; */
    display: block;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
    transition: 0.5s;
}
#nav .container{
    max-width: 1500px;
    padding: 0 1rem;
}
#nav.topnav{
    background: var(--white-color);
}
#logo{
    padding: 0.3rem 0;
    animation: animation-scale 1s ease forwards;
    opacity: 0;
    animation-delay: 0.5s;
}
#logo img{
    width: 70px;
}
#logo{
    font-size: 35px;
    font-weight: 600;
    position: relative;
    color: var(--third-color);
}

#nav-item{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    padding: 1rem;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    align-items: center;
    animation: animation-scale 1s ease forwards;
    position: relative;
    opacity: 0;
    letter-spacing: 0.2;
    text-transform: uppercase;
}
#nav.topnav #nav-item{
    color: var(--black-color);
}
#nav-item i.bi-chevron-down{
    margin-left: 0.4rem;
    color: var(--white-color);
    font-size: 11px;
}
#nav-item i.bi-chevron-down::before{
    font-weight: 900 !important;
}
#nav.topnav #nav-item i.bi-chevron-down{
    color: var(--black-color);
}
#nav-item i.bi-person-fill-lock ,#nav-item i.bi-book-half{
    color: var(--white-color);
    margin-right: 0.4rem;
    font-size: 16px;
    font-weight: 800;
}
#nav.topnav #nav-item i.bi-person-fill-lock ,#nav.topnav #nav-item i.bi-book-half{
    color: var(--black-color);
}
#nav-item:hover{
    color: var(--secondry-color);
}
#nav-item-drop::before,.dropdown-courses li::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    background: var(--secondry-color);
    z-index: -1;
}

#nav-item-drop:hover::before,.dropdown-courses li:hover:before{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
#nav .dropdown-menu {
    padding: 0;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    border: none;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    min-width: 13rem;
    animation: animation-topToBottom 0.5s ease forwards;
    opacity: 0;
    top: 110%;
}
#nav-item-drop {
    display: block;
    padding: 13px 0.02rem;
    padding-left: 10px;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    background: none;
    color: var(--neutral-color) !important;
    font-size: 15px;
    animation: animation-topToBottom 0.5s ease forwards;
    opacity: 0;
    font-weight: 400;
    /* border-bottom: 1px solid var(--border-color); */
    /* border-radius: 10px; */
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
    border-bottom: 1px solid var(--secondry-color);
}
#nav-item-drop:hover {
    padding-left: 15px;
    /* background: var(--third-color); */
}
#ulLoginAndTrial{
    position: relative;
    min-height: 70px;
    background: var(--third-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    flex-wrap: wrap;
}
#nav-item-login{
    color: var(--neutral-color);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

/* #span{
    font-size: 20px;
} */


.drop{
    position: relative;
    cursor: pointer;
}
.drop .dropdown-courses{
    margin: 0;
    padding: 0;
    list-style: none;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    border: none;
    position: absolute;
    min-width: 13rem;
    top: 140%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 99;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
}
.drop:hover .dropdown-courses{
    top: 106%;
    opacity: 1;
    visibility: visible;
}
.dropdown-courses li{
    display: block;
    padding: 13px 0.02rem;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    background: none;
    color: var(--neutral-color) !important;
    font-size: 15px;
    animation: animation-topToBottom 0.5s ease forwards;
    opacity: 0;
    font-weight: 400;
    /* border-bottom: 1px solid var(--border-color); */
    /* border-radius: 10px; */
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}
.dropdown-courses li:hover{
    padding-left: 15px;
}
.dropdown-courses li a{
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    color: var(--white-color) !important;
}
.spanhr{
    animation: animation-scale 1s ease forwards;
    opacity: 0;
    color: var(--third-color);
}
#nav-toggle {
    background: #fff;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 10px;
    margin-left: auto;
    border: 1px solid #00235b88;
}



/*----------------------*/
/*----banner // home----*/
/*----------------------*/
#home{
    background: url(../img/6525256.jpg) center center/cover repeat fixed;
    /* background: url(../img/6525256.jpg) center/cover repeat fixed; */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
    text-align: center;
    position: relative;
}
#home .container{
    max-width: 1300px;
    /* overflow-x: hidden; */
    padding: 0;
}
/*---------------*/
/*---Cloud Svg---*/
/*---------------*/
.cloud-svg{
    z-index: 2;
    pointer-events: none;
    transform: rotate(180deg);
    bottom: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.cloud-svg svg{
    width: calc(241% + 1.3px);
    height: 149px;
    z-index: -1;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.cloud-svg svg path{
    transform-origin: center;
    transform: rotateY(0deg);
    fill: var(--white-color);

}
#home:before {
    content: "";
    /* background-image: linear-gradient(9deg, var(--four-color) 0%, var(--third-color) 45%); */
    /* opacity: 0.9; */
    background-color: transparent;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#home *{
    z-index: 1;
}

#logo-banner{
    max-width: 250px;
    margin-right: auto;
    width: 100%;
    animation: animation-scalezoom 1.2s ease-in-out forwards;
    margin-bottom: 2rem;
}

.title-home{
    color: var(--white-color);
    animation: animation-leftToright 2s ease-in-out forwards;
    opacity: 0;
    margin-bottom: 30px;
    font-size: 55px;
    font-weight: 700;
}
.title-home span ,.title-section h2 span{
    position: relative;
    color: var(--secondry-color);
    transition: all 0.5s ease-in-out 0s;
    font-style: italic;
    z-index: 1;
}
/* .title-home span::first-letter{
    color: var(--secondry-color);
    font-size: 60px;
} */
.title-home span:hover,.title-section h2 span:hover{
    color: var(--white-color);
}
.title-home span::before ,.title-section h2 span::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.5s ease-in-out 0s;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    z-index: -1;
}
.title-home span:hover::before ,.title-section h2 span:hover::before{
    height: 100%;
}
#home p{
    color: var(--neutral-color);
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    animation: animation-rightToleft 2s ease-in-out forwards;
    /* font-style: italic; */
    letter-spacing: 2px;
}
#btn-home , #btn-about ,#btn-contact ,#show-more ,#btn-price ,.custom-button ,.widget-search button{
    display: inline-block;
    color: #fff;
    background: linear-gradient(75deg , var(--third-color), var(--four-color));
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 14.5px 25px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    border-radius: 0;   
    letter-spacing: 1px; 
    border: 0;
}
#btn-home::before ,#btn-about::before ,#btn-contact::before ,#show-more::before ,#btn-price::before ,.custom-button::before ,.widget-search button::before{
    content: "";
    position: absolute;
    left: 40%;
    right: 40%;
    z-index: -1;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
}
#btn-home:hover::before ,#btn-about:hover::before ,#btn-contact:hover::before ,#show-more:hover::before ,#btn-price:hover::before ,.custom-button:hover::before ,.widget-search button:hover::before{
    left: 0;
    right: 0;
    opacity: 1;
}

/*-------------------*/
/*-----Aboutn us-----*/
/*-------------------*/
#about{
    position: relative;
    padding: 120px 0;
    /* background: url(../img/background-img.jpg) top center/cover no-repeat; */
    /* background: var(--four-color); */
    overflow: hidden;
}
#card-about{
    border: none;
    background: var(--white-color);
    padding: 1rem;
    display: flex;
    align-items: center;
    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: 7px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    z-index: 1;
}
.content-about h2{
    font-size: 25px;
    margin-bottom: 1.56rem;
    animation-name: mg;
}
.content-about p{
    font-size: 17px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.content-about li{
    font-size: 15px;
    font-weight: 500;
}
.content-about li i{
    font-size: 20px;
    margin-right: 0.7rem;
}
 
/*--------------------*/
/*----Why Choose Us---*/
/*--------------------*/
#whyChooseUs{
    position: relative;
    padding: 2rem 0;
    width: 100%;
    /* background: url(../img/background-img.jpg) top center/cover no-repeat; */
    background: var(--secondry-color);
    background: var(--four-color);
    min-height: 50vh;
    overflow: hidden;
}
#whyChooseUs .container{
    max-width: 1400px;
    /* box-shadow: 0px 0px 21px -14px var(--primary-color); */
    /* background: var(--white-color); */
    border-radius: 20px;
    padding: 2rem 0.2rem;
}
#whyChooseUs h2{
    color: white ;
}
#img-whuUs{
    width: 80%;
    margin: auto;
}

#card-whyus{
    border: none;
    background: var(--white-color);
    padding: 1rem;
    display: flex;
    align-items: center;
    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: 7px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}
#card-whyus::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
#card-whyus:hover{
    margin-top: -10px;
}
#card-whyus:hover::before{
    opacity: 1;
    visibility: visible;
}
#topimg-whyus{
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.35s;
    margin-bottom: 30px;
    margin-top: -60px;
    opacity: 1;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* overflow: hidden; */
    margin: auto;
}
#topimg-whyus::before {
    background: linear-gradient(75deg , var(--primary-color), var(--four-color));
    transition: all 0.35s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}
#topimg-whyus::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    animation: spinnerRotate 10s linear infinite;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid var(--primary-color);
    transition: all 0.35s ease-in-out;
}
/* #card-whyus:hover #topimg-whyus::before{
    background: var(--primary-color);
} */


#topimg-whyus img{
    max-width: 100px;
    width: 100%;
}

#cardbody-whyus{
    text-align: center;
}
#cardbody-whyus h2{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: var(--secondary-font);
}
#cardbody-whyus p{
    font-size: 17px;
    font-weight: 500;
    font-family: var(--primary-font);
    margin-bottom: 1.5rem;
}
#card-whyus:hover h2 , #card-whyus:hover p{
    color: var(--white-color);
}
#btn-whyUs{
    color: var(--four-color);
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ;
    max-width: 250px;
    margin: auto;
}
#card-whyus:hover #btn-whyUs{
    color: var(--white-color);
}
#btn-whyUs:hover{
    background: var(--white-color);
    color: var(--four-color) !important;
}
#btn-whyUs i{
    transition: 0.5s;
    font-size: 20px;
    color: var(--primary-color);
}

#img-positionbanner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*-------------------*/
/*------howStart-----*/
/*-------------------*/
#howStart{
    padding: 70px 0;
    background: #f7f9fc;
}
#howStart .container{
    max-width: 1320px;
}
#howStart img{
    width: 100%;
    height: 100%;
}
#card-howStart{
    border: none;
    background: var(--white-color);
    padding: 1rem;
    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: 7px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 20px;
}
#howStart .card-header{
    border: none;
    background: #fff;
    padding: 0.5rem;
}
#howStart h3{
    font-weight: 400;
    font-size: 34px;
}
#howStart .card-body{
    border-radius: 7px;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
}
#howStart p{
    font-size: 15px;
    color: var(--white-color);
}
#howStart h3{
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s ease;
    text-transform: uppercase;
    color: var(--black-color);
}
#howStart h3 a{
    color: var(--four-color);
    transition: 0.4s ease;
}
#howStart h3:hover,#howStart h3:hover a{
    color: var(--secondry-color);
}

/*---------------------*/
/*--------Contact------*/
/*---------------------*/
#contact{
    position: relative;
    padding: 100px 0;
    width: 100%;
    min-height: 50vh;
    background: var(--four-color);
    overflow: hidden;
}
#contact .card{
    border: none !important;
}
#card-contact{
    border: none;
    background: var(--white-color);
    padding: 1rem;
    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: 7px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    z-index: 1;
}
#card-left-contact .card-body{
    padding: 0.5rem 1.25rem;
}
#card-contact span{
    color: transparent;
    background: linear-gradient(75deg , var(--four-color), var(--secondry-color));
    -webkit-background-clip: text;
    font-size: 16px;
    font-weight: 500;
}
#card-contact p{
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
}
#card-contact h2{
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: transparent;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    -webkit-background-clip: text;
    margin-bottom: 2rem;
}
#card-contact h2::before{
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    transition: all 0.5s ease-in-out 0s;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    z-index: -1;
}

#more-info li{
    margin-bottom: 0.5rem;
}
#more-info li a{
    color: var(--four-color);
}
#more-info li a span{
    color: var(--four-color);
    font-size: 16px;
    transition: 0.4s ease;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
#more-info li a span:hover{
    color: var(--secondry-color);
}
#more-info li a i{
    font-size: 20px;
    margin-right: 0.5rem;
}
#contact .list-icon{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}
#contact .list-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--four-color);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    transition: 0.4s ease;
}

#contact .list-icon a i {
    color: var(--white-color);
    margin: 0 !important;
}
#contact .list-icon a:hover{
    background: var(--secondry-color);
    animation-name: animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
#input-contact ,#select-contact ,.blog-form .form-group input ,.widget-search input{
    border: 1px solid #354c445e;
    box-shadow: none !important;
    height: 50px;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    background: #afc4bb29;
    font-size: 17px;
    font-weight: 500;
    color: var(--black-color);
    transition: 0.5s ease;
}
#input-contact:focus ,#select-contact:focus ,.blog-form .form-group input:focus ,.widget-search input:focus{
    background: transparent;
    border-color: var(--four-color);
}
#textarea-contact ,.blog-form .form-group textarea{
    border: 1px solid #354c445e;
    box-shadow: none;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    background: #afc4bb29;
    font-size: 17px;
    font-weight: 500;
    color: var(--black-color);
    transition: 0.5s ease;
}
#textarea-contact:focus ,.blog-form .form-group textarea:focus{
    background: transparent;
    border-color: var(--four-color);
}
#btn-contact ,.custom-button ,.widget-search button{
    border-radius: 20px;
    width: 100%;
}

/*---------------------------*/
/*-----------Footer----------*/
/*---------------------------*/
#footer{
    transition: 0.3s;
    background: #f7f9fc;
    position: relative;
    padding: 3rem 0;
}
#footer p{
    color: var(--black-color);
    font-size: 15px;
    font-weight: 400;
}

#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: var(--white-color);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    transition: 0.8s ease;
    color: var(--four-color);
    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: rotateY(360deg);
    color: var(--white-color);
    background: var(--four-color);
}
#footer h2 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: transparent;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    -webkit-background-clip: text;
    margin-bottom: 2rem;
}
#footer h2::before {
    content: "";
    position: absolute;
    background-color: var(--third-color);
    height: 3px;
    width: 50px;
    top: 140%;
    left: 0;
}
#footer #useful-links ul li {
    list-style: none;
    padding: 6px 6px 6px 0;
}
#footer #useful-links ul li a {
    list-style: none;
    color: var(--four-color-color);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    transition: 0.5s ease;
    display: inline-block;
    width: 100%;
}
#footer #useful-links ul li a:hover {
    color: var(--secondry-color);
}

#footer .footer-contact p {
    line-height: 26px;
    color: #1b2f45;
}
    #footer .footer-contact p a {
        color: #5a634d;
    }
    #hr-page {
        width: 100%;
        height: 1px;
        opacity: 0.9;
        background: var(--secondry-color-color);
    }

#footer .copyright-footer {
    text-align: center;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
}
#footer .copyright-footer a {
    text-decoration: none !important;
    color: var(--four-color);
}

/*------------------------*/
/*----------BLogs---------*/
/*------------------------*/
#blogs{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
#card-blogs{
    padding: 1rem;
    overflow: hidden;
    border-radius: 12px;
    background: var(--white-color);
    transition: 0.5s ease;
    box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.123);
    position: relative;
    border: none;
    margin-bottom: 2rem;
}
#card-blogs:hover{
    box-shadow: none;
}
#topimg-blogs{
    border-radius: 12px;
    transition: 0.5s ease;
    overflow: hidden;
}
#topimg-blogs img{
    transition: 0.8s ease-in-out;
}
#card-blogs:hover img{
    transform: scale(1.1);
}
#cardbody-blogs{
    padding: 2rem 0 1rem;
}
#cardbody-blogs span.blogs-track{
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}
.title-blog{
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0;
    transition: 0.5s ease;
  
}
.title-blog a{
    color: transparent;
    background: linear-gradient(75deg , var(--four-color), var(--secondry-color));
    -webkit-background-clip: text;
    transition: 0.5s ease;
    display: inline-block;
    width: 100%;
}
.title-blog:hover a{
    color: transparent;
    background: var(--secondry-color);
    -webkit-background-clip: text;
}
#btn-blogs{
    color: var(--four-color);
    box-shadow: none !important;
    background: transparent;
    padding: 0;
    transition: 0.5s;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
#btn-blogs:hover{
    color: var(--secondry-color);
}
#btn-blogs::before{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    transition: 0.5s;
}
#btn-blogs:hover::before{
    width: 100%;
}
#btn-blogs i{
    transform: translateX(-15px);
    opacity: 0;
    display: inline-block;
    transition: 0.5s;
    visibility: hidden;
}
#btn-blogs:hover i {
    opacity: 1;
    visibility: visible;
    transform: translateX(3px);
    position: relative;
}
#show-more i ,#btn-home i, #btn-about i ,#btn-whyUs i{
    transition: 0.5s;
    display: inline-block;
    font-size: 20px;
    transform: rotate(45deg);
}
#show-more:hover i ,#btn-home:hover i, #btn-about:hover i ,#btn-whyUs:hover i{
    transform: rotate(0);
}


/*------------------------*/
/*----------courses---------*/
/*------------------------*/
#courses{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
#card-courses{
    padding: 1rem;
    overflow: hidden;
    border-radius: 12px;
    background: var(--white-color);
    transition: 0.5s ease;
    box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.123);
    position: relative;
    border: none;
    margin-bottom: 2rem;
}
#card-courses:hover{
    box-shadow: none;
}
#topimg-courses{
    border-radius: 12px;
    transition: 0.5s ease;
    overflow: hidden;
}
#topimg-courses img{
    transition: 0.8s ease-in-out;
    height: 330px;
}
#card-courses:hover img{
    transform: scale(1.1);
}
#cardbody-courses{
    padding: 2rem 0 1rem;
}
#cardbody-courses span.courses-track{
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}
.title-Course{
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0;
    transition: 0.5s ease;
  
}
.title-Course a{
    color: transparent;
    background: linear-gradient(75deg , var(--four-color), var(--secondry-color));
    -webkit-background-clip: text;
    transition: 0.5s ease;
    display: inline-block;
    width: 100%;
}
.title-Course:hover a{
    color: transparent;
    background: var(--secondry-color);
    -webkit-background-clip: text;
}
#btn-courses{
    color: var(--four-color);
    box-shadow: none !important;
    background: transparent;
    padding: 0;
    transition: 0.5s;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
#btn-courses:hover{
    color: var(--secondry-color);
}
#btn-courses::before{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    transition: 0.5s;
}
#btn-courses:hover::before{
    width: 100%;
}
#btn-courses i{
    transform: translateX(-15px);
    opacity: 0;
    display: inline-block;
    transition: 0.5s;
    visibility: hidden;
}
#btn-courses:hover i {
    opacity: 1;
    visibility: visible;
    transform: translateX(3px);
    position: relative;
}
#show-more i ,#btn-home i, #btn-about i ,#btn-whyUs i ,#btn-price i{
    transition: 0.5s;
    display: inline-block;
    font-size: 20px;
    transform: rotate(45deg);
}
#show-more:hover i ,#btn-home:hover i, #btn-about:hover i ,#btn-whyUs:hover i ,#btn-price:hover i{
    transform: rotate(0);
}



/*--------------------*/
/*-----TestMonial-----*/
/*--------------------*/
#testmonial{
    background: #f7f9fc;
    padding: 70px 0;
    z-index: 1;
    position: relative;
}
.swiper-wrapper{
    padding: 2rem 0 3rem !important;
}
#card-review{
    padding: 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;
    margin-bottom: 2rem;
    max-width: 98%;
}
#card-review img{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    border: 5px solid var(--secondry-color);
    margin: 1rem auto;
}
#card-review p{
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
}
#card-review h3{
    font-size: 20px;
    font-weight: 700;
    color: var(--four-color);
}
#card-review span{
    color: var(--four-color);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 500;
}
#testmonial .btn-swiper{
    top: auto !important;
    bottom: 0 !important;
}
.btn-swiper span{
    background: var(--four-color);
    width: 20px;
    height: 20px;
}

/*---------------------------*/
/*-----Plans // Fees Page----*/
/*---------------------------*/
#price{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
#pills-tab{
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
#pills-tab .nav-link{
    color: var(--four-color);
    border: 1px solid var(--four-color);
    font-size: 20px;
    font-weight: 600;
}
#pills-tab .nav-link.active{
    color: var(--white-color);
    background-color: var(--four-color);
}
#card-pricing{
    border: 1px solid rgba(15, 14, 14, 0.1);
    margin-bottom: 2rem;
    border-radius: 2px;
    padding: 1.5rem;
}
#card-pricing .card-body{
    padding: 0;
}
.typeOf-plan{
    color: var(--four-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.price-plan{
    font-size: 50px;
    font-weight: 700;
    color: var(--four-color);
    position: relative;
}
.price-plan sub{
    font-size: 20px;
    font-weight: 400;
    color: var(--secondry-color);
}
.price-plan sup{
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
}
#price ul{
    margin-top: 1rem;
}
#price ul li{
    margin-bottom: 1rem;
    color: var(--four-color);
    font-size: 17px;
    font-weight: 500;
}
#price ul li i{
    margin-right: 0.5rem;
    font-size: 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%;
    /* max-height: 600px; */
}
.course-details-content .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    margin-top: 0px;
    line-height: 1.2;
}
.course-details-content .desc {
    max-width: 960px;
    width: 100%;
    font-family: var(--primary-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;
    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(--primary-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: var(--secondry-color);
    margin-right: 15px;
    font-size: 20px;
}

.courses__details-inner {
    margin: 46px 0 30px;
}
.courses__details-inner h3{
    color: var(--primary-color) !important;
    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(--primary-font);
    margin-bottom: 5px;
}
.event-details-list .list-wrap li i {
    color: var(--secondry-color);
    margin-right: 10px;
    font-size: 20px;
    margin-top: 5px;
}

.event-widget {
    border: 1px solid var(--neutral-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 25px 30px 30px;
    background: var(--primary-color);
    margin-bottom: 30px;
    font-family: var(--primary-font);
    position: sticky;
    top: 135px;
}
.event-widget .thumb {
    position: relative;
    margin: -17px -22px 25px -22px;
}
.event-widget .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.2;
    border-radius: 4px;
    z-index: 1;
}
.event-widget .thumb img {
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
}
.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: var(--secondry-color);
}
.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(--secondry-color);
    margin-right: 15px;
}
.event-cost-wrap .price span {
    font-weight: 500;
    font-size: 18px;
    text-decoration-line: line-through;
    color: var(--secondry-color);
    margin-left: 5px;
}
.event-cost-wrap .btn {
    width: 100%;
    margin-bottom: 20px;
    background: var(--secondry-color);
    color: var(--white-color) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--secondary-font);
    box-shadow: none !important;
}
.event-cost-wrap .btn:hover{
    background: var(--primary-color);
}
.event-information-wrap .title{
    color: var(--primary-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: #e7ccb7;
    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(--secondry-color);
    margin-right: 15px;
}
.event-information-wrap .list-wrap>li span {
    margin-left: auto;
    color: var(--secondry-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: #e7ccb7;
        font-size: 16px;
    }
.event-information-wrap .list-wrap>li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}




#swiper-sweip-testmonial{
    padding: 0.5rem;
}
.mySwiper-testmonial{
    position: relative;
}
#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: #fff;
}

#btns-coursesSwiper .swiper-button-next,
#btns-coursesSwiper .swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: none;
    font-size: 30px;
    background-color: var(--secondry-color);
    transition: 0.3s;
    margin: 0;
}
#btns-coursesSwiper .swiper-button-next{
    right: 0 !important;
    left: auto;
}
#btns-coursesSwiper .swiper-button-prev{
    left: 0 !important;
    right: auto;
}
#btns-coursesSwiper .swiper-button-next:hover,
#btns-coursesSwiper .swiper-button-prev:hover{
    background-color: var(--primary-color);
}
#btns-coursesSwiper .swiper-button-next::after,
#btns-coursesSwiper .swiper-button-prev::after{
    font-size: 10px;
}
#btns-coursesSwiper .swiper-button-next:hover:after,
#btns-coursesSwiper .swiper-button-prev:hover:after{
    color: white;
}


/*-------------------*/
/*-------Faqs--------*/
/*-------------------*/
#faqs{
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    /* background: url(../img/footer-img.jpg) center center/cover no-repeat fixed; */
}
/* #faqs::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050e2d59;
}
#faqs *{
    z-index: 2;
} */
#faqs .container{
    max-width: 1400px;
}
.theme-title{
    z-index: 2;
    animation: animation-scalezoom 1.2s ease-in-out forwards;
    position: relative;
}
.theme-title h6{
    color: var(--primary-color);
    font-size: 37px;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.theme-title h2{
    color: var(--secondry-color);
    font-size: 30px;
    font-weight: 600;
    font-family: var(--secondary-font);
}

#accordionExample{
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    animation: animation-bottom-to-top 2s ease forwards;
    opacity: 0;
    animation-delay: 0.1s;
}
#faqs #accordionExample .card{
    border: none !important;
    border-bottom: 1px solid #60606049 !important;
}
#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(--primary-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(--secondary-font);
}
#faqs button i{
    font-size: 20px;
}
#faqs button:hover{
    color: var(--third-color);
}
#faqs button:not(.collapsed) {
    color: var(--third-color);
    /* text-decoration: none !important; */
}
#faqs .card-body{
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 500;
}
#card-img-faqs{
    border: none !important;
    border-radius: 12px;
    padding: 1rem !important;
    box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.171);
    background: var(--white-color);
    overflow: hidden;
    margin-bottom: 2rem;
}
#card-img-faqs img{
    border-radius: 12px;
    width: 100%;
}

/*------------------------*/
/*------LoginPage------*/
/*------------------------*/
.login-section, .register-section ,.enroll-section ,.TeachApp-section{
    align-content: center;
    padding: 100px 0;
}
.login-section .form-login ,.enroll-form ,.TeachApp-form{
    border: none;
    background: var(--white-color);
    padding: 2.5rem 2rem;
    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: 7px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    z-index: 1;
}
.form-login h2 ,.TeachApp-form h2{
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: transparent;
    background: linear-gradient(75deg, var(--four-color), var(--third-color));
    -webkit-background-clip: text;
    margin-bottom: 2rem;
}
#notHave-account {
    text-align: right;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: var(--secondary-font);
    justify-content: space-between;
    flex-wrap: wrap;
    letter-spacing: 1px;
}
#notHave-account a {
    text-decoration: none !important;
    font-family: var(--primary-font);
    color: var(--secondry-color);
    margin-right: 0.7rem;
}
#notHave-account a:hover {
    text-decoration: underline 1px solid var(--third-color) !important;
}


.request-form .form-group #input-enroll{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #f4f5f9;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    box-shadow: none;
    padding: 23px 20px;
    font-family: var(--primary-font);
    margin-bottom: 20px;
    border: none;
    border-radius: 20px;
    height: 70px;
}


/*-------------------*/
/*-----Team Page-----*/
/*-------------------*/
#team{
    padding: 70px 0;
    position: relative;
}
#team .container{
    max-width: 1400px;
}
#card-team{
    padding: 1rem;
    overflow: hidden;
    border-radius: 12px;
    background: var(--white-color);
    transition: 0.5s ease;
    box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.123);
    position: relative;
    border: none;
    margin-bottom: 2rem;
}
#card-team:hover {
    box-shadow: none;
}
#topimg-team{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
#topimg-team img{
    transition: 0.5s ease;
    width: 100%;
}
#card-team:hover img{
    transform: scale(1.1);
}
#cardbody-team{
    position: relative; 
    text-align: center;
    padding: 1rem 0 0;
}
#cardbody-team h2{
    color: transparent;
    background: linear-gradient(75deg, var(--four-color), var(--third-color));
    -webkit-background-clip: text;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.3rem;
}
#cardbody-team p{
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.social-team{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: auto;
    width: 100%;
    bottom: -200px;
    transition: 0.5s;
    background: var(--four-color);
    padding: 0.6rem;
    left: 0;
}
.social-team a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--white-color);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    transition: 0.8s ease;
    color: var(--four-color);
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
}
.social-team a:hover{
    transform: rotateY(360deg);
    color: var(--white-color);
    background: var(--secondry-color);
}
#card-team:hover .social-team{
    bottom: 0;
}





/*---------------------*/
/*---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: 32px;
    line-height: 41.6px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-weight: 600;
    margin-top: -7px;
}
.privacy-content .top-wrapper p {
    margin: 0;
    margin-bottom: 30px;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-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(--primary-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color);
    line-height: 30px;
    margin-bottom: 10px;
}
.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;
}



/*--------------------------*/
/*-------Blogs Details------*/
/*--------------------------*/
.blog-details{
    padding: 80px 0;
    position: relative;
}
.blog-details .container{
    max-width: 1200px;
}
#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;
}
.single-blog .content {
    display: flex;
    padding: 30px 30px 19px;
}
.single-blog .content .left {
    width: 40px;
    margin-right: 30px;
    font-family: var(--primary-font);
}
.single-blog .content .avatar {
    margin-bottom: 24px;
}
.single-blog .content .avatar img {
    border-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.single-blog .content .left .meta-list {
    text-align: center;
    margin: 0;
    padding: 0;
}
.single-blog .content .left .meta-list li {
    margin-bottom: 12px;
    list-style: none;
    padding: 5px 0;
}
.single-blog .content .left .meta-list li a {
    display: block;
    width: 30px;
    height: 30px;
    background: var(--page-color);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
    transition: all ease 0.3s;
    text-decoration: none !important;
}
.single-blog .content .left .meta-list li a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(166deg, var(--four-color) 0%, var(--third-color) 100%);
}
.single-blog .content .left .meta-list li span {
    font-weight: 600;
}
.single-blog .content .left .meta-list li:last-child {
    margin-bottom: 0px;
}
.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(--third-color);
    font-family: var(--primary-font);
}
.single-blog .right .post-header .m-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(166deg, var(--four-color) 0%, var(--third-color) 100%);
    font-family: var(--secondary-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(--black-color-color);
    font-family: var(--primary-font);
    margin-bottom: 38px;
}
.single-blog .right .post-header blockquote {
    padding: 30px;
    padding-right: 40px;
    background-color: var(--page-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 45px;
    color: var(--primary-color);
    font-family: var(--primary-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;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(166deg, var(--four-color) 0%, var(--third-color) 100%);
    font-family: var(--secondary-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(--secondry-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(--four-color);
    border-radius: 50px;
    width: 35px;
    color: var(--white-color);
    height: 35px;
    font-size: 16px;
    transition: 0.4s ease;
}
.single-blog .right .social-icons li a:hover {
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    animation-name: animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.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: 94px;
    height: 94px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
}
.blog-author .author-thumb a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none !important;
}
.blog-author .author-thumb a img {
    width: 100%;
}
.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(--secondary-font);
    line-height: 1.3;
}
.blog-author .author-content .title a{
    background: linear-gradient(75deg , var(--four-color), var(--third-color));
    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(75deg, var(--four-color), var(--third-color));
    -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(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: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}
.comment-area li .blog-thumb a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.comment-area li .blog-thumb a img {
    width: 100%;
}
.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(--four-color);
    font-family: var(--secondary-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(--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(--primary-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(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(75deg, var(--four-color), var(--third-color));
    z-index: -1;
}
.blog-form {
    margin-bottom: -30px;
}
.blog-form .form-group {
    margin-bottom: 30px;
}


.col-left{
    position: sticky;
    top: 180px;
}
.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(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(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(--primary-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(--third-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(--primary-font);
    line-height: 28px;
    text-decoration: none !important;
}
.widget-tags ul li a:hover{
    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);
}
