* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 6px;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Medium.woff2') format('woff2'),
        url('subset-TripSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Bold.woff2') format('woff2'),
        url('subset-TripSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Regular.woff2') format('woff2'),
        url('subset-TripSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans Ultra';
    src: url('subset-TripSans-Ultra.woff2') format('woff2'),
        url('subset-TripSans-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
    color: #1A202C;
}

a:hover {
    color: #1A202C;
}

.bf {
    background-color: #ffffff;
    height: 66px;
    width: 100%;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #D7D4D0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

nav {
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    background-color: #ffffff;
}

.header {
    background-color: #fff;
    height: auto;
    z-index: 30;
    max-width: 1200px;
    margin: auto;
    position: sticky;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.lgg {
    width: 100%;
    height: 100%;
}

.header .logo {
    display: block;
    float: left;
    padding: 16px 25px;
    width: 200px;
    height: 65px;
}

/* menu */

.header .menu {
    font-family: 'Trip Sans';
    font-weight: 900;
    font-size: 3rem;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.button {
    margin-top: 10px;
    width: 15rem;
    height: 5rem;
    font-family: 'Trip Sans';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    background-color: #1A202C;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

/* 48em = 768px */
@media (min-width: 50em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 50em) {
    .header {
        height: auto;
    }
}


/* nav bar */

hr {
    border-width: 0.25px;
    border-color: #E5E5E5;
}

.ütwr {
    padding: 20px 400px 20px 20px;
    max-width: 1200px;
    margin: 10px auto 10px auto;* {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    html {
        font-size: 6px;
    }
    
    @font-face {
        font-family: 'Trip Sans';
        src: url('subset-TripSans-Medium.woff2') format('woff2'),
            url('subset-TripSans-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Trip Sans';
        src: url('subset-TripSans-Bold.woff2') format('woff2'),
            url('subset-TripSans-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Trip Sans';
        src: url('subset-TripSans-Regular.woff2') format('woff2'),
            url('subset-TripSans-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Trip Sans Ultra';
        src: url('subset-TripSans-Ultra.woff2') format('woff2'),
            url('subset-TripSans-Ultra.woff') format('woff');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    
    a {
        text-decoration: none;
        color: #1A202C;
    }
    
    a:hover {
        color: #1A202C;
    }
    
    .bf {
        background-color: #ffffff;
        height: 66px;
        width: 100%;
        position: fixed;
        top: 0;
        border-bottom: 1px solid #D7D4D0;
    }
    
    .clearfix::after {
        content: "";
        display: block;
        clear: both;
    }
    
    nav {
        max-width: 1200px;
        margin: auto;
        position: fixed;
        top: 0;
        background-color: #ffffff;
    }
    
    .header {
        background-color: #fff;
        height: 61px;
        z-index: 30;
        margin: auto;
        position: sticky;
    }
    
    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }
    
    .header li a {
        display: block;
        padding: 20px 20px;
        border-right: 1px solid #f4f4f4;
        text-decoration: none;
    }
    
    .header li a:hover,
    .header .menu-btn:hover {
        background-color: #f4f4f4;
    }
    
    .lgg {
        width: 100%;
        height: 100%;
    }
    
    .header .logo {
        display: block;
        float: left;
        padding: 16px 25px;
        width: 200px;
        height: 65px;
    }
    
    /* menu */
    
    .header .menu {
        font-family: 'Trip Sans';
        font-weight: 900;
        font-size: 3rem;
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }
    
    /* menu icon */
    
    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }
    
    .header .menu-icon .navicon {
        background: #333;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }
    
    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
        background: #333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }
    
    .header .menu-icon .navicon:before {
        top: 5px;
    }
    
    .header .menu-icon .navicon:after {
        top: -5px;
    }
    
    /* menu btn */
    
    .header .menu-btn {
        display: none;
    }
    
    .header .menu-btn:checked~.menu {
        max-height: 240px;
    }
    
    .header .menu-btn:checked~.menu-icon .navicon {
        background: transparent;
    }
    
    .header .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
    }
    
    .header .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
    }
    
    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
        top: 0;
    }
    
    .button {
        margin-top: 10px;
        width: 15rem;
        height: 5rem;
        font-family: 'Trip Sans';
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        color: #fff;
        background-color: #1A202C;
        border: none;
        border-radius: 45px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: none;
    }
    
    /* 48em = 768px */
    @media (min-width: 50em) {
        .header li {
            float: left;
        }
    
        .header li a {
            padding: 20px 30px;
        }
    
        .header .menu {
            clear: none;
            float: right;
            max-height: none;
        }
    
        .header .menu-icon {
            display: none;
        }
    }
    
    @media (max-width: 50em) {
        .header {
            height: auto;
        }
    }
    
}

/*------------------------------------------------*/
@media (max-width: 1100px) {

    .ütwr {
        padding: 20px 20px 20px 20px;
    }

}

@media (max-width: 800px) {

    .ütan {
        margin-top: 65px;
    }

}

@media (max-width: 50em) {

    .eewq {
        width: 100%;
    }

    .eeas {
        width: 100%;
    }

}

@media (min-width: 50em) {
    .eewq {
        height: 140px;
        width: 50%;
        float: left;
    }

    .eeas {
        width: 50%;
        float: left;
    }
}

.eeas {
    height: 140px;
    background-color: #333;
}

.fhju {
    display: block;
    padding: 0px 0px 15px 15px;
}

.weqr {
    max-width: 400px;
    display: block;
    padding: 15px 15px 0px 15px;
}

.cards_item img:hover {
    opacity: 0.8;
    z-index: 2;
}


.eewq {
    min-height: 140px;
    background-color: #EBEDFC;
}

.eerw {
    min-height: 180px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/* Design */
.fhju {
    margin: auto;
}

.button2 {
    width: 15rem;
    height: 5rem;
    font-family: 'Trip Sans';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    background-color: #00AA6C;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.gb {
    background-color: #FFFFFF;
    padding-left: 20px;
    margin-top: 20px;
}

.main {
    background-color: #E5E5E5;
    max-width: 1200px;
    margin: 0 auto;
}

.main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card_image {
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.cards_item {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 33rem) {
    .button2 {
        display: none;
    }

    .card_text {
        display: none;
    }

    .main {
        background-color: #FFFFFF;
    }

    .cards_item {
        width: 50%;
    }

    .main {
        padding: 20px;
    }

    .cards_item {
        padding: 1rem;
    }

    .main img {
        border-radius: 8px;
    }

    .card_content {
        padding: 0%;
    }
}

@media (min-width: 50rem) {
    .cards_item {
        width: 33.33333333%;
    }
}

@media (min-width: 70rem) {
    .cards_item {
        width: 25%;
    }
}



.mnm {
    object-fit: cover;
    width: 100%;
    height: 140px;
}

.card {
    width: 100%;
    background-color: white;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
}


.card_content {
    padding: 3rem;
}

.card_title {
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}

/*---------map-------------*/

.hh {
    margin: auto;
    max-width: 1100px;
}

.bmap {
    background-color: #FAF1ED;
    height: 604px;
    padding-top: 58px;
    padding-bottom: 102px;
    padding-left: 20px;
    padding-right: 20px;
}

.map {
    margin: auto;
    max-width: 1100px;
    height: 400px;
}

/*---------------------------------------------*/
.shrl {
    max-width: 1100px;
    margin: 20px auto 500px auto;
    padding: 20px;
}

.shrl img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cnmj {
    width: 100%;
    height: 100%;
}

.ftgf {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 190px;
}

.cntn {
    padding: 10px;
    height: 190px;
}


@media (max-width: 40em) {

    .ftgf {
        width: 100%;
        max-height: 300px;
    }

    .cntn {
        width: 100%;
        max-height: 142px;
    }

}

@media (min-width: 40em) {
    .ftgf {
        width: 30%;
        float: left;
    }

    .cntn {
        width: 70%;
        float: left;
    }
}

/*----------------------------------------------*/
.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #F7F7F7;
    font-family: 'Trip Sans';
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.footer-divs {
    font-family: 'Trip Sans';
    background-color: #F7F7F7;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}

.footer-div {
    line-height: 5rem;
    width: 100%;
    float: left;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.footer-div1 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    text-align: center;
    background-color: #F7F7F7;
}

footer li {
    display: inline-block;
    margin-right: 1rem;
}

.btn {
    margin-top: 2rem;
    font-weight: 400;
    display: inline-block;
    border: 2px solid black;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all .5s;
}

.btn-outline {
    color: black;
    border-color: black;
}

.btn-social {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    font-size: 5rem;
    line-height: 2rem;
}

.btn-outline:hover {
    color: #E0E0E0;
    background-color: black;
}