body,html{
    /**/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}



.up{
    background-color: #e57f92;
    padding: 12px 0px;
    color: white;
}

.IconImages{
    width: 20px;
    margin-left: 10px;
}
a.nav-link {
    padding: 30px 0px;
    color: black;
    text-decoration: none; 
    font-size: 19px;
    text-align: center;
}

a.nav-link:active,
a.nav-link:hover {
    padding: 30px 0px;
    color: #b78f1b !important;
}

/* Add hover effect */
a.nav-link:hover {
    color: #b78f1b;
}

.welcome {
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
    color: #b78f1b;
    font-weight: 900;
}

.welcomeTara{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}
.welcomeTara1{
    /* text-align: center; */
    font-size: 30px;
    font-weight: 900;
}

hr:not([size]) {
    height: 4px; /* Increased thickness */
    width: 300px;
    margin: auto; /* Center the horizontal rule */
    border: none; /* Remove default border */
    background-color: #b78f1b; /* Background color */
}

.img_cls{
    font-size: 21px;
}

.back{
    background-color: #f5f5f5;
    /**/
}

.knowMore{
    background-color: #b78f1b;
    color: white;
}

.ourwork_img {
    float: left;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.knowMoreImg {
    float: left;
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.couImg {
    float: left;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gallery{
    
    font-size: 21px;
    font-weight: bolder;
    background-color: #b78f1b;
    width: fit-content;
    padding: 7px 30px;
    border: none;
    color: white;
    margin: 30px;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  
  .item {
    align-items: center;
    /* background-color: tomato; */
    color: white;
    /* display: flex; */
    height: 300px;
    justify-content: center;
  }

  .owlHead{
    /**/
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    margin-top: 30px;
    color: white;
  }

  .row_bckgnd{
    background-image: url(images/img_back.png);
  }

  .owl_pclass{
    padding: 28px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
  }

  .make{
    margin: 30px 0px;
    font-size: 30px;
    /**/
    font-weight: bolder;
    text-align: center;
  }

  .ContactUs{
    /**/
    font-size: 19px;
    font-weight: bolder;
    background-color: #b78f1b;
    width: fit-content;
    padding: 7px 30px;
    border: none;
    color: white;
    margin-bottom: 30px;
  }

  .mob_view{
    display: none;
  }

  @media screen and (max-width: 1000px){
    .desk_view{
        display: none;
    }
    .mob_view{
        display: block;
    }
    .welcomeTara{
        font-size: 33px;
    }
    .welcomeTara1{
        font-size: 25px;
        text-align: center;
    }
    .footadd{
        padding: 30px !important;
    }

}


a.nav-link1.active{
    color: #b78f1b;
    text-decoration: none;
    padding: 20px 0px !important;
}
a.nav-link1{
    color: black;
    text-decoration: none;
    padding: 20px 0px !important;
}


.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

/* .scrolled.img_heart {
     animation: mymove1 2s;
  } */
.scrolled.top_container {
    animation: 0.7s ease-out 0s 1 btm;
}

.scrolled.top_container1 {
    animation: 0.7s ease-out 0s 1 slideInFromTop;
}

.scrolled.top_container6 {
    animation: 0.7s ease-out 0s 1 slideInFromLeft;
}

.scrolled.top_container7 {
    animation: 1s ease-out 0s 1 slideInFromleft_1;
}

.scrolled.top_container8 {
    animation: 1s ease-out 0s 1 btm;
}

.scrolled.top_container3 {
    animation: mymove1 2s;
}

.scrolled.btn_f {
    animation: mymove 2s;
}


.scrolled.top_container4 {
    animation: mymove1 2s;
}

.scrolled.top_container5 {
    animation: mymove1 2s;
}
@keyframes mymove {
    from {
        transform: rotatex(0.7turn);
    }

    to {
        transform: rotatex(1turn);
    }
}

@keyframes mymove1 {
    from {
        transform: rotatey(0.7turn);
    }

    to {
        transform: rotatey(1turn);
    }
}
.scrolled.top_container15 {
    animation: mymove1 2s;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: mymove1;
}


@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slideInFromleft_1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}




.footer{
    text-align: center;
    padding: 30px;
    background: aliceblue;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item{
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover{
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #b78f1b;
    border: 0;
}

.footadd{
    padding: 0px;
    
}

.conBack{
    position: relative;
    text-align: center;
    color: white;
    
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    font-weight: bold;
    /**/
    transform: translate(-50%, -50%);
  } 
  
  
    .fancy-button {
    background: linear-gradient(135deg, #b349a5, #f06292);
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px 12px;
   
    
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(179, 73, 165, 0.4);
    position: relative;
    overflow: hidden;
    top:30px;
  }

  .fancy-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(60deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
    transform: rotate(25deg);
    transition: all 0.5s ease;
  }

  .fancy-button:hover::before {
    top: -70%;
    left: -70%;
  }

  .fancy-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(179, 73, 165, 0.6);
  }

  .fancy-button:active {
    transform: scale(0.95);
    box-shadow: 0 4px 10px rgba(179, 73, 165, 0.4);
  }