/* @import url("https://s.poply.com/static/fonts/oxygenbold/oxygenbold.woff2");
@import url("https://s.poply.com/static/fonts/oxygenregular/oxygenregular.woff2"); */
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400&display=swap');


body {
    font-family: 'Oxygen', sans-serif;
    color: #353348;
    background: #fff;
    line-height: 1.6;
    font-size: 14.4px
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}
.hide_loader {
    display: none !important;
}
p {
    color: #353348;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #13284f !important;}

.mt-10 {
    margin-top: 7rem;
}

.button {
    background-color: #13284f !important;
    color: #fff !important;
}

.button:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .18);
    /* transition: 0.3s; */
    /* border: 2px solid #fff; */
}

/* header{position: sticky;} */
a {
    color: #777;
    text-decoration: none;
}

.menu {
    color: #13284f;
    cursor: pointer;
    display: block;
    flex: 1 1 auto;
    padding: 24px 10px;
    position: relative;
    text-decoration: none;
    top: 2px;
}

.menu:hover {
    border-bottom: 2px solid #5373a5;
    color: #13284f;
}

/* li:active {
    border-bottom: 2px solid #13284f;
    color: #13284f !important;
} */

.nav-link:focus,
.nav-link:hover {
    color: #5373a5;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.header {
    background: #ffff;
    /*position: fixed;*/
    max-width: inherit;
    width: 100%;
    z-index: 9;
}

.carousel-caption {
    bottom: 0;
    top: 11rem;
    left: 15%;
    text-align: start;
}

.carousel-inner {
    height: 700px;
}

.card {
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, .05);*/
    border: 1px solid #ededed;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: 'Helvetica', sans-serif;
    border-radius: 8px;
}

.card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .18);
    border-color: #13284f;
}

li {
    list-style: none;
}

.lh-xl {
    line-height: 2.5rem;
}

.crd-bg {
    background-image: url(../image/bg-img.png);
    background-position: right;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #13284f !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}

.event-list:not(.collapsed) {
    color: #000000 !important;
    background-color: #ffffff70 !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

svg.feather.feather-chevrons-right {
    float: left;
    margin-top: 9px;

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #13284f !important;
}
svg {
    color: #13284f;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.banner-bg {
    background-image: url(../image/bg-img.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.phone-carousel-caption {
    bottom: 0;
    position: absolute;
    top: 14rem;
    left: 8%;
    text-align: start;
}

.header {
    background-color: #ffff;
    /* transition: background-color 0.3s ease; */
}

.header-scroll {
    background-color: white;
    height: 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}
/* .navbar-collapse.show {
    background-color: #0000003e;
} */

.testimonial-card {
    max-width: 400px;
    /* margin: 0 auto; */
}

#testimonialSlider .carousel-control-prev,
#testimonialSlider .carousel-control-next {
    color: #000;
}

#testimonialSlider .carousel-control-prev-icon,
#testimonialSlider .carousel-control-next-icon {
    filter: invert(100%);
}

#testimonialSlider .carousel-indicators {
    bottom: 0;

}
.form-check-input:checked {
    background-color: #13284f !important;
    border-color: #13284f !important;
}
.form-check-input:focus {
    border-color: #13284f !important;
    outline: 0;
    box-shadow: none !important;
}
.cursor-pointer{cursor:pointer;}
tr {
    height: 55px;
}
.table>thead {
    vertical-align: middle !important;
}
.btn-close:focus{
    box-shadow: none !important;
}
i.bi.bi-pencil-square {
    color: #49b37e;
}
input:checked + .slider{
    background-color: #cccccc !important;
}
.switch{
    background: #6082b6;
    border-radius: 50px;
    width: 85px !important;
    height: 36px !important;
    position: relative;
    display: inline-block;
}  
  .switch input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .text-success{color: #fff !important;}
  .language-name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff !important;
    padding: 4px 8px;
    white-space: nowrap;
    pointer-events: none;
    background: rgb(19 40 79);
    border-radius: 50px;
    width: 40px;
    text-align: center;
  } 
  .language-en {
    left: 4px;
  }  
  .language-hi {
    right: 4px;
    display: none;
  }

  .toggle-password {
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
  }
  .fa-eye-slash {
    color: #000;
  }
  .fas{
    font-weight: normal;
  }
  .fa-eye-slash:before,
  .fa-eye:before {
    font-size: 15px !important;
  }
  
  .password-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .price-sec-bg {height:100%;background-color: #f0f8ff;}
 .bg-img{
    /* background-image: url(../image/bg-img.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    background-blend-mode: darken;
    background-color: black;
 } 
 .client-icons {
    color: #ffffff;
}
.sec-h{
    min-height: 530px
}
.bg-color{
    background-color: #13284f;
}
.py-10{
    padding-top: 100px;
    padding-bottom: 100px;
}
.navbar-toggler {background-color: #13284f !important;}
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    z-index: 99999999;
}

.whatsapp-icon:hover {
    background-color: #128C7E;
}
.side-menu:hover{
background-color: #0a1427 !important;
}
.or:after, .or:before {
    content: "";
    display: block;
    background: grey;
    width: 30%;
    height: 1px;
    margin: 0 10px;
}
.or {
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    /*margin-top: 20px;*/
    margin-bottom: 10px;
}

.cont-btn {
    padding: 0px 23px 0px 23px !important;
    margin-top: 5px;
    width: 120px;
}
a.nav-link.menu.active {
    border-bottom: 2px solid #5373a5;
    color: #13284f;
}
.min-h{min-height: 605px;}
.carousel-item {
    position: absolute;
    top: 26%;
    /*left: 20%;*/
}

.carousel-caption1 {
    position: relative;
    top: 41%;
    left: 0%;
}

.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}

.carousel-indicators {
    bottom: 40px;
}
.border_end{border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;}
/*.event_image{height:100%}*/
.count_no{color:#fff;line-height:38px;}
.details_count {width: 100% !important;height: 100%;}
.details_count_btn {width: 70%;float: left;}



@media (min-width: 300px) and (max-width: 767px) {
    .portrait,.landscape{width:100% !important}
    .ft-menu{justify-content: center;}
    .carousel-inner {
        height: 500px;
    }
    .mob-nav{ width: 200px;
        background: aliceblue;
        float: left;
        padding: 0px 0px 15px 10px;
    }
    .menu{padding: 9px;}
    .navbar-collapse{margin-top: 14px;}
    /* .language-toggle{margin-left: 100px;} */
    /* .banner{
        height: 400px;
    } */
    .switch{width: 70px !important;}

    .carousel-caption{
        display: none !important;
      }
      .phone-carousel-caption{
        display: block; 
      }
    .navbar-brand{
        width: 100px;
    }

  }
    .event_image{ width:100%;height: 300px;object-fit: fill;}
    @media (min-width: 300px) and (max-width: 767px){
        .details_count {width: 100% !important;height: 100%;}
        .details_count_btn {width: 50%;float: left;}
        .count_no{line-height:38px;}
        .carousel-item {top: 12%;}
        .carousel-inner {height: 500px;margin-top: 100px;}
        .carousel-caption1{top: 60%;}
        .event_image{height: 100% !important;}
        .event_details{margin-top:30px;}
        .event_details_box{margin-top:20px;}
        .btn_textt{font-size:14px !important;}
        .carousel-indicators {bottom: -55px !important;}
        /*.carousel-item{left: 10px !important;}*/
        .prefix{padding: 6px 25px 6px 12px !important;}
        .border_end{border-right:unset !important;}
    }
    @media (min-width: 768px) and (max-width: 992px){
        .details_count {width: 100% !important;height: 100%;}
        .details_count_btn {width: 70%;float: left;}
        .count_no{line-height:38px;}
        .event_image{ width:70%}
        .event_details,.event_details_box{margin-top:50px;}
        .navbar-brand{margin-left: 124%;}
        .language-toggle{margin-left: 45%;}
    }
    @media (min-width: 576px) and (max-width: 767px){
        .navbar-brand{margin-left: 121%;}
        .language-toggle{margin-left: 40%;}
    }
    @media (min-width: 767px) and (max-width: 1500px){
        .carousel-caption{
            display: block; 
        } 
        .phone-carousel-caption{
            display: none; 
        }
    }

@media (min-width: 320px) and (max-width: 385px){
    .ft-menu a.nav-link.px-2 {font-size: 14px;}
}
@media (min-width: 320px) and (max-width: 350px){
    .language-toggle{margin-left: 0px !important;}
    .switch{width: 70px !important;}
    /* .phone-carousel-caption{
        display: block !important; 
      }
      .carousel-caption{
        display: none !important; 
      } */
    
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .portrait,.landscape{width:100% !important}
 }
