/********** Template CSS **********/
:root {
    --primary: #78b7ff;
    --primary2: #E8D7FF;
    --secondary: #FBA504;
    --light: #ddf4fc;
    --dark: #04000B;
}

@font-face {
    font-family: 'Cocomat light';
    src: url('../fonts/CocomatPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocomat regular';
    src: url('../fonts/CocomatPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocomat bold';
    src: url('../fonts/CocomatPro-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/*** Login card ***/
.transparent-card {
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.4); 
    backdrop-filter: blur(5px); 
}


.login-hero{
    padding-top:270px !important;
}

@media (max-width: 992px) {
   .login-button{
    text-align: left;
   }

   .login-button button, .login-button a{
    font-size: 13px;
   }

   .login-button button{
    margin-left: 5px;
   }

   .login-hero{
    padding-top:105px !important;
}


}





.highlight-text {
    display: inline-block;
    background: url('/static/img/about_us/text_scratch.png') no-repeat center;
    background-size: cover;
    padding: 30px 15px;
    font-size: 20px;
}

.cocomat{
    font-family: 'Cocomat regular', sans-serif !important;
}
.cocomat-bold{
    font-family: 'Cocomat bold', sans-serif !important;
}

a{
    text-decoration: none;
}


.about-us-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 30px !important;
}

.about-us-box img{
    max-width: 320px;
}


.course-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 0px -15px 13px -5px rgba(66, 68, 90, 0.356);
    border-radius: 10px;
    padding: 20px !important;
}



.course-box h1{
    border-bottom: 1px solid rgba(0, 0, 0, 0.212);
    padding-bottom: 10px;
    width: 100%;
}
.course-box .col-lg-4{
    margin:10px;
}

.course-box h1 img{
    width: 60px;
}

@media (max-width: 1140px) {
    .course-box{
        padding: 20px 10px !important;
    }
    .course-box a{
        padding: 10px 25px !important;
    }
 }
 @media (max-width: 991px) {
    .course-box{
        justify-content: start !important;
    };
 }
 @media (max-width: 767.99px) {
    .course-box{
        justify-content: center !important;
    };
 }



.programming-boy-standing {
    position: absolute;
    top: -140px; /* Adjust based on your design */
    left: 55%; /* Adjust based on your design */
    transform: translateX(-50%);
    z-index: 1;
    max-width: 270px; /* Adjust the image size if necessary */
}
.programming-boy-back {
    position: absolute;
    top: -120px; /* Adjust based on your design */
    left: 40%; /* Adjust based on your design */
    transform: translateX(-50%);
    z-index: 1;
    max-width: 330px; /* Adjust the image size if necessary */
}

.stats{
    max-width: 420px;
    border-radius: 10px;
    box-shadow: 0px 1px 13px -5px rgba(66, 68, 90, 0.356);
    background: 
    url(../img/blob-center.png) center center no-repeat,
    linear-gradient(339deg, #ffcf75, #ffa807);

    animation: gradient 15s ease infinite;
    padding: 10px;
}


.skills-section .badge {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 20px;
    margin: 5px 0px;
    text-align: center;
    width: 100%;
    transition: 0.2s;
}

.skills-section .badge:hover{
    transform: scale(1.1);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.password-toggle {
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-floating {
    position: relative;
}

.password-toggle i {
    font-size: 1.2em;
    
}

.login-alert{
    padding: 0.5rem 1rem !important;
}


.badge-yellow {
    background-color: #ffeb3b93;
    
    color: #000;
}

.badge-blue {
    background-color: #03a8f47a;
    color: #000;
}

.education-img{
    max-width: 120px;
    top: -30px;
    left: 70%;
    transform: rotate(15deg);
}

.accordion-button {
    font-weight: bold;
}

.accordion-body {
    background-color: #ffffff;
    border-radius: 0.25rem;
    padding: 1rem;
}

@media (min-width: 992px) {
    .container-xl {
        padding-left: 5rem;
        padding-right: 5rem;
    }

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/*** Navbar ***/

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin: 30px 25px 0px 0px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white !important;
    outline: none;
    transition: .5s;
    
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .4s;
}

.nav-link:hover::after {
    width: 100%;
    transition: width .4s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 0px 0;
    margin-top:10px;
    margin-bottom:10px;
    color: var(--dark) !important;
   
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}
.navbar-dark .btn:hover{
    background-color: var(--secondary) !important;

}

.navbar-dark .navbar-brand  {
    color: #FFFFFF;
}

.navbar-dark .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-dark  {
    max-height: 100px;
}


.navbar-dark .btn {
    margin-top: 30px;
    color: var(--dark);
    background: var(--secondary)
}

.navbark-dark .btn:hover{
    opacity: 0.8;
}

.sticky-top.navbar-dark .btn {
    margin-top:15px;
    margin-bottom:15px;

    color: var(--dark);
    background: var(--secondary);
}



.navbar-dark .navbar-brand{
margin-top:30px
}

.sticky-top.navbar-dark .navbar-brand {
    margin:0;
}




@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-toggler {
        color: black;
        margin-top: 20px;
        margin-right: 10px;
    }


    .navbar-dark .navbar-collapse {
        margin-top: 5px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 3px 0 3px 5px;
        margin-left: 0;
        color: var(--dark) !important;
    }
    .navbar-dark .navbar-brand img {
        margin-bottom: 7px;
        margin-left: 10px;
        margin-top: -10px;
    }

    .hero-header .row{
        margin-right: 0px;
        margin-left: 0px;
    }

    .hero-header a{
        padding:10px 10px !important;
    }

    .platform-login{
        margin-bottom: 10px !important;
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary2);
    }

    .navbar-dark .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar-dark .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 6rem;
    padding: 151px 0 150px 0 !important;
    background:
        url(../img/blob-top-left.png) left 0px top 0px no-repeat,
        url(../img/blob-top-right.png) right 0px top 0px no-repeat,
        url(../img/blob-bottom-left.png) left 0px bottom 0px no-repeat,
        url(../img/blob-bottom-right.png) right 0px bottom 0px no-repeat,
        url(../img/blob-center.png) center center no-repeat,
        url(../img/techedu-bg2.png) center bottom -1px no-repeat,
        linear-gradient(233deg, var(--primary), rgb(70, 215, 255));
}

.hero-header img{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.hero-header a.btn-secondary{
    border: none;
    background: linear-gradient(-45deg, #dddddd, #aff6ff, #e7fafa, #ffffff);
	background-size: 400% 400%;
	animation: gradient 12s ease infinite;
}
.hero-header a.btn-light{
    border:none;
    background: rgb(255,255,255);
background: linear-gradient(54deg, rgb(255, 229, 145), var(--secondary), rgb(255, 219, 147));
	background-size: 400% 400%;
	animation: gradient 12s ease infinite;
}
.hero-header a.btn-light:hover, .hero-header a.btn-secondary:hover{
    transform: translate(0, 4px);
}


@media (max-width: 991.98px) {

    .hero-header {
        padding: 6rem 0 9rem 0 !important;
    }

    .hero-header.container-xl.row.col-lg-5.img-fluid{
        max-width: 500px !important;
    }
}

@media (max-width: 1030px) {

    .hero-header a.btn-light, .hero-header a.btn-secondary{
       padding: 1rem 2.5rem !important;
    }
}

@media (max-width: 600px) {

    .hero-header a.btn-light, .hero-header a.btn-secondary{
       padding: 0.7rem 2rem !important;
       font-size: 14px;
    }
}
@media (max-width: 400px) {

    .hero-header a.btn-light, .hero-header a.btn-secondary{
       padding: 0.5rem 1.5rem !important;
       border-radius: 15px !important;
       font-size: 12px;
       margin: 3px !important;
    }

    .hero-header p{
        font-size: 13px;
        margin-bottom: 10px !important;
    }

    .hero-header h1{
        font-size: 23px;
    }

    .hero-header .col-lg-6{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}


@media (max-width: 992px) {
    .login-button{
     text-align: left;
    }
 
    .login-button button, .login-button a{
     font-size: 13px;
    }
 
    .login-button button{
     margin-left: 5px;
    }
 
    .login-hero{
     padding-top:105px !important;
 }
 
 
 }


.hero-header.about-us{
    height: 710px;
}

@media (max-width: 992px) {
    .hero-header.about-us{
        padding-top: 50px !important;
    }
 
 }

 @media (max-width: 550px) {
    .hero-header.about-us{
        padding: 10px 0px !important;
    }
    .hero-header .about-us-box{
        padding: 5px !important;
    }

    .hero-header .about-us-box img{
        max-width: 250px !important;
    }
    .hero-header .about-us-box p{
        font-size: 16px !important;
    }

    .highlight-text{
        padding: 5px 15px !important;
    }
 }



.icon{
    width:100px;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}



.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}


.section-title.offer {
    display: flex;
    align-items: center;
    text-transform: none;
    font-size: 14px;
    color: #FFA500; /* Adjust to your yellow color */
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 30px;
}



.section-title.offer span:first-child,
.section-title.offer span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 27px;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
}

.section-title.offer span:last-child {
    margin-right: 0;
    margin-left: 25px;

}

.section-title.offer span:first-child::after,
.section-title.offer span:last-child::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    top: 0;
    right: -20px;
}
@media (max-width: 992px) {

    .section-title.offer{
        display: block !important;
    }
}




.offer-title {
    margin-top: 5px; /* Adjust spacing between section title and main title */
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.offer-title > strong{
    opacity: 0.9;
}


/*** Feature ***/
.feature-item {
    transition: .5s;
    margin-top:0px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.137);
    background-color: rgba(248, 248, 248, 0.5) !important;
}

.feature-item:hover {
    transform: scale(1.04);
}

.feature-item a{
    margin-top:20px !important;
    padding:10px 25px;
    background: linear-gradient(120deg, rgb(255, 229, 145), var(--secondary));
    border-radius: 30px;
    color: black;
    transition: .5s;
}


@media (max-width: 1280px) {
    .feature-item{
    padding: 1.5rem 11px !important;
    }
    .container.feature .row .col-lg-4{
        padding: 15px !important;
    }
}
@media (max-width: 1200px) {
    .feature-item{
    padding: 1.5rem 11px !important;
    }
}
@media (max-width: 1005px) {
    .container.feature .row .col-lg-4{
        padding: 0px 10px !important;
    }
}



/* .col-lg-4:nth-child(2) .feature-item a {
    background: linear-gradient(-45deg, #afe8ff, #aff6ff, #e7fafa);
} */

.feature-item a:hover{
    opacity:0.8;
}


/*** About ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Fact ***/
.fact {
    border-radius: 20px;
    background:
        url(../img/blob-top-left.png) left 0px top 0px no-repeat,
        url(../img/blob-top-right.png) right 0px top 0px no-repeat,
        url(../img/blob-bottom-left.png) left 0px bottom 0px no-repeat,
        url(../img/blob-bottom-right.png) right 0px bottom 0px no-repeat,
        url(../img/blob-center.png) center center no-repeat,
        linear-gradient(233deg, var(--primary), rgb(70, 215, 255));

}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/blob-primary.png) center center no-repeat;
    background-size: contain;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--dark);
    background: url(../img/blob-secondary.png) center center no-repeat;
    background-size: contain;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 34, 204, .9);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    margin: 40px auto;
    border-radius: 0px;
    background:
        url(../img/bg-arrow-sm.png),
        url(../img/bg-arrow-sm.png),
        url(../img/bg-arrow-sm.png),
        url(../img/bg-arrow-sm.png),
        url(../img/bg-arrow.png),
        linear-gradient(110deg, #b4ff79, #d7faa3);;
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}

.form-control.nl{
    border-radius: 10px !important;
    padding-left: 1rem;
}

.form-check.nl label{
    margin-left: 0 !important;
}

.form-check.nl label a{
   text-decoration: underline;
   color: black;
   opacity: 0.8;
}
.form-check.nl label a:hover{
    opacity: 1;
}

.cursor {
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    color: black;
    animation: blink 1.2s steps(1) infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.nl label{
    margin-left: 1rem;
    text-align: left;
}

.newsletter h3{
   font-weight: normal !important;
   font-size: 32px;
}

.newsletter p{
    color: black;
}


.nl-button{
    padding: 0.7rem 1rem !important;
    width:75% !important;
    border-radius: 15px !important;
    background-color: #a4ccf9;
    border: 1px solid #7fbbff;
    box-shadow: 2px 2px 1px black
}

.nl-button:hover{
    box-shadow: 2px 2px 1px rgb(80, 80, 80);
    background-color: #c4dfff;
    border: 1px solid #a4ccf9;

}

.form-container{
    background-color: rgba(255, 255, 255, 0.719);
    padding: 25px 35px;
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .form-container{
        width: 100%;
    }
    .newsletter h3{
        font-size: 28px;
    }
}

@media (max-width: 991.99px){
    .form-container{
        width: 70%;
    }
}
@media (max-width: 625px){
    .form-container{
        width: 90%;
    }
}
@media (max-width: 400px) {
    .form-container{
        padding: 15px 15px;
        border-radius: 10px;
        width: 100%;
    }

    .newsletter .col-lg-5{
        padding: 0 !important;
    }

    .newsletter{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}
@media (max-width: 500px) {
.newsletter img{
    max-width: 70% !important;
    margin-top: 10px!important;
    margin-bottom: 10px !important;

}
}


.hero-header.contact-page{
    margin-bottom: 1rem !important;
}



.contact-window{
    max-width: 800px;
    background:
        url(../img/bg-arrow-silver.png),
        url(../img/blob-bottom-right.png),
        url(../img/bg-arrow-silver.png),
        url(../img/blob-top-right.png),
        url(../img/blob-center.png),
        linear-gradient(110deg, #e1dbe67a, #dde9ff7a);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
    border-radius: 25px;
    box-shadow: 5px 6px 5px #bababa;

}

.contact-window .img-fluid{
    max-width: 500px;
    width: 250px;
    margin-top: 5%;
}

@media (max-width: 700px) {
    .contact-window .img-fluid{
        max-width: 350px;
        width: 200px;
        margin-top: 5%;
    }
    .contact-window{
        padding: 20px !important;
    }
}

@media (max-width: 350px) {
    .contact-window a{
        font-size: 14px;
        padding-left:5px !important;
        padding-right:5px !important; 
    }
}





/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


.wow {
    transform: translateZ(0);
}


/*** Footer ***/
.footer {
    margin-top: 6rem;
    padding-top: 9rem;
    background:
        url(../img/bg-top.png),
        url(../img/map.png),
        linear-gradient(233deg, var(--primary), rgb(70, 215, 255));
    background-position:
        center top,
        center center;
    background-repeat: no-repeat;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}