@font-face {
    font-family: 'Poppins-Regular'; /*a name to be used later*/
    src: url('/assets/fonts/Poppins-Regular.otf'); /*URL to font*/
}
@font-face {
    font-family: 'Poppins-ExtraBold'; /*a name to be used later*/
    src: url('/assets/fonts/Poppins-ExtraBold.otf'); /*URL to font*/
}
@font-face {

    font-family: 'Montserrat-Regular'; /*a name to be used later*/
    src: url('/assets/fonts/Montserrat-Regular.otf'); /*URL to font*/
}

@font-face {

    font-family: 'Montserrat-Medium'; /*a name to be used later*/
    src: url('/assets/fonts/Montserrat-Medium.otf'); /*URL to font*/
}



:root{
    
    font-size: 14px;
}
body{
    font-family: Montserrat-Regular;
    color: white;

    background-color: #432f4b;
    
}
h1{
    font-size: 4rem;
}
h2{
    font-size: 3rem;
}
h3{
    font-size: 2rem;
}
h1, h2, h3, h4, h5{
    font-weight: bold;
    font-family: Poppins-Regular;
}
.bg-navbar{
    background-color: #432f4b;
}
.navbar-shadow{
    z-index: 99999;
    box-shadow: 0px 5px 10px black;
}
main{
    z-index: 1;
}
.white{
    color: white;
}
a:hover{
    color: #ff9900;
    text-decoration: none;
}
.btn-warning{
    background-color: #ff9900;
    border: 1px solid #ff9900;
    border-radius: 15px;
color: white;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
}
.btn-outline-light{
    border: 2px solid white;
    border-radius: 15px;

    padding-left: 3.25rem;
    padding-right: 3.25rem;
}
.bg-support{
    background-image: url('/assets/img/Ellipse 1@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.padding-content{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.bg-content-1{
    background-image: url('/assets/img/background.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-content-2{
    background-image: url('/assets/img/background-1.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-content-3{
    background-image: url('/assets/img/background-2.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-content-4{
    background-image: url('/assets/img/background-3.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-content-5{
    background-image: url('/assets/img/background-4.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-title-3{
    background-image: url('/assets/img/bg-1.jpg');
    background-size: cover;
    background-position:top top;
    background-repeat: no-repeat;
}

.card{
    background-color: white;
    color: #432f4b;
    border-radius: 15px;
    height: 100%;
}
.card-square{
    aspect-ratio: 1 / 1;
}
.slick-track
{
    display: flex !important;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  .slick-dots li {
    margin: 0 0.25rem;
  }
  .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: white!important;
    text-indent: -9999px;
  }
  .slick-dots li.slick-active button {
    background-color: #432f4b!important;
  }
  .slider-2 > .slick-dots li.slick-active button {
    background-color: #ff9900!important;
  }
.slick-slide
{
    height: inherit !important;
}
.slick-dots{
    bottom: -50px!important;
}
a{
    color: white;
    transition: 0.3s;
}
.navbar-toggler{
    font-size: 1.5rem;
}
hr{
    color: #ff9900;

}
.des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
.underline{
    border-top: 2px solid #ff9900;
    
}
.black{
    color: black;
}
.border-radius-detail{
    border-radius: 10px!important;
}
.underline-white{
    border-top: 2px solid white;
    
}
.bg-title{
    background-image: url('/assets/img/bg-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;

}

.bg-title-2{
    background-image: url('/assets/img/bg-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;

}
.input-form{
    border-radius: 10px;
    padding: 1.5rem;
}
.bg-overlay{
    background-color: rgba(67, 47, 75, 0.4);
}
.bg-overlay-2{
    background-color: rgba(255, 153, 0, 0.7);
}
@media screen and (max-width:767.98px) {
    .hide-on-tab{
        visibility: show;
    }
    .hide-on-mobile{
        visibility: hidden;
        width: 0;
        height: 0;
        display: none;
    }
      
      
}
  
@media screen and (min-width:768px) {


    .hide-on-tab{
        visibility: hidden;
        width: 0;
        height: 0;
        display: none;
    }
    .hide-on-mobile{
        visibility: show;
    }
}

@media  screen and (max-width:991.98px) {
    .hide-on-dekstop{
      visibility: show;
    }
    .show-on-dekstop{
      visibility: hidden;
      width: 0;
      height: 0;
      display: none;
    }
}
@media  screen and (min-width:992px) {
    .hide-on-dekstop{
        visibility: hidden;
        width: 0;
        height: 0;
        display: none;
    }
    .show-on-dekstop{
        visibility: show;
    }
    .hide-on-dekstop{
        visibility: hidden;
        width: 0;
        height: 0;
        display: none;
    }
}
  