        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
         :root {
            --body-bg: #272727;
            --nav-bg: #8a817c;
            --light: #f4f3ee;
        }
        
        body {
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, .7)), url(../images/body-background.webp);
            background-repeat: no-repeat;
            background-size: cover;
            color: #f4f3ee;
        }
        
        nav {
            margin-top: 40px;
            margin-bottom: 40px;
        }
        
        nav .nav-link {
            font-size: 22px;
            margin-left: 20px;
        }
        
        .first {
            margin-bottom: 20%;
        }
        
        .second .header-txt {
            margin-bottom: 100px;
            border-radius: 10px 0 0 10px;
        }
        
        .second h2 {
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 45px;
            color: #422918;
            margin-bottom: 40px;
        }
        
        header {
            position: relative;
        }
        
        .header-txt {
            background-image: linear-gradient(to right, rgba(138, 129, 124, 0.9), rgba(138, 129, 124, 0.9)), url(../images/texture-background.webp);
            padding: 70px;
            border-radius: 0 10px 10px 0;
        }
        
        .logo {
            width: 100%;
            margin-top: 150px;
        }
        
      
        
        header p {
            width: 100%;
            font-size: 20px;
        }
        
        header h1 {
            margin-bottom: 30px;
            color: #422918;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 60px;
        }
        
        .button {
            background-color: #422918;
            border: none;
            color: white;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            -webkit-transition-duration: 0.4s;
            /* Safari */
            transition-duration: 0.4s;
            border-radius: 10px;
            font-size: 20px;
        }
        
        .button2:hover {
            box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
        }
        
        .image {
            position: absolute;
            top: 18%;
            width: 18%;
           
       left: 66%;
        }
        
        .second {
            position: relative;
        }
        
        .second::after {
            position: absolute;
            content: "";
            border: 2px solid #8a817c;
            border-radius: 10px;
            width: 80%;
            height: 95%;
            top: -4.5%;
            left: 15%;
            z-index: -1;
        }
        
        .offers {
            margin-bottom: 150px;
        }
        
        .offers-sec h2 {
            color: #422918;
            font-weight: bold;
            font-size: 50px;
        }
        
        .offers span {
            font-size: 23px;
        }
        
        .p1 {
            font-weight: bold;
        }
        
        .offers .special-heading {
            font-size: 50px;
            text-transform: uppercase;
            text-align: center;
            font-weight: bold;
            margin-bottom: 70px;
            letter-spacing: 15px;
        }
        
        .st-offer {
            background-image: url(../images/lock.webp);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 400px;
            text-align: center;
            padding-top: 50%;
            font-weight: bold;
        }
        
        @media screen and (max-width: 992px) {
            .st-offer {
                padding-top: 200px;
            }
        }
        
        .offers .st-offer a {
            width: 200px;
        }
        
        .st-offer .button {
            background-color: #422918;
            border: none;
            color: white;
            padding: 8px 25px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
            -webkit-transition-duration: 0.4s;
            /* Safari */
            transition-duration: 0.4s;
            border-radius: 10px;
            font-size: 20px;
        }
        
        .third {
            margin-bottom: 200px;
            position: relative;
        }
        
        .third::after {
            position: absolute;
            content: "";
            border: 2px solid #8a817c;
            border-radius: 10px;
            width: 80%;
            height: 109%;
            top: -4.5%;
            left: 5%;
            z-index: -1;
        }
        
        .third h2 {
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 45px;
            color: #422918;
            margin-bottom: 40px;
        }
        
        .our-services {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 700px;
            margin-bottom: 200px;
            background-attachment: fixed;
            padding: 50px;
            text-align: center;
        }
        
        .our-services i {
            font-size: 25px;
            margin-right: 20px;
        }
        
        .our-services p {
            color: white
        }
        
        .our-services h2 {
            margin-bottom: 30px;
            color: #f4f3ee;
            letter-spacing: 10px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 50px;
            text-align: center;
        }
        
        .serv-sec {
            background-image: linear-gradient(to right, rgba(138, 129, 124, 0.9), rgba(138, 129, 124, 0.9)), url(../images/texture-background.webp);
            border-radius: 10px;
            height: 500px;
            padding-top: 80px;
            outline: 2px solid #8a817c;
            outline-offset: 15px;
        }
        
        .our-services img {
            width: 240px;
        }
        
        .serv-img {
            padding-top: 50px;
        }
        
        .our-services {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 700px;
            margin-bottom: 200px;
            background-attachment: fixed;
            padding: 50px;
            text-align: center;
        }
        
        .our-services .fa-key {
            font-size: 300px;
            transform: rotate(315deg);
        }
        
        .content {
            margin-bottom: 50px;
        }
        
        .content h3 {
            color: #422918;
        }
        
        .content i {
            color: #422918;
        }
        
        .contact {
            background-image: linear-gradient(to right, rgba(24, 20, 17, .7), rgba(24, 20, 17, .7)), url(../images/Screenshot\ 2024-02-04\ 110139.webp);
            height: 700px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            margin-bottom: 100px;
            padding: 70px;
        }
        
        .footer {
            margin-bottom: 50px;
        }
        
        .contact h2 {
            margin-bottom: 30px;
            color: #f4f3ee;
            letter-spacing: 10px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 40px;
            text-align: left;
        }
        
        .contact p {
            font-size: 20px;
            line-height: 40px;
        }
        
        .contact button {
            background-color: #8a817c;
        }
        
        .contact p {
            margin: 0;
            padding: 0;
            font-weight: bold;
        }
        
        .contact input {
            border: none;
            border-bottom: 1px solid #f4f3ee;
            background: transparent;
            outline: none;
            height: 40px;
            color: #f4f3ee;
            font-size: 16px;
            width: 100%;
            margin-bottom: 20px;
        }
        
        textarea {
            border: none;
            border-bottom: 1px solid #f4f3ee;
            background: transparent;
            outline: none;
            height: 50px;
            color: #f4f3ee;
            font-size: 16px;
            width: 100%;
            margin-bottom: 20px;
        }
        
        .contact .contact-btn {
            display: block;
            text-align: center;
            text-decoration: none;
            color: #f4f3ee;
            margin-top: 20px;
            padding: 15px;
            background-color: #8a817c;
            text-transform: uppercase;
            font-weight: 600;
            border-radius: 10px;
        }
        
        .get-touch {
            padding-top: 70px;
        }
        
        .button2 {
            margin-top: 30px;
        }
        
        nav a {
            position: relative;
            padding: 0 10px;
        }
        
        nav a:hover {
            color: #422918;
        }
        
  
    
        .second p,
        .third p {
            font-size: 20px;
        }
        
        .second img {
            width: 100%;
            height: 90%;
            padding-top: 50px;
        }
        
        .third img {
            width: 100%;
            height: 90%;
            padding-top: 50px;
        }
        
        .navbar-light .navbar-toggler-icon {
            background-image: url(../images/download\ \(1\).webp)
        }
        
        .navbar-light .navbar-toggler {
            border: 1px solid #8a817c;
        }
        
        nav a:hover {
            color: #422918;
        }

        .footer .header-txt {
            padding: 20px;
        }
        
        .footer .logo {
            width: 70%;
            margin-top: 20%;
        }
        
        .footer-serv {
            text-align: left;
        }
        
        .footer h3 {
            margin-bottom: 30px;
            color: #422918;
            font-weight: bold;
        }
        
        .footer ul {
            padding-left: 0;
            list-style: none;
        }
        
        .footer-serv li {
            margin-bottom: 10px;
        }
        
        .footer-serv li {
            font-size: 20px;
        }
        .footer a{
            text-decoration: none;
            color: #f4f3ee;
        }
        
         .contact-info i{
            font-size: 30px;
            margin-right: 20px;
         }
        
        @media screen and (max-width:1399px) {
            .logo {
                margin-top: 100px;
            }
            .image {
                position: absolute;
                left: 52%;
                top: 20%;
                width: 30%;
            }
        }
        
        @media screen and (max-width: 1199px) {
            .image {
                position: absolute;
                top: 20%;
                width: 30%;
                left: 50%;
            }
            .logo {
                width: 50%;
                margin-top: 0;
            }

            .st-offer{
                padding-top: 20%;
               
            }
            .serv-sec {
                padding-top: 30px;
       
            }

            .get-touch p {
                font-size: 17px;
            }

            .footer .logo{
                margin-top: 20px;
                width: 50%;
            }
            .footer .content{
                text-align: center;
            }
            .footer-serv{
                text-align: center;
                margin-top: 50px;
                margin-bottom: 50px;
            }
            .contact-info ul{
               justify-content:center ;
            }


            .contact{
                height: 1500px;
            }
            .contact form{
                margin-bottom: 50px;
            }

            .contact .offer-contact{
                height: 600px;
            }
        }
        
        @media screen and (max-width: 991px) {
        
            .logo {
                margin-top: 0;
                margin-bottom: 60px;
            }
            .header-txt {
                padding-top: 20px;
            }
         
            .get-touch p {
                font-size: 15px;
            }
            .contact{
               margin-bottom: 600px;
            }
           
        }
        
        @media screen and (max-width: 992px) {
        
            .logo {
                margin-top: 20px;
                margin-bottom: 60px;
            }
            .header-txt {
                padding-top: 20px;
            }
            .serv-sec {
                padding-top: 20px;
            }
            .get-touch p {
                font-size: 15px;
            }
            .st-offer {
                margin-bottom: 30px;
            }
            .our-services{
                height: 1500px;
            }
            .our-services .fa-key {
                font-size: 200px;
                margin-bottom: 70px;
            }
            .serv-sec2 {
                margin-bottom: 100px;
            }
        }
        
        @media screen and (max-width: 992px) {
            .image {
                position: absolute;
                top: 25%;
                width: 30%;
                left: 52%;
            }

            header h1{
                font-size: 45px;
            }
            .logo {
                margin-top: 20px;
                margin-bottom: 60px;
                width: 90%;
            }
            .header-txt {
                padding-top: 20px;
            }
            .serv-sec {
                padding-top: 20px;
            }
            .get-touch p {
                font-size: 15px;
            }
            .st-offer{
                padding-top: 28%;
            }
            .contact {
                height: 1000px;
            }
        }
        
        
        @media screen and (max-width: 768px) {
            .contact {
                height: 1100px;
            }
            .our-services {
                height: 1300px;
            }
            .image {
                display: none;
            }
            .st-offer{
                padding-top: 35%;
            }
            .logo{
                width: 90%;
            }
            .second::after{
                display: none;
            }
            .third::after{
                display: none;
            }
            .header-txt{
                padding: 20px;
            }
        }
        
        @media screen and (max-width: 576px) {
            .image {
                display: none;
            }
            .our-services {
                height: 1200px;
            }
            .st-offer{
                padding-top: 40%;
            }
            .logo{
                width: 100%;
            }
            .contact {
                height: 1200px;
            }
            .our-services {
                height: 1400px;
            }
            .header-txt{
                padding: 20px;
            }
           
         
        }
        
        .marquee {width:100%;background-color:transparent;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s linear infinite;color:#fff;}

        .marquee:hover {animation-play-state: paused}
        
        /* Make it move */
        
        @keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}
        
        
        
        .footer-slide .box{
            border: 0;
        }


        .copyright {
			
			list-style: none;
		
		
			width: 100%;
			text-align: center;
		}
        .copyright li {
          
            color: #f4f3ee;
            display: inline-block;
            font-size: 0.9em;
            line-height: 1;
      
            padding: 0;
         
        }

        .copyright li:first-child {
            border-left: 0;
            margin-left: 0;
            padding-left: 0;
        }

        .copyright a{
            color: #f4f3ee;
            text-decoration: none;
        }

        .contact-info h3{
            margin-bottom: 40px;
        }


        .contact-info .call i{
            font-size: 20px;
            margin-bottom: 20px;
        }
        .contact-info .mail i{
            font-size: 20px;
            margin-bottom: 20px;
        }
        .contact-info .location i{
            font-size: 20px;
            margin-bottom: 20px;
            
        }

        .contact-info .hours i{
            font-size: 20px;
            margin-bottom: 20px;
            
        }


        .offer-contact{
            border: 1px solid #f4f3ee;
            border-radius: 10px;
            height: 500px;
            width: 98%;
            padding: 10%;
            margin: auto;
            text-align: center;
        }
        .offer-contact h2{
            margin-bottom: 30px;
            text-align: center;
            font-weight: bold;
        }


        .spam { display:none;}