*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

html{
    scroll-behavior: smooth;
    background-color: rgb(30, 30, 30);
    --black: rgb(30, 30, 30);
    --yellow:rgb(255, 228, 0);
    --blue: rgb(0, 0, 255);
    --white:rgb(227, 231, 242);
    --blackdark: rgb(20, 20, 19);
    margin: 0;
    cursor: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body{
    color: var(--white);
    font-family: "niveau-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}

li, ol, ul{
    list-style-type: none;
}

a, a:visited{
    text-decoration: none;
    color: var(--white);
}

h1{
    font-weight: 600;
    font-size: 4.5rem;
    letter-spacing: 0.2rem;
    line-height: 4.3rem;
    text-transform: uppercase;
}

h2{
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 4.3rem;
}

h3{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

h5{
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

h6{
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

span {
    opacity: .1;
}

.asw-btn .material-icons{
    opacity: 1;
}

.asw-menu *, .asw-widget *{
    opacity: 1;  
}

.opacity-full span{
    opacity: 1 !important;
}

.cookies-banner {
    font-size: 0.9rem;
    position: fixed;
    bottom:1rem;
    right: 1rem;
    width: 60%;
    height: auto;
    background-color: var(--black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    z-index: 2s;
}

.cookies-banner h4{
    font-size: 0.9rem;
    font-weight: 300;
}

.btn, [class*=btn-outline] {
    padding: 0.5rem;
    background-color: transparent;
    border: 1px solid var(--white);
    border-radius: 0px;
    color: var(--white);
    cursor: pointer;
    margin:0.2rem;
}

.btn:hover, [class*=btn-outline]:hover, #cookie-consent:hover{
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    color: var(--black);
}

#cookie-consent{
    background-color: var(--white);
    color: var(--black);
}

#cookie-preferences--menu{
    padding: 0 0.5rem;
}

.cookies-padding{
    margin-right: 0.8rem;
}

.hide {
    display: none;
}

.nav-icon-active{
    margin-right: 0.6rem;
}

.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1rem 1rem 1rem 1.38rem;
    text-transform: uppercase;
}

.navbar a {
    float: left;
    display: block;
    color: var(--white);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
}
  
.navbar a:hover {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--white);
}

.text-link a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: inherit;
    padding-bottom: 4px;
}

.text-link a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
  
.text-link a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#logo-naiad{
    width: 3.5rem;
    display: block;
    opacity: 0;
    transition: opacity 0.5s;
    cursor: pointer;
}

#logo-naiad-int{
    width: 3.5rem;
    display: block;
}

main{
    margin-top:4.5rem;
    padding: 0 1rem;
}

.logo-hero{
    width: 100%;
}

.hero-section{
    height: 89vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-top{
    display: grid;
    grid-template-columns: repeat(30,1fr);
}

.hero-top-img{
    grid-column:1/31;
}

.hero-top-txt{
    margin-top: 0.5rem;
    text-transform: uppercase;
    grid-column:17/25;
    padding-left: 0.2rem;
}

.hero-bottom{
    display: grid;
    grid-template-columns: repeat(30,1fr);
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1rem;
    align-items: flex-end;
}

.hero-contact{
    grid-column:3/8;
}

.hero-scroll{
    grid-column:29/31;
    text-align: right;
}

.scroll-arrow{
    text-align: center;
    padding-left: 0.9rem;
}

svg {
    width: 14px;
    display: block;
    margin: 10px auto;
}

svg .arrow {
	animation: scroll-up 2s 1s infinite;
}
svg .arrow{
	animation: scroll-down 2s 1s infinite;
}

@keyframes scroll-up {
	0% {
		transform: translateY(0);
	}
	40%,
	100% {
		transform: translateY(-110%);
	}
}
@keyframes scroll-down {
	0% {
		transform: translateY(0);
	}
	40%,
	100% {
		transform: translateY(110%);
	}
}

.home-about{
    height: 100vh;
    scroll-snap-align: start;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(30,1fr);
}

.about-txt{
    grid-column:3/20;
}

.about-txt p{
    font-weight: 500;
    font-size: clamp(48px, 6vw, 4.5rem);
}

.home-projects{
    scroll-snap-align: start;
    align-items: start;
    display: flex;
}

.projects-sidebar{
    display: grid;
    grid-template-columns: repeat(9,1fr);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 2rem;
    width: 22rem;
}

.projects-title{
    grid-column:4/9;
}

.sub-menu a{
    display: block;
    padding:0.2rem 0;
    color: var(--white);
    font-size: 0.8rem;
    text-transform: uppercase;
}

.active{
    text-decoration: underline;
}

.active::before{
    content:url('./img/square.png');
    margin-right: 8px;
    margin-left: -16px ;
}

.active-line{
    border-bottom: 1px solid var(--white);
}
.projects-img{
    width: 100%;
}

.project-inner {
    padding: 2rem 1rem;
    border-bottom: 1px solid var(--white);
    display: flex;
    justify-content: space-between;
}

.project-inner-last {
    border-bottom: 0px solid var(--white);
}

.main-project-img{
    width: 32rem;
    height: 24rem;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer;
}

.main-project-img img{
    width: 100%;
    cursor: pointer;
}

.marquee-2 {
    position: relative;
    overflow: hidden;
}
.title-marquee {
    color: var(--white) !important;
    opacity: 0.5;
    font-weight: 600;
    position: relative;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 8vw;
    line-height: 1;
    will-change: transform;
    transition: transform 0.12s;
}
.title-marquee > * {
    margin-bottom: 0;
    padding: 0 2vw;
}

.do-txt{
    grid-column:3/30;
}

.about-do{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.do-desc, .do-desc2, .do-desc3, .do-desc4, .do-desc5 {
    width: 100%;
    padding:1rem;
    opacity: 0;
    text-transform: uppercase;
    font-size: 1rem;
}

.i-do, .i-do2, .i-do3, .i-do4, .i-do5{
    width: 70%;
}

.home-clients-desc{
    border-top: 1px solid var(--white);
}

.home-clients{
    scroll-snap-align: start;
    align-items: start;
    display: grid;
    grid-template-columns: repeat(30,1fr);
}

.home-clients-inner{
    grid-column:3/30;
}

.clients-txt{
    display: flex;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    font-weight: 600;
    justify-content: space-around;
    padding-bottom: 20vh;
}

footer{
    height: 45vh;
    padding: 2rem 1rem;
    display: grid;
    grid-template-columns: repeat(30,1fr);
    align-items: end;
}

.footer-top{
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    grid-column:3/30;
}

.footer-top-left{
    font-weight: 500;
    text-transform: uppercase;
}

.footer-top-right{
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 600;
    columns: var(--white);
}

.footer-bottom{
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    grid-column:3/30;
    height: 5vh;
}

.footer-bottom-left{
    font-weight: 600;
    text-transform: uppercase;
}

.footer-bottom-right{
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.top-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--white);
    background-color: var(--black);
    text-align: center;
}

.top-icon::before, .icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
    border-radius: 30px;
}

.arrow-footer{
    width: 14px;
    position: relative;
    z-index: 6;
    margin-top: 6px;
}

.arrow-footer:hover{
    mix-blend-mode: difference;
}

.top-icon-expand::after {
    box-shadow: inset 0 0 0 1px var(--white);
}

.top-icon-expand::before {
    background: var(--white);
    box-shadow: inset 0 0 0 60px var(--black);
}

.top-icon-expand:hover::before {
    box-shadow: inset 0 0 0 0 var(--black);
}

.panel{
    background-color: rgb(43, 43, 43);
    width: 100vw;
    height: 100vh;
    padding:15vh 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x:hidden;
    border-right: 1px solid var(--white);
}

.panel-inner{
    align-items: flex-start;
    display: flex;
    padding: 2.4rem 0;
    border-bottom: 1px solid var(--white);
}

.panel-inner-last{
    align-items: flex-start;
    display: flex;
    padding: 2.4rem 0;
}

.panel-subtitle{
    width: 80%;
}

.about-paragraph{
    font-size: 0.8rem;
    line-height: 1rem;
    width: 80%;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.services{
    display: flex;
    justify-content: space-between;
    column-gap: 2.4rem;
    font-size: 0.7rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2rem;
}

#aboutBtn{
    cursor: pointer;
}

.modal {
    display: none; 
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
  }

.modal-content {
    height: 45vh;
    overflow-y: scroll;
    position: fixed;
    bottom: 0;
    background-color: var(--black);
    width: 100%;
    padding: 1rem 2.4rem;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

.close {
    color: var(--white);
    float: right;
    right: 2rem;
    position: fixed;
    font-size: 2rem;
}
  
.close:hover,
.close:focus {
    color: var(--yellow);
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 2rem;
}
  
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}
  
@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}
  
@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}
  
@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

.process-number{
    margin-right:1.5rem;
}

.history{
    display: flex;
    justify-content: flex-start;
    column-gap: 2.4rem;
    align-items: center;
    padding-bottom: 1.8rem;
}

.history-last{
    display: flex;
    justify-content: flex-start;
    column-gap: 2.4rem;
    align-items: center;
}

.history-number{
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    width: 10%;
}

.position-title{
    font-weight: 600;
    text-transform: uppercase;
}

.contact-inner{
    transform: translateY(100%);
    width: 100vw;
}

.contact-inner-div{
    width: 100vw;
    height: 90vh;
    margin-top: 3rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-slider{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(43, 43, 43);
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: translateY(0%);
}

.contact-wrap{
    display: grid;
    grid-template-columns: repeat(30,1fr);
    align-content: center;
    height: 100%;
    padding: 2rem;
}

.contact-info{
    grid-column:3/10;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1rem;
    display: flex;
    column-gap: 1rem;
}

.contact-info a{
    color: var(--white);
}

.contact-title li{
    color: var(--white);
    font-weight: 600;
    margin-right: 0.5rem;
    padding-bottom: 4px;
}

.contact-form{
    grid-column:11/30;
}

input[type=text] {
    width: 100%;
    height: 10vh;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: var(--white);
    background-color: var(--black);
    font-size: 3.5rem;
    resize: none;
    font-family: "niveau-grotesk", sans-serif;
    padding-bottom: 2rem;
  }

textarea {
    width: 60vw;
    height: 50vh;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 0px;
    color: var(--white);
    background-color: var(--black);
    font-size: 3.5rem;
    resize: none;
    font-family: "niveau-grotesk", sans-serif;
  }

textarea:focus, input:focus{
    outline: none;
    border-bottom: 1px solid var(--white);
}

.container-privacy {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.container-privacy input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: var(--black);
    border: 1px solid var(--white);
    border-radius: 40px;
}
  
.container-privacy:hover input ~ .checkmark {
    background-color: var(--black);
}
  
.container-privacy input:checked ~ .checkmark {
    background-color: var(--white);
}
  
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.container-privacy input:checked ~ .checkmark:after {
    display: none;
}

.privacy-label{ 
    text-transform: uppercase;
}

.privacy-label a{ 
    color: var(--white);
}

.privacy-label a:hover{ 
    color: var(--yellow);
}


.form-inputs{
    display: flex;
    justify-content: space-between;
}

input[type="submit"] {
    text-transform: uppercase;
    background-color: var(--black);
    padding-bottom: 0.3rem;
    border-bottom: 1px solid var(--white);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: var(--white);
    cursor: pointer;
}

input[type="submit"]:hover{
    color: var(--yellow);
    border-bottom: 0px solid transparent;
}

.slider-inner{
    width: 100vw;
    position: fixed;
    height: 100vh;
}

.slider-wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38rem;
    overflow: hidden;
}

.slider{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    display: flex;
    will-change: transform;
    cursor: pointer;
}

.slider-item{
    position: relative;
    flex: 1;
    width: 20rem;
    overflow: hidden;
}

.slider-item a, slider-item a:visited{
    color: var(--white);
}

.img-div{
    position: relative;
    /* left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    transition: all 1s ease;

}

.img-div:hover{
    height: 105%;
}

.slider-item-desc{
    padding: 0 0.8rem 1rem 0.8rem;
    height: 9.2rem;
}

.slider-item-desc h6{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: inherit;
    padding-bottom: 4px;
}

.slider-item-desc h6::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
  
.slider-item-desc h6:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.slider-item-desc li{
    color: var(--white);
    opacity: 0.6;
    line-height: 1rem;
}

.cursor{
    position:fixed;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid var(--white);
    transition: transform .2s ease;
    transform-origin: center center;
    pointer-events: none;
    z-index: 999999999999999;
}

.grow{
    transform: scale(1.7);
    mix-blend-mode: overlay;
    background-color: var(--white);
    border: none;
}

.projects-mob{ 
    display: none;
}

.sub-menu-mob{ 
    display: none;
}

.privacy-policy { 
    width: 70%;
    padding: 6rem 2.2rem 2.2rem 8.2rem;
    line-height: 1rem;
}

.privacy-bullet ul, .privacy-bullet li {
    list-style-type: square;
}

.clock{
    display: flex;
    width: auto;
    column-gap: 0.6rem;
}

.clockm{
    display: none;
}

.error-404 { 
    width: 100%;
    padding: 6rem 8rem 1rem 8.2rem;
    line-height: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    row-gap: 20rem;
}

.error-404 p {
    text-transform: uppercase;
}

.error-404 h4{
    text-transform: uppercase;
    text-align: left;
}

.grecaptcha-badge { visibility: hidden; }

.g-recaptcha {
    text-transform: uppercase;
    background-color: var(--black);
    padding-bottom: 0.3rem;
    border-bottom: 1px solid var(--white);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: var(--white);
    cursor: pointer;
}

.g-recaptcha:hover{
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
}



@media screen and (max-width: 770px) {
    .cookies-banner{width:72%}
    .hero-contact{ grid-column: 4/10;}
    .hero-scroll{ grid-column: 25/30;}
    .scroll-arrow{ padding-left: 1.6rem;}
    .cursor{visibility: hidden;}
    .about-txt{ grid-column: 4/20;}
    .main-project-img { width: 20rem; height: 16rem;}
    .home-about { height: auto; padding: 10rem 0}
    .do-txt{ grid-column: 4/18;}
    .about-do{ display: block;}
    .do-desc, .do-desc2, .do-desc3, .do-desc4 { opacity: 1; padding: 1rem 1rem 4rem 0; font-size: 0.7rem; line-height: 1rem;}
    .do-desc5 { opacity: 1; padding: 1rem 1rem 0 0; font-size: 0.7rem;  line-height: 1rem;}
    .home-projects { margin-bottom: 3rem;}
    .clients-txt { padding-bottom: 3rem; }
    .home-clients-desc{ padding-bottom: 4rem !important;}
    footer { height: 40vh;}
    .footer-top { grid-column: 4/30; align-items:flex-end; }
    .footer-top-left { width: 20%;}
    .footer-top-right{ font-size: 5rem; line-height: 4.5rem; text-align: right; width: 56%;}
    .footer-bottom { grid-column: 4/30;}
    .text-link a::after { transform: scaleX(1); transform-origin: bottom left; }
    .footer-bottom-left li { margin-bottom: 0.75rem;}
    .modal-body{ padding: 3rem;}
    .panel-subtitle { width: 62%;}
    .process-number { margin-right: 0.3rem;}
    .slider-wrap { height: 34rem;}
    .slider-item { width: 18rem;}
    .contact-inner-div { margin-top: 10rem;}
    .contact-info{ grid-column: 1/11;}
    .contact-form { grid-column: 14/30;}
    textarea { width: 48vw; height: 55vh; font-size: 2.5rem;}
    input[type="submit"] { border-bottom: none; padding-bottom: 0.1rem;}
    /* .projects-mob { display: block; padding: 8rem 6rem 2.2rem 2.2rem; width: 100%; height: 300%;}
    .slider-mob-inner { display: flex; justify-content: space-between; border-bottom: 1px solid var(--white); padding: 4rem 0;}
    .slider-mob-img { width: 16rem; height: 20rem; background-size: cover; background-repeat: no-repeat; background-position: center;}
    .slider-mob-desc { width: 8rem;} */ 
}

@media screen and (max-width: 420px) {
    html, body{overflow-x: hidden;
        width: 100vw;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;}
    main { width: 100vw; padding: 0 2rem;}
    .navbar { width: 100vw; padding: 2.4rem 1rem 1rem 1.38rem; background: -moz-linear-gradient(0deg, rgba(20,20,19,0) 18%, rgba(20,20,19,1) 100%); background: -webkit-linear-gradient(0deg, rgba(20,20,19,0) 18%, rgba(20,20,19,1) 100%); background: linear-gradient(0deg, rgba(20,20,19,0) 18%, rgba(20,20,19,1) 100%); }
    .hero-section { height: 80vh;}
    .hero-top-img { margin-bottom: 12vh;}
    .hero-contact { grid-column: 1/10;}
    .hero-top-txt { grid-column: 18/29; line-height: 1.1rem;}
    .hero-scroll { grid-column: 20/30;}
    .about-txt { grid-column: 1/24;}
    .home-projects { display: block;}
    .projects-sidebar { display: block;}
    /* .sub-menu li { display: inline-flex; flex-wrap: wrap; column-gap: 2rem; justify-content: center;} */
    .sub-menu li { display: none;}
    .sub-menu-mob { display:block; font-weight: 600; text-transform: uppercase; margin-bottom: 1rem;}
    .project-inner { display: block; padding: 6rem 1rem 2rem 1rem;}
    .main-project-desc { margin-bottom: 2rem;}
    h2 { font-size: 3rem;}
    .do-desc, .do-desc2, .do-desc3, .do-desc4 { padding: 0 1rem 4rem 0; }
    .main-project-img { width: 20rem;}
    .clients-txt { display: block; line-height: 1.3rem;}
    footer { display: block; width: 100vw; overflow: hidden; height: 58vh;}
    .footer-top { display: block; margin-top: 4rem;}
    .footer-bottom { display: block;}
    .footer-top-left { width: 80%; margin-bottom: 2rem;}
    .footer-top-right { width: 100%; margin-bottom: 2rem;}
    .footer-bottom-left { text-align: right;}
    .footer-bottom-right { text-align: right; justify-content: flex-end;}
    .top-icon { margin-right: 0px;}
    .modal-content { height: 76vh;}
    .modal-body { padding: 1rem}
    .services { display: block;}
    .history-number { font-size: 1rem;}
    .do-txt { grid-column: 1/18;}
    .slider-item { width: 10rem;}
    .slider-wrap { height: 26rem;}
    .img-div { height: 58%;}
    .slider-item-desc { height: 12rem;}
    .contact-inner-div { margin-top: 4rem;}
    .contact-wrap { display: block;}
    .contact-info { justify-content: space-between; margin-bottom: 2rem;}
    textarea { width: 100%; min-height: auto;}
    .form-inputs { display: block;}
    .privacy-submit { text-align: right; margin-top: 4rem;}
    input[type="submit"] { font-size: 1.4rem;}
    .privacy-policy{width: 100%; padding: 3rem 1rem 1rem 1.4rem;}
    .clockm-inner{display: flex; width: auto;column-gap: 0.6rem; font-size: 0.6rem;}
    .clockm{ display: flex; width: 85vw; position: absolute; justify-content: center; margin-top: -2.4rem; margin-bottom: 1rem; }
    .clock{display: none;}
   .error-404{ padding: 2rem;}
}
