* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    user-select: none;
    font-size: min(calc(11px + 0.5vw), 14px);
}
html, body{
  width: 100%;
  margin: 0;
  padding: 0;
  overscroll-behavior-y: contain;
}
body {
  display: flex;
  flex-direction: column;
}
#nav-logo{
    /* width: 8%; */
    height: 100%;
}
#nav-logo > img{
    max-width: 100%;
    max-height: 100%;
    filter: drop-shadow(3px 5px 6px rgb(0 0 0 / 0.4));
}
header{
    display: flex;
    position: fixed;
    width: 100%;
    height: 125px;
    backdrop-filter: blur(4px);
    transition-duration: 0.25s;
    z-index: 10;
}
header[state=expand]{
    mask: linear-gradient(180deg, rgb(0, 0, 0, 1) 85%, rgb(0, 0, 0, 0) 100%);
    transition-duration: 0.25s;
}
header[state=collapse]{
    height: 75px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 25%);
    transition-duration: 0.25s;
}
#nav-bar{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}
#nav-bar ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 10px 0 10px 0;
}
#nav-bar ul li{
  list-style: none;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
#nav-bar ul li a{
    text-decoration: none;
    color: #f2e0d2;
    filter: drop-shadow(2px 2px 1px rgb(0 0 0 / 0.4));
    transition-duration: 0.25s;
}
#nav-bar ul li a:hover{
    color: #cf897d;
    transition-duration: 0.25s;
}
.offers-bar-container{
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 100%);
    z-index: 10;
    transition-duration: 0.25s;
}
.offers-bar-container[state=show]{
    bottom: 0;
    opacity: 100;
    transition-duration: 0.25s;
}
.offers-bar-container[state=hide]{
    bottom: -100px;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.25s;
}
.offers-bar-container > #offers-bar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.offers-bar-container > #offers-bar div{
    width: 10%;
    text-align: center;
    align-content: center;
}
.offers-bar-container > #offers-bar div:hover{
    cursor: pointer;
    transition-duration: 0.25s;
}
.offers-bar-container > #offers-bar div > img{
    width: 27%;
    max-width: 3vw;
    min-width: 2vw;
    filter: invert(88%) sepia(20%) saturate(209%) hue-rotate(339deg) brightness(102%) contrast(90%);
    transition-duration: 0.25s;
}
.offers-bar-container > #offers-bar div:hover > img{
    cursor: pointer;
    transform: translateY(-5px);
    filter: invert(66%) sepia(34%) saturate(487%) hue-rotate(320deg) brightness(86%) contrast(87%);
    transition-duration: 0.25s;
}
.offers-bar-container > #offers-bar .space{
    pointer-events: none;
    width: 32%;
}
main{
    width: 100%;
    position: relative;
    background: rgb(255 253 251);
    overflow: hidden;
    margin-bottom: 150px;
}
main > div{
    width: 100%;
}

.divider{
    transform: translateY(10px);
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 70%;
    height: 50px;
    bottom: 0;
}
.divider::before{
    content: "";
    width: 100%;
    height: 40px;
    backdrop-filter: blur(50px);
    mask: linear-gradient(0deg, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 0) 100%);
}
.divider::after{
    content: "";
    width: 100%;
    height: 10px;
    backdrop-filter: blur(4px);
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 65%) 100%);
    mask: linear-gradient(90deg, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 1) 50%, rgb(0, 0, 0, 0) 100%);
}

.bacground{
    height: 100vh;
    margin-bottom: 200px;

    display: flex;
    justify-content: center;
    position: relative;
}
.bacground > img{
    height: 100%;
}

.background-elements{
    position: absolute;
    width: 100%;
    height: 100%;
}
.background-elements > .bg-elem1{
    position: absolute;
    width: 20%;
    transform: translate(23px, 1110px) rotate(-39deg) scale(192%, 120%) skew(20deg);
    opacity: 0.3;
    filter: invert(52%) sepia(33%) saturate(988%) hue-rotate(321deg) brightness(84%) contrast(93%);
}
.background-elements > .bg-elem2{
    position: absolute;
    width: 10%;
    transform: translate(1590px, 1180px);
    opacity: 0.5;
}
.background-elements > .bg-elem3{
    position: absolute;
    width: 20%;
    transform: translate(1523px, 1810px) rotate(-39deg) scale(192%, 120%);
    opacity: 0.5;
    filter: invert(94%) sepia(40%) saturate(736%) hue-rotate(297deg) brightness(102%) contrast(93%);
}
.background-elements > .bg-elem4{
    position: absolute;
    width: 10%;
    transform: translate(-80px, 2000px) skew(352deg) scaleY(122%);
    opacity: 30%;
    filter: invert(52%) sepia(33%) saturate(988%) hue-rotate(321deg) brightness(84%) contrast(93%);
}
.background-elements > .bg-elem5{
    position: absolute;
    right: 0;
    width: 25%;
    transform: translate(53px, 3070px) rotate(132deg) scale(182%, 140%) skew(359deg);
    opacity: 7%;
    filter: invert(52%) sepia(33%) saturate(988%) hue-rotate(321deg) brightness(84%) contrast(93%);
    mask: linear-gradient(89deg, rgb(0, 0, 0, 1) 70%, rgb(0, 0, 0, 0) 100%);
}
.background-elements > .bg-elem6{
    position: absolute;
    width: 20%;
    transform: translate(-170px, 4110px) rotate(267deg) scale(252%, -160%);
    opacity: 50%;
    filter: invert(94%) sepia(40%) saturate(736%) hue-rotate(297deg) brightness(102%) contrast(93%);
    mask: linear-gradient(89deg, rgb(0, 0, 0, 1) 70%, rgb(0, 0, 0, 0) 100%);
}

.discount-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 600px;
    margin-bottom: 200px;
}

.dis-sec-bg-anim-img{
    height: 100%;
}
.discount-section[anim=false] > .dis-sec-bg-anim-img{
    transform: translateX(350px);
    opacity: 0;
    transition-duration: 0.5s;
    transition-delay: 0.05s;
}
.discount-section[anim=true] > .dis-sec-bg-anim-img{
    transform: translateX(150px);
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0.05s;
}
.dis-sec-bg-elem1{
    transform: translateX(350px) translateY(80px);
    position: absolute;
    opacity: 0.75;
    height: 95%;
}

.dis-sec-con{
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: space-around;
    align-items: center;
    width: 25%;
    height: 90%;
    color: #232323;
}
.discount-section[anim=false] > .dis-sec-con{
    transform: translateX(-250px) translateY(150px);
    opacity: 0;
    transition-duration: 0.7s;
    transition-delay: 0.3s;
}
.discount-section[anim=true] > .dis-sec-con{
    transform: translateX(-250px) translateY(0px);
    opacity: 1;
    transition-duration: 0.7s;
    transition-delay: 0.3s;
}

.dis-sec-con > .dis-sec-txt-con{
    transform: translateX(40px);
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 4em;
    text-align: left;
}
.dis-sec-con > .dis-sec-txt-con > p{
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 3em;
    line-height: 184px;
    color: #d1614c;
}
.discount-section[anim=false] > .dis-sec-con > .dis-sec-txt-con > p{
    transform: translateY(50px);
    opacity: 0;
    transition-duration: 0.5s;
    transition-delay: 0.7s;
}
.discount-section[anim=true] > .dis-sec-con > .dis-sec-txt-con > p{
    transform: translateY(0px);
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0.7s;
}
.dis-sec-con > .dis-sec-btn-con{
    width: 167px;
    height: 38px;
}
.dis-sec-con > .dis-sec-btn-con > button{
    --myColor1: #d1614c;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 1.25em;
    letter-spacing: 1px;
    color: white;
    background: linear-gradient(90deg, #d1614c -15%, var(--myColor1) 100%);
    border: none;
    transition: filter 0.08s, --myColor1 0.25s;
}
.discount-section[anim=false] > .dis-sec-con > .dis-sec-btn-con{
    pointer-events: none;
    transform: translateY(50px);
    opacity: 0;
    transition-duration: 0.5s;
    transition-delay: 0.9s;
}
.discount-section[anim=true] > .dis-sec-con > .dis-sec-btn-con{
    pointer-events: all;
    transform: translateY(0px);
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0.9s;
}
.discount-section[anim=true] > .dis-sec-con > .dis-sec-btn-con > button:hover{
    --myColor1: #d3877a;
    filter: drop-shadow(2px 1px 1px rgb(0 0 0 / 0.4));
    transition-duration: 0.08s;
}
@property --myColor1 {
    syntax: '<color>';
    initial-value: #d1614c;
    inherits: false;
}
.services-brief{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 350px;
    margin-bottom: 225px;
}
.services-brief > h1{
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 5em;
    text-align: center;
    margin-bottom: 90px;
    color: #d1614c;
    filter: drop-shadow(2px 1px 1px rgb(0 0 0 / 0.6));
    transition-duration: 0.5s;
}
.services-brief[anim=false] > h1{
    transform: translateY(100px);
    opacity: 0%;
    transition-duration: 0.5s;
}
.services-brief[anim=true] > h1{
    transform: translateY(0px);
    opacity: 100%;
    transition-duration: 0.5s;
}
.services-brief > ul{
    display: flex;
    justify-content: space-around;
    width: 75%;
    height: 100%;
}
.services-brief > ul > li{
    position: relative;
    list-style: none;
    width: 20%;
    transition-duration: 0.5s;
}
.services-brief[anim=false] > ul > li{
    transform: translateY(100px);
    opacity: 0%;
    transition-duration: 0.5s;
}
.services-brief[anim=true] > ul > li{
    transform: translateY(0px);
    opacity: 100%;
    transition-duration: 0.5s;
}
.services-brief[anim=true] > ul > li:nth-child(1){
    transition-delay: 0.2s;
}
.services-brief[anim=true] > ul > li:nth-child(2){
    transition-delay: 0.4s;
}
.services-brief[anim=true] > ul > li:nth-child(3){
    transition-delay: 0.6s;
}
.services-brief[anim=true] > ul > li:nth-child(4){
    transition-delay: 0.8s;
}
.service-item-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-duration: 0.25s;
}
.service-item-container:hover{
    transform: scale(1.025);
    transition-duration: 0.25s;
}
.service-item-container-bg{
    position: relative;
    width: 50%;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    transform: translate(71px, -37px);
    opacity: 50%;
    background: #f2e0d2;
    box-shadow: -4px 4px 8px 0px rgb(210 98 76 / 40%);
    transition-duration: 0.25s;
}
.service-item-container:hover ~ .service-item-container-bg{
    box-shadow: -4px 4px 8px 0px rgb(210 98 76 / 100%);
    transition-duration: 0.25s;
}
.service-item-container > h3{
    text-align: center;
    color: #686868;
    transition-duration: 0.25s;
}
.service-item-container:hover > h3{
    color: #d1614c;
    transition-duration: 0.25s;
}
.service-item-container > img{
    width: 25%;
    filter: invert(66%) sepia(34%) saturate(487%) hue-rotate(320deg) brightness(86%) contrast(87%);
    transition-duration: 0.1s;
}
.service-item-container:hover > img{
    filter: invert(52%) sepia(33%) saturate(988%) hue-rotate(321deg) brightness(84%) contrast(93%) drop-shadow(1px 1px 1px rgb(0 0 0 / 0.3));
    transition-duration: 0.1s;
}
.services-brief > ul > li > img{
    position: absolute;
    width: 100%;
    transform: translateY(-90px);
    opacity: 0.25;
    filter: invert(35%) hue-rotate(0deg);
    transition-duration: 0.25s;
}
.service-item-container:hover ~ img{
    filter: none;
    opacity: 1;
    transition-duration: 0.25s;
}
.services-extended{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 200px;
    margin-bottom: 50px;
}
.services-extended > div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25vw;
}
.se-info-card{
    display: flex;
    position: relative;
    width: 65%;
    height: 100%;
    background: linear-gradient(0deg, #e1cfc1 0%, #e9e2dc 100%);
    border-radius: 10px;
}
.services-extended > div[anim=false]:nth-child(odd) > .se-info-card{
    transform: translate(1000px, 0px);
    opacity: 0%;
    transition-duration: 0.5s;
}
.services-extended > div[anim=false]:nth-child(even) > .se-info-card{
    transform: translate(-1000px, 0px);
    opacity: 0%;
    transition-duration: 0.5s;
}
.services-extended > div[anim=true] > .se-info-card{
    transform: translate(0px, 0px);
    opacity: 100%;
    transition-duration: 0.5s;
}
.services-extended > div[anim=false]:nth-child(odd) > .se-info-card > .se-image{
    transform: translate(-2500px, 0px);
    opacity: 0%;
    transition-duration: 0.5s;
}
.services-extended > div[anim=false]:nth-child(even) > .se-info-card > .se-image{
    transform: translate(2500px, 0px);
    opacity: 0%;
    transition-duration: 0.5s;
}
.services-extended > div[anim=true] > .se-info-card > .se-image{
    opacity: 100%;
    transition-duration: 0.5s;
    transition-delay: 0.075s;
}
.services-extended > div[anim=false] > .se-info-card > .se-info > .se-title > h1{
    transform: scaleX(1.3) translate(-30px, 40px);
    opacity: 0%;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
}
.services-extended > div[anim=true] > .se-info-card > .se-info> .se-title > h1{
    transform: scaleX(1.3) translate(-30px, -10px);
    opacity: 100%;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
}
.services-extended > div[anim=false] > .se-info-card > .se-info > .se-title > h2{
    opacity: 0%;
    transition-duration: 0.5s;
    transition-delay: 0.75s;
}
.services-extended > div[anim=true] > .se-info-card > .se-info> .se-title > h2{
    opacity: 100%;
    transition-duration: 0.5s;
    transition-delay: 0.75s;
}
.services-extended > div[anim=false] > .se-info-card > .se-info > p{
    transform: translate(0px, 50px);
    opacity: 0%;
    transition-duration: 0.5s;
    transition-delay: 0.8s;
}
.services-extended > div[anim=true] > .se-info-card > .se-info > p{
    transform: translate(0px, 0px);
    opacity: 100%;
    transition-duration: 0.5s;
    transition-delay: 0.8s;
}
.services-extended > div[anim=false] > .se-info-card > .se-info > .se-sec-btn-con{
    transform: translate(0px, 50px);
    opacity: 0%;
    transition-duration: 0.5s;
    transition-delay: 1s;
}
.services-extended > div[anim=true] > .se-info-card > .se-info > .se-sec-btn-con{
    transform: translate(0px, 0px);
    opacity: 100%;
    transition-duration: 0.5s;
    transition-delay: 1s;
}
.se-info-card > .se-info > .se-title{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25%;
}
.se-info-card > .se-info > .se-title > h1{
    width: 100%;
    height: 100%;
    font-family: "Bebas Neue", sans-serif !important;
    white-space: nowrap;
    text-align: center;
    align-content: center;
    font-size: 6em;
    letter-spacing: 1px;
    color: #4e4e4e;
}
.se-info-card > .se-info > .se-title > h2{
    position: absolute;
    transform: translate(20px, 15px) rotate(-7deg);
    font-family: "Corinthia", cursive !important;
    font-size: 5em;
    background: linear-gradient(0deg, rgb(248 174 108) 0%, rgb(209 76 161) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 1px rgba(209, 76, 160, 0.5));
}
.services-extended > div:nth-child(odd){
    transform: translateX(50px);
}
.services-extended > div:nth-child(even){
    transform: translateX(-50px);
}
.services-extended > div:nth-child(odd) > .se-info-card{
    justify-content: flex-start;
    box-shadow: -7px 7px 20px 0px rgb(0 0 0 / 40%);
}
.services-extended > div:nth-child(even) > .se-info-card{
    justify-content: flex-end;
    box-shadow: 7px 7px 20px 0px rgb(0 0 0 / 40%);
}
.services-extended > div:nth-child(odd) > .se-info-card > .se-info{
    margin-left: 3%;
}
.services-extended > div:nth-child(even) > .se-info-card > .se-info{
    margin-right: 3%;
}
.services-extended > div:nth-child(odd) > .se-info-card > .se-image{
    transform: translate(50px, -50px);
    right: 0;
}
.services-extended > div:nth-child(even) > .se-info-card > .se-image{
    transform: translate(-50px, -50px);
    left: 0;
}
.se-info-card > .se-info{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    height: 95%;
    padding: 2%;
    z-index: 1;
}
.se-bg-icon{
    position: absolute;
    overflow: hidden;
    width: 60%;
    height: 100%;
    z-index: 0;
}
.se-bg-icon > img{
    position: absolute;
    width: 100%;
    right: 20px;
    transform: translateY(-110px) rotate(349deg);
    aspect-ratio: 1 / 1;
    opacity: 3%;
    mix-blend-mode: overlay;
}
.se-info-card > .se-info > p{
    height: 35%;
    font-style: italic;
    color: #565656;
    font-size: 1.1em;
    line-height: 1.5;
}
.se-info-card > .se-info > .se-sec-btn-con{
    width: 167px;
    height: 38px;
}
.se-info-card > .se-info > .se-sec-btn-con > button{
    --myColor1: #d1614c;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 1.25em;
    letter-spacing: 1px;
    color: white;
    background: linear-gradient(90deg, #d1614c -15%, var(--myColor1) 100%);
    border: none;
    transition: filter 0.08s, --myColor1 0.25s;
}
.se-info-card > .se-info > .se-sec-btn-con > button:hover{
    --myColor1: #d3877a;
    filter: drop-shadow(2px 1px 1px rgb(0 0 0 / 0.4));
    transition-duration: 0.08s;
}
.services-extended > div:nth-child(odd) > .se-info-card > .se-image{
    position: absolute;
    width: 37vw;
    border-radius: 10px;
    box-shadow: -7px 7px 20px 0px rgb(0 0 0 / 40%);
}
.services-extended > div:nth-child(even) > .se-info-card > .se-image{
    position: absolute;
    width: 37vw;
    border-radius: 10px;
    box-shadow: 7px 7px 20px 0px rgb(0 0 0 / 40%);
}
footer{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 450px;
    background: radial-gradient(circle at bottom center, rgb(147 116 93) 0%, #2e252d 100%);
    padding: 5% 17% 0% 17%;
}
footer > div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80%;
}
footer > div:nth-child(1) > div:nth-child(1){
    width: 22%;
}
footer > div:nth-child(1) > div:nth-child(2){
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    height: 60%;
}
footer > div:nth-child(1) > div:nth-child(2) > div{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 15%;
    height: 80%;
}
footer > div:nth-child(1) > div:nth-child(2) > div > h2{
    text-transform: capitalize;
    color: #e1cfc2;
    font-size: 1em;
}
footer > div:nth-child(1) > div:nth-child(2) > div > ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    height: 60%;
    gap: 3px;
}
footer > div:nth-child(1) > div:nth-child(2) > div > ul > li > a{
    text-decoration: none;
    color: #e1cfc2b2;
    padding-left: 5px;
    font-size: 0.8em;
    font-weight: 400;
    transition-duration: 0.25s;
}
footer > div:nth-child(1) > div:nth-child(2) > div > ul > li > a:hover{
    text-decoration: underline;
    color: #ffeadb;
    transition-duration: 0.25s;
}
footer > div:nth-child(1) > div:nth-child(2) > div:nth-child(4){
    width: 20%;
}
footer > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > h2{
    text-align: center;
}
footer > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div{
    display: flex;
    flex-direction: column;
    height: 60%;
    gap: 10px;
}
.phone{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    height: 25%;
}
.phone > img{
    height: 100%;
    aspect-ratio: 1 / 1;
    filter: invert(85%) sepia(16%) saturate(255%) hue-rotate(344deg) brightness(102%) contrast(82%);
}
.phone > p{
    color: #e1cfc2b2;
    padding-left: 5px;
    font-size: 0.8em;
    font-weight: 400;
}
.email{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    height: 25%;
}
.email > img{
    height: 100%;
    aspect-ratio: 1 / 1;
    filter: invert(85%) sepia(16%) saturate(255%) hue-rotate(344deg) brightness(102%) contrast(82%);
}
.email > p{
    color: #e1cfc2b2;
    padding-left: 5px;
    font-size: 0.8em;
    font-weight: 400;
}
.socials{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
}
.socials > button{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    aspect-ratio: 1 / 1;
    background: none;
    border: none;
    transition-duration: 0.15s;
}
.socials > button:hover{
    transform: translateY(-2px) scale(1.15);
    transition-duration: 0.15s;
}
.socials > button > img{
    filter: invert(85%) sepia(16%) saturate(255%) hue-rotate(344deg) brightness(102%) contrast(82%);
    width: 70%;
    transition-duration: 0.15s;
}
.socials > button > img:hover{
    filter: invert(92%) sepia(4%) saturate(1029%) hue-rotate(334deg) brightness(99%) contrast(106%);
    transition-duration: 0.15s;
}
footer > div > div:nth-child(1) > img{
    width: 100%;
}
footer > div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 10%;
}
.copyrights-text{
    font-style: italic;
    color: #e1cfc2;
    font-size: 0.8em;
}
.footer-divider{
    width: 90%;
    height: 2px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
    mask: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
footer > img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 20%;
    filter: invert(88%) sepia(1%) saturate(1853%) hue-rotate(317deg) brightness(113%) contrast(101%);
}



/* For laptops */
@media screen and (min-width: 1025px) {
  
}

/* For iPads */
@media screen and (min-width: 601px) and (max-width: 1024px) {
  
}

/* For Mobile */
@media screen and (max-width: 600px) {
  
}