* {
    font-family: 'Quicksand', sans-serif;
}

/* Mavi: #4197cb Kırmızı: #02564d */

header {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc40;
}

header .header-top {
    width: 100%;
    background-color: #028376;
    display: block;
    margin-bottom: 18px;
    text-align: center;
    color: #fff;
    padding: 14px 0px;
    position: relative;
}

header .header-top a {
    text-decoration: none;
    color: #fff;
}

header .header-top span i {
    float: left;
    font-size: 13px;
}

header .logo-area {
    height: 49px;
    margin-bottom: 7px;
}

header .diji-menu {
    margin: 0;
    padding: 0;
    float: right;
}

header .diji-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

header .diji-menu li a{
    margin: 0;
    text-decoration: none;
    color: #1e1f28;
    padding: 12px 12px;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

header .diji-menu > li > a > ion-icon{
    font-size: 15px;
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

header .diji-menu > li:last-child > a{
    color: #fff;
    background-color: #028376;
    padding: 12px 25px;
    margin-left: 12px;
    border-radius: 5px;
}

.slider-area {
    background-color: #f5f5fd;
}

.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 35px 0px;
}

.career-area button {
    background-color: #02564d;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 15.5px;
    font-weight: 600;
    position: relative;
    margin-top: -5px;
    outline: 0;
}


.career-select-btn input[type="radio"] {
    display: none;
}

.career-select-btn label {
    background-color: #f9f9f952;
    box-shadow: 0px 0px 10px #cccccc38;
    padding: 30px 20px;
    border: 1px solid #cccccc4a;
    border-radius: 5px;
    width: 100%;
}

.career-select-btn label h5 {
    color: #02564d;
    font-size: 17px;
    font-weight: 600;
}

.career-select-btn label p {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
}

.career-select-btn label span {
    color: #8a8a8a;
    background-color: #ffffff59;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #e2e2e2b8;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn label:hover span {
    color: #fff;
    background-color: #02564d;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #02564d;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn input[type="radio"]:checked+label {
    background-color: #02564d !important;
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label h5{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label p{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label span {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}


.contact-area {
    padding-top: 45px;
    display: inline-block;
    width: 100%;

}

.contact-area .box svg {
    height: 52px;
    margin-bottom: 12px;
    fill: #02564d;
}

.contact-area .box {
    text-align: center;
    margin-top: 15px;
}

.contact-area .box h5 {
    color: #424242;
    font-size: 19px;
}

.contact-area .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #656565;
    font-weight: 300;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}


.contact-area .box a.ozel {
    color: #02564d;
    font-weight: 500;
    border-bottom: 1px dashed #02564d;
    text-decoration: none;
    padding: 7px 2px;
}


.maps-area {
    padding: 0px;
    background-color: #f8fafc;
    margin-bottom: -12px;
}

.maps-area .map-box h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
}

.slider-area .slider {
    padding: 0px 0px;
}

.slider-area .slider img {
    width: 100%;
}

.slider-area .slider .text-area {
    margin-top: 20%;
}

.slider-area .slider .text-area h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    color: #1e1f28;
}

.slider-area .slider .text-area h5 span{
    font-size: 18px;
    display: block;
    margin-bottom: -26px;
    font-weight: 500;
}

.slider-area .slider .text-area a {
    background-color: #02564d;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 3px;
    display: inline-block;
    border-radius: 25px;
}

.ecommerce-slider {
    background-color: #fff;
}

footer {
    background-color: #028376;
    width: 100%;
    padding-top: 65px;
}


footer .copyright {
    background-color: transparent;
    width: auto;
    display: table;
    margin: 0 auto;
    color: #fff;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #fff;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #fff;
}

footer .copyright ul li:last-child {
    border-right: 0px dashed #fff;
}

footer hr {
    margin: 0;
    padding: 0;
    border-color: #fff;
    background-color: #ffffffad;
    opacity: 1;
    margin-top: 55px;
}


footer .footer-social {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 1px dashed #fff;
    padding: 25px 0px;
}


footer .footer-social .phone  {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

footer .footer-social .phone h6 {
    display: table;
    font-size: 23px;
    margin: 0;
    margin-top: 2px;
}

footer .footer-social .phone h6 span{
    font-size: 14px;
    font-width: 300;
}

footer .footer-social .phone svg {
    width: 51px;
    fill: #fff;
    display: block;
    float: left;
    margin-right: 15px;
}

footer  .social {
    float: left;
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
}

footer .social li {
    float: left;
    margin: 0px;
    padding: 0;
    margin-right: 15px;
    list-style: none;
}

footer .social li a{
    color: #fff;
    font-size: 22px;
    margin-top: 13px;
    display: block;
}


footer h4 {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
    font-weight: 400;
    margin-bottom: 18px;
    font-family: "Argesta Display";
    margin-top: -1px;
}

footer .fot-menu {
    margin: 0;
    padding: 0;
}

footer .fot-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .reservation-btn {
    padding: 8px 20px;
    margin-top: 15px;
    background-color: #02564d;
    border-radius: 5px;
    display: table;
    text-align: center;
    width: 100%;
    max-width: 200px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 6px;
}

footer .fot-menu li a {
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 6px;
    line-height: 26px;
}

footer .fot-menu li a b {
    font-weight: 400;
}

footer .logo {
    width: 100%;
    max-width: 170px;
    margin-top: 5px;
    margin-bottom: 10px
}

.instagram-area .owl-dots {
    display: none;
}

footer .tripadvisor-logo {
    margin-top: 25px;;
}

footer .text-fot {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}

.hood-area {
    background-color: #eaeaea;
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.hood-area h2 {
    font-weight: 500;
    font-size: 28px;
    color: #fff;
}

.hood-area p {
    margin-bottom: 0px;
    color: #fff;
    width: 100%;
    max-width: 820px;
    display: table;
    margin: 0 auto;
}

.contact-boxs {
    background-color: #f7f7f7;
    margin-top: -25px;
    padding: 30px;
}

.contact-ozel-box {
    padding-top: 0px;
}

.phone-area-box {
    width: 100%;
    background-color: #fff;
    padding: 69px 15px;
    text-align: center;
    border-radius: 5px;
}

.phone-area-box img {
    display: table;
    margin: 0 auto;
}

.phone-area-box a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #4c4c4c;
    margin-top: 15px;
    display: block;
    margin-bottom: 6px;
}

.three-box {
    background-color: #eaf8e9;
    padding-bottom: 41px;
}

.three-box .box {
    background-color: #ffffff;
    padding: 15px;
    margin-top: 30px;
    box-shadow: 3px 2px 11px #d6e8d5;
    border-radius: 2px;
    text-align: center;
    color: #494e5a;
}

.three-box .box h3 {
    font-weight: 700;
    font-size: 19px;
    margin-top: 10px;
}

.three-box .box p {
    font-size: 15px;
    font-weight: 500;
}

.three-box h2 {
    text-align: center;
    color: #494e5a;
    font-weight: 700;
    font-size: 21px;
    margin-top: 45px;
    margin-bottom: 0;
}

.gradient-bg {
    background: linear-gradient(to right, #a9d5d0, #dff1ef, #ffffff);
}

.gradient-bg-bottom {
    background: linear-gradient(to top, #a9d5d0, #dff1ef, #ffffff);
}

.home-gallery-area {
    display: inline-block;
    width: 100%;
    padding: 45px 0px;
}

.home-gallery-area .home-gallery-box {
    padding: 0px 5px;
}

.home-gallery-area img {
    width: 100%;
}


.home-gallery-area h2 {
    text-align: center;
    color: #494e5a;
    font-weight: 700;
    font-size: 21px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.home-gallery-area .home-gallery-box .box {
    display: inline-block;
    padding: 10px;
    border: 1px solid #028376;
}

.home-gallery-area .home-gallery-box h6 {
    text-align: center;
    margin-top: 5px;
}

.home-gallery-area .home-gallery-box a {
    text-align: center;
    background-color: #02564d;
    width: 100%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    margin-top: 10px;
}

.home-contact-form {
    background-color: #028376;
    width: 100%;
    padding: 45px 20px;
    border-radius: 10px;
    margin-top: 55px;
    margin-bottom: 55px;
    color:#fff;
    text-align: center;
}



.home-contact-form .form-group {
    width: 100%;
    margin-top: 10px;
}

.home-contact-form  .form-group input {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 8px 0px;
    outline: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.home-contact-form  .form-group input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #fff;
}

.home-contact-form  .form-group input::placeholder {
    color: #fff;
}

.home-contact-form  .form-group button {
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    outline: 0;
    color: #028376;
    border: 0px;
    font-weight: 700;
    border-radius: 80px;
}

.brands-area .summary {
    width: 100%;
    display: table;
    margin: 0 auto;
    text-align: center;
    max-width: 820px;
    margin-bottom: 25px;
    margin-top: -5px;
}

.brand-box {
    padding: 0px 8px;
}

.brand-box img {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 17px;
    border-radius: 5px;
}

.text-boxs {
    background: linear-gradient(to bottom, #f7f7f7 0%, #fafafa 50%, #ffffff 100%);
}

.text-boxs p {
    font-size: 15px;
    line-height: 31px;
}

.page-contact-form {
    margin-top: -15px;
}

.particle-box-list {
    margin-bottom: -30px;
}

.particle-box {
    background-color: #eaf8e9;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 15px;
}

.particle-box img {
    width: 100%;
    border-radius: 15px;
}

.particle-box h3 {
    font-size: 21px;
    margin-top: 17px;
    border-bottom: 1px dashed #028376;
    padding-bottom: 13px;
}

.particle-box p {
    font-size: 14px;
    line-height: 27px;
}

.particle-box .bottom-image {
    display: none;
}

.mini-particle-box {
    background-color: #eaf8e9;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
}

.mini-particle-box img {
    width: 100%;
    border-radius: 10px;
}

.mini-particle-box h3 {
    font-size: 16px;
    margin-top: 17px;
    border-bottom: 1px dashed #028376;
    padding-bottom: 12px;
    text-align: center;
}

.mini-particle-box  p {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

header .menu-btn {
    display: block;
    float: right;
    border: 0;
    background-color: transparent;
    font-size: 38px;
    margin-bottom: -5px;
    color: #028376;
    outline: 0;
}



.sticy-form-area-mobile {
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: 10000;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
}

.sticy-form-area-mobile a {
    font-size: 15px;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background-color: #028376;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 2px;
    padding: 8px 0px;
    text-decoration: none;
}

.sticy-form-area-mobile a:nth-child(2) {
    background-color: #2ab200;
}

.sucess-page {
    text-align: center;
}

.sucess-page ion-icon {
    font-size: 48px;
    color: green;
}

.sucess-page p {
    font-size: 15px;
    line-height: 23px;
}

@media(min-width: 768px){
    header .menu-btn {
        display: none;
    }

    .sticy-form-area-mobile {
        display: none;
    }
}



@media(max-width: 768px) {

    .contact-boxs {
        padding: 15px;
    }

    body {
        padding-bottom: 55px;
    }
    .diji-menu {
        display: none;
    }

    header .diji-menu {
        margin: 0;
        padding: 0;
        float: right;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #028376;
        height: 100%;
        z-index: 999;
        padding: 50px 25px;
    }

    header .diji-menu li {
        width: 100%;
    }

    header .diji-menu li a {
        width: 100%;
        color: #fff;
        border-bottom: 1px solid #ffffff85;
        padding-bottom: 21px;
    }



    header .diji-menu > li:last-child > a {
        color: #fff;
        background-color: #028376;
        padding: 12px 12px;
        margin-left: 0px;
        border-radius: 5px;
        border-bottom: 0px;
    }

    header .header-top {
        margin-bottom: 23px;
    }

    header {
        padding-bottom: 19px;
    }

    footer h4 {
        margin-top: 15px;
    }
    .home-contact-form  .form-group {
        margin-bottom: 10px;
    }

    .home-contact-form  .form-group button {
        margin-top: 8px;
    }

    .particle-box .top-image {
        display: none;
    }

    .particle-box .bottom-image {
        display: block;
    }
}
