@import url('https://fonts.googleapis.com/css2?family=Kanit: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');


html {
    overflow-x: hidden;
}

body {
    overflow-y: visible;
}

/*Menu CSS*/


img.desktop-logo:hover {
    transform: scale(1.1);
    transition: .5s ease all;
}

nav.navbar.header-area .btn-primary a {
    transition: all 0.3s ease;
}
nav.navbar.header-area .btn-primary a:hover {
    color: #1c2957 !important;
    background: #fff !important;
}

.navbar-container.container .btn-primary {
    margin-top: -15px;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}
nav.navbar.header-area {
    height: 120px;
}
/*.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}*/

.navbar{
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 1;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-items {
    display: flex;
    margin: 0;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-right: 1.5rem;
    font-size: 1.3rem;
}

.navbar a {
    font-size: 29px;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #1d2957;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
}

section.directions-sec .container .row .col-lg-12.col-md-12.col-sm-12 {
    z-index: 8;
}
section.directions-sec .container .row .inner-row {
    z-index: 8;
}

p.desk-content br {
    display: inline !important;
}

@media (max-width: 767px){
video.desktop-video {
    display: none !important;
}
}

@media (min-width: 768px){
ul.menu-items a {
    transition: all 0.3s ease;
}
ul.menu-items a:hover {
    background: #ffffff;
    font-weight: 500 !important;   
}

.navbar a {
    font-weight: 500 !important;
}
video.mobile-video {
    display: none !important;
}
}

@media (max-width: 768px){
    .navbar{
        opacity: 1;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

.navbar-container {
    align-items: flex-start !important;
    position: relative;
    height: 64px;
}

    .header-area img {
        height: 85px !important;
        margin-top: -10px;
    }
    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

   /* .navbar .menu-items {
        padding-top: 40px;
        background: url(../assets/images/mobile-menu-bg.png);
        height: 100vh;
        max-width: 100%;
        transform: translate(150%);
        display: flex;
        flex-direction: column;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
        overflow: scroll;
        padding-right: 40px;
        margin-top: 24% !important;
        width: 100%;
        right: -15px;
        position: absolute;
    }*/
navbar .menu-items li {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: right !important;
}

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
        z-index: 0;
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
        z-index: 0;
    }

    .navbar a {
        font-size: 40px;
        font-weight: 300;
        line-height: 37px;
        font-style: italic;
        text-align: right;
        color: #ffffff;
    }
.menu-items li {
    margin-bottom: 20px;
    text-align: right;
    font-style: italic;
}



}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}


/*Menu CSS*/





* {
    scroll-padding-top: 280px;
}

h1,h2,h3,h4,h5,h6,p,li,a,span {
    font-family: "Kanit", sans-serif !important;
}

.top-bar {
    background: url(../assets/images/top-bar-img.png);
}



p {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
}

.top-bar p {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
    font-size: 28px;
}

/*
section.directions-sec {
    background-position: center !important;
    background: url(../assets/images/form-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0 !important;
    border-bottom: 6px solid #fff;
}
*/

section.directions-sec {
    background-position: center !important;
    background: #E47525;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0 !important;
    border-bottom: 6px solid #fff;
}

section.directions-sec .container:before {
    background: url(../assets/images/left-beforee.png);
    position: absolute;
    content: "";
    width: 715px;
    height: 260px;
    left: 0;
    margin-top: -100px;
    background-size: cover;
    opacity: 0.5;
}

section.directions-sec .container:after {
    background: url(../assets/images/right-beforee.png);
    position: absolute;
    content: "";
    width: 715px;
    height: 260px;
    right: 0;
    background-size: cover;
    margin-top: -158px;
    opacity: 0.5;    
}


section.directions-sec h2 {
    font-size: 80px;
    font-weight: normal;
    line-height: 85px;
    font-style: italic;
    text-align: center;
    color: #1d2957;
}


.header-area {
    background: url(../assets/images/header-bg.png);
    padding: 10px 0;
    text-align: center;
    box-shadow: none !important;
    z-index: 9;
}

.header-area img {
    height: 90px;
    float: left;
}


.btn-primary {
    background: none !important;
}

.btn-primary a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    background: #1c2957;
    padding: 12px 25px;
}

section.hero-area video {
    width: 100%;
    margin-bottom: -6px;
}
section.hero-area {
    text-align: center;
    /*background: url(../assets/images/banner-nax-sweepstakes_desktop.jpg);*/
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-color: #0d1f45;
}

section.hero-area h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 25px;
}

.btn-primary .span-text {
    margin-top: 30px;
}

section.hero-area p {
    margin: 0 0 20px 0;
    font-weight: 400;
}

section.hero-area .btn-primary {
}

section.hero-area a {
    background: #f26321;
}

.span-text {
    margin: 20px 0 0 0;
}

.span-text span {
    font-size: 18px;
}

/*section.form-sec {
    background: url(../assets/images/form-bg.png);
    background-size: cover;
    padding: 70px 0;
    background-repeat: no-repeat;
    text-align: center;
}*/

section.form-sec {
    background: #E47525;
    padding: 70px 0;
    background-repeat: no-repeat;
    text-align: center;
}

section.form-sec .container:before {
    background: url(../assets/images/left-beforee.png);
    position: absolute;
    content: "";
    width: 715px;
    height: 260px;
    left: 0;
    margin-top: -100px;
    background-size: cover;
}

section.form-sec .container:after {
    background: url(../assets/images/right-beforee.png);
    position: absolute;
    content: "";
    width: 715px;
    height: 260px;
    right: 0;
    background-size: cover;
    margin-top: -158px;
}



section.form-sec h2 {
    font-size: 70px;
    color: #1D2957;
    line-height: 70px;
}

section.form-sec h3 {
    margin: 20px 0;
    font-size: 40px;
    font-weight: 600;
    color: #1d2957;
}


section.form-sec form {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: relative;
}


section.form-sec input {
    /*width: 40%;*/
    margin: 0 0 10px 0;
    padding: 8px 20px;
    border: 1px solid #0d1f45;
}

section.form-sec input::Placeholder {
    font-size: 14px;
    color: #0d1f45;
    opacity: 1;
}

.ff-form .ff-submit-icon {
    display: none !important;
}

.ff-form button span {
    font-size: 24px !important;
}

.ff-form button {
    border: 0px;
    border-radius: 0px;
    background-color: #1c2957!important;
}

.ff-form .ff-item {
    padding: 0px !important;
}

.ff-form .ff-item .ff-item-qs {
    display: none;
}

.ff-form input[type=checkbox] {
    float: left;
}
.ff-form .ff-form-check-label {
    float: left;
    width: 80%;
}


.form-cb {
    text-align: left;
    width: 81%;
    margin: 0 auto;
    padding: 10px 0px 10px 0;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.form-cb-2 {
     text-align: left;
     width: 81%;
     margin: 0 auto;
     display: flex;
     align-items: baseline;
     gap: 12px;
}


.form-cb input {
    width: 2% !important;
}

.form-cb-2 input {
    width: 2% !important;
}

section.form-sec form label {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1d2957;
    line-height: 23px;
}

section.form-sec form p {font-weight: 400;font-size: 20px;color: #1d2957;line-height: 23px;text-align: justify;width: 82% !important;margin: 0 auto;}

section.form-sec form p a {
    color: #1d2957;
    border-bottom: 1px solid;
    text-decoration: none;
}

section.form-sec form input[type="button"] {
    width: 18%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    background: #1c2957;
    position: absolute;
    bottom: 0;
    right: 110px;
}


footer.ftr-area {
    padding: 70px 0px;
    background: url(../assets/images/ftr-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.ftr-logo img {
    height: 150px;
    margin: 0 0 20px 0;
}


footer.ftr-area p {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

footer.ftr-area p a {
    color: #fff;
}

.small-p p {
    margin: 10px 0px;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 26px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.header-area h3 {
    font-size: 30px;
    font-weight: 600;
    color: #1d2957;
    float: right;
}

header, section.hero-area {
	border-bottom: 8px solid white;
}

.mobile-content {
    display: none;
    width: 100%;
}

.desk-content {
    display: block;
    width: 100%;
}


@media only screen and (max-width: 767px) {
    
    
.mobile-content {
    display: block;
}

.desk-content {
    display: none !important;
}    

header, section.hero-area {
	border-bottom: 5px solid white;
}

    .top-bar p {
        font-size: 20px;
    }

    br {

        display: none;
    }
    
 
.header-area p {
    margin: 7px 0 17px;
    font-size: 20px;
    line-height: 24px;
}  

   .btn-primary a {
    font-size: 22px;

} 

section.hero-area h1 {
    font-size: 40px;
    line-height: 50px;
}

section.hero-area p {font-size: 22px;margin: 0 0 10px 0;}

section.hero-area {
    text-align: center;
    /*background: url(../assets/images/banner-nax-sweepstakes_mobile.jpg);*/
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-color: #0d1f45;
}


section.form-sec {
    padding: 50px 0;
}

section.form-sec h2 {
    font-size: 40px;
    line-height: 45px;
}

section.form-sec h3 {
    font-size: 30px;
    line-height: 35px;
}

section.form-sec form {
    width: 100%;
}

section.form-sec form input {
    width: 100%;
}

.form-cb {
    width: 100%;
}

.form-cb-2 {
    width: 100%;
}

section.form-sec form p {
    width: 100% !important;
}

.form-cb-2 input {
    width: 4% !important;
}

.form-cb input {
    width: 4% !important;
}

section.form-sec form input[type="button"] {
    position: static;
    width: 40%;
    margin: 20px 0 0 0;
    font-size: 22px;
}

footer.ftr-area {
    padding: 50px 0;
}

.ftr-logo img {
    height: 160px;
}

footer.ftr-area p {
    font-size: 24px !important;
    line-height: 30px !important;
    margin: 0;
}

footer.ftr-area .small-p p {
    font-size: 18px !important;
    line-height: 20px !important;
    margin: 0 0 10px 0 !important;
}

.header-area .col-lg-6.col-md-6.col-sm-6 {
    width: 50%;
}

.header-area h3 {
    font-size: 22px;
}

.navbar-container.container .btn-primary {
    display: none !important;
}





    

}








/*Ardalan Style Start*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


section.hero-area {
    margin-top: 105px;
    /*padding: 170px 0;*/
    padding: 0px;
}
section.form-sec {
    background-position: center;
    z-index: 1;
    position: relative;
}

.form-control {
    border-radius: 0 !important;
}
.ff-widget-control.ff-check-table .ff-form-check input {
    margin-top: 2px;
}
.ff-form button {
    transition: all 0.3s ease;
}
.ff-form button:hover {
    background: #fff !important;
    color: #1c2957;
}



.ff-form button {
    padding: 5px 22px !important;
}

section.form-sec form p {
    font-size: 18px;
}


.mobile-header .col-4 img {
    float: none;
    max-height: 140px;
    height: auto;
}
.header-area.mobile-header {
    height: 130px;
}

@media only screen and (max-width: 1300px) {

h1 br, h2 br, h3 br, h4 br, h5 br, h6 br, p br {
    display: none !important;
}
.experience-nerf p br {
    display: inline !important;
}
}


@media only screen and (max-width: 767px) {
    .desktop-header {
        display: none;
    }
section.hero-area h1 {
        font-size: 32px !important;
        line-height: 36px !important;
        margin-bottom: 20px !important;
    }
.span-text {
        margin: 15px 0 0 0;
    }
.span-text span {
        font-size: 16px;
    }
section.hero-area {
        /*padding: 50px 0 !important;*/
        padding: 0px !important;
    }

.ff-form .ff-form-check-label {
        width: 85% !important;
        color: #fff !important;
    }

section.form-sec form p, section.form-sec form p a {
        font-size: 18px;
        color: #fff;
    }

.ff-form button {
        width: 100%;
    }

section.form-sec {
        background-position: center;
        padding-bottom: 100px;
    }

div#ff-id-468969273 {
        position: absolute;
        margin-top: 50px;
        text-align: center !important;
    }
div#ff-id-468969273 p {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {

.ff-button-bar {
        float: right;
        top: -50px;
        position: relative;
    }
    .mobile-header {
        display: none;
    }
}

/*Ardalan Style End*/


.experience-nerf {
    padding: 100px 25px !important;
}
.experience-nerf-btn {
    margin-top: 30px;
}
.experience-nerf-btn a {
    background: #1D2957;
    padding: 10px 20px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
}
.experience-nerf h2 {
    font-size: 80px !important;
    line-height: 85px !important;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
}
.experience-nerf p {
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
}

section#about {
    border-bottom: 8px solid #fff;
}
section#what-inside {
    border-bottom: 8px solid #fff;
}

section#what-inside {
    padding: 100px 0 !important;
    background: url(../assets/images/NAX_pattern_graffiti_gray-01.svg);
    background-position: center;
    background-size: cover;
}
section#what-inside h2 {
    font-size: 80px;
    line-height: 85px;
    font-style: italic;
    text-align: center;
    color: #1d2957;
}
section#what-inside p {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    font-style: normal;
    text-align: center;
    color: #373c37;
}

section.Book-now {
    background: #1D2957;
    padding: 100px 0;
    text-align: center;
    border-bottom: 8px solid #fff;
    border-top: 8px solid #fff;
}
section.Book-now h2 {
    font-size: 92px;
    color: #e47525;
    line-height: 92px;
    font-style: italic;
    text-transform: uppercase;
}
.book-now-btn {
    margin-top: 30px;
}
.book-now-btn a {
    background: #e47525;
    padding: 10px 20px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
}
section.Book-now p {
    font-weight: 400;
    font-size: 74px !important;
    line-height: 74px;
}


section.keep-in-touch {
        background: url(../assets/images/keep-in-touch-bg.png);
    padding: 100px 0;
    text-align: center;
    border-top: 8px solid #fff;
    background-size: cover;
    border-bottom: 8px solid #fff;
}
section.keep-in-touch h2 {
    font-size: 80px;
    line-height: 85px;
    font-style: italic;
    text-align: center;
    color: #ecb82e;
}
section.keep-in-touch p.p1 {
    font-weight: 300;
    line-height: 54px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
}
section.keep-in-touch .ff-form .ff-item {
    margin-bottom: 10px !important;
}
section.keep-in-touch .ff-form .ff-form-check-label {
    color: #fff;
}
section.keep-in-touch .ff-form button {
    border: 0px;
    border-radius: 0px;
    background-color: #f26321!important;
}


section.policies-guide {
    background-position: center;
    background: url(../assets/images/form-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0 !important;
}
section.policies-guide h2 {
    font-size: 92px !important;
    line-height: 92px !important;
    font-style: italic;
    text-transform: uppercase;
    color: #1D2957;
}


section.parties-events {
    background: #1D2957;
    padding: 100px 0;
    text-align: center;
    border-bottom: 8px solid #fff;
    border-top: 8px solid #fff;
}
section.parties-events h2 {
    font-size: 92px;
    color: #e47525;
    line-height: 92px;
    font-style: italic;
    text-transform: uppercase;
}
section.parties-events p {
    font-weight: 400;
    font-size: 54px !important;
    line-height: 48px;
}
section.parties-events p a {
    color: #fff;
}


section.whats-inside-sec {
    background: #e47525;
    padding: 100px 0;
    text-align: center;
}
section.whats-inside-sec h2 {
    font-size: 92px;
    color: #1d2957;
    line-height: 92px;
    font-style: italic;
    text-transform: uppercase;
}
.whats-inside-btn {
    margin: 50px 0;
}
.whats-inside-btn a {
    background: #ffffff;
    padding: 10px 20px;
    font-size: 60px;
    color: #1D2957;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    border: 5px solid #ecb82e;
}

.image-box1 {
    width: 50%;
    margin: auto;
}
.image-box1 img {
    margin-bottom: 20px;
    width: 100%;
}
.image-box1 h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}
.image-box1 p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #1d2957;
}



.image-box2 {
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
}
.image-box2 img {
    margin-bottom: 20px;
    width: 100%;
}
.image-box2 h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}
.image-box2 p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #1d2957;
}

section.directions-sec img {
    width: 100%;
}
section.directions-sec .col-lg-6.col-md-d.col-sm12 {
    overflow: hidden;
}
section.directions-sec .btn-primary {
    margin-top: 45px;
}
section.directions-sec h4 {
    font-size: 38px;
    font-weight: 600;
    line-height: 54px;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    width: 70%;
    margin: 0px auto;
    margin-bottom: 25px;
}
.experience-nerf-btn a:hover {
    color: #1D2957;
    background: #fff;
}
.book-now-btn a:hover {
    color: #e47525;
    background: #fff;
}
section.directions-sec .btn-primary a {
    background: #1D2957;
    padding: 10px 20px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
}
section.directions-sec .btn-primary a:hover {
    color: #1D2957;
    background: #fff;
}
section#oranges-bar {
    background-position: center;
    background: url(../assets/images/orange-bar.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0 !important;
    border-bottom: 8px solid #fff;
}
section#oranges-bar h2 {
    font-size: 80px;
    line-height: 85px;
    font-style: italic;
    text-align: center;
    color: #1d2957;
}
.half-section p {
    font-size: 38px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    color: #373c37;
}
.half-section .vert-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 40px 5% !important;
}
.half-section .vert-middle img {
    width: fit-content;
}
section#blue-bar h2 {
    font-size: 80px;
    line-height: 85px;
    font-style: italic;
    text-align: center;
    color: #ecb82e;
}
section#blue-bar {
    background-position: center;
    background: url(../assets/images/NAX_pattern_N_blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0 !important;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
}
section#conquer-bar {
    background-position: center;
    background: url(../assets/images/orange-bar.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0 !important;
    border-bottom: 8px solid #fff;
    border-top: 8px solid #fff;    
}
section#conquer-bar h2 {
    font-size: 80px;
    line-height: 85px;
    font-style: italic;
    text-align: center;
    color: #1d2957;
}
ul.social-iconss {
    list-style: none;
    display: flex;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    justify-content: center;
}
ul.social-iconss li img.hover {
    display: none;
    transition: all 0.3s ease;
}
ul.social-iconss li:hover img.hover {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
}
ul.social-iconss li {
    position: relative;
    width: 50px;
    height: 50px;
}
ul.social-iconss li img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
}
ul.social-iconss li {
    margin: 5px;
}
.mobile-img-height img {
    width: -webkit-fill-available;
    width: -moz-available;
}
.col-lg-6.col-md-6.col-sm-6 {
    padding: 0;
}
.h2, h2 {
    text-transform: uppercase;
    font-weight: 700 !important;
}


section#about .col-lg-12.col-md-12.col-sm-12 {
    z-index: 999;
}


/*New Menu CSS*/



.hamburger-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
}

.line {
    background-color: white;
    height: 3px;
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-items li {
    margin: 20px 0;
}

.close-menu {
    cursor: pointer;
    color: transparent;
    position: absolute;
    top: -2px;
    right: 30px;
    font-size: 45px;
    z-index: 99;
}

#menu-toggle:checked ~ .menu-overlay {
    right: -15px;
}

#menu-toggle {
    display: none;
}


@media (min-width: 768px) {
    
    .hamburger-lines {
        display: none;
    }

    .menu-overlay {
        position: static;
        width: auto;
        height: auto;
        background: transparent;
        flex-direction: row;
        justify-content: flex-end;
    }

    .menu-items {
        display: flex;
    }

    .menu-items li {
        margin: 0 10px;
    }

    .close-menu {
        display: none;
    }
}


/*New Menu CSS Ends*/



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }

}


@media only screen and (max-width: 1400px) {
p {
    font-size: 26px !important;
    line-height: 30px !important;
}
.half-section .vert-middle {
    padding: 40px 7% !important;
}
section.form-sec .container:before {
    width: 610px;
    height: 220px;
}
section.form-sec .container:after {
    width: 610px;
    height: 220px;
    margin-top: -120px;
}
section.directions-sec .container:before {
    width: 610px;
    height: 220px;
}
section.directions-sec .container:after {
    width: 610px;
    height: 220px;
    margin-top: -120px;
}
    section.directions-sec h4 {
        font-size: 38px;
        line-height: 38px;
        width: 85%;
    }


}


@media only screen and (max-width: 1080px) {
p {
    font-size: 22px !important;
    line-height: 28px !important;
}
.half-section .vert-middle {
    padding: 40px 5% !important;
}

}



@media only screen and (max-width: 1199px) {
.navbar a {
    font-size: 18px !important;
}
.experience-nerf h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
section#what-inside h2 {
    font-size: 40px;
    line-height: 45px;
}
section#oranges-bar h2 {
    font-size: 40px;
    line-height: 45px;
}
section#blue-bar h2 {
    font-size: 40px;
    line-height: 45px;
}
section#conquer-bar h2 {
    font-size: 40px;
    line-height: 45px;
}
section.keep-in-touch h2 {
    font-size: 40px;
    line-height: 45px;
}
section.directions-sec h2 {
    font-size: 40px;
    line-height: 45px;
}
section.directions-sec h4 {
    font-size: 34px;
    line-height: 44px;
}


}



@media only screen and (max-width: 1180px) {
.navbar-container.container {
    max-width: 800px;
}
.menu-items li {
    margin-right: 0.5rem;
}
.mobile-img-height img {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    object-fit: cover;
}
section.form-sec .container:after {
    width: 455px;
    height: 165px;
    margin-top: -63px;
}
section.form-sec .container:before {
    width: 455px;
    height: 165px;
}
section.directions-sec .container:after {
    width: 455px;
    height: 165px;
    margin-top: -63px;
}
section.directions-sec .container:before {
    width: 455px;
    height: 165px;
}

section#what-inside {
    padding: 50px 0 !important;
}
.experience-nerf {
    padding: 70px 25px !important;
}
section.form-sec .container:before {
    margin-top: -70px !important;
}
section.form-sec .container:after {
        margin-top: -95px !important;
}
}




@media only screen and (max-width: 767px) {

html, body {
    overflow-x: hidden !important;
}
.col-lg-6.col-md-6.col-sm-6 {
    width: 100% !important;
}
.experience-nerf h2 {
    font-size: 36px !important;
    line-height: 37px !important;
}
.experience-nerf-btn a {
    padding: 10px 40px;
    font-size: 30px;
}
.experience-nerf p {
    font-size: 22px !important;
    line-height: 30px !important;
}
section#what-inside h2 {
    font-size: 34px !important;
    line-height: 37px !important;
}
section.Book-now h2 {
    font-size: 40px;
    line-height: 45px;
}
section.Book-now p {
    font-size: 34px !important;
    line-height: 40px;
}
.book-now-btn a {
    padding: 10px 40px;
    font-size: 30px;
}
section.whats-inside-sec h2 {
    font-size: 40px;
    line-height: 45px;
}
.image-box1 {
    width: 95% !important;
}
.whats-inside-btn a {
    padding: 10px 50px !important;
    font-size: 40px !important;
}
section.keep-in-touch h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
section#keep-in-touch p.p1 {
    font-size: 30px !important;
    line-height: 36px !important;
}
section.policies-guide h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
p {
    font-size: 22px !important;
    line-height: 30px !important;
}
section.parties-events h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
section.parties-events p {
    font-size: 34px !important;
    line-height: 42px;
}
.book-now-btn a {
    padding: 10px 40px !important;
    font-size: 30px !important;    
}
section.directions-sec h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
section.directions-sec h4 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
    width: 90%;
}
section.directions-sec .btn-primary a {
    padding: 10px 50px !important;
    font-size: 30px !important;    
}
section.whats-inside-sec {
    padding: 80px 0 60px 0;
}

section#oranges-bar h2 {
    font-size: 34px;
    line-height: 38px;
}
section#oranges-bar {
    padding: 15px 0 !important;
}

section#conquer-bar h2 {
    font-size: 34px;
    line-height: 38px;
}
section#conquer-bar {
     padding: 15px 0 !important;   
}
section#training-range .row {
    flex-direction: column-reverse;
}
.mobile-img-height img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
section#camp-dune .row {
    flex-direction: column-reverse;    
}
section#blue-bar h2 {
    font-size: 34px;
    line-height: 37px;
}
section#blue-bar {
    padding: 15px 0 !important;
}
section#football .row {
    flex-direction: column-reverse;    
}
section#kickin .row {
    flex-direction: column-reverse;    
}
section#action-sec .row {
    flex-direction: column-reverse;    
}
section.keep-in-touch {
    padding: 50px 0px;
}
section.directions-sec {
    padding: 50px 0 !important;
}
section.directions-sec .container:before {
    width: 400px;
    height: 145px;
    margin-top: -50px;
}
section.directions-sec .container:after {
    width: 400px;
    height: 145px;
    margin-top: -95px;
}
.navbar ul.menu-items a {
    font-size: 40px !important;
    line-height: 60px !important;
    text-transform: capitalize;
    font-weight: 700;
}
section#about p br {
    display: block !important;
}
.half-section .vert-middle img {
    width: 70%;
    margin-bottom: 20px;
}
.menu-items {
    flex-direction: column;
}
.menu-items li {
    margin-right: 0;
    margin-bottom: 0px;
}
.menu-overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: url(../assets/images/mobile-menu-bg.png);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1000;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
        overflow: scroll;
        padding-right: 40px;
        margin-top: 31.5% !important;
        justify-content: flex-start;
}


}



@media only screen and (max-width: 550px) {
.mobile-img-height img {
    height: 265px;
}
section#about {
    background: url(../assets/images/about-mobile-bg.png);
    background-size: cover;
    padding: 50px 0 !important;
    background-position: center;
}
section.form-sec .container:after {
    display: none;
}
section.form-sec .container:before {
    display: none;
}
section.directions-sec .container:before {
        width: 300px;
        height: 105px;
        margin-top: -50px;
}
section.directions-sec .container:after {
        width: 300px;
        height: 105px;
        margin-top: -55px;
}
    .logo-main.only-desktop {
        display: flex;
        justify-content: center;
        width: -webkit-fill-available;
    }

}


.hamburger-open .line1 {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-open .line2 {
    opacity: 0;
}

.hamburger-open .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
}





