/*Avenir Fonts*/
@font-face { font-family: Avenir-Regular; src: url('../fonts/Avenir-Regular.ttf'); } 
@font-face { font-family: Avenir-Medium; src: url('../fonts/Avenir-Mediu.hero-title-boxm.ttf'); } 
@font-face { font-family: Avenir-Black; src: url('../fonts/Avenir-Black.ttf'); } 

/*Museo Sans Display Black*/
@font-face { font-family: Museo-Sans-Display-Black; src: url('../fonts/Museo-Sans-Display-Black.ttf'); }

/*Museo Sans Rounded 1000*/
@font-face { font-family: Museo-Sans-Rounded-1000; src: url('../fonts/Museo-Sans-Rounded-1000.ttf'); }

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Avenir-Medium", sans-serif;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 500;
    color: #231f20;
}

a, a:hover{
    color: inherit;
    text-decoration: none;
}

.btn:focus{
    box-shadow: none;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px !important;
    }
}

/*header*/
.header {
    background-color: #ffffff;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
    padding: 20px 0px;
}
.sticky-bar{
    background-color: #ffffff;
}

@media (min-width: 1700px) {
    .header .container {
        max-width: 1600px !important;
    }
}
.navbar-nav{
    gap: 70px;
    transition: all 0.3s ease-in-out;  
}
.nav-link {
    font-family: "Museo-Sans-Display-Black", sans-serif;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #231f20;
    font-size: 24px;
    letter-spacing: 1.2px;
    padding: 0px !important;
    text-transform: uppercase;
}
.logo{
    width: 360px;
    transition: all 0.4s ease-in-out;
}
.nav-item .nav-link:hover, .nav-item .nav-link:focus, .nav-item .nav-link.active{
    color: #00aeef;
}
.btn-close {
    --bs-btn-close-bg: url(../../img/icon/close-icon.svg);
    opacity: 1;
    position: absolute;
    top: 13px;
    right: 17px;
    font-size: 35px;
}
.btn-close:focus {
    box-shadow: none;
    opacity: 1;
}
.btn-close:hover {
    opacity: 1;
}
.navbar-toggler{
    padding: 0px;
    margin-top: 13px;
    box-shadow: none;
}
.sticky-bar .menu_toggle{
    top: 0px;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.menu-icon{
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.offcanvas.offcanvas-end {
    transition: transform 0.4s ease-in-out;
    border-left: 0px;
}
.offcanvas-body{
    padding: 70px 36px 20px;
    background-color: #ffffff;
}
.offcanvas-body ul{
    list-style: none;
    padding-left: 11px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/*Hero Section*/
.hero-sec{
    width: 100%;
    height: calc(100vh - 171px);
}
.carousel-item{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vh - 171px);
}

/*Two Boxes*/
.box001{
    padding: 54px 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box001 h2{
    font-family: "Museo-Sans-Display-Black", sans-serif;
    color: #ffffff;
    font-size: 35px;
    letter-spacing: 4px;
    line-height: normal;
    margin-bottom: 0px;
}

/*reimagine family fun*/
.sec-pad{
    padding: 100px 0px;
}
.title{
    font-family: "Museo-Sans-Rounded-1000", sans-serif;
    font-size: 58px;
}
.family-fun p{
    font-size: 24px;
}

/**/
@media (min-width: 992px) {
    .container.right-side,
    .container.left-side {
        max-width: 100% !important;
    }

    .right-side-text {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }

    .left-side-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .right-side-text {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }

    .left-side-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .right-side-text {
        padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }

    .left-side-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

@media (min-width: 1600px) {
    .right-side-text {
        padding-right: calc(((100% - 1500px) / 2) + 0.75rem);
    }

    .left-side-text {
        padding-left: calc(((100% - 1500px) / 2) + 0.75rem);
    }
}

.right-side .left-pad {
    padding-left: 188px;
}
.left-side .right-pad {
    padding-right: 188px;
}
.side-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.sub-title{
    font-family: "Museo-Sans-Rounded-1000", sans-serif;
    font-size: 35px;
    line-height: normal;
}
.box003{
    padding: 20px 40px;
    border-radius: 30px;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 30px;
}
.bg-blur-red{
    background-color: #f93549;
}
.box003 img{
    width: 80px;
}
.box003 h3{
    font-family: "Museo-Sans-Display-Black", sans-serif;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 0px;
}
.btn-theme{
    background-color: #ffffff;
    padding: 20px 50px;
    font-family: "Museo-Sans-Rounded-1000", sans-serif;
    font-size: 30px;
    line-height: normal;
    color: #231f20;
    border-radius: 10px;
    border: 0px;
    transition: all 0.3s ease-in-out;
}
.btn.btn-theme:hover, .btn:first-child:active{
    background-color: #231f20;
    color: #ffffff;
}
.nl-btn{
    background-color: #694a9e;
    padding: 15px 20px !important;
    font-family: "Museo-Sans-Rounded-1000", sans-serif;
    font-size: 24px;
    line-height: normal;
    color: #fff;
    border-radius: 10px;
    border: 0px;
    transition: all 0.3s ease-in-out;
}
.nl-btn:hover{
    opacity: 0.8;
    color: #fff !important;
}
.nav-item {
  flex: 1; /* equal space for all nav items */
  text-align: center;
}
.nav-item a{
    white-space: nowrap; /* keep text on single line */
}

.logo-nav-item {
  flex: 3; /* logo takes double space */
}
/*Get Involved*/
.main-title{
    font-family: "Museo-Sans-Rounded-1000", sans-serif;
    font-size: 80px;
    line-height: 85px;
}
.get-involved-box{
    padding: 60px 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.box-hover{
     transition: all 0.3s ease-in-out;
}
.get-involved-box:hover, .box-hover:hover{
    opacity: 0.8;
}
.get-involved-box h2{
    font-family: "Museo-Sans-Display-Black", sans-serif;
    color: #ffffff;
    font-size: 35px;
    letter-spacing: 4px;
    line-height: normal;
    margin-bottom: 0px;
}

/*Sponsors Logo*/
.owl-carousel .owl-item img {
    width: auto;
}
#sponsors-logo .owl-stage{
    display: flex;
    align-items: center;
}
#sponsors-logo .owl-stage .owl-item{
    display: flex;
    justify-content: center;
}


/*About Us Page*/
.inner-hero-bg{
    background-size: cover;
    background-position: bottom 1% center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-hero-people{
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
}
.content-sec{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.about-box{
    background-color: #ec008c;
    width: 100%;
    height: 76vh;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 10vw;
    font-family: "Museo-Sans-Rounded-1000", sans-serif;
    line-height: normal;
    border-radius: 100px 100px 0px 0px;
    margin-top: 70px;
    position: relative;
    z-index: 0;
}
.z-2{
    position: relative;
    z-index: 2;
}
.btn-sec{
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.lt-space-2{
    letter-spacing: 2px;
}
.bg-blur-blue{
    background-color: #80d6f7;
}
.bg-blur-purple{
    background-color: #b4a5cf;
}
.text-purple{
    color: #694a9e;
}
.member-name{
    font-family: "Museo-Sans-Display-Black", sans-serif;
    font-size: 35px;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #694a9e;
}
.founder-box{
    padding: 12px 25px;
    border-radius: 15px;
    background-color: #b4a5cf;
    font-family: "Museo-Sans-Display-Black", sans-serif;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #ffffff;
}
.commitees-position{
    font-family: "Museo-Sans-Display-Black", sans-serif;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.member-details .commitees-position:last-child{
    margin-bottom: 0px;
}
.bg-parrot-green1{
    background-color: #9ac355;
}

/*Events Page*/
.hero-title-box{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index:1;
}
.hero-box{
    background-color: #ee1e3f;
    padding: 50px;
    border-radius: 0px 0px 100px 100px;
    text-align: center;
}
.hero-title{
    font-family: "Museo-Sans-Rounded-1000", sans-serif;
    font-size: 7vw;
    line-height: normal;
}
.events-list .get-involved-box{
    padding: 30px;
}
.events-list .get-involved-box h2{
    font-size: 25px;
}
.free-event-shape01{
    position: absolute;
    top: 60px;
    right: 40px;
    width: 170px;
}
.z-1{
    position: relative;
    z-index: 1;
}
.flex-box{
    display: flex;
    align-items: center;
}
.left-side-box{
    flex: 1;
    padding: 30px 70px 30px 0px;
    border-right: 4px solid #32a7ef;
}
.right-side-box{
    flex: 1;
    padding-left: 70px;
}
.free-event-shape02{
    position: absolute;
    bottom: -90px;
    right: -20px;
    width: 130px !important;
}
.text-green{
    color: #8dc63f;
}
.br-green{
    border-color: #8dc63f;
}
.free-event-shape03{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 170px;
}
.max-500{
    max-width: 500px;
}
.bg-blur-green{
    background-color: #a4d265;
}
.lt-space-4{
    letter-spacing: 4px;
}
.sub-title1{
    font-size: 40px;
    line-height: normal;
}
.br-right{
    border-right: 5px solid #ffffff;
}
.br-bottom.br-white{
    border-bottom: 5px solid #ffffff;
}


/**/
.form-control, .form-select{
    padding: 30px 50px;
    border-radius: 20px;
    font-size: 25px;
    font-family: "Museo-Sans-Display-Black", sans-serif;
    letter-spacing: 2px;
    line-height: normal;
    border: 0px;
    color: #ffffff;
    padding-right: 75px;
}
.form-control:focus, .form-select:focus{
    box-shadow: none;
    color: #ffffff;
}
.form-control::placeholder{
    color: #ffffff;
}
.green-color .form-control, .green-color .form-select{
    background-color: #aed777;
}
.blue-color .form-control, .blue-color .form-select{
    background-color: #80d6f7;
}
.red-color .form-control, .red-color .form-select{
    background-color: #f93649;
}
.form-select {
    --bs-form-select-bg-img: none;
    cursor: pointer;
    padding: 31px 50px;
}

/* Hide default calendar icon */
/*.custom-date::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    -webkit-appearance: none;
    appearance: none;
}

.custom-date {
    -moz-appearance: textfield;
    padding-right: 45px;
}

.dc-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 25px;
    cursor: pointer;
}*/

.date-wrap { position: relative; }

/* hide native calendar icon */
.custom-date::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

/* firefox tweak */
.custom-date { -moz-appearance: textfield; padding-right: 60px; }

/* Hide native placeholder text when empty */
.custom-date::placeholder{
  color: #80d6f7 !important;
}

/* custom icon */
.dc-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  cursor: pointer;
  z-index: 4; /* above placeholder so icon remains clickable */
}

/* fake placeholder (over the input) */
.date-placeholder {
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;   /* clickable */
    z-index: 3;
    font-size: 25px;
    font-family: "Museo-Sans-Display-Black", sans-serif;
    letter-spacing: 2px;
    line-height: normal;
    color: #ffffff;
    cursor: text;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 39px);
}
.date-placeholder.blue-p{
        background-color: #80d6f8;
        
}
.date-placeholder.green-p{
    background-color: #aed778;
}

/* hide placeholder when not needed */
.date-placeholder.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40%);
}

.cust-ul{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0px;
}
.cust-ul li{
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2px;
    color: #ffffff;
}
.rental-policy-box{
    padding: 15px 40px;
}
.rental-policy-box.with-background{
    background-color: #aed777;
    border-radius: 15px;
}
.lt-space-1{
    letter-spacing: 1px;
}
.rental-policy-box .commitees-position{
    text-align: left;
}

.cust-check {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 25px;
    font-family: "Museo-Sans-Display-Black", sans-serif;
    letter-spacing: 2px;
    line-height: normal;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
}
.cust-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cust-check .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #80d6f7;
}
.cust-check:hover input ~ .checkmark {
    background-color: #80d6f7;
}
.cust-check input:checked ~ .checkmark {
    background-color: #80d6f7;
}
.cust-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust-check input:checked ~ .checkmark:after {
    display: block;
}
.cust-check .checkmark:after {
    left: 12px;
    top: 4px;
    width: 11px;
    height: 20px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.red-color .cust-check .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #f93649;
}
.red-color .cust-check:hover input ~ .checkmark {
    background-color: #f93649;
}
.red-color .cust-check input:checked ~ .checkmark {
    background-color: #f93649;
}
.form-control .ft-24{
    font-family: "Avenir-Medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: normal;
}
.input-label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}
.bg-light-blue{
    background-color: #80d6f7;
}
.right-side-box .founder-box{
    font-family: "Avenir-Medium", sans-serif;
    font-size: 24px;
    font-weight: 500;
    background-color: #876eb1;
    margin-bottom: 5px;
    text-align: left;
}
.br-black{
    border-color: #231f20;
}

/*Contact Us Page*/
.contact-form .form-control{
    background-color: #e6e7e8;
    color: #231f20;
    transition: all 0.3s ease-in-out;
}
.contact-form .form-control::placeholder{
    color: #231f20;
}
.contact-form .form-control:focus{
    background-color: #d5d8db;
}
.contact-form .cust-check{
    font-family: "Avenir-Medium", sans-serif;
    color: #231f20;
}
.contact-form .cust-check .checkmark {
    top: -1px;
    height: 35px;
    width: 35px;
    background-color: transparent;
    border: 4px solid #231f20;
    border-radius: 4px;
}
.contact-form .cust-check:hover input ~ .checkmark {
    background-color: transparent;
}
.contact-form .cust-check input:checked ~ .checkmark {
    background-color: #694a9e;
    border-color: #694a9e;
}
.contact-form .cust-check .checkmark:after {
    left: 8px;
    top: 1px;
}
.link{
    transition: all 0.3s ease-in-out;
}
.link:hover{
    color: #694a9e;
}
.top-sec .social-box{
    gap: 20px;
    justify-content: start;
}
.top-sec .social-img{
    width: 50px;
}
.top-sec .social-img:hover{
    opacity: 0.8;
}
.top-sec{
    border-bottom: 5px solid #231f20;
    width: fit-content;
    padding-bottom: 60px;
    margin-bottom: 50px;
}
.owl-nav{
    display: none;
}
.form-control.text-area{
    padding: 0px;
    font-size: 24px;
    font-family: "Avenir-Medium", sans-serif;
    line-height: normal;
    letter-spacing: 2px;
    border-radius: 0px;
    background-color: transparent;
}

/*Footer*/
.footer{
    background-color: #231f20;
    padding: 70px 0px;
}
@media (min-width: 1700px) {
    .footer .container {
        max-width: 1600px !important;
    }
}
.social-box{
    display: flex;
    align-items: center;
    gap: 15px;
}
.social-img{
    width: 40px;
    transition: all 0.3s ease-in-out;
}
.social-box a:hover .social-img{
    opacity: 0.7;
}
.f-ul{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
}
.f-ul li a{
    font-family: "Museo-Sans-Display-Black", sans-serif;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.f-text{
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;
    word-break: break-word;
}
.text-blue{
    color: #40c2f3;
}
.f-link{
    transition: all 0.3s ease-in-out;
}
.f-ul li a:hover, .f-link:hover{
    color: #00aeef;
}
.f-logo{
    width: 100%;
}
.f-logo-sec{
    display: flex;
    align-items: center;
    gap: 30px;
}

.bg-img{
    background-size: cover;
    background-position: bottom 10% center;
    position: relative;
}
.logo-box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ice-skating-logo{
    width: 1000px;
}
#sponsors-logo .owl-stage-outer{
    overflow: hidden;
}

/*Donate Page*/
.donate-form-box{
    background-color: #7f66ac;
    border-radius: 50px;
    padding: 50px 20px 60px;
}
.purple-color .form-control{
    background-color: #694a9e;
}
.cust-hr{
    height: 8px;
    width: 100%;
    border-radius: 10px;
    background-color: #d6d6d6;
    color: #d6d6d6;
    margin: 100px 0px;
    opacity: 1;
}

.bold{
    font-family: "avenir-Black", sans-serif;
}
.rounded-1000{
    font-family: Museo-Sans-Rounded-1000
}
.display-black{
    font-family: "Museo-Sans-Display-Black", sans-serif;
}
.bg-skyblue{
    background-color: #40c2f3;
}
.bg-red{
    background-color: #ee1e3f;
}
.bg-dark-sky-blue{
    background-color: #00aeef;
}
.bg-parrot-green{
    background-color: #8dc63f;
}
.bg-pink{
    background-color: #ec008c;
}
.bg-purple{
    background-color: #694a9e;
}
.text-red{
    color: #ee1e3f;
}
#icerink, #youthboard, #santaparade, #iceskating, #lightupmiddletown, #igloorentals, #blitzencookiewalk, #skatinglesson, #visitwithsanta, #carriagerides, #candlelighttours, #themenights, #characternights, #santaparade{
         scroll-margin-top: 155px;
}