* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #91765a;
    --secondary: #625c56;
    --text-color: #aba59f;
    --bg-color: #14100c;
    --content-color: #f5eee7;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit';
}

.container {
    max-width: 1140px;
    margin: auto;
}

.text-center {
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

ul,
ol {
    list-style: none;
}

::selection {
    background-color: var(--bg-color);
    color: var(--white);
}

.content-color {
    background-color: var(--content-color);
}

.padding-100 {
    padding: 100px 0;
    list-style: none;
    font-weight: 300;
}

.col-1 {
    width: 8.3333%;
    padding: 15px;
}

.col-2 {
    width: 16.6666%;
    padding: 15px;
}

.col-3 {
    width: 25%;
    padding: 15px;
}

.col-4 {
    width: 33.3333%;
    padding: 15px;
}

.col-5 {
    width: 41.6666%;
    padding: 15px;
}

.col-6 {
    width: 50%;
    padding: 15px;
}

.col-7 {
    width: 58.3333%;
    padding: 15px;
}

.col-8 {
    width: 66.6666%;
    padding: 15px;
}

.col-9 {
    width: 75%;
    padding: 15px;
}

.col-10 {
    width: 83.3333%;
    padding: 15px;
}

.col-11 {
    width: 91.6666;
    padding: 15px;
}

.col-12 {
    width: 100%;
    padding: 15px;
}

/* header css */

header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(187, 176, 162, 0.5);
    z-index: 2;
}

header .logo {
    width: 120px;
}

header ul>li>a {
    color: var(--white);
    padding: 15px;
    font-size: 12px;
    font-weight: 800;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s;
}

header ul li a:hover {
    color: var(--primary)
}

header a.active {
    color: var(--primary);
}

header ul>li>ol {
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    position: absolute;
    background: var(--primary);
}

header ul li:hover ol {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

header ul li ol a {
    padding: 15px;
    display: block;
    color: var(--white);
}

header .megamenu {
    width: 700px;
    position: absolute;
    background-color: var(--primary);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

header .megamenu a {
    color: var(--white);
    padding: 10px;
    display: block;
}

header li:hover .megamenu {
    visibility: visible;
    opacity: 1;
}

/* about home page css */

.bg-image {
    background-image: url(../images/main.jpg);
    background-size: cover;
}

.bg-content {
    color: var(--white);
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 800;
}

.bg-content a {
    background-color: var(--white);
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--black);
    display: inline-block;
    margin-top: 15px;
    transition: all 0.5s;
}

.bg-content h1 {
    font-weight: 800;
    font-size: 60px;
}

.bg-content h3 {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.bg-content h4 {
    font-weight: 800;
    font-size: 12px;
    padding: 10px 0;
    letter-spacing: 3px;
    margin-top: 15px;
}

.bg-content .btn:hover {
    background-color: var(--primary);
    color: var(--white);
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 330px 0;
}

/* about since css */

.about-content h4 {
    letter-spacing: 2px;
    padding: 5px;
    font-size: 12px;
    color: var(--primary);
}

.about-content h2 {
    font-size: 48px;
    font-weight: 800;
    padding: 2px 0px 10px 0px;
}

.about-content h3 {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0;
    letter-spacing: 2px;
    text-align: left;
}

.about-content li {
    padding: 10px 5px 8px 5px;
    text-align: left;
}

.about-content i {
    padding: 0px 15px 0px 0px;
}

.about-content p {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0;
    letter-spacing: 2px;
    text-align: left;
}

.about-image img {
    width: 48%;
}

.about-image img:first-child {
    transform: translateY(80px);
}

/* about since2 css */

.about-info i {
    font-size: 55px;
    color: var(--primary);
}

.about-info p {
    font-weight: 300;
}

.about-info i {
    font-size: 50px;
    color: var(--primary);
}

.about-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
}

.about-info p {
    font-size: 15px;
    color: var(--text-color);
}

/* about experience css */

.dark-bg {
    background-color: var(--bg-color);
}

.experience-content h3 {
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 20px;
}

.experience-content h2 {
    font-size: 48px;
    color: var(--white);
    padding: 20px;
}

.experience-content p {
    color: var(--white);
    font-size: 15px;
    font-weight: 200;
    padding: 20px;
    letter-spacing: 1px;
}

.experience-content img {
    width: 10%;
}

.experience-content h4,
.experience-content h5 {
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    padding: 5px 0px 0px 20px;
}

.experience-content h5 {
    color: var(--primary);
}

/* about  Services  css */

.about-Services h4 {
    font-size: 12px;
    color: var(--primary);
    letter-spacing: 2px;
    font-weight: 700;
}

.about-Services h3 {
    font-size: 48px;
    padding-bottom: 20px;
}

.services-img-box {
    position: relative;
    overflow: hidden;
}

.services-content {

    top: 90;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    padding: 35px;
    color: var(--white);
    position: absolute;
}

.services-content .line {
    width: 20%;
    height: 1px;
    transition: all 1s;
    background-color: var(--primary);
    margin: auto;
}

.services-content i {
    margin-top: 200px;
    font-size: 48px;
}

.services-content h5 {
    font-size: 27px;
    padding: 10px 0;
}

.services-content p {
    font-size: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.services-content h3 {
    color: var(--primary);
    font-size: 24px;
    padding-top: 10px;
    font-weight: 800;
}

.services-img-box img {
    transition: all 1s;
}

.services-img-box:hover img {
    transform: scale(1.1);
}

.services-img-box:hover .services-content {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05646008403361347) 0%, rgba(0, 0, 0, 0.3029586834733894) 35%, rgba(8, 15, 17, 1) 100%);
}

.services-img-box:hover .line {
    width: 100%;
    height: 1px;
}

/* about review css */

.bg-review {
    background-image: url(../images/6.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.icons i {
    color: #ffd27d;
}

.custumer-review p {
    width: 60%;
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

.custumer-img {
    width: 60px;
    height: 60px;
    margin: auto;
}

.custumer-img img {

    border-radius: 100%;
    border: 2px solid var(--primary);
    padding: 3px;
}

.custumer-name {
    padding: 20px 0;
}

.costumer-name h4,
.costumer-name h3 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--white);
}

.dark-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 150px 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary);
    transition: all 0.5s;
}

/* about  Features css */

.half-background {
    position: relative;
    height: 750px;
    z-index: 0;
}

.half-background::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    background-color: var(--content-color);
    z-index: -1;
}

.common-heading h4 {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--primary);
}

.common-heading h2 {
    color: var(--white);
    font-size: 48px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.feature {
    color: var(--white);
}

.card-box {
    width: 100%;
    height: 430px;
    perspective: 1000px;
}

.feature .card-box {
    position: relative;
}

.card .front h3 {
    position: absolute;
    font-size: 27px;
    top: 360px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
}

.card .front,
.card .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
}

.card .back {
    background-color: var(--primary);
    transform: rotateY(-180deg);
}

.back h3 {
    font-size: 27px;
    color: var(--white);
    padding-bottom: 10px;
}

.back p {
    margin-bottom: 20px;
    font-weight: 300;
}

.back a {
    font-size: 12px;
    font-weight: 800;
    padding: 15px 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.card .back h3 {
    left: 0;
    right: 0;
    bottom: 0px;
    padding-top: 150px;
    margin: auto;
}

.card-box .card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    transform-style: preserve-3d;
}

.back .btn {
    transition: all 0.5s;
    background-color: var(--white);
    color: var(--black);
}

.back .btn:hover {
    background-color: var(--black);
    color: var(--white);
}

.card-box:hover .card {
    transform: rotateY(-180deg);
}

/* about pricing css */

.pricing-box h2 {
    font-size: 17px;
    padding: 0 10px;
}

.pricing-box h3 {
    font-size: 17px;
    padding: 0 10px;
    color: var(--primary);
}

.pricing-box {
    display: flex;
}

.pricing-box .dash {
    border-bottom: 2px dashed var(--primary);
    width: 100%;
}

.main {
    padding: 20px 0;
}

.main p {
    font-size: 15px;
    font-weight: 300;
    padding-top: 10px;
    color: var(--secondary);
}

/* about video css */

.bg-video {
    background-image: url(../images/5.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.video {
    font-size: 40px;
    color: var(--white);
    width: 60%;
    margin: auto;
    padding: 20px 0;
}

.video h2 {
    padding-bottom: 30px;
}

.video i {
    font-size: 30px;
    color: var(--white);
    border: 3px solid var(--white);
    border-radius: 100%;
    padding: 30px;
    transition: all 0.5s;
}

.video i:hover {
    color: var(--primary);
    border-color: var(--primary);
    transform: scale(0.8);
}

.dark-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 150px 0;
}

/* about gallery css */

.gallery-box {
    background-color: var(--black);
    overflow: hidden;
    cursor: pointer;
}

.gallery-box img {
    transition: all 0.5s;
}

.gallery-box:hover img {
    opacity: 0.8;
    transform: scale(1.1);
}

/* about team css */

.team-box {
    position: relative;
}

.team-white-box {
    position: absolute;
    background-color: var(--white);
    left: 25px;
    right: 25px;
    bottom: -40px;
    padding: 25px 0;
}

.team-white-box h2 {
    font-size: 18px;
    color: var(--black);
}

.team-white-box h3 {
    font-size: 15px;
    font-weight: 300;
    color: var(--black);
}

.team-box:hover .team-white-box {
    opacity: 0;
}

.team-brown-box {
    position: absolute;
    background-color: rgba(22, 17, 11, 0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 35px;
    transition: all 0.5s;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scaley(0);
    transform-origin: bottom;
}

.team-brown-box h3 {
    font-size: 24px;
}

.team-brown-box p {
    color: var(--primary);
    padding: 5px 0 10px 0;
}

.team-brown-box span {
    font-size: 15px;
    line-height: 30px;
}

.team-brown-box i {
    color: var(--primary);
    padding: 15px 10px;
    cursor: pointer;
}

.team-brown-box i:hover {
    color: var(--white);
}

.team-box:hover .team-brown-box {
    transform: scaley(1);
}

.team-brown-box a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.team-brown-box .btn {
    transition: all 0.5s;
    background-color: var(--white);
    color: var(--black);
    padding: 15px;
}

.team-brown-box .btn:hover {
    background-color: var(--primary);
    color: var(--white);
}

/* about offer css */

.offer-box {
    position: relative;
    background-color: var(--white);
    padding: 50px 20px;
}

.offer-box i {
    font-size: 48px;
    transition: all 0.5s;
    color: var(--primary)
}

.offer-box h2 {
    font-size: 24px;
    padding: 10px 0;
    transition: all 0.5s;
}

.offer-box p {
    color: var(--black);
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.5s;
}

.offer-box:hover h2 {
    color: var(--primary);
}

.offer-box:hover i {
    transform: rotate(360deg);
    color: var(--black);
}

.offer-box:hover p {
    opacity: 0.8;
}

.offer-box i:nth-child(2) {
    font-size: 100px;
    position: absolute;
    bottom: 30px;
    left: 140;
    opacity: 0.1;
}

/* about news css */

blog1 {
    background-color: var(--bg-color);
}

.blog-heading h4 {
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-heading h2 {
    color: var(--white);
    font-size: 48px;
    font-weight: 800;
}

.blog-content {
    overflow: hidden;
}

.blog-box {
    position: relative;
    background-color: var(--black);
}

.blog-box:hover img {
    transform: scale(1.1);
    opacity: 0.8;
    transition: all 0.5s;
}

.blog-title {
    position: absolute;
    background-color: var(--white);
    left: 30px;
    right: 30px;
    bottom: -40px;
    padding: 15px;
    transition: all 0.5s;
    z-index: 1;
}

.blog-title h2 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--primary);
    padding: 5px 10px;
}

.blog-title h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--black);
    padding: 5px 10px;
}

.blog-box:hover .blog-title {
    bottom: 40px;
}

.brown-box {
    position: absolute;
    background-color: var(--primary);
    padding: 5px 10px;
    top: 30px;
    z-index: 1;
    margin-left: 25px;
    color: var(--white);
}

.brown-box h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.brown-box h2 {
    text-transform: uppercase;
    font-size: 24px;
}



/* about form css */

.bg-form {
    background-image: url(../images/20.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg-form .dark-overlay {
    padding: 100px 0;
}

.form-icon i {
    color: #ffd27d;
}

.form-icon h3 {
    color: var(--white);
    font-size: 27px;
    padding: 15px 0;
}

.call i {
    color: var(--primary);
    font-size: 50px;
    padding: 20px 20px 10px 0;
}

.call2 p {
    font-size: 12px;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.call2 h3 {
    font-size: 27px;
    padding: 5px 0;
}

.bg-form {
    position: relative;
}

.form-box {
    background-color: var(--content-color);
    width: 450px;
    position: absolute;
    right: 200px;
    top: 30%;
    padding: 25px;
}

.form-box h6 {
    font-size: 27px;
    padding: 20px 0;
}

.form-input {
    width: 50%;
    padding: 10px;
    position: relative;
}

.form-input i {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translatey(-50%);
}

.form-input input {
    display: block;
    width: 100%;
    background-color: var(--white);
    border: none;
    padding: 15px;
}

.form-input input::placeholder {
    color: #14100c;
    font-size: 14px;
    font-family: 'Outfit';
}

.btt {
    transition: all 0.5s;
    background-color: var(--primary);
    color: var(--white);
    padding: 15px;
    width: 100%;
    text-align: center;
}

.rto {
    color: var(--white);
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.btt:hover {
    background-color: var(--black);
    color: var(--white);
}

/* bout logo css   */

.bg-primary {
    background-color: var(--primary);
}

/* about footer css */

.footer-box h3 {
    color: var(--white);
    font-size: 27px;
    margin-bottom: 15px;
}

.footer-box p {
    color: var(--text-color);
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 300;
    width: 70%;
    padding-bottom: 20px;
}

.footer-box h4 {
    font-size: 24px;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.footer-box h4:hover {
    color: var(--white);
}

.footer-box a {
    color: var(--text-color);
    font-size: 15px;
    border-bottom: 1px solid var(--primary);
    transition: all 0.5s;
}

.footer-box a:hover {
    color: var(--white);
    border-bottom-color: var(--white);
}

.footer-icon i {
    color: var(--primary);
    padding: 30px 20px 0 0;
}

.footer-icon i:hover {
    color: var(--white);
    cursor: pointer;
}

.work-time-box h2 {
    font-size: 15px;
    padding: 0 5px;
    color: var(--text-color);
}

.work-time-box h3 {
    font-size: 14px;
    padding: 0 5px;
    color: var(--text-color);
}

.work-time-box {
    display: flex;
    padding: 10px 0;
}

.work-time-box .line {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    width: 50%;
}

.subscribe-box {
    position: relative;
}

.subscribe-box input {
    background-color: transparent;
    padding: 20px 110px 20px 10px;
    border: 1px solid var(--primary);
    color: var(--text-color);
}

.subscribe-box button {
    position: absolute;
    background-color: var(--primary);
    color: var(--white);
    font-weight: 800;
    border-color: transparent;
    bottom: 15%;
    right: 80px;
    padding: 10px;
    transition: all 0.5s;
}

.subscribe-box:hover button {
    background-color: var(--white);
    color: var(--black);
}

/* copy right css */

.copy-right {
    border-top: 1px solid rgba(88, 82, 82, 0.2);
    padding: 30px 200px;
    position: relative;
}

.copy-right h5 {
    color: var(--text-color);
    font-size: 12px;
    letter-spacing: 2px;
}

.copy-right-icon {
    font-size: 25px;
    border: 2px solid var(--primary);
    border-radius: 100%;
    padding: 5px;
    color: var(--primary);
    position: fixed;
    right: 25px;
    bottom: 20px;
}

#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}

#cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px white;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
        height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999;
}

.count {
    width: 60px;
    height: 60px;
    background: lightgray;
    border-radius: 50%;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: verdana;
    float: left;
    margin: 30px;
    text-shadow: 1px 1px black;
    -webkit-box-shadow: 0px 0px 72px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 72px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 72px -9px rgba(0, 0, 0, 0.75);
}