@import url('https://fonts.cdnfonts.com/css/chronicle-display');

.root {
    --light-brown: rgb(164, 115, 0);
    --bg-brown: rgb(231, 173, 36);
    --bg-black: rgb(33, 33, 333);
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    font-family:sans-serif;
    color: rgb(0, 0, 0);

}
html{
    scroll-behavior: smooth;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    overflow-x: hidden;
}

/* slip start*/
.contact-bar-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact-bar {
    background-color: rgb(124, 87, 1);
    position:relative;
    text-align: center;
    width: 100%;
}

.contact-item i {
    padding-left: 2.5rem;
}

.contact-item,
.social-media-icon i {
    color: #fff;
    padding-left: 0.5rem;
    /* White text and icon color */
}

.social-media-icon {
position: absolute;
top:0%;
left:70%;
    /* Add some space between social media icons */
}

.fas {
    color: #fff;
}

/* slip end */
/* navbar start ----*/
.navbar-nav{
    /* padding-top:1.5rem; */
    margin-top:3rem;
    /* background-color: rgb(248, 242, 242); */
    padding-bottom: 1rem;
}


.offcanvas {
    right: 0;
}

.navbar-toggler {
    position: absolute;
    order: 1;
    right: 20px;
    top:35%;
    z-index: 1000;
}

.offcanvas-body {
    text-align: center;
}

.nav-item {
    margin-left: 50px;
    margin-right: 20px;
}

.nav-link {
    color: rgb(8, 8, 8);
    font-weight: 600;
    font-size: 1.3rem;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: rgb(255, 181, 10);
}

/* navbar end */
/* logo start */
.logo {
    height:5.5rem;
    width: 8rem;
    position: absolute;
    top: 4%;
    left: 2%;
    z-index: 5;
}
.navbar-hidden{
  top:-200px;
}
/* logo end */

/* navbar end */

/* slider start */
.carousel-video {
    height:50%;
    width:100%;
    object-fit: contain;
    }


.carousel-item {
    position: relative;

}

.carousel-item>img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.5);
    /* Adjust the opacity as needed */
}

.caption {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caption h3 {
    position: absolute;
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    color: rgb(17, 16, 0);
    border-radius: 15px;
    display: block;
    font-style: oblique;

}

/* text animation*/

.animated-text {
    animation: zoomIn 2s ease-in-out forwards;
    opacity: 0;
}

@keyframes zoomIn {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* slider end */

/* section 2 -welcome message */
/* welcome msg--css  --> about.html */
.section2 {
    padding-top: 10rem;
    position: relative;
}

.section2-heading {
    font-size: 2.5rem;
    text-align: center;
    font-family: 'Chronicle Display';
    color: rgb(124, 87, 1);
    font-weight: 800;
    margin-bottom: 2rem;
}

/* section 2 end */

.maintext>p {
    font-family:sans-serif;
    line-height: 1.7;
    font-size: 1.3rem;
    color: #000000fb;
    padding-left: 3rem;
    padding-right: 3rem;

}

/* section 3 start --*/
.section3 {
    padding-top: 2rem;
    padding-bottom: 120px;
    background-color: rgb(248, 242, 242);
    position: relative;
}

.grid {
    margin-left: 2rem;
    margin-right: 2rem;
}

.grid-img {
    padding-top: 1rem;
    width: 100%;
    height: 100%;
    /*padding-left:4px;*/
    display: block;

}

.overlay-container {
    position: relative;
    height: 100%;
    width: 100%;

}

.overlay {
    position: absolute;
    top: 5.2%;
    left: 3%;
    bottom: 0;
    right: 3%;
    background-color: rgba(7, 7, 7, 0.2);
    /* Adjust the opacity here */
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content>h2 {
    background-color: rgb(164, 115, 0);
    font-weight: 400;
    color: aliceblue;
    text-align: center;
    padding: .5rem 1rem;
    border-radius: 5%;
    font-size: 1.2rem;
    
}

.overlay-container:hover .overlay {
    opacity: 1;
    /* Show overlay on hover */
    cursor: pointer;
}

.btn {
    position: absolute;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Nanum Myeongjo';
    background-color: rgb(231, 173, 36);
    border: 1px solid black;
    color: black;
    margin-top: 1.5rem;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .5rem 1.2rem;

}

.btn:hover {
    font-size: 1.3rem;
    transition: .7s ease-in-out;
}

/* section 3 end */
/* project section start*/
.section4 {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 8rem;
}

.content>h4 {
    background-color: rgb(164, 115, 0);
    font-weight: 300;
    color: aliceblue;
    text-align: center;
    border-radius: 5%;

}

.section4>p {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 1.3rem;
    padding-right: 1rem;
    text-align: center;
}

.section4>p>span {
    font-size: 2rem;
    color: rgb(124, 87, 1);
    font-weight: 600;
}

.project-btn {
    position: absolute;
    top: 95%;
    left: 50%;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Nanum Myeongjo';
    background-color: rgb(231, 173, 36);
    border: 1px solid black;
    color: black;
    margin-top: 1rem;
    transform: translate(-50%, -50%);
    padding: .5rem 1.2rem;
    border-radius: 10px;
}

.project-btn:hover {
    font-size: 1.3rem;
    transition: .7s ease-in-out;
}

/* project section end */
/* section 4 start*/
.minHeight {
    min-height: 120px;
}

.imgback {
    padding: 35px 20px;
    max-width: 100%;
    margin: auto;
    display: block;
    transition: transform .2s;
}
.img{
    padding: 35px 20px;
    max-width: 100%;
    margin: auto;
    display: block;
    transition: transform .2s;
}
.imgback:hover {
    transform: scale(1.1);
}
.team-member-img{
    padding: 35px 20px;
    max-width: 100%;
    margin-top:8rem;
    display: block;
    transition: transform .2s;
}
.heading {
    font-size:1.2em;
    font-weight: 800;
    color: rgb(114, 80, 0);
    text-transform: uppercase;
   font-family: 'Chronicle Display';
}

.description {
    font-size: 1.2rem;
    padding: 20px;
}

/* services page CSS 

.service-heading {

    color: rgb(7, 7, 6);
    font-weight: 900;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.service-heading:hover {
    color: rgb(231, 173, 36);
}


/* section 4 end **/
/* why we choose start */
.png-image {
    height: 90px;
    width: 90px;
    padding: 20px;
    margin-left: 7.2rem;
    margin-top: 30px;
    margin-right: 7.2rem;
    transition: transform .2s;

}

.png-image:hover {
    transform: scale(1.1);
}

/* why we choeese end */


/* counter start */
/* counter start */

.stats {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.stat {
    flex: 1;
    padding: 10px;
}

.stat h2 {
    margin-top: 0;
    font-size: 3rem;
    font-weight: 500;
    color: rgb(255, 252, 252);
}

.stat p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.section-four {
    display: flex;
    align-items: center;
}

.section-four-container {
    background-image: url("images/about.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 35vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}

.section-four-container::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
}

.section-four-container .stats {
    z-index: 5;
}

/* counter end */
/* lets talk start */
.banner {
    background-image: url("images/about.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    width: 100%;
    display: flex;
    opacity: 0.9;
    position: relative;
    ;
    background-attachment: fixed;
}

.lets_talk1>h1 {
    position: absolute;
    top: 10%;
    left: 28%;
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    z-index: 5;
    font-family: 'Chronicle Display';
}

.lets_talk2>div {
    position: absolute;
    top: 40%;
    left: 15%;
    width: 30%;
    height: 80%;
    margin-top: 4rem;
}

.lets_talk2>div>p {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    z-index: 5;

}

.lets_talk3 {
    position: absolute;
    top: 25%;
    left: 20%
}

.lets_talk3>h3 {
    font-size: 3rem;
    z-index: 5;
    font-family: 'Chronicle Display';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(252, 251, 251);
    padding-left: 2em;
}

.msg {
    color: white;
    font-size: 50px;
}

.lets_talk4 {
    position: absolute;
    top: 110%;
    left: 5%;
    height: 70%;
    width: 50%;
}

.lets_talk4>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* lets talk end */
.contact-us-page {
    position: absolute;
    top: 45%;
    left: 65%;
    width: 30%;
    margin: 50px auto;
    background-color: rgb(248, 242, 242);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea {
    height: 100px;
}

button {
    background-color: rgb(231, 173, 36);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* button:hover {
    background-color: rgb(114, 80, 0);
} */

/* contact us end */

/* footer start */
footer {
    height: 90vh;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.footer-container {
    padding-top: 2rem;
    position: absolute;
    top: 80%;
    left: 0;
    background-color: #7D5A09;
}
.footer-logo{
    height:6rem;
    width:6rem;
    display: block;
     margin: auto;
  
    
}
.footer-heading{
    font-size: 1.4rem;
    color: white;
    border-bottom: 1px solid white;
    font-weight:500;
    font-family:sans-serif;

}
.footer-description{
font-size:1rem;
font-weight: 500;
font-family:sans-serif;
color: white;
padding-left: 5px;

}
.list li{
    font-family:sans-serif;
    color: white;

    list-style-type:disc;
    font-size: 1rem;
    font-weight: 500;
}
.list li::marker{
    color:rgb(255, 255, 255)
}
.address p{
    font-weight: 500;
    font-family:sans-serif;
    color: white;

}
.address p > i{
    font-size: 1.5rem;
    color: white;
}
/* footer end */
/* whatsapp integration start */
.whatsapp-integration >a > img{
height:70px;
width:70px;
position: fixed;
bottom:20px;
right:15px;
}

/* whatsapp integration end */
/* ------------------------------------service section------------------- */
.service-desc{
    font-family: 'Nanum Myeongjo';
        line-height: 1.4;
        font-size: 1.2rem;
        color: #000000fb;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
}

/* ------------------------------------service section end-------------------- */
/* project section start */
.project-desc{
    padding:1rem;
    font-weight: 700;
    font-size: 1.2rem;
}
/* project section end */
@media (min-width:768px) and (max-width:991px)
{
  /* navbar start ----*/
.navbar-nav{
    /* padding-top:1.5rem; */
    margin-top:10rem;
    /* background-color: rgb(248, 242, 242); */
    padding-bottom: 0.5rem;
}
.navbar {
    --bs-navbar-padding-y: 4.3rem;
}

.offcanvas {
    right: 0;
}

.navbar-toggler {
    position: absolute;
    order: 1;
    right: 20px;
    top:40%;
    z-index: 1000;
    padding: 2px 10px;
}

.offcanvas-body {
    text-align: center;
}

.nav-item {
    margin-left: 50px;
    margin-right: 20px;
}

.nav-link {
    color: rgb(8, 8, 8);
    font-weight: 600;
    font-size: 1.3rem;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: rgb(255, 181, 10);
}

/* navbar end */
/* logo start */
.logo {
    height: 5.3rem;
    width: 7.3rem;
    position: absolute;
    top: 2.5%;
    left: 1%;
    z-index: 5;
}
.navbar-hidden{
  top:-200px;
}  
}



/* media query 550 */
@media screen and (max-width:550px) {
    .navbar {
        --bs-navbar-padding-y: 2.7rem;
    }
    .navbar-toggler {
        position: absolute;
        order: 1;
        right: 20px;
        top:40%;
        z-index: 1000;
        padding: 2px 10px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.4em;
      }
      .offcanvas{
        --bs-offcanvas-width: 300px;
      }
    .contact-bar {
        background-color: rgb(124, 87, 1);
        width: 100%;
        display: flex;
        
    }
    .row{
        flex-shrink: 0;
    }
    .contact-item,.contact-item i , .social-media-icon i{
       font-size: 0.5rem;
       color: #fff;
       padding-left: 0px;
    }
    .social-media-icon {
        position: absolute;
        top:1%;
        left:10%;
            /* Add some space between social media icons */
        }
    .contact-item,
    .social-media-icon i {
        color: #fff;
        /* White text and icon color */
    }
    
    .social-media-icon {
       padding-top: 0px;
        /* Add some space between social media icons */
    }
    .logo {
        top: 4%;
        height: 3.3rem;
        width: 5rem;
    }
    .offcanvas-title > img{
        margin-top: -10%;
    }
    .navbar-nav{
        /* padding-top:1.5rem; */
        margin-top:4rem;
        /* background-color: rgb(248, 242, 242); */
        padding-bottom: 1rem;
    }
    
    /* video start */
    .carousel-item {
        position: relative;
    }

    .carousel-video {
      height:50%;
      width:100%;
      object-fit: contain;
      }
  
      
    .carousel-item {
        position: relative;
    }

    .carousel-item>img {
        height: 50%;
        width: 100vw;
        object-fit: cover;
    }

    .carousel-item>img {
        height: 50vh;
        width: 100vw;
        object-fit: cover;
    }

    .caption {
        position: absolute;
        top: 25%;
        left: 27%;
        transform: translate(-40%, -40%);
    }

    .caption h3 {
        position: absolute;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 800;
        color: rgb(0, 0, 0);
        border-radius: 15px;
        display: block;
        font-style: oblique;
        top: 50%;
        left: 30%;

    }

    .section2 {
        padding-top: 30px;
        position: relative;
        margin-bottom: 20px;
    }

    .section2-heading {
        font-size: 2rem;
        text-align: center;
        font-family: 'Nanum Myeongjo';
        color: rgb(139, 98, 0);
    }

    .maintext>p {
        font-family: 'Nanum Myeongjo';
        line-height: 1.4;
        font-size: 1rem;
        color: #000000fb;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .service-desc{
        font-family: sans-serif;
            line-height: 1.4;
            font-size: 0.9rem;
            color: #000000fb;
           padding-left: 0px;
           padding-right: 0px;
    }
    /* services section start*/
    .overlay {
        position: absolute;
        top: 10%;
        left: 5%;
        bottom: 0;
        right: 5%;
        background-color: rgba(7, 7, 7, 0.2);
        /* Adjust the opacity here */
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .content>h2 {
        background-color: rgb(164, 115, 0);
        font-weight: 400;
        color: aliceblue;
        text-align: center;
        padding: .5rem 1rem;
        border-radius: 5%;
        font-size: 1.1rem;
        ;
    }


    .btn {
        position: absolute;
        font-size: 0.8rem;
        font-weight: 700;
        font-family: 'Nanum Myeongjo';
        background-color: rgb(231, 173, 36);
        border: 1px solid black;
        color: black;
        margin-top: 20px;
        top: 95%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: .5rem 1.2rem;

    }

    .btn:hover {
        font-size: 1rem;
        transition: .7s ease-in-out;
    }

    .imgback:hover {
        transform: scale(1.2);
    }

    /* project section end-*/

    .section4>p {

        padding-left: 1rem;
        font-size: 1.1rem;
        padding-right: 1rem;
        text-align: center;
    }

    .section4>p>span {
        font-size: 1.5rem;
        color: rgb(124, 87, 1);
        font-weight: 600;
    }

    .project-btn {
        position: absolute;
        top: 97%;
        left: 50%;
        font-size: 1rem;
        font-weight: 700;
        font-family: 'Nanum Myeongjo';
        background-color: rgb(231, 173, 36);
        border: 1px solid black;
        color: black;
        margin-top: 20px;
        transform: translate(-50%, -50%);
        padding: .5rem 1.2rem;

    }

    .project-btn:hover {
        font-size: 1.3rem;
        transition: .7s ease-in-out;
    }

    /* project section end */
    /* why to choose us start */
    .section4>p>span {
        font-size: 1.5rem;
        color: rgb(124, 87, 1);
        font-weight: 600;
    }

    .png-image {
          height:120px;
        width: 120px; 
        display: block;
        padding: 20px;
        margin:auto;
        /* margin-left: 7.2rem;
        margin-top: 30px;
        margin-right: 7.2rem; */
        transition: transform .2s;

    }

    .png-image:hover {
        transform: scale(1.1);
    }

    .border {
        border: 4px solid rgb(2, 0, 0);

    }

    /* why to choose us end */
    /* counter start*/
    .section-four {
        display: flex;
        align-items: center;
    }

    .section-four-container {
        background-image: url("images/about.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 30vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        background-attachment: fixed;
    }

    .section-four-container::before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        inset: 0;
        position: absolute;
    }

    .section-four-container .stats {
        z-index: 5;
    }
    .stat {
        flex: 1;
       padding:3px ;
    }
    .stats {
        display: flex;
        justify-content: space-around;
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }

    .stat h2 {
        margin-top: 0;
        font-size: 1.2rem;
        font-weight: 500;
        color: rgb(255, 252, 252);
    }

    .stat p {
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 700;
        color: rgb(255, 255, 255);
        letter-spacing: 0.2px;
    }


    /* counter end */
    .banner {
        background-image: url("images/about.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        width: 100%;
        display: flex;
        position: relative;
        background-attachment: fixed;
    }

    .lets_talk1>h1 {
        position: absolute;
        top: 10%;
        left: 17%;
        font-size: 1.4rem;
        font-weight: 900;
        z-index: 5;
    }

    .lets_talk2>div {
        position: absolute;
        top: 25%;
        left: 25%;
        width: 60%;
        height: 40%;
        margin-top: 2rem;

    }

    .lets_talk2>div>p {
        font-size: 1.1rem;
        z-index: 5;
        letter-spacing: 1.3px;
    }

    .lets_talk3 {
        position: absolute;
        top: 20%;
        left: 10%
    }

    .lets_talk3>h3 {
        color: rgb(255, 255, 255);
        font-size: 1.3rem;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
        letter-spacing: 1px;
        z-index: 5;
        padding-left:3px;
      
    }

    .lets_talk4 {
        position: absolute;
        top: 110%;
        left: 5%;
        height: 60%;
        width: 50%;
    }

    .lets_talk4>img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: none;
    }

    /* lets talk end */
    /* contact us start*/
    .contact-us-page {
        position: absolute;
        top: 70%;
        left: 10%;
        width: 80%;
        margin: 50px auto;
        background-color: rgb(248, 242, 242);
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    h2 {
        text-align: center;
    }

    .form-group {
        margin-bottom: 20px;
    }

    label {
        display: block;
        font-weight: bold;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }

    textarea {
        height: 100px;
    }

    button {
        background-color: rgb(231, 173, 36);
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    /* button:hover {
        background-color: rgb(114, 80, 0);
    } */

    /* contact us end */
    /* whatsapp integration start*/
    .whatsapp-integration >a > img{
        height:40px;
        width:40px;
        position: fixed;
        bottom:20px;
        right:15px;
        }
    /* whatsapp integration end */
    .footer-container {
        padding-top: 2rem;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #7D5A09;    }
    .footer-description{
        padding:0px 1rem;
        font-size:0.9rem;
        }
    .footer-logo{
        display: block;
          
      
    }
    /* about us */
    .about-para{
        font-size: 0.9rem;
     
    }
    footer{
        height:60vh;
    }
}