body , html{
    overflow-x: hidden;
    font-family: "Playfair Display", serif;
}
.header__wrap {
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    /* background-color: red; */
}
.header__wrap li {
    list-style: none;
}

.header__wrap li a {
    text-decoration: none;
    font-size: 20px;
   
    text-transform: uppercase;
    color: white;
}
.banner__wrap .content {
    background-color: #072438;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 100px;
}
section.banner__wrap {
    height: 100vh;
}
img.bnr-img {
    height: 100vh;
    object-fit: none;
        max-width: 100%;
}

img.logo {
    max-width: 15%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(20%) hue-rotate(162deg) brightness(104%) contrast(102%);
}

.header__wrap h3 {
    font-size: 100px;
    color: white;
}

.banner__wrap .content h3 {
    font-size: 100px;
    color: white;
   
    line-height: 100px;
    padding: 40px 0;
}

.banner__wrap .content p {
    color: white;
    font-size: 20px;
    
    line-height: 30px;
    font-weight: 300;
    max-width: 80%;
        letter-spacing: 1px;
    margin: 0;
    position: relative;
}
.banner__wrap .content p::before {
    position: absolute;
    content: '';
    width: 100px;
    border-bottom: 5px solid #cfcbcb;
    bottom: -30%;
}
.about__wrap .content{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;
}

.about-img {
    height: 100vh;
    object-fit: none;
    max-width: 100%;
        object-fit: cover;
        position: relative;
}
.about-image {
    position: relative;
}

.about-image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(0deg, rgb(7 36 56 / 82%) 0%, rgb(196 179 150 / 66%) 100%);
}

.about__wrap .content h3 {
    font-size: 50px;
    margin: 0;
    width: 60%;
    line-height: 60px;
    position: relative;
}

.about__wrap .content p {
    font-size: 30px;
    text-transform: capitalize;
    padding: 30px 0;
}
.about__wrap .content h3::before {
    position: absolute;
    content: '';
    width: 100px;
    border-bottom: 5px solid #c4b396;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    top: -15%;
}
.postfolio-btn {
    background-color: #c4b398;
    color: #072438;
    text-decoration: none;
    font-size: 25px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid transparent;
}

.postfolio-btn:hover {
    background: transparent;
    border: 2px solid #08244a;
    color: #08244a;
}

section.service__wrap .ser-img {
    height: 100vh;
    width: 1920px;
}
.service__wrap .container-fluid {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100vh;
    left: 100px;
}

section.service__wrap {
    position: relative;
}

section.service__wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background: linear-gradient(
87deg, rgba(255, 255, 255, 1) 37%, rgb(87 199 133 / 0%) 100%);
}
.service__wrap .content h4 {
    font-size: 40px;
    margin: 0;
        text-transform: capitalize;
}

.service__wrap .content svg {
    color: #c4b398;
    font-size: 41px;
}

.service__wrap .content p {
    font-size: 30px;
    line-height: 40px;
    padding-top: 5px;
    width: 90%;
    margin: 0;
}


.service__wrap .content {
    width: 90%;
    margin-bottom: 80px;
}

section.industries__wrap {
    background-color: #082437;
}

.industries__wrap img {
    width: 100%;
    height: 100%;
}

section.industries__wrap {
    background-color: #082437;
}

.industries__wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.industries__wrap h5 {
    font-size: 100px;
    color: white;
    line-height: 100px;
    padding-bottom: 30px;
}
.industries__wrap h4 {
    font-size: 40px;
    color: #c4b39a;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    padding: 20px 0 10px 0;
    margin: 0;
}

.industries__wrap {
    padding: 60px 100px;
}
img.p-img {
    height: 600px;
}

section.counter__wrap {
    padding: 100px 0;
    text-align: center;
}

section.counter__wrap .content h3 {
    font-size: 60px;
    text-transform: capitalize;
    FONT-WEIGHT: 700;
    line-height: 70px;
    margin: 0;
}

section.counter__wrap .content span {
    font-size: 60px;
    line-height: 55px;
    font-weight: 800;
    color: #c4b39b;
}

.logo__wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 130px;
    padding: 0;
}

.logo__wrap ul li img {
       width: 180px;
    height: 180px;
    object-fit: contain;
}

.logo__wrap ul li {
    list-style: none;
}
section.logo__wrap {
    background-color: #f6f6f6;
    padding: 40px 0;
}
section.team__wrap h5 {
    font-size: 100px;
    color: black;
    line-height: 100px;
    padding-bottom: 30px;
}

.team__wrap .content p {
        font-size: 16px;
    font-family: poppins;
    line-height: 23px;
    padding: 10px 10px 10px 0;
    margin: 0;
    font-weight: 300;
}

.team__wrap .content img {
    width: 100%;
}

.team__wrap .content h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: poppins;
    line-height: 20px;
    font-style: italic;
    margin: 0;
    padding-top: 10px;
}

.team__wrap .content span {
    font-size: 14px;
    font-family: poppins;
    font-weight: 600;
    line-height: 20px;
    font-style: italic;
}

section.team__wrap {
    padding: 100px;
}

.footer__wrap video {
    width: 100%;
}

.footer__wrap {
    position: relative;
}

.footer__wrap .inner__content {
    position: absolute;
    bottom: 100px;
    background-color: #092436;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: 100px;
    padding: 50px;
    text-align: left;
}
.footer__wrap .inner__content h4 {
    font-size: 50px;
    color: #c4b39c;
    margin: 0;
}

.footer__wrap .inner__content ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin: 40px 0 0 0;
}

.footer__wrap .inner__content ul li ,  .footer__wrap .inner__content h6{
    color: white;
    list-style: none;
}

.footer__wrap .inner__content ul li span , .footer__wrap .inner__content ul li , .footer__wrap .inner__content h6{
    font-size: 25px;
    line-height: 40px;
}

.footer__wrap .inner__content ul li a {
    display: block;
    text-decoration: none;
    color: #c4b39d;
}
.footer__wrap .inner__content h6 {
    line-height: 35px;
    padding-top: 30px;
    color: #ffffff;
}

.copy-right {
    margin: 0;
    background-color: #0a2435;
    color: white;
    text-align: center;
}

.copy-right p {
    padding: 20px 0;
    margin: 0;
}

.industries__wrap .postfolio-btn {
    margin: auto;
    display: block;
    width: max-content;
}

.industries__wrap .postfolio-btn:hover {
    background-color: white;
}

.industries__wrap .content div {
    position: relative;
}

.industries__wrap .content div::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(9 36 54 / 70%) 0%, rgb(196 179 155 / 68%) 100%);
    clip-path: polygon(50% 55%, 50% 55%, 51% 55%, 50% 55%);
    transition: all .3s 
linear;
}

.industries__wrap .content div:hover::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all .3s linear;
}

.industries__wrap .content:hover h4 {
    position: relative;
    top: -200px;
    color: white;
    transition: all .3s linear;
    font-weight: 700;
}

.industries__wrap p {
    color: white;
    margin: 0;
    padding-bottom: 40px;
}

.industries__wrap .content:hover p {
    margin-top: -50px;
}


ul.header {
    position: fixed;
    max-width: 1170px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 3%;
    background-color: #c4b398b0;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 999;
}

ul.header li {
    list-style: none;
}

ul.header li a {
    font-size: 18px;
    text-decoration: none;
    padding: 0;
    color: #072438;
    position: relative;
    margin: 0 22px;
    padding-bottom: 7px;
    transition: all .3s 
linear;
    font-weight: 700;
    z-index: 999;
}

ul.header li a:hover {
    color: white;
}

ul.header li a::before {
    position: absolute;
    content: '';
    width: 0;
    border-bottom: 2px solid white;
    bottom: 0;
}

ul.header li a:hover::before {
    width: 100%;
    transition: all .3s linear;
}

section.project__gallery {
    padding: 60px 0;
}

section.project__gallery h4 {
    font-size: 50px;
}

section.project__gallery p {
        font-size: 30px;
    margin-bottom: 30px;
    line-height: 45px;
}
.project__gallery img {
    max-width: 80%;
    display: block;
    margin: auto;
}
.slick-dots li {
    width: 30px;
    height: 5px;
    background-color: #c4b398;
  }
  .slick-dots li:active {
    background-color:   #072438;
  }
  .slick-dots li.slick-active button:before {
    background-color: #072438;
    width: 30px;
    height: 5px;
  }
  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    color: transparent;
}