/********** Template CSS **********/
:root {
    --primary: #db7527;
    --light: #878686;
    --dark: #5a5a59;
}

/*********************css by me ********************/

/*loader css start*/



#overlay {
		position:fixed; top:0; z-index:100; width:100%; height:100%; display:none; background:rgba(0, 0, 0, .25); z-index:999999999
	}

	#overlay .cv-spinner {
		height:100%; display:flex; justify-content:center; align-items:center
	}

	#overlay .borderSpiner {
		position:absolute; top:-3px; bottom:-3px; left:-3px; right:-3px; background:0 0; border-radius:50%; background-color:transparent; border:2px solid #fff; border-top-color:#db7527; -webkit-animation:.8s spin linear infinite; animation:.8s spin linear infinite
	}



	 .loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #e58b27; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

	.loader div img {
		position:fixed; top:0; left:0; right:0; bottom:0
	}
 .product_image{
                    cursor: pointer;
            }
            .project_image{
                    cursor: pointer;
            }

/*loader css end */

/*img.logo {*/
/*    width: 70%;*/
/*}*/
.typeahead.tt-hint {
    color: lightgrey !important;
}
 .footer{
     background:#000 !important;
 }
a.btn.simlulation {
    height: 40px !important;
    margin-top: 6px !important;
}
.navbar .btn{
    font-size:15px;
    border-radius:5px !important;
    font-weight:600;
}
.navbar .btn-primary:hover {
    color: #db7527 !important;
    background-color: #fff !important;
    border-color: #db7527 !important;
}


a:hover
{
    color:#ffffff !important;
}

i.fab.fa-facebook-f {
    background: #000;
    border-radius: 50px;
    padding: 7px 10px;
    color: #fff;
}

i.fab.fa-instagram {
    background: #000;
    border-radius: 50px;
    padding: 7px;
    color: #fff;
}

i.fab.fa-linkedin-in {
    background: #000;
    border-radius: 50px;
    padding: 7px;
    color: #fff;
    }

i.fab.fa-whatsapp {
    background: #000;
    border-radius: 50px;
    padding: 7px;
    color: #fff;
}

.intro-section{
    background: url(../img/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.form-control-borderless {
    border: none;
} 

table.simulation_tbl Label {
    color: #000;
}
.form-control::placeholder {
    color: #000 !important;
}
.form-control{
    color:#000;
}


#application option{
     color: #000 !important;
}

table.simulation_tbl th {
    color: #000;
}
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.card-body {
    flex: 1 1 auto;
    padding: 0px 0px 0px 17px;
}

.btn-success:hover {
    color: #000;
    background-color: #908f8f;
    border-color: #908f8f;
}
.btn-success{
    color: #fff;
    background-color: #db7527;
    border-color: #db7527;
}
p.introduction.text-center {
    color: #fff;
}

.service-item.rounded.overflow-hidden {
    height: 500px;
}


input#codeBox1 {
    height: 40px;
}

input#otp_number {
    height: 40px;
}

.enter_otp_box {
    width:240px;
}

.patent-item.rounded.overflow-hidden {
/*    height: 416px;*/
    cursor: pointer;
}

/*.patent-item {
    height: 400px;
}*/

.product p {
    color: #000 !important;
}
.projects p{
    color: #fff !important;
   
}
.projects {
    background:#000;
}
/*ul#calender-menu {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/

.cal-buttons {
    position: sticky;
    top: 10%;
}


h5.footer-name.text-center {
    color: #db7527;
    font-size: 30px;
}
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: #db7527 !important;
    cursor: pointer;
    transition: .5s;
    /* border-bottom: 2px solid transparent; */
    border: 2px solid #db7527 !important;
    padding: 0px 15px 0px 15px;
    font-size: 24px;
    border-radius: 7px;
}

.img-fluid.portfolio{
    max-width: 100%;
    /*height: 400px !important;*/
        max-height: 300px;
}

p.lh-base {
    color:#000 !important;
}

.bg-dark.footer {
    background-color: #5a5a59 !important;
    }

.footer-text{
    color: #fff !important;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #fff;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff !important;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .copyright a {
    color: #ffffff !important;
}

.portfolio-img::before, .portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: #db75278a !important;
    transition: .5s;
}

.bg-dark.footer {
    background-color: #000000 !important;
}
#portfolio-flters li:hover, #portfolio-flters li.active {
    /* color: var(--primary); */
    border-color: #fff !important;
    background: #db7527;
    color: #fff !important;
}
/*********************css by teja end ********************/
/*product section css*/
.card{border: none;overflow: hidden}
.thumbnail_images ul{list-style: none;justify-content: center;display: flex;align-items: center;margin-top:10px}
.thumbnail_images ul li{margin: 5px;padding: 10px;border: 2px solid #eee;cursor: pointer;transition: all 0.5s}
.thumbnail_images ul li:hover{border: 2px solid #000}
.main_image{display: flex;justify-content: center;align-items: center;border-bottom: 1px solid #eee;height: 400px;width: 100%;overflow: hidden}
.heart{height: 29px;width: 29px;background-color: #eaeaea;border-radius: 50%;display: flex;justify-content: center;align-items: center}
.content p{font-size: 12px}
.ratings span{font-size: 14px;margin-left: 12px}
.colors{margin-top: 5px}
.colors ul{list-style: none;display: flex;padding-left: 0px}
.colors ul li{height: 20px;width: 20px;display: flex;border-radius: 50%;margin-right: 10px;cursor: pointer}
.colors ul li:nth-child(1){background-color: #6c704d}
.colors ul li:nth-child(2){background-color: #96918b}
.colors ul li:nth-child(3){background-color: #68778e}
.colors ul li:nth-child(4){background-color: #263f55}
.colors ul li:nth-child(5){background-color: black}
.right-side{position: relative}
.search-option{position: absolute;background-color: #000;overflow: hidden;align-items: center;color: #fff;width: 200px;height: 200px;border-radius: 49% 51% 50% 50% / 68% 69% 31% 32%;left: 30%;bottom: -250px;transition: all 0.5s;cursor: pointer}
.search-option .first-search{position: absolute;top: 20px;left: 90px;font-size: 20px;opacity: 1000}
.search-option .inputs{opacity: 0;transition: all 0.5s ease;transition-delay: 0.5s;position: relative}
.search-option .inputs input{position: absolute;top: 200px;left: 30px;padding-left: 20px;background-color: transparent;width: 300px;border: none;color: #fff;border-bottom: 1px solid #eee;transition: all 0.5s;z-index: 10}
.search-option .inputs input:focus{box-shadow: none;outline: none;z-index: 10}
.search-option:hover{border-radius: 0px;width: 100%;left: 0px}
.search-option:hover .inputs{opacity: 1}
.search-option:hover .first-search{left: 27px;top: 25px;font-size: 15px}
.search-option:hover .inputs input{top: 20px}
.search-option .share{position: absolute;right: 20px;top: 22px}
.buttons .btn{height: 50px;width: 150px;border-radius: 0px !important}
/*Product section css*/


/********************************new css for new homepage start********************/

/*.col-12.col-xs-12.col-sm-4.col-md-4.product-data.text-white h2, h6, p{*/
/*    color: #fff !important;*/
/*    background-color: #fff !important;*/
/*}*/
.tt-menu {
    background-color: #DB7527 !important;
    color: #000 !important;
    width:300px;
    
}

input#search {
    min-width: 370px;
    background-color: #000 !important;
    
}
input#search::placeholder{
    color: #fff !important;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -78px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

 a.next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 10px 0;
    color: #db7527 !important;
    background: #000;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-align: center;
    border-radius: 50%;
    -webkit-user-select: none;
    height: 50px;
    width: 50px;
    top: 170%;
    left: 50%;
}

a.prev
{
     cursor: pointer;
    position: absolute;
    width: auto;
    padding: 10px 0;
    color: #db7527 !important;
    background: #000;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-align: center;
    border-radius: 50%;
    -webkit-user-select: none;
    height: 50px;
    width: 50px;
    top: 170%;
    
}

.column1 img.demo.cursor.active {
    background: #F5F5F5;
    border: 0.5px solid #F5F5F5;
    padding: 10px;
}

.p-details{
    background:#000;
    color: #fff;
}


li.my-2.simulation {
    background: linear-gradient(to right, orange, purple ) !important;
    color: #fff !important;
}
.service-item.rounded.overflow-hidden {
    height: 500px;
    background: #fff;
}
.product h1 {
    font-size: 60px;
}
.applications h1 {
    font-size: 60px;
}
.applications h5 {
    font-size: 30px;
}
.logo-center{
   background:#000;
}
.mobile{
    background:#000;
}
.container-fluid.bg-dark.text-body.footer.mt-5.pt-5.wow.fadeIn {
    border-top: 1px solid #fff;
}
/*.container-xxl.py-5 {*/
/*    background: #000;*/
/*}*/
.social-btn img {
    width: 40px;
    padding-left: 7px;
} 
.product{
    background: #000;
}
p.lh-base {
    color: #fff !important;
    font-size: 18px;
}
.applications{
    background: #000;
}


.product p {
    color: #000 !important;
    font-size: 18px;
    font-weight:500;
}
.product h4 {
    color: #db7527;
    font-size: 28px;
}
.menu-logo img {
    width: 70%;
}

/* .logo-gallery img {
    width: 100%;
} */
p.company-info {
    text-align: justify;
    color: #fff;
    font-weight: 500;
    font-size:20px;
}
.form-control-lg.search-new {
       color: #db7527 !important;    
font-weight: bold;
    font-size: large !important;
    
    min-height: 50px; 
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    border-radius: 0.3rem;
}
input.form-control.form-control-lg.form-control-borderless.search-new {
    background: #000 !important;
    color:#fff;
}
i.fas.fa-search {
    color: #fff;
}
.search-form {
    background: #000;
    border-color: #fff;
    border: 1px solid;
}

#menu-tabs li {
    display: inline-block;
    background: #000;
    padding: 5px 15px 5px 15px;
    border-radius: 7px;
    color: #db7527;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #db7527;
}

.dropdown-menu li {
    width: 300px ! important;
    border-radius: 0px !important;
}

.dropdown-menu{
    background:transparent !important;
}
#menu-tabs li:hover {
border-color: #fff !important;
     background: #db7527 !important;
    color: #fff !important;
}

#menu-tabs li a:hover{
   color: #fff !important; 
   background: #db7527;
}
#menu-tabs li:hover a{
    color: #fff !important;
 }

.desktop a:hover{
      color: #fff !important;
        
    }
.search-new::placeholder {
  color: #fff !important;
}
.social-btn.fa{
    font-family: "Font Awesome 5 Brands";
    font-size: 25px !important;
}
.desktop{
        display:block;
        background:#000;
    }
    .mobile{
        display:none;
    }
    .social-btn i.fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 24px;
}
.back-to-top.btn-primary:hover {
    color: #000;
    background-color: #e58b27;
    border-color: #e58b27;
}
/********************************new css for new homepage end********************/

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

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

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


/*** 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;
}


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

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.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;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0;
    color:var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media screen and (min-width: 375px) and (max-width: 700px)  {
    ul#calender-menu {
    display: block;
    flex-direction: row;
}

input#length_mt {
    width: 95px;
}

input#length_ft {
    width: 100px;
}

input#width_mt {
    width: 95px;
}

input#width_ft {
    width: 100px;
}

input#height_mt {
    width: 95px;
}

input#lux {
    width: 140px;
} 
input#height_ft {
    width: 100px;
}
    
    input#search {
    min-width: 230px;
    background-color: #000 !important;
    
}
    
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

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


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .menu-logo img {
    width: 90%;
    margin-left: 20px;
}
    .desktop{
        display:block;
    }
    .mobile{
        display:block;
    }
    i.fab.fa-whatsapp {
    background: #289c56;
    border-radius: 50px;
    padding: 7px;
    color: #fff;
}
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

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


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/


#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}
.thumbnail_images img{
    object-fit: cover;
    height: auto;
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

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

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    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 {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

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

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

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