@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pattaya&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#FBDBE8;
  transition: color 0.3s ease-in-out;
  font-family: "Cinzel", serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#FBDBE8;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#FBDBE8;
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #FBDBE8;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#FBDBE8;

}

.nav-item:hover .underline {
  background-color:#FBDBE8;
  width: 100%;

}

.nav-item:hover a {

  color:  #FBDBE8;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#FBDBE8;

}

::selection {
  background-color: #FBDBE8;
  color:#FBDBE8;
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #ffffff !important;
  background-color:#ffffff #ffffff !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#ffffff!important;
  background-color: #ffffff; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background:#FBDBE8;
  border: 0;
  border-radius: 30px !important;
  color:#000000 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:30px;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #DEE9D2;

}

#button::before,
#button::after {
    
  background:#FBDBE8 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


    /* BANNER AREA START */
    .banner {
        position: relative;
        margin-top: 80px;
      }
      
    
      .carousel-item img {
        filter: brightness(60%);
    }
    
      .banner .carousel-control {
        opacity: 1;
      }
      .carousel-item  {
        height: 80vh !important;
      }
      .banner .item img {
        height: 80vh !important;
       
      }
      
      .banner .max-area{
        max-width: 600px;
      }
      
      .banner .text-r{
        text-align: right;
      }
      
      .banner .text-l{
        text-align: left;
      }
      
      .banner .max-area2{
        max-width: 700px;
        margin: 0 auto;
      }
      
      .banner .text-r .max-area2{
        margin:0 0 0 auto;
      }
      
      .banner .text-l .max-area2{
        margin:0 0 auto 0;
      }
      
      .banner .banner-test-info{
        text-align: left;
        max-width: 550px;
      }
      
      .banner .banner-slider-inner {
        top: 0%;
        display: inline-block;
        text-shadow: none;
        right: 0%;
        left: 0%;
        padding: 0;
        bottom: 0%;
        background-color: rgb(0 0 0 / 21%);
        display: flex !important;
      }
      
      .banner h1 {
        text-shadow: 2px 1px 1px #FBDBE8;
        font-family: "Cinzel", serif;
        color: #ffffff;
        font-weight: 600;
        margin: 0 0 20px;
        font-size: 70px;
       
        letter-spacing: 3px;
      }
      @media (max-width: 991px) {
    .banner h1{
        font-size:45px !important;
    }
  
    .overlay-anim 
    {
      display: none;
    }
    .banner p{
        font-size:15px !important;
    }
 
    }
    
    
      
      .banner h2 {
        color: #fff;
        margin: 0 0 20px;
        font-weight: 700;
        font-size: 50px;
      }
      
      .banner .btn-md {
        cursor: pointer;
        padding: 15px 30px 13px;
      }
      
      
      .banner .item {
        height: 100vh;
      }
      
      .banner p {
        margin-bottom: 30px;
        color: #fff;
        line-height: 1.6;
        font-size: 18px;
        font-weight: 400;
        opacity: 0.9;
        font-family: 'Mulish', sans-serif;
      }
      
      .banner .carousel-control-next {
        width: 65px;
        height: 65px;
        line-height: 65px;
        z-index: 100;
        background: #15151530;
        top: 45%;
        margin: 10px;
        color: #fff;
        opacity: 1;
        border-radius: 100px;
      }
      
      .banner .carousel-control-prev {
        width: 65px;
        height: 65px;
        line-height: 65px;
        z-index: 100;
        background: #15151530;
        top: 45%;
        margin: 10px;
        color: #fff;
        opacity: 1;
        border-radius: 100px;
      }
      
      .banner .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
      }
      
      /* Banner 2 start*/
      #banner-2 .bti-section{
        margin-top: 100px;
      }
      
      #banner-2 .banner-test-info .btn-5 {
        color: #fff;
        border: 2px solid #fff;
      }
    
    
    /* ---------- */
    .hero-header img {
        animation: imgRotate 50s linear infinite;
    }
    
    @keyframes imgRotate { 
        100% { 
            transform: rotate(360deg); 
        } 
    }

    .about-wrapper{
        padding: 50px;
        position: relative;
        background: #e3bfbfd2;
      
      }



      .bttn4 {
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: none;
        border: 0;
        vertical-align: middle;
        text-decoration: none;
        background: transparent;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
        color: rgb(0, 0, 0);
       }
       .bttn4.learn-more {
        width: 13rem;
        height: auto;
       }
       .bttn4.learn-more .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 3rem;
        height: 3rem;
        background: #614d4d;
        border-radius:1.625rem;
       }
       .bttn4.learn-more .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000000;
       }
       .bttn4.learn-more .circle .icon.arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        left: 0.625rem;
        width: 1.125rem;
        height: 0.125rem;
        background: none;
       }
       .bttn4.learn-more .circle .icon.arrow::before {
        position: absolute;
        content: "";
        top: -0.29rem;
        right: 0.0625rem;
        width: 0.625rem;
        height: 0.625rem;
        border-top: 0.125rem solid #fff;
        border-right: 0.125rem solid #fff;
        transform: rotate(45deg);
       }
       .bttn4.learn-more .bttn4-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0;
        margin: 0 0 0 1.85rem;
        color: rgb(0, 0, 0);
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
        text-transform: uppercase;
       }
       .bttn4:hover .circle {
        width: 100%;
       }
       .bttn4:hover .circle .icon.arrow {
        background: #fff;
        transform: translate(1rem, 0);
       }
       .bttn4:hover .bttn4-text {
        color: #fff;
       }
       .about-bg2{
        background: url('image/Pink Watercolor Phone Wallpaper (1).png') rgba(34, 34, 34, 0.315);
      
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 70vh;
        position: relative;
    
       
      
      }
     


        .txt21{
            font-family:" Cinzel", serif;
            font-size: 25px;
            color: #000000;
        }
        .txt22{
           
          font-size: 18px;
            color: #000000;
        }

        .menu-bg1{
            background: url('image/a (10).jpg') rgba(0, 0, 0, 0.658);
            background-attachment: fixed;
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 60vh;
            position: relative;
          
            margin-top: 70px;
          }
          .bg01{
            text-align: center;
            font-family: "Marcellus", serif;
        color: #ffffff;
             font-size: 55px;
            
             padding-top: 200px;
             text-shadow: 2px 1px 1px #FBDBE8;
            
             
              }

              .gallery-bg1{
                background: url('image/a (3).jpg') rgba(0, 0, 0, 0.671);
                background-attachment: fixed;
                background-position: bottom;
                background-repeat: no-repeat;
                background-size: cover;
                background-blend-mode: multiply;
                height: 60vh;
                position: relative;
              
                margin-top: 70px;
              }
              .img-fluid1 {
                height: auto;
                  box-shadow: 8px 8px 4px #FBDBE8;
                  max-width: 100%;
                }
                .about-bg1{
                    background: url('image/a (9).jpg') rgba(0, 0, 0, 0.747);
                    background-attachment: fixed;
                    background-position: bottom;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-blend-mode: multiply;
                    height: 60vh;
                    position: relative;
                  
                    margin-top: 70px;
                  }
                  .contact-bg1{
                    background: url('image/a (14).jpg') rgba(0, 0, 0, 0.603);
                    background-attachment: fixed;
                    background-position: bottom;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-blend-mode: multiply;
                    height: 60vh;
                    position: relative;
                  
                    margin-top: 80px;
                  }
        
                  @media only screen and (min-width: 1000px) {
                    #contact-head h1{
                                  font-size: 100px;
                              }
                            }
                    
                    #contact-head  p{
                      color: rgb(115, 52, 35);
                    
                      font-family: 'Prompt', sans-serif;
                      font-weight: bold;
                    
                    }
                    
                    .contacts h1{
                      color:rgb(0, 0, 0);
                      font-family: 'Oswald', sans-serif;
                    }
                    
                    .contacts h5,.contacts .col-lg-6 h6{
                      font-family: 'Outfit', sans-serif;
                      color:rgb(0, 0, 0);
                    }
                    
                    .contacts .col-lg-6 h4{
                      font-family: 'Noto Serif', serif;
                      font-weight: bold;
                    
                    }
                    
                    .contact-info{
                      border: 5px double #FBDBE8;
                    }
                    
                    
                    .col-lg-6  iframe,.contact-info{
                      min-height: 100%;
                    }
        
                    .navbar-toggler-icon {
                        display: inline-block;
                        width: 1.5em;
                        height: 1.5em;
                        vertical-align: middle;
                        background-size: 100%;
                      }
                      .navbar-toggler {
                        border-color: #FBDBE8 !important;
                        background-color: #FBDBE8;
                    }

                    .about-bg3{
                        background: url('image/Pink Abstract Aesthetic Blank Background Instagram Story  .png') ;
                      
                        background-position: top;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-blend-mode: multiply;
                        height: 70vh;
                        position: relative;
                        margin-top: 100px;
                    
                       
                      
                      }


                      .about-bg4{
                        background: url('image/Pink Abstract Aesthetic Blank Background Instagram Story   (2).png') ;
                      
                        background-position: top;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-blend-mode: multiply;
                        height: 70vh;
                        position: relative;
                        margin-top: 100px;
                    
                       
                      
                      }
                      
                      .about-bg5{
                        background: url('image/Pink Abstract Aesthetic Blank Background Instagram Story   (1).png') ;
                      
                        background-position: top;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-blend-mode: multiply;
                        height: 70vh;
                        position: relative;
                        margin-top: 100px;
                    
                       
                      
                      }
                      .about-bg6{
                       background-color: #f3e3e9a6;
                      
                        background-position: top;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-blend-mode: multiply;
                        height: 70vh;
                        position: relative;
                        margin-top: 100px;
                    
                       
                      
                      }

                      .about-bg7{
                        background: url('image/Pink Abstract Aesthetic Blank Background Instagram Story   (3).png') ;
                      
                         background-position: top;
                         background-repeat: no-repeat;
                         background-size: cover;
                         background-blend-mode: multiply;
                         height: 70vh;
                         position: relative;
                         margin-top: 100px;
                     
                        }
                       
                      @media only screen and (max-width: 1920px) {
                        .about-bg2{
                          height: auto !important;
                        }
                        .about-bg3{
                            height: auto !important;
                            }
                            .about-bg4
                            {
                                height: auto !important;
                                }
                                .about-bg5
                                {
                                    height: auto !important;
                                    }
                            .about-bg6
                            {
                                height: auto !important;
                                }
                                .about-bg7
                                {
                                    height: auto !important;
                                    }
                                    .about-bg8
                                    {
                                        height: auto !important;
                                        }
                                        .about-bg9
                                        {
                                            height: auto !important;
                                            }
                        }
                       
                       .about-bg8{
                        background: url('image/Pink Abstract Aesthetic Blank Background Instagram Story   (4).png') ;
                      
                         background-position: top;
                         background-repeat: no-repeat;
                         background-size: cover;
                         background-blend-mode: multiply;
                         height: 70vh;
                         position: relative;
                         margin-top: 100px;
                     
                        
                       
                       }

                       .about-bg9{
                        background-color: #f3e3e9a6;
                      
                         background-position: top;
                         background-repeat: no-repeat;
                         background-size: cover;
                         background-blend-mode: multiply;
                         height: 70vh;
                         position: relative;
                         margin-top: 100px;
                     
                        
                       
                       }


                      @media only screen and (max-width: 1920px) {
                        .about-bg2{
                          height: auto !important;
                        }
                        .about-bg3{
                            height: auto !important;
                            }
                            .about-bg4
                            {
                                height: auto !important;
                                }
                                .about-bg5
                                {
                                    height: auto !important;
                                    }
                            .about-bg6
                            {
                                height: auto !important;
                                }
                                .about-bg7
                                {
                                    height: auto !important;
                                    }
                                    .about-bg8
                                    {
                                        height: auto !important;
                                        }
                                        .about-bg9
                                        {
                                            height: auto !important;
                                            }
                        }
                        
                      @media only screen and (max-width: 991px) {
                       .font35{
                           font-size:25px !important;
                       }
                        .about-bg2{
                          height: auto !important;
                        }
                        .about-bg3{
                            height: auto !important;
                            }
                            .about-bg4
                            {
                                height: auto !important;
                                }
                                .about-bg5
                                {
                                    height: auto !important;
                                    }
                            .about-bg6
                            {
                                height: auto !important;
                                }
                                .about-bg7
                                {
                                    height: auto !important;
                                    }
                                    .about-bg8
                                    {
                                        height: auto !important;
                                        }
                                        .about-bg9
                                        {
                                            height: auto !important;
                                         }
                                         .img35{
                            display: none;
                                         } 
                                         .img30{
                                           height: 350px;
                                                         } 
                                                         .img25{
                                                            margin-bottom: 0px !important;
                                                            height: 350px;
                                                         }
                                                         .img20{
                                                            margin-top: 0px !important;
                                                            height: 350px;
                                                         }
                                                         .img01{
                                                            font-size: 20px !important;
                                                         }
                                            
                        .fontfont{
                            font-size: 30px !important
                            ;
                        
                        }         
                                                          
                                         
                        }

                        .bg01{
                            font-size: 40px;
                        
                        }

                        
/*ABOUT_AREA*/

.about_area{
    background-color: #FDEEF4;
}



        .about_area  p{
            color: #000000;
            font-family: 'Outfit', sans-serif;
        
            }
    .fontfont{
        font-family: "Cinzel", serif;
        font-size: 40px;
    }