* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-weight: normal;
}

.hidewhendesktop {
    display: none;
}

@font-face {
    font-family: uncutsans-bold;
    src: url(../assets/fonts/UncutSans-Semibold.woff2);
}

@font-face {
    font-family: uncutsans-medium;
    src: url(../assets/fonts/UncutSans-Medium.woff2);
}

@font-face {
    font-family: uncutsans-regular;
    src: url(../assets/fonts/UncutSans-Regular.woff2);
}

@font-face {
    font-family: uncutsans-italic;
    src: url(../assets/fonts/UncutSans-RegularItalic.woff2);
}

@font-face {
    font-family: uncutsans-light;
    src: url(../assets/fonts/UncutSans-Light.woff2);
}

@font-face {
    font-family: azadliq;
    src: url(../assets/fonts/AZADLIQ-Black.woff2);
}

nav {
    background-color: #060D04;
    height: 70px;
    position: fixed;
    width: 100%;
}

h1 {
    font-family: AZADLIQ, sans-serif;
}

.readmore {
    font-style: italic;
    color: #7c7a79;
}

.nav-container {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avc-nav-icon {
    margin-right: auto;
    align-self: normal;
}

nav img {
    margin-top: 20px;
    height: 80px;
}

.navbutton {
    font-family: uncutsans-medium;
    font-size: 18px;
    text-decoration: none;
    
    color: #FBF9F5;
    background-color: #060D04;
    border: none;
    border-radius: 7px;

    padding: 6px 12px;
    margin: 12px;
}

.navbutton:hover {
    color: #060D04;
    background-color: #FDB714;
}

.navbutton:hover + .navdropdown-content, .navdropdown-content:hover{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    cursor: pointer;
}

.navdropdown-content {
    display: none;
    position: absolute;
    background-color: #060D04;
    margin-top: 7px;
    justify-content: stretch;
    border-radius: 8px;
    flex-direction: column;
}

.navdropdown-content a {
    font-family: uncutsans-regular;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 21px;
    color: #FBF9F5;
}

.navdropdown-content a:last-child {
    padding-bottom: 14px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.navdropdown-content-mob a:last-child {
    padding-bottom: 14px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.navdropdown-content-mob a:hover {
    color: #060D04;
    background-color: #FDB714;
}

.navdropdown-content-mob {
    display: none;
    position: absolute;
    background-color: #060D04;
    margin-top: 7px;
    justify-content: stretch;
    border-radius: 8px;
    flex-direction: column;
}

.navdropdown-content-mob a {
    font-family: uncutsans-regular;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 21px;
    color: #FBF9F5;
}

.navdropdown-content-mob a:last-child {
    padding-bottom: 14px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.navdropdown-content a:hover {
    color: #060D04;
    background-color: #FDB714;
}



.hero {
    background-image: url(../assets/homepage-article1.jpg);
    color: #FBF9F5;
    background-position: center;
}

.hero-container {
    display: flex;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: 640px;
    padding-top: 70px;
}

.hero-main{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-main p {
    font-family: uncutsans-light;
    font-size: 14px;
    text-decoration: none;
    color: #FBF9F5;
    line-height: 140%;
}

.hero-main p>a {
    font-family: uncutsans-medium;
    font-size: 14px;
    color: #FBF9F5;
    line-height: 130%;
}

.hero-main p>a:hover {
    text-decoration: none;
}

.hero-main>p{
    align-self: end;
    margin-bottom: auto;
    margin-top: 32px;
    text-align: right;
    width: 25%;
}

.hero-main h1 {
    font-family: AZADLIQ, sans-serif;
    font-size: 100px;
    color: #FBF9F5;
}

.hero-highlight {
    display: inline;
    background-image: url(../assets/SVG/scribble1.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hero-main-1{
    display: flex;
    justify-content: space-between;
    padding-bottom: 54px;
}

.hero-main-1>p{
    width: 45%;
}

.hero-main-1-button{
    display: flex;
    justify-content: end;
    align-items: end;
}

.hero-main-1-button>button{
    font-family: uncutsans-medium;
    font-size: 18px;
    text-decoration: none;

    color: #060D04;
    background-color: #E893BF;
    border: none;
    border-radius: 8px;
    padding: 6px 32px;
}

.hero-main-1-button>button:hover{
    background-color: #FBF9F5;
    cursor: pointer;
}








main {
    background-image: url(../assets/background-1.jpg);
}

.main {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.main-guides {
    padding-top: 64px;
}

.main-guides-container {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    row-gap: 14px;
}

.main-guides-item {
    font-family: uncutsans-medium;
    color: #060D04;
    text-decoration: none;
    font-size: 18px;

    padding-top: 38px;
    padding-bottom: 42px;
    flex: 1 1 120px;
    background-color: #E893BF;
    margin-right: 16px;
    text-align: center;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.main-guides-item:hover {
    background-color: #FDB714;
}

.main-guides-item:last-child {
    margin-right: 0;
}

.guides-icon-circle {
    width: 96px;
    height: 96px;
    background-color: #FBF9F5;
    border-radius: 120px;
    align-self: center;
    margin-bottom: 28px;
    display: flex
}

.guides-icon-circle img{
    align-self: flex-end;
}

.main-blog {
    padding-top: 64px;
    padding-bottom: 72px;
}

.main-section-header {
    font-size: 32px;
    font-family: uncutsans-bold;
    margin-bottom: 26px;
}

.main-section-header-2 {
    font-size: 20px;
    font-family: uncutsans-medium;
    display: inline-block;
    margin-left: 16px;
    text-decoration: none;
    color: #006E44;
}

.main-section-header-2:hover {
    color: #7c7a79;
}

.main-blog-articleprev {
    display: flex;
    margin-bottom: 36px;
    margin-top: 24px;
}

.main-blog-articleprev>a{
    flex: 5;
}

.main-blog-articleprev-content a{
    color: #060D04;
}

.main-blog-articleprev>a:hover + .main-blog-articleprev-content>a{
    color: #006E44;
}

.main-blog-articleprev img{
    height: 200px;
    border-radius: 12px;
}

.main-blog-articleprev-content{
    padding-left: 36px;
    flex: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-blog-articleprev-content a{
    text-decoration: none;
}

.main-blog-articleprev-content h3{
    font-size: 24px;
    font-family: uncutsans-bold;
    width: 60%;
}

.articleprev-line {
    width:100%; 
    height:1.5px; 
    background:#7c7a79;
    margin-top: 16px;
    margin-bottom: 12px;
}

.articleprev-text {
    font-family: uncutsans-light;
    font-size: 16px;
    line-height: 130%;
    width: 85%;
}

.articleprev-date {
    font-family: uncutsans-light;
    color: #7c7a79;
    font-size: 16px;
    line-height: 130%;
    margin-top: 8px;
}

.main-blog-articleprev-content h3:hover{
    color: #006E44;
}



footer {
    background-color: #060D04;
    color: #FBF9F5;
}

.footer-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
}

.footer-contact {
    display: flex;
}

.footer-contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 32px;
}

.footer-contact>img {
    height: 124px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.footer-contact-name {
    font-family: uncutsans-bold;
    font-size: 18px;
}

.footer-contact-address {
    font-family: uncutsans-light;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 8px;
}

.footer-contact-icons img {
    height: 22px;
    margin-top: 2px;
    margin-right: 12px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(450%) hue-rotate(323deg) brightness(104%) contrast(97%);
}

.footer-contact-icons img:hover {
    filter: brightness(0) saturate(100%) invert(77%) sepia(63%) saturate(2286%) hue-rotate(348deg) brightness(105%) contrast(98%);;
}

.footer-nav-container {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.footer-nav li {
    list-style: none;
}

.footer-nav {
    margin-right: 64px;
    line-height: 140%;
}

.footer-nav a{
    font-family: uncutsans-regular;
    color: #fbf9f5;
    text-decoration: none;
}

.footer-nav a:hover{
    color: #FDB714;
}

.footer-contact-name {
    margin-bottom: 0;
}






/*MENU STUFF*/

.menusection-container {
    display: flex;
    column-gap: 24px;
    flex-wrap: wrap;

    padding-top: 42px;
}

.menusection-container:last-child {
    align-self: flex-start;
}

.menusection-container-item {
    text-decoration: none;
    max-width: 325px;
    margin-bottom: 64px;
    color: #060D04;
    flex-direction: column;
}

.menusection-container-item:hover {
    color: #006E44;
}

.leisure:hover {
    color: #006E44;
    border-color: #006E44;
}

.menusection-container-item img{
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

.menusection-container-item h3{
    font-family: uncutsans-bold;
    font-size: 24px;
}


.leisure h3{
    font-size: 32px;
    margin-top: 12px;
}

.leisure {
    text-decoration: none;
    max-width: 100%;
    margin-bottom: 64px;
    color: #060D04;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.leisure:hover {
    color: #006E44;
}

.leisure img{
    width: 300px;
    border-radius: 12px;
    margin-right: 24px;
}

.leisure h3{
    margin-top: 12px;
    margin-bottom: 12px;
}

.leisure p{
    margin-top: 12px;
    margin-bottom: 12px;
}

.categorytag {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: uncutsans-light;
    font-size: 16px;
    border-radius: 100px;
    border-width: 1.5px;
    border-style: solid;
    border-color: #060D04;
    margin-top: 42px;
    background-color: transparent;
    display: inline;
}

.price {
    font-family: uncutsans-italic;
    color: #006E44;
    margin-top: 6px;
    font-size: 18px;
}

.menusection-search {
    display: flex;
    column-gap: 8px;
}

.menusection-search input {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-right: 128px;
    font-family: uncutsans-light;
    font-size: 16px;
    border-radius: 100px;
    border-color: #7c7a79;
    margin-top: 42px;
    border-style: solid;
    border-color: #060D04;
    background-color: transparent;
    margin-right: auto;
}

.menusection-search button {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: uncutsans-light;
    font-size: 16px;
    border-radius: 100px;
    border-style: solid;
    border-color: #060D04;
    margin-top: 42px;
    background-color: transparent;
}

.menusection-search button:hover {
    color: #FBF9F5;
    background-color: #060D04;
}

.menusection-search button:active {
    color: #FBF9F5;
    background-color: #7c7a79;
}

.featured {
    color: #f0a50f;
    font-size: 18px;
}

.menusection-container-item {
    display: none; /* Hide all items by default */
  }
  
  .menusection-container-item.show {
    display: flex; /* Show items with the 'show' class */
}
  







/*BLOG ENTRY*/

.hero-blog1 {
    background-color: #060D04;
    background: linear-gradient(180deg, #00000000 0%, rgba(0,0,0,0.90) 100%), 
    url(../assets/article1.jpg);
    background-position: center;
}

.hero-blog2 {
    background-color: #060D04;
    background: linear-gradient(180deg, #00000000 0%, rgba(0,0,0,0.90) 100%), 
    url(../assets/article2.jpg);
    background-position: center;
}

.hero-blog3 {
    background-color: #060D04;
    background: linear-gradient(180deg, #00000000 0%, rgba(0,0,0,0.90) 100%), 
    url(../assets/article0.jpg);
    background-position: center;
}

.hero-blog4 {
    background-color: #060D04;
    background: linear-gradient(180deg, #00000000 0%, rgba(0,0,0,0.90) 100%), 
    url(../assets/article4.jpg);
    background-position: center;
}

.hero-blog5 {
    background-color: #060D04;
    background: linear-gradient(180deg, #00000000 0%, rgba(0,0,0,0.90) 100%), 
    url(../assets/article3.jpg);
    background-position: center;
}




.blogheroentry-container {
    display: flex;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 28px;
}

.blogheroentry-main {
    width: 82%;
}


.blogheroentry-main h1 {
    line-height: 90%;
    font-family: AZADLIQ, sans-serif;
    font-size: 82px;
    color: #FBF9F5;
}

.blogheroentry-main p {
    font-family: uncutsans-regular;
    font-size: 18px;
    text-decoration: none;
    color: #FBF9F5;
    line-height: 140%;
    margin-top: 16px;
}

.blogentry-maincontent {
    font-family: uncutsans-regular;
    font-size: 22px;
    text-decoration: none;
    color: #060D04;
    line-height: 160%;
    padding-top: 58px;
    padding-bottom: 72px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.blogentry-maincontent p{
    padding-top: 24px;
}

.blogentry-maincontent h4{
    font-family: uncutsans-bold;
    font-size: 28px;
    padding-top: 24px;
}

.blurb {
    font-family: uncutsans-italic;
}

.blogentry-line {
    width:100%; 
    height:1.5px; 
    background:#7c7a79;
    margin-top: 24px;
    margin-bottom: 12px;
}

.blogentry-related-list{
    display: flex;
    column-gap: 20px;
}

.blogentry-related>h4{
    padding-bottom: 26px;
}

.blogentry-related-list-item{
    line-height: 130%;
}

.blogentry-related-list-item a{
    font-family: uncutsans-bold;
    font-size: 24px;
    text-decoration: none;
    color: #060D04;
    margin-top: 16px;
}

.blogentry-related-list-item a:hover{
    color: #006E44;
}

.blogentry-related-list-item p{
    font-family: uncutsans-regular;
    font-size: 18px;
    text-decoration: none;
    color: #7c7a79;
    line-height: 100%;
    padding-top: 12px;
    margin-top: normal;
}












/*ABOUT PAGE*/

.about {
    margin-left: auto;
    margin-right: auto;
}

.about-head {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 136px;
    display: flex;
    column-gap: 64px;
    align-items: center;
    padding-bottom: 52px;
}

.about-head-logo {
    width: 620px;
    flex: 3;
}

.about-head-content {
    flex: 5;
}

.about-head-content p{
    font-family: uncutsans-regular;
    font-size: 16px;
    color: #060D04;
    line-height: 160%;
}

.about-head-content h1{
    font-size: 64px;
}

.about-line {
    width:100%; 
    height:1.5px; 
    background:#D9D9D9;
}

.about-highlight1{
    display: inline;
    background-image: url(../assets/SVG/scribble6.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.about-highlight2{
    display: block;
    background-image: url(../assets/SVG/scribble5.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.about-team {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
    column-gap: 64px;
    align-items: center;
    padding-bottom: 52px;

    font-size: 32px;
    text-align: center;
}

.about-team-container{
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
}

.about-team-container-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px;
    padding: 42px 42px;

    background-color: #D9D9D9;
    border-radius: 20px;
    align-self: center;
    margin-bottom: 28px;
    display: flex
}

.about-team-container-item img{
    width: 140px;
    height: 140px;
    border-radius: 80px;
    object-fit: cover;
}

.about-team-container-item h2{
    font-family: uncutsans-bold;
    font-size: 22px;
    text-decoration: none;

    margin-top: 18px;
    text-align: center;
}

.about-team-container-item p{
    font-family: uncutsans-regular;
    font-size: 14px;
    text-decoration: none;
    margin-top: 14px;
}







/*BLOG*/

.blogsection-blog {
    padding-top: 64px;
    padding-bottom: 72px;
}

.blogsection-section-header {
    font-size: 32px;
    font-family: uncutsans-bold;
    margin-bottom: 26px;
}

.blogsection-section-header-2 {
    font-size: 20px;
    font-family: uncutsans-medium;
    display: inline-block;
    margin-left: 16px;
    text-decoration: none;
    color: #006E44;
}

.blogsection-section-header-2:hover {
    color: #7c7a79;
}

.blogsection-blog-articleprev {
    display: flex;
    margin-bottom: 36px;
    margin-top: 24px;
}

.blogsection-blog-articleprev>a{
    flex: 5;
}

.blogsection-blog-articleprev-content a{
    color: #060D04;
}

.blogsection-blog-articleprev>a:hover + .blogsection-blog-articleprev-content>a{
    color: #006E44;
}

.blogsection-blog-articleprev img{
    max-height: 350px;
    border-radius: 12px;
}

.blogsection-blog-articleprev-content{
    padding-left: 36px;
    flex: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blogsection-blog-articleprev-content a{
    text-decoration: none;
}

.blogsection-blog-articleprev-content h3{
    font-size: 28px;
    font-family: uncutsans-bold;
    width: 85%;
}

.articleprev-text {
    font-family: uncutsans-light;
    font-size: 16px;
    line-height: 130%;
    width: 90%;
}

.articleprev-date {
    font-family: uncutsans-light;
    color: #7c7a79;
    font-size: 16px;
    line-height: 130%;
    margin-top: 8px;
    order: -1;
}

.blogsection-blog-articleprev-content h3:hover{
    color: #006E44;
}

.blogarticleprev-line {
    width:100%; 
    height:1.5px; 
    background:#7c7a79;
    margin-top: 16px;
    margin-bottom: 12px;
}


.blogsection-blogmenu {
    padding-top: 64px;
    padding-bottom: 72px;
}

.blogsection-blogmenu-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.blogsection-blogmenu-articleprev {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    margin-top: 16px;
    width: 480px;
}

.blogsection-blogmenu-articleprev>a{
    flex: 5;
}

.blogsection-blogmenu-articleprev-content a{
    color: #060D04;
}

.blogsection-blogmenu-articleprev>a:hover + .blogsection-blogmenu-articleprev-content>a{
    color: #006E44;
}

.blogsection-blogmenu-articleprev img{
    border-radius: 12px;
    width: 100%;
}

.blogsection-blogmenu-articleprev-content{
    flex: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blogsection-blogmenu-articleprev-content a{
    text-decoration: none;
}

.blogsection-blogmenu-articleprev-content h3{
    font-size: 28px;
    font-family: uncutsans-bold;
    width: 85%;
}

.blogsection-blogmenu-articleprev-content h3:hover{
    color: #006E44;
}

.bloghero-container {
        display: flex;
        max-width: 1020px;
        margin-left: auto;
        margin-right: auto;
        height: 300px;
}

.blogsection-divline {
    width:100%; 
    height:1.5px; 
    background:#7c7a79;
    margin-top: 16px;
    margin-bottom: 12px;
}




















@media only screen and (max-width: 1139px) {
    .nav-container {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hero-container {
        display: flex;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        height: 640px;
    }

    .blogheroentry-container {
        max-width: 750px;
    }

    .hero-main>p{
        width: 35%;
    }

    .hero-main-1>p{
        width: 65%;
    }

    .main {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-blog-articleprev-content h3{
        width: 100%;
    }
    
    .articleprev-line {
        width:100%; 
    }
    
    .articleprev-text {
        width: 95%;
    }

    .footer-container {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    
        display: flex;
        justify-content: space-between;
    }
    
    .blogsection-blog-articleprev {

        flex-direction: column;
    }

    .blogsection-blog-articleprev-content {
        padding-left: 0;
        padding-top: 24px;
    }

    .blogsection-blog-articleprev img{
        max-height: auto;
        width: 100%;
    }

    .bloghero-container {
        max-width: 720px;
    }

    .blogarticleprev-line {
        display: none;
    }

    .blogsection-blogmenu-articleprev {
        flex-direction: row;
    }

    .blogsection-blogmenu-articleprev img{
        height: 160px;
        object-fit: cover;
    }

    .blogsection-blogmenu-articleprev a{
        flex: 1;
    }

    .blogsection-blogmenu-articleprev-content{
        flex: 1;
        margin-left: 24px;
    }

    .blogsection-blogmenu-articleprev-content h3{
        font-size: 26px;
    }

    .blogsection-blog-articleprev-content h3{
        margin-bottom: 12px;
    }

    .blogsection-blogmenu-articleprev {
        width: 100%;
    }

    .menusection-container {
        justify-content: space-between;
    }
    
    .menusection-container-item {
        text-decoration: none;
        max-width: 360px;
        margin-bottom: 34px;
    }

    .leisure {
        flex-direction: column;
    }

    .leisure img{
        width: 100%;
    }
}

@media only screen and (max-width: 749px) {
    .nav-container {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hero-container {
        display: flex;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        height: 710px;
    }

    .blogheroentry-container {
        max-width: 450px;
    }

    .hero-main-1{
        flex-direction: column;
    }

    .hero-main-1-button{
        justify-content: start;
    }

    .hero-main-1-button>button{
        font-family: uncutsans-medium;
        font-size: 20px;
        text-decoration: none;
    
        color: #060D04;
        background-color: #E893BF;
        border: none;
        border-radius: 8px;
        padding: 6px 16px;

        margin-top: 18px;
    }

    .hero-main-1>p{
        width: 80%;
    }

    .hero-main>p{
        width: 45%;
    }
    
    .hero-main>h1{
        line-height: 97%;
        width: 45%;
        margin-bottom: 24px;
    }

    .main {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-blog-articleprev-content{
        padding-left: 0;
    }

    .main-blog-articleprev-content h3{
        width: 100%;
    }

    .main-blog-articleprev-content a{
        margin-top: 24px;
    }

    .main-blog-articleprev img{
        height: auto;
        width: 100%;
    }
    
    .main-blog-articleprev {
        flex-direction: column;
        margin-top: 32px;
    }    

    .articleprev-line {
        width:100%; 
    }
    
    .articleprev-text {
        width: 100%;
    }
    
    .main-guides-item:nth-child(3) {
        margin-right: 0;
    }

    .footer-container {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    
        align-items: center;
        flex-direction: column;
    }
    
    .footer-nav-container {
        justify-content: space-evenly;
        padding-bottom: 32px;
        font-size: 20px;
    }

    .footer-nav {
        text-align: center;
        margin-right: 0;
        line-height:200%;
    }

    .footer-line {
        width: 100%; 
        height:1.5px; 
        background:#FBF9F5;
        margin-bottom: 22px;
    }
    
    .about-head-logo {
        display: none;
    }

    .about-head-content {
        text-align: center;
    }

    .about-team-container{
        flex-direction: column;
    }

    .about-team-container-item{
        flex-direction: row;
        column-gap: 24px;
    }

    .about-team-container-item img{
        width: 120px;
        height: 120px;
    }

    .about-team-container-item h2{
        font-size: 26px;
        text-align: left;
    }
    
    .about-team-container-item p{
        font-size: 16px;
        text-align: left;
    }

    .about-team-container-item{
        padding: 32px 28px
    }
    
    .bloghero-container {
        max-width: 450px;
}

.blogsection-blogmenu-articleprev-content h3{
    font-size: 22px;
}

.menusection-container {
    justify-content: space-between;
}

.menusection-container-item {
    text-decoration: none;
    max-width: 100%;
    margin-bottom: 34px;
}

.menusection-search input {
    padding-right: 72px;
}
.menusection-search button {
    margin-top: 16px;
}

.menusection-search {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: none;
}


}

@media only screen and (max-width: 499px) {
    .nav-container {
        max-width: 370px;
    }
    
    .hero-container {
        max-width: 320px;
        height: 710px;
    }

    .blogheroentry-container {
        max-width: 320px;
    }

    .main {
        max-width: 320px;
    }

    .footer-container {
        max-width: 320px;
    }

    .hero-main-1>p{
        width: 95%;
    }

    .hidewhenmobile {
        display: none;
    }

    .hidewhendesktop {
        display: block;
    }

    .nav-container img{
        width: 164px;
    }

    .hero-main h1 {
        margin-bottom: 24px;
    }

    .main-guides-item {
        font-family: uncutsans-medium;
        color: #060D04;
        text-decoration: none;
        font-size: 22px;
    
        padding-top: 12px;
        padding-left: 32px;
        padding-bottom: 18px;
        flex: 1 1 200px;
        background-color: #E893BF;
        margin: 0;
        align-items: center;

        text-align: center;
        flex-direction: row;
    }

    .guides-icon-circle {
        margin-top: 12px;
        margin-bottom: 12px;
        margin-right: 32px;
    }

    .guides-icon-circle img {
        width: 92px;
        align-self: auto;
    }
    
    .footer-contact>img {
        height: 84px;
        margin-top: 26px;
        margin-bottom: 26px;
    }
    
    .footer-contact-name {
        font-family: uncutsans-bold;
        font-size: 18px;
    }
    
    .footer-contact-address {
        font-family: uncutsans-light;
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 8px;
    }
    
    .footer-contact-icons img {
        height: 20px;
        margin-top: 4px;
        margin-right: 12px;
        filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(450%) hue-rotate(323deg) brightness(104%) contrast(97%);
    }

    .bloghero-container {
        display: flex;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        height: 300px;
    }

    .blogheroentry-main h1 {
        line-height: 100%;
        font-family: AZADLIQ, sans-serif;
        font-size: 64px;
        color: #FBF9F5;
    }

    .blogheroentry-main {
        width: 100%;
    }

    .blogentry-related-list{
        display: flex;
        flex-direction: column;
    }

    .blogentry-related-list-item:last-child{
        padding-top: 26px;
    }
}









/*modal kineme*/

.modal-body {
    display: flex;
    flex-direction: column;
    padding: 34px 32px;
    border-radius: 24px;
}

.modal-body img {
    border-radius: 8px;
    width: 50%;
    height: 400px;
    object-fit: cover;
}

.btn-close {
    align-self: flex-end;
}

.modal-body {
    display: flex;
    flex-direction: row;
}

.modal-body-text {
    margin-left: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.modal-body-text h2 {
    font-family: uncutsans-bold;
    font-size: 36px;
}

.modal-body-text h3 {
    font-family: uncutsans-bold;
    font-size: 16px;
    color: #006E44;
    margin-bottom: 12px;
}

.modal-body-text h4 {
    font-family: uncutsans-bold;
    font-size: 16px;
    margin-top: 24px;
}

.modal-body-text li {
    font-family: uncutsans-regular;
    font-size: 16px;
    margin-top: 8px;
    color: #060D04;
}

.modal-body-text p {
    font-family: uncutsans-regular;
    font-size: 16px;
    margin-top: 24px;
}

.easyaddress {
    color: #006E44;
    font-family: uncutsans-bold;
    display: none;
}

.address {
    color: #006E44;
    font-family: uncutsans-italic;
    margin-bottom: 0;
}

.modal-featured {
    display: flex;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
    padding-bottom: 34px;
}

.modal-featured-item {
    background-color: #D9D9D9;
    max-width: 31.5%;
    padding: 22px 42px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.highlightedfeature {
    background-color: #f0a50f;
}

.modal-featured-item img{
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 120px;
}

.secondary-info .modal-featured-item img{
    object-fit: contain;
    background-color: #FBF9F5;
    overflow: visible;
}

.modal-featured-item h3{
    padding-top: 28px;
    font-size: 22px;
    font-style: uncutsans-bold;
}

.modal-featured-item h4{
    font-size: 16px;
}

.modal-featured-item p{
    font-size: 14px;
}

.secondary-info {
    display: flex;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
    padding-bottom: 34px;
    column-gap: 16px;
}

.secondary-info iframe{
    border-radius: 12px;
}

.modal-content>h3 {
    margin-left: 32px;
}

@media only screen and (max-width: 991px) {
    .modal-body {
        display: flex;
        flex-direction: column;
    }

    .modal-body img {
        border-radius: 8px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .modal-body-text {
        margin-left: 0;
    }

    .modal-body-text>button {
        display: none;
    }

    .modal-body-text h2{
        margin-top: 16px;
    }

    .modal-featured-item {
        flex-direction: row;
        max-width: 100%;
        column-gap: 24px;
    }

    .modal-featured {
        flex-direction: column;
        row-gap: 24px;
    }

    .modal-featured-item img{
        max-width: 40%;
        aspect-ratio: 1 / 1;
        flex: 1;
        background-color: #FBF9F5;
    }

    .modal-featured-item-text {
        text-align: left;
        flex: 1;
    }

    .secondary-info {
        flex-direction: column;
        row-gap: 22px;
    }

    .secondary-info iframe{
        width: 100%;
    }
}

.video-container iframe{
    width: 100%;
    overflow: visible;
}

.blogentry-maincontent img{
    width: 100%;
    border-radius: 12px;
}