
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* using poppins font in whole website  */
*{
    font-family: "Poppins", sans-serif;
    /* to chk alignment of style class layout*/
    /* border: .1rem solid white;   */
}

:root{
    --orange-clr:rgb(255, 98, 0);
    --blue-clr:rgb(3, 3, 43);
    --gray-clr:rgb(93, 92, 103);
    --skyblue-clr:rgb(3, 175, 254);
}
.bg-orange{
    background: var(--orange-clr);
}
.bg-dark-blue{
    background: var(--blue-clr);
}
.bg-gray{
    background: var(--gray-clr);
}
.txt-gray{
    color:var(--gray-clr)
}
.txt-orange{
    color: var(--orange-clr) !important;
    color:rgb(243, 101, 6);
}
.txt-blue{
    color:var(--blue-clr);
}

.navbar-logo{
    width: 8.5rem;
}
.mybtn{
    border: .1rem solid var(--orange-clr);
    padding: .5rem 1.6rem;
}
.mybtn:hover{
    background: transparent;
    color:var(--orange-clr) !important ;
}
.navbar-toggler-icon{
    /* toggle icon not getting changed */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 2.5rem;
}

  .header-btm {
    /* background: #f34713; */
    /* background: linear-gradient(to right, rgb(252, 74, 26), rgb(233, 30, 99)); */
    background-color:#c52c22;
    font-size: 13px;
    padding: 8px;
    color: #f9f5f6;
    text-shadow: rgb(9, 56, 227) 1px 1px 2px;
    border-top:2px solid rgb(247, 171, 7);
    border-bottom: 2px solid rgb(242, 239, 237);
  }

.navlight{
    background: #F5F5F5;
}
.nav-link{
    color: #160c01;
    font-size: 15px;
}
/***second section***/
.bgContainer{
    /* background: #d7d8ec; */
    background: linear-gradient(to top, #3782f3 0%, #efeff2 99%);
    /* opacity: 0.9; */
    background-position: top;
}
.bnrLeftContent{
    text-align: justify;
    background: linear-gradient(to top, #5a97f4 0%, #eeeff1 95%);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 1px 5px rgba(72, 2, 35, 0.5);
    border: 2px solid rgb(204, 209, 220);
    border-left: none;
    border-bottom: none;
    padding-top: 2px;
    box-shadow: 0 4px 8px rgba(174, 173, 188, 0.1); /* Adjust values as needed */
    
}
.bg-ctlight{
    background-color: #E1DFE3;
    color: #1F1D0F;
    padding: 1px;
    margin: 0px;
}
.image-container{
    /* background: gold; */
    width: 27rem;
    aspect-ratio: 1;
    border-radius: 50%;
    border-top: 1rem solid white;
    border-bottom: 1rem solid white;
    background-image: url('imgr/1kec.jpeg');
    background-position: center;
    background-size: 150%;
}
/* .image-container2{
    width: 20rem;
    aspect-ratio: 1;
    border-radius: 10%;
    border-top: 1rem solid white;
    border-bottom: 1rem solid white;
    background-image: url('imgr/1kec.jpeg');
    background-position: center;
    background-size: 100%;
} */
.hero-section{
    min-height: 68vh;
}
h2{
    font-size: 2.8rem;
    font-family: "Dancing Script", cursive;
    color: rgb(4, 8, 147);
    text-shadow: #c52c22;
}
h5{
    font-size: 1.8rem;
    /* color:#390647; */
    font-family: "Dancing Script", cursive;
  }
  .ouraddr{
    color:#f4aa42;
  }
  .videos{
    font-size: 1.5rem;
    font-family: "Dancing Script", cursive;
    color: #fff;
    background: rgb(96, 76, 88);
    box-shadow: 5px 5px 5px black;
    border-radius: 5px;
  }

p{
    font-size: .95rem;
}
.paratext{
    max-width: 500px;
}
.hello{
    letter-spacing: .2rem;
    font-size: .85rem;
}
.hover-card:hover{
    background-color: var(--blue-clr);
}
.hover-card:hover *{
    color: rgb(243, 132, 29);
}

/**footer area**/
.footer-area {
    background-color: #0b021c;
  }
.section-gap {
    padding: 50px 0;
  }
 
.single-footer-widget h4 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
  }
  .single-footer-widget ul li {
    margin-bottom: 10px;
  }
  .single-footer-widget ul li a {
    color: #777777;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size:0.99rem;
  }


@media screen and (max-width:680px){
    h3{
        font-size: 2.8rem;
    }
    .image-container{
        width:20rem;
    }
    .hero-section{
        min-height: 72vh;
    }
    .single-footer-widget {
        margin-bottom: 30px;
    }
      .hotlineResp{
        font-size: 15px;
        color: #f5ecec;
        
        font-family: 'Times New Roman', Times, serif;
        font-weight: bold;
        text-align: center !important;
    }
}

/**for pop up model**/
.st{
    background-color: black !important ;
    color: rgb(248, 140, 7); 
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-display:60px;
        /* transition: visibility 0s, opacity 0.3s ease; */
        border: 2px solid rgb(181, 4, 125);
        padding-bottom: 5px;
        margin-bottom: 5px;
  }
  .st2{
    background-color: rgb(79, 8, 245) !important ;
    color: rgb(246, 246, 249); 
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;
        text-shadow: 1px 1px 2px #4a4669;
        /* transition: visibility 0s, opacity 0.3s ease; */
        border: 3px solid rgb(3, 163, 249);
  }
  .anniversary{
    color:red;
    font-size: 30px;
    text-align: center;
  }