/* global */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    background-color: #EDF3E9;
    background-color: #edf3e9b3;
}

p, h2, h3, h4, h5 {
    color: #808077
}

p {
    font-family: 'Montserrat', sans-serif; 
}

.text-lw {
    color: #808077
    font-weight: 200;
}

a {
    color: #8AADA7;
    text-decoration: none;
    font-weight: 400;
}

a:hover{
    color:#198786;
}

a:focus{
    border-bottom: 2px solid #FAEBAA;
}

a:active {
    color: #198786;
    border-bottom: 2px solid #FAEBAA;
}

li {
    color: #808077;
    font-weight: 400;
}

.button:focus {
    text-decoration: underline #FAEBAA;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: 1px solid #888980;
    color: #888980;
}

button.accordion-button.collapsed {
    background-color: transparent;
    border: 1px solid #888980;
}

button.accordion-button.collapsed > h2{
    color: #888980;
}

.accordion-body {
    border: 1px solid #888980; 
}

.accordion-button:focus {
    z-index: 3;
    border-color: #888980;
    outline: 0px;
    box-shadow: #faebaaa8 0px 0px 0px 0.15rem;
}

.space-text {
    letter-spacing: .5rem;
}

.btn.btn-success {
    background-color: #8AADA7;
    border: none !important;
}

.btn.btn-success:hover{
    background-color: #198786;
}

.card {
    margin-top: 1rem;
    border-radius: 5px;
    border-style: none;
}

.card-img {
    border-radius: 5px;
    border-style: none;
    width: 100%;
    height: auto;
}

.text-right {
    text-align: right !important;
}

.text-middle {
    text-align: center !important;  
}

.list-group-item {
    background-color: transparent;
    border-color:#808077;
    color: #808077;
    font-weight: 400;
}

.share {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: .5rem;
}

.shareLink {
    cursor: pointer;
}

.frame-content {
    height: fit-content;
    margin: 1rem;
    padding: 1rem;
    border: 0px solid #808077;
    border-radius: 5px;
}

.modal-content {
    background-color: #EFF4EA;
}

.special-offer {
    color: #F8BC1A !important;
}


/* Navbar section */

.affix {
    background-color: #8AADA7;
}

.nav {
    width: 100%;
    height: 100px;
    position: fixed;
    line-height: 1em;
    text-align: center;
    z-index: 4;
}
.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 0;
}
.nav div.logo img {
    width: 150px;
}
.nav div.main_list {
    height: .5em;
    float: right;
}
.nav div.main_list ul {
    width: 100%;
    height: .5em;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav div.main_list ul li {
    width: auto;
    height: 3rem;
    padding: 0;
    padding-right: 1.5rem;
}
.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 4rem;
    font-size: 1.2rem;
}
i.bi:before {
    padding-bottom: .2em;
}
.nav div.main_list ul li a:hover {
    color: #198786;
}
.navTrigger {
    display: none;
}
.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



/* Carousel */

.hero.carousel-item {
    height: 100vh;
    background: #111111;
    color: white;
    position: relative;
}
.hero.carousel-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 15rem;
}
.hero.overlay-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}

.hero a {
    color: #FAEBAA;
}

/* booking engine */

.bk-engine .container {
    padding: 0;
}

.bk-engine h2 {
    padding-bottom: 1rem;
}

.bk-engine .frame-content{
    margin-left: 0;
    padding-bottom: 0;
    /* height: 30rem; */
}


/* rooms */

.rooms .container {
    padding: 0;
}

.rooms h2 {
    padding-left: 0.8rem;
}

.rooms .mas-img-cont {
    padding-left: .25rem;
    padding-right: .25rem;
}


.rooms .mas-left-col {
    padding-left: .5rem;
    padding-right: .5rem;
}

.rooms .mas-right-col {
    padding-left: .5rem;
    padding-right: .5rem;
}

.rooms .list-group-item {
    font-family: 'Montserrat', sans-serif;
}

/* Rooms-info */

.room-info .container {
    margin-top: 1rem;
}

.room-info  p {
  color: #888980; 
  font-family: 'Montserrat', sans-serif; 
}

.room-info .list-group-item {
    font-family: 'Montserrat', sans-serif; 
}

.room-info .card-body {
    display: block;
    background-color:  #EDF3E9;
    color: #888980; 
    border: 1px solid #888980;
    height: 3rem;
    border-radius: 5px 5px 0 0;
}

.room-info .card {
    margin-top: .5rem;
}

.room-info {
    padding-bottom: 1rem;
}

.room-info .mas-img-cont {
    padding-left: .15rem;
    padding-right: .15rem;
}

.room-info .mas-mid-col {
    padding-left: .25rem;
    padding-right: .25rem;
}

.room-info .mas-left-col {
    padding-left: .5rem;
    padding-right: .25rem;
}

.room-info .mas-right-col {
    padding-left: .25rem;
    padding-right: .5rem;
}

.room-info .share {
    text-align: left;
}




/* reviews */

.reviews .container {
    padding: 5rem 0 0 0;
}

span.review-score {
    background-color:  #8AADA7;
    border-radius: 5px 5px 5px 0;
    display: inline-block;
    line-height: 3rem;
    width: 3rem;
    font-size: 1rem;
    color: white;
    text-align: center;
}

span.review-score-trip {
    display: inline-block;
    font-size: 2.5rem;
    color: #8AADA7;
    line-height: 2rem;
}

.review-header {
    margin: 0 .01rem; /* margin to pull line inline with text */
    padding-left: 0;
    padding-bottom: .75rem;
    border-bottom: 1px solid #808077;
}

.reviews .blockquote {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    min-height: 7rem;
    max-height: 7rem;
    padding-top: 1rem;
}

.reviews .blockquote-footer {
    padding-top: 2rem;
    color: #808077;
}

.reviews .card {
    height: 20rem;
    background-color: transparent;
    border: 1px solid #808077;
}


/* restaurant */

.restaurant .container {
    padding: 5rem 0 0 0;
}

.restaurant h2 {
    padding-bottom: 1rem;
}

.restaurant .meals {
    width: 100%;
    height: auto;
    padding: 0;
    padding-right: 1rem;
    margin: 0;
    border-radius: 5px;
}

.restaurant i.fa-utensils {

    bottom: 6px;
}


.restaurant .fa-utensils {
    font-size: 3rem;
    color: #808077;
    margin-top: 0;
}

.restaurant h2 {
   color: #808077;
}

.restaurant .list-group-item {
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border-color: #808077;
    color: #808077;
    z-index: 0;
}

.restaurant .list-group-item .fas {
    padding-right: 1em;
}

.restaurant .img-fluid {
    border-radius: 5px;
}

/* menu */

.menu .container {
    margin-top: 1rem;
}

.menu .fa-utensils {
    font-size: 5rem;
    color: #808077;
}

.menu .frame-content {
    height: fit-content;
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #808077;
    border-radius: 5px;
}

.menu .card {
    margin-top: 1rem;
}

.menu {
    padding-bottom: 1rem;
}

.menu .card-img {
    border-radius: 5px 5px 0 0;
}

.menu .card-body {
    height: 2.5rem !important;
    padding: 0.5rem;
    border-radius: 0 0 5px 5px;
}

.menu .list-group-item {
    font-family: 'Montserrat', sans-serif;
}

.menu p {
    font-family: 'Montserrat', sans-serif;
} 

.menu .card-title {
    color: #808077;
    font-weight: 400;
}

.menu .mas-img-cont {
    padding-left: .5rem;
    padding-right: 0.1rem;
}

.menu .mas-mid-col {
    padding-left: .5rem;
    padding-right: .5rem;
}

.menu .mas-left-col {
    padding-left: .1rem;
    padding-right: .5rem;
}

.menu .mas-right-col {
    padding-left: .5rem;
    padding-right: .5rem;
}

/* activities */

.activities .container {
    padding: 5rem 0;  
}

.activities p {
    font-family: 'Oswald', sans-serif;
}

.activities h2 {
    color: #808077;
}

.activities .card-title {
    margin: 0;
}

.activities .card-title-light {
    color: #3e3e38;
    font-size: 2.5rem;
}

.activities small {
    color: #3e3e38;
    font-size: .8rem;
    font-weight: 200;
}

.activities small > a {
    color: #3e3e38;
    font-size: .8rem;
    font-weight: 200;
}

.activities .card-title-dark {
    color: #F0F3EA;
    font-size: 2.5rem;
}

.activities .card-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: rgb(196,218,196);
}

.activities .act-text-box {
    height: auto;
    display: block;
    padding: 1rem;
    border-radius: 5px;
    margin: 0;
    line-height: 3.5rem;
    font-size: 3rem;
}

.activities .actGradient {
    background: rgb(196,218,196);
    background: linear-gradient(0deg, rgba(196,218,196,1) 70%, rgba(240,243,234,1) 100%);
}

.activities .actGradient2 {
    background: linear-gradient(0deg, rgba(196,218,196,0) 70%, rgba(240,243,234,0.7) 100%);
}



/* activities-info */



.activities-info .share {
    display: block;
    text-align: left;
}

.activities-info p {
    font-family: 'Montserrat', sans-serif;
}

.activities-info a {
    font-family: 'Montserrat', sans-serif;
}

.activities-info .list-group-item {
    font-family: 'Montserrat', sans-serif;
}

/* Workshops */

.workshops .img-free1 {
    background-image: url(/assets/images/workshops/freediving3.jpg);
    background-size: 170%;
    background-position: center;
    background-repeat: no-repeat;
    height: 38rem; 
    border-top-right-radius: 5rem;
}

.workshops .img-free2 {
    background-image: url(/assets/images/workshops/freediving.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    height: 25rem;
    border-bottom-left-radius: 5rem;
}

.workshops .img-free3 {
    background-image: url(/assets/images/workshops/freediving4.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    height: 25rem;
    border-bottom-right-radius: 5rem;
}

.workshops .border {
    background-color: #808077;
    border-radius: 1rem;
    height: .3rem;
    margin: 2rem 0rem 1rem 0rem;
}

.workshops .img-yoga1 {
    background-image: url(/assets/images/workshops/yoga.jpg);
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    height: 35rem; 
    border-top-left-radius: 5rem;
}

.workshops .img-yoga2 {
    background-image: url(/assets/images/workshops/yoga1.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    height: 25rem;
    border-bottom-left-radius: 5rem;
}

.workshops .img-yoga3 {
    background-image: url(/assets/images/workshops/yoga3.jpg);
    background-size: 160%;
    background-position: center;
    background-repeat: no-repeat;
    height: 25rem;
    border-bottom-right-radius: 5rem;
}

.workshops .img-batik {
    background-image: url(/assets/images/workshops/batik.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    height: 25rem;
    border-top-right-radius: 5rem;
}

.workshops .share {
    text-align: start;
}

/* footer */

.footer {
    background-color: #8AADA7;
    color: white;

}

p.lead.space-text {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
}

.top-footer {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgb(25, 135, 134);
}

.bottom-footer .container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.bottom-footer .list-group-item {
    border: none;
}

.socials {
    list-style:none;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.socials i {
    display: inline-block;
    width: 1.1em;
    line-height: 1em;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid transparent;
}

.socials li {
    float: left;
    padding-right: .5em;
}

.socials li a {
    display: inline-block;
    color: #fff;
    line-height: 1em;
    font-size: 1.4rem;
    padding: .5em;
    border-radius: 20%;
    border: 1px solid transparent;
}

.socials li a:hover {
    background-color: rgb(25, 135, 134); 
    border: 1px solid #FAEBAA;
}

img.logo-sm {
    max-height: 4rem;
}

.company-info {
    font-weight: 200;
    font-size: 0.8rem;
}

.bottom-footer .list-group-item a:hover {
    color:  rgb(25, 135, 134); 
}

.bottom-footer .list-group-item {
    background-color: transparent;
    padding-left: 0;
}

.bottom-footer .list-group-item a {
    color: white;
    text-decoration: none;
    border: none;
}

.bottom-footer .phone-us {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid rgb(25, 135, 134);
    border-radius: 6px;
    padding: 0 1rem 0 0;
    color: white;
    text-decoration: none; 
}

div.col-lg-4.text-right.gap {
    margin-left: -2rem;
}

div.col-lg-4.text-right a:hover {
    border-bottom: none;
}

div.col-lg-4.text-right a:focus {
    border-bottom: none;
}

.bottom-footer .number {
    text-align: end;
    padding-left: 0;
}

.bottom-footer .fas {
    position: relative;
    display: inline-block;
    border: 1px solid rgb(25, 135, 134);
    border-radius: 4px 0 0 4px;
    background-color: rgb(25, 135, 134);
    padding: 1rem;
    margin-right: 1rem;
    color: white;
}

.footer .modal-body {
    height: auto;
    min-height: 30rem;
}





/* Media qurey section */

    @media screen 
    and (min-width: 768px) 
    and (max-width: 1024px)
    and (orientation: portrait) {

        .navTrigger {
            display: block;
        }
        .nav div.logo {
            margin-left: 0px;
        }

        .nav div.logo img {
            width: 120px;
        }
        .nav div.main_list {
            width: 100%;
            height: 0;
            overflow: hidden;
        }
        .nav div.show_list {
            height: auto;
            display: none;
        }
        .nav div.main_list ul {
            flex-direction: column;
            width: 100%;
            height: 100vh;
            margin-top: 1.5rem;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: #8AADA7;
            /*same background color of navbar*/
            background-position: center top;
        }
        .nav div.main_list ul li {
            width: 100%;
            text-align: right;
        }
        .nav div.main_list ul li a {
            text-align: center;
            width: 100%;
            font-size: 1.3rem;
        }
        .nav div.media_button {
            display: block;
        }

        /* hero */

        

        /* rooms */

        .rooms h2 {
            padding-top: 1rem;
            font-size: 3.2rem;
        }

        .reviews .blockquote {
            font-size: 1.1rem;
            min-height: 11rem;
        }

        .reviews .card-footer {
            display: block;
            padding: 0;
        }

        /* reviews */

        span.review-score-trip {
            margin-left: -2rem;
        }

        .reviews .card-title {
            margin-left: -.75rem;
        }

        /* restaurant */

        .restaurant .fa-utensils {
            padding-top: 1rem;
        }

        /* menu */

        .menu .card-body {
            height: 1.8rem !important;
            padding: 0 0 0 0.5rem;
        }

        .restaurant .fa-utensils {
            padding-top: 1rem;
        }

        /*  activities */

        .activities .act-text-box {
            font-size: 1.6rem;
            line-height: 2rem;
        }
        
         /* workshops */

        .workshops .img-free1 {
            height: 28rem;
            border-top-right-radius: 0rem;
            margin-bottom: .5rem;
            background-size: 10%;
        }

        .workshops .img-free2 {
            height: 30rem;
            border-bottom-left-radius: 0rem;
        }

        .workshops .img-free3 {
            height: 50rem;
        }

        .workshops .img-yoga1 {
            height: 40rem;
        }

        .workshops .yoga-tb {
            margin-top: 1rem;
        }

        .workshops .img-yoga2 {
            height: 30rem;
            border-bottom-left-radius: 0rem;
        }

        .workshops .img-yoga3 {
            height: 30rem;
        }

        .workshops .batik-tb {
            margin-top: 5rem;
        }

        .workshops .img-batik {
            height: 30rem;
            border-top-right-radius: 0rem;
            margin-bottom: 2rem;
        }

        .workshops .share {
            margin-top: 1rem !important;
            font-size: 1.5rem;
        }
    }

        @media screen 
    and (min-width: 768px) 
    and (max-width: 1024px)
    and (orientation:landscape) {
        
        /* workshops */

        .workshops .display-2 {
            font-size: 3rem;
        }

        .workshops .img-free1 {
            height: 36rem;
            background-size: 200%;
        }

        .workshops .img-free2 {
            height: 20rem;
        }

        .workshops .img-free3 {
            height: 20rem;
        }

        .workshops .img-yoga1 {
            height: 34rem;
            background-size: 200%;
        }

        .workshops .yoga-tb {
            margin-top: 1rem;
        }

        .workshops .img-yoga2 {
            height: 20rem;
        }

        .workshops .img-yoga3 {
            height: 20rem;
            background-size: 130%;
        }

        .workshops .batik-tb {
            margin-top: 5rem;
        }

        .workshops .img-batik {
            height: 30rem;
            margin-bottom: 2rem;
            background-size: 140%;
        }

        .workshops .share {
            margin-top: 1rem !important;
            font-size: 1.5rem;
        }
    }

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

        .hide-sm {
            display: none;
        }

        .share {
            font-size: 2rem;
        }

        
        /* nav */

        .navTrigger {
            display: block;
        }
        .nav div.logo {
            margin-left: 0px;
        }
        .nav div.logo img {
            width: 120px;
        }
        .nav div.main_list {
            width: 100%;
            height: 0;
            overflow: hidden;
        }
        .nav div.show_list {
            height: auto;
            display: none;
        }
        .nav div.main_list ul {
            flex-direction: column;
            width: 100%;
            height: 100vh;
            margin-top: 1.5rem;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: #8AADA7;
            /*same background color of navbar*/
            background-position: center top;
        }
        .nav div.main_list ul li {
            width: 100%;
            text-align: right;
        }
        .nav div.main_list ul li a {
            text-align: center;
            width: 100%;
            font-size: 1.3rem;
        }
        .nav div.media_button {
            display: block;
        }

        /* hero */

        .hero h1, p {
            text-align:left;
            padding: 0;
            margin: 0;
        }

        .hero .special-offer {
            display: flex;
            justify-content: center;

        }

        /* booking engine */

        .bk-engine .container {
            margin: 0rem .3rem 1rem .3rem;
            width: auto;
            padding: .5rem;
        }

        .bk-engine h2 {
            font-size: 3.5rem;
            text-align: left;
        }

        /* rooms */

        .rooms .container {
            margin: 0rem .3rem 0rem .3rem;
            width: auto;
            padding: .5rem;
        }

        .rooms h2 {
            padding-top: 1rem;
            padding-left: .4rem;
            font-size: 3.5rem;
            text-align: left;
        }

        .rooms .list-group-item {
            text-align: left;
        }

        /* room-info */


        /* reviews */

        .reviews .container {
            margin: .5rem .4rem .5rem .4rem;
            width: auto;
            padding: .5rem;
        }

        .reviews h2 {
            font-size: 3.5rem;
            text-align: center;
        }

        

        .reviews .card {
            height: 23rem;
        }

        .reviews .blockquote {
            font-size: 1rem;
            min-height: 12rem;
            max-height: 12rem;
        }

        .reviews .card-footer {
            display: block;
            margin-top: 3rem;
            padding: 0;
        }

        /* restaurant */

        .restaurant .container {
            margin: 1rem .3rem 1rem .3rem;
            width: auto;
            padding: .5rem;
            text-align: center;
        }

        .restaurant h2 {
            font-size: 3.5rem;
            text-align: center;
        }

        .restaurant .fa-utensils {
            font-size: 2.5rem;
            margin-top: 1rem;
        }

        /* menu */

        .menu .card-body {
            height: 1rem !important;
            padding: 0.2rem 0 0 0.5rem;
        }

        .menu .card-title {
            font-size: .4rem;
        }

        /* activities */

        .activities .container {
            margin: 2rem .4rem 2rem .4rem;
            width: auto;
            padding: .5rem;
        }

        .activities h2 {
            font-size: 3.5rem;
            text-align: center;
        }

        .activities .act-text-box {
            font-size: 2rem;
            line-height: 2.5rem;
        }

        .activities .card-title-light {
            font-size: 1.8rem;
        }

        .activities .card-title-dark {
            font-size: 1.8rem;
        }

        .activities small {
            text-align: left !important;
        }

        .activities p {
            text-align: unset;
        }

        /* workshops */

        .workshops {
            text-align: center;
        }

        .workshops .img-free1 {
            height: 20rem;
            border-top-right-radius: 0rem;
            margin-bottom: .5rem;
        }

        .workshops .img-free2 {
            height: 16rem;
            border-bottom-left-radius: 0rem;
        }

        .workshops .img-yoga1 {
            height: 20rem;
        }

        .workshops .yoga-tb {
            margin-top: 1rem;
        }

        .workshops .img-yoga2 {
            height: 15rem;
            border-bottom-left-radius: 0rem;
        }

        .workshops .img-yoga3 {
            height: 15rem;
        }

        .workshops .batik-tb {
            margin-top: 5rem;
        }

        .workshops .img-batik {
            height: 15rem;
            border-top-right-radius: 0rem;
            margin-bottom: 2rem;
        }

        .workshops .share {
            margin-top: 1rem !important;
            font-size: 1.5rem;
        }

        /* footer */

        .footer .container {
            margin: .2rem .4rem 0rem .4rem;
            width: auto;
        }
        .top-footer div.text-right {
            text-align: unset !important;
        }
        .bottom-footer div.text-right {
            text-align: unset !important;
        }
        .bottom-footer .phone-us {
            margin-top: 2rem;
        }
        div.col-lg-4.text-right.gap {
            margin-left: 0;
        }

    }

    
    /* iphone 5/SE */
    @media screen and (max-width:320px) and (max-height:568px) { 
        /* nav */

        .nav div.main_list ul li a {
            text-align: left;
            width: 100%;
            font-size: 1.2rem;
            line-height: .7rem;
        }

        /* activities */

        .activities .act-text-box {
            font-size: 2rem;
            line-height: 2rem;
        }

         .reviews .card {
            height: 25rem;
        }

        /* Workshops */

        .workshops .img-free1 {
            height: 18rem;
        }

        .workshops .img-free2 {
            height: 14rem;
        }

        .workshops .img-yoga1 {
            height: 18rem;
        }

        .workshops .img-yoga2 {
            height: 13rem;
        }
    }

/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}








