.footer {
    background-color: #1a1a2d;
    width: 100%;
    height: 470px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 70px;
    left: 19.5%;
}

.footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 100;
    width: 20%;
    color: #c1c1c1;
    position: absolute;
    top: 150px;
    left: 20%;
    line-height: 25px;

}

.footer a {
    text-decoration: none;
}

.footer-social-links {
    position: absolute;
    top: 250px;
    left: 20%;
    display: flex;
    gap: 15px;
}

.footer-social-links a {
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links {
    position: absolute;
    top: 70px;
    left: 44%;
}

.product-links {
    position: absolute;
    top: 70px;
    left: 54%;
}

.contact-links {
    position: absolute;
    top: 70px;
    left: 64%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 16px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright {
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 22px;
    left: 20%;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 20%;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}



  /*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait)  { 
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 800px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 40px;
    left: 6%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 10%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 200px;
    left: 10%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 260px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 260px;
    left: 55%;
}

.contact-links { 
    position: absolute;
    top: 480px;
    left: 10%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
} 
}
  
@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 800px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 40px;
    left: 6%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 10%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 180px;
    left: 10%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 260px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 260px;
    left: 50%;
}

.contact-links { 
    position: absolute;
    top: 490px;
    left: 10%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}

}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 800px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 40px;
    left: 6%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 8%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 200px;
    left: 10%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 280px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 280px;
    left: 40%;
}

.contact-links { 
    position: absolute;
    top: 520px;
    left: 10%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 600px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 40px;
    left: 6%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 8%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 200px;
    left: 10%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 270px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 270px;
    left: 31%;
}

.contact-links { 
    position: absolute;
    top: 270px;
    left: 54%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}
}
     
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 650px;
    left: 0%;
}

.footer img {
    width: 180px;
    position: absolute;
    top: 40px;
    left: 6.5%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 8%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 180px;
    left: 8%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 270px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 270px;
    left: 31%;
}

.contact-links { 
    position: absolute;
    top: 270px;
    left: 53%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  {
.footer {
    background-color: #1a1a2d;
    width: 100%;
    height: 470px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 70px;
    left: 19.5%;
}

.footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    width: 20%;
    color: #c1c1c1;
    position: absolute;
    top: 140px;
    left: 20%;
    line-height: 25px;

}

.footer a {
    text-decoration: none;
}

.footer-social-links {
    position: absolute;
    top: 250px;
    left: 20%;
    display: flex;
    gap: 15px;
}

.footer-social-links a {
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links {
    position: absolute;
    top: 70px;
    left: 43%;
}

.product-links {
    position: absolute;
    top: 70px;
    left: 55%;
}

.contact-links {
    position: absolute;
    top: 70px;
    left: 67%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 10px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright {
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 22px;
    left: 20%;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 20%;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}  
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px)  {
.footer {
    background-color: #1a1a2d;
    width: 100%;
    height: 470px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 70px;
    left: 19.5%;
}

.footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    width: 20%;
    color: #c1c1c1;
    position: absolute;
    top: 140px;
    left: 20%;
    line-height: 25px;

}

.footer a {
    text-decoration: none;
}

.footer-social-links {
    position: absolute;
    top: 250px;
    left: 20%;
    display: flex;
    gap: 15px;
}

.footer-social-links a {
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links {
    position: absolute;
    top: 70px;
    left: 43%;
}

.product-links {
    position: absolute;
    top: 70px;
    left: 55%;
}

.contact-links {
    position: absolute;
    top: 70px;
    left: 67%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 16px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright {
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 22px;
    left: 20%;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 20%;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}       
}
     



/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 800px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 40px;
    left: 6%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 10%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 180px;
    left: 10%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 260px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 260px;
    left: 40%;
}

.contact-links { 
    position: absolute;
    top: 490px;
    left: 10%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 800px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 40px;
    left: 6%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 8%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 200px;
    left: 10%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 280px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 280px;
    left: 40%;
}

.contact-links { 
    position: absolute;
    top: 520px;
    left: 10%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}
}

@media (min-width: 812px) and (max-width: 999.98px) and (orientation: landscape) {
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 600px;
    left: 0%;
}

.footer img {
    width: 160px;
    position: absolute;
    top: 40px;
    left: 6%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 8%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 200px;
    left: 10%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 270px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 270px;
    left: 31%;
}

.contact-links { 
    position: absolute;
    top: 270px;
    left: 54%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
.footer {
   
    background-color: #1a1a2d;
    width: 100%;
    height: 650px;
    left: 0%;
}

.footer img {
    width: 180px;
    position: absolute;
    top: 40px;
    left: 6.5%;
}

.footer p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 100;
    width: 80%;
    color: #c1c1c1;
    position: absolute;
    top: 110px;
    left: 8%;
    line-height: 25px;

}

.footer a { 
    text-decoration: none;
}

.footer-social-links { 
    position: absolute;
    top: 180px;
    left: 8%;
    display: flex;
    gap: 15px;
}

.footer-social-links a { 
    width: 40px;
    height: 40px;
    background: #313142;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer-social-links a:hover {
    transform: translateY(-5px);
    background: #c9a961;
}


.fast-links { 
    position: absolute;
    top: 270px;
    left: 10%;
}

.product-links { 
    position: absolute;
    top: 270px;
    left: 31%;
}

.contact-links { 
    position: absolute;
    top: 270px;
    left: 53%;
}

.fast-links h1,
.product-links h1,
.contact-links h1{
    position: relative;
    font-family: 'Playfair', serif;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none; 
}

.fast-links h1::after,
.product-links h1::after,
.contact-links h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; 
    width: 100%;
    height: 2px;

    background: linear-gradient(
        to left,
        rgba(201,169,97,0) 0%,
        rgba(201,169,97,0) 50%,
        #c9a961 100%
    );
}

.fast-links a li,
.product-links a li,
.contact-links a li { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c1c1c1;
    text-decoration: none;
    list-style: none;
    padding-top: 14px;
    transition: all .3s ease-in-out;
}

.fast-links a li:hover,
.product-links a li:hover,
.contact-links a li:hover {
    margin-left: 10px;
    color: #fff;
}

.contact-links a li i {
    color: #c9a961;
    text-decoration: none;
}

.copyright { 
    background-color: #1a1a2d;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    border-style: solid;
    border-color: #2f2f2f;
    border-width: 1px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.copyright h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.copyright h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c1c1c1;
    font-size: 15px;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0%;
    text-align: center;
}

.copyright h2 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #c9a961;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.copyright h2 a:hover{
    color: #ffc400;
}
}