* {
    margin: 0;
    padding: 0;
    color: #330000;
    box-sizing: border-box;
}
body, html {
    overflow-x: hidden; 
}

 
:root {
    --primary: #b43f4a;
    --secondary: #f4b3ba;
    --primary-2: #ae424b;
    --secondary-2: #d07479;
    --border-hash: #dee2e6;
    --white: #fff;
    --black: #000;
    --hash: #727272
}
.h8{
    font-size: 12px;
}
.header {
    background-color: #fff;
}

.header .nav-link {
    color: var(--primary) !important;
}
.header .nav-link:hover {
    color: var(--secondary) !important;
}

/* ABOUT SECTION */
.about-section p {
    color: var(--hash) !important;
}

.about-icon i{

        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #d07479;
        padding: 10px;
        border-radius: 10px;
        font-size: 22px;
        color: var(--white);
}

.about-sec h4 {
    font-size: 20px;
    font-weight: 600;
}

/* OTP VERIFICATION */
.otp-verify img {
    width: 90px;
}

.otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid var(--border-hash);
    border-radius: 4px;
    color: #000;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input input[type="number"] {
    -moz-appearance: textfield;
}


/* OTP VERIFICATION */
/* ABOUT SECTION */
/* TESTIMONIAL */

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}



.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    font-size: 12px;
    background: var(--primary);
    color: var(--white);
    box-shadow: 0px 10px 20px -10px var(--primary-2);
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: var(--secondary-2);
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

/* TESTIMONIAL */



/* INPUT FIELD FLOT TOP */
/* 
.label-float {
    position: relative;
    padding-top: 13px;
}

.label-float select {
    font-size: 14px;
}
.label-float .select {
    top: -4px !important;
}

.label-float input {
    transition: all .1s linear;
    border: 1px solid var(--border-hash) !important;
}

.label-float input:focus {
    border: none;
}

.label-float input::placeholder {
    color: transparent;
}

.label-float p {
    font-size: 14px;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 7px);
    left: 15px;
    transition: all .1s linear;
    background-color: white;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}

.label-float input:required:invalid+p::after {
    content: ' *';
    color: red;
}

.label-float input:focus+p,
.label-float input:not(:placeholder-shown)+p {
    font-size: 13px;
    top: 0;
    color: var(--primary);
    border: none;
} */


button.btn-close{
    position: absolute;
    right: 8px;
    top: 11px;
}
/* INPUT FIELD FLOT TOP */
.form-check-label{
    margin:  0;
    padding: 0;
    font-size: 14px;
}
.input-form {
    p {
        font-size: 13px;
        margin: 0;
        padding-bottom: 10px;
    }

    input {
        border: 1px solid var(--border-hash);
  
    }

    select {
        font-size: 14px;
    }

    
}
.input-form input::placeholder { font-size: 13px;}

input[type="date"]:valid {
    border: 1px solid var(--border-hash);
}

input[type="time"]:valid {
    border: 1px solid var(--border-hash);
}
.otp {
    width: 100px;
}

/* .form-section {
    position: absolute;
    z-index: 1;
} */
/*  
.parallax {
    background-image: url("./assets/banner.webp");
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}



.parallax::before {
    content: '';
    width: 100%;
    height: 100vh;
    background-color: rgba(6, 6, 6, 0.348);
    position: absolute;
    z-index: 0;
} */


/* Parallax Container */
.parallax-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Parallax Video */
  .parallax-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
  }
  
  /* Content in the Parallax Section */
  .parallax-content {
    text-align: center;
    color: white;
    z-index: 1;
  }
  
  .parallax-content h1 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  }
  
  .parallax-content p {
    font-size: 1.1rem;
  }
  
  /* Content Section after the Parallax */
  .content-section {
    padding: 50px;
    background-color: #f4f4f4;
  }
  
  .content-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
@media (max-width: 765.98px) {
    /* .parallax {
        min-height: 120vh;
    }  
    .parallax::before {
        height: 120vh;
    } */
}
.heder-menu {
    z-index: 9;
}

.logo {
    width: 130px;
}

.title-main {
    font-size: 38px;
    color: #330000;
    font-weight: 700;
}

#form_image {
    width: 175px;
    height: 175px;
}

.success p {
    color: #495057;
    font-weight: 400;
}

.form-control {
    margin-top: -.5rem;
}

.brand-btn {
    background-color: var(--primary) !important;
    color: #fff !important;
}

#id_session_created_success_message {
    display: none;
}


#id_detail_form {
    display: none;
}

input:valid {
    border: 2px solid black;
}

/* CSS */
.brand-btn2 {
  background-color: #f4b3ba;
  border-radius: 100px;
  /* box-shadow: rgba(244, 130, 107, 0.2) 0 -25px 18px -14px inset,rgba(246, 60, 60, 0.15) 0 1px 2px,rgba(187, 44, 46, 0.15) 0 2px 4px,rgba(187, 44, 68, 0.15) 0 4px 8px,rgba(187, 44, 56, 0.15) 0 8px 16px,rgba(187, 44, 44, 0.15) 0 16px 32px; */
  color: #b43f4a;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.brand-btn2:hover {
  /* box-shadow: rgba(247, 97, 97, 0.35) 0 -25px 18px -14px inset,rgba(187, 44, 44, 0.25) 0 1px 2px,rgba(187, 44, 49, 0.25) 0 2px 4px,rgba(187, 44, 44, 0.25) 0 4px 8px,rgba(187, 44, 51, 0.25) 0 8px 16px,rgba(187, 44, 44, 0.25) 0 16px 32px; */
  transform: scale(1.05) rotate(-1deg);
}