* {
    text-decoration: none !important;
}

body {
    background: url("https://fanustur.com.tr/tema/images/bg.jpg");
}

.header {
    background-color: #fff;
}

.header-contact {
    background-color: #ECF0F1;
    height: 47px;
    vertical-align: middle;
    font-size: 14px;
    padding: 12px;
}

.header-contact-info {
    float: left;
    padding-left: 18vw;
}

.header-contact-info i {
    font-size: 20px;
    margin-right: 6px;
    margin-left: 10px;
    color: #646464 !important;
}

.header-contact-info span, .header-contact-info a, .header-social-icons a {
    color: #286968;
}

.header-social-icons {
    float: right;
    padding-right: 20vw;
}

.header-social-icons a {
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
}

.header-nav a:hover {
    color: #beecec;
}


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

    .header-contact {
        background-color: #ECF0F1;
        height: 80px;
        vertical-align: middle;
        font-size: 14px;
        padding: 10px;
        text-align: center;
    }

    .header-contact-info {
        float: left;
        padding: 0;
    }

    .header-contact-info i {
        font-size: 20px;
        margin-right: 6px;
        margin-left: 10px;
        color: #646464 !important;
    }

    .header-contact-info span, .header-contact-info a, .header-social-icons a {
        color: #286968;
    }

    .header-social-icons {
        float: none;
        text-align: center;
        padding: 0;
    }

    .header-social-icons a {
        margin-right: 10px;
    }

}





.header-main {
    background-image: url("../media/header/background.jpg");
    height: 110px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.header-main .header-logo {
    padding: 10px;
    padding-left: 20vw;
}

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

    .header-main .header-logo {
        padding: 10px;
    }

}

.header-nav {
    height: auto;
    background-color: #286968;
    color: #cacaca;
    padding: 12px;
    text-align: center;
}

.header-nav a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
}

.header-nav a:hover {
    color: #beecec;
}

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

    .header-nav {
        height: auto;
        background-color: #286968;
        color: #cacaca;
        padding: 12px;
        text-align: center;
    }

    .header-nav a {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        margin-right: 10px;
        margin-left: 10px;
    }

}

.carousel .carousel-item {
    height: 500px;
    max-height: 500px;
}

.carousel .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 500px;
    object-fit: cover;
}




.footer {
    height: 500px;
    background-color: #292A2F;
    background: url("https://fanustur.com.tr/tema/images/foot.jpg") center top no-repeat;
    padding-top: 150px;
    padding-left: 300px;
    padding-right: 300px;
    color: #fff;
}

.footer .footer-logo {
    display: grid;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    align-items: center;
}

.footer .footer-logo img {
    display: block;
    margin: auto;
}

.footer .footer-logo span {
    margin-top: 20px;
}

.footer .footer-logo span i {
    margin-right: 10px;
    color: #b0b0b0;
}

.footer .footer-title {
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px double #286968;
    font-size: 20px;
    list-style-type: none;
}

.footer .footer-link {
    list-style-type: none;
    color: #fff;
    margin-top: 10px;
}

.footer .footer-link i {
    color: #348786;
}

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

    .footer {
        height: 100%;
        background-color: #292A2F;
        color: #fff;
        padding: 0px 0px 100px 0px;
    }

    .footer .container {
        padding: 0;
        margin: 0;
    }

}

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

    .footer {
        height: 100%;
        background-color: #292A2F;
        color: #fff;
        padding: 100px 0px 100px 0px;
    }

    .footer .container {
        padding: 0;
        margin: 0;
    }

}

.footer-up {
    height: 135px;
    color: #fff;
    position: relative;
    top: 60px;
}

.footer-up .fus-one {
    height: 135px;
    background-color: #286968;
}

.footer-up .fus-two {
    height: 135px;
    background-color: #3B726F;
}

.footer-up .fus-two span {
    padding-top: 14px;
}

.footer-up .fus-three {
    height: 135px;
    background-color: #447F7B;
}

.footer-up .fus-three span {
    padding-top: 14px;
}

.footer-up-section {
    padding: 30px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}

.footer-up-section i {
    float: left;
    font-size: 30px;
    padding-top: 25px;
}

.footer-up-section span {
    float: right;
}

.footer-up-section .address {
    display: block;
    word-wrap: break-word;
    width: 180px;
}


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


    .footer-up {
        height: 135px;
        color: #fff;
        top: 0px;
        margin-bottom: 250px;
    }

    .footer-up .fus-one {
        height: 135px;
        background-color: #286968;
    }

    .footer-up .fus-two {
        height: 135px;
        background-color: #3B726F;
    }

    .footer-up .fus-two span {
        padding-top: 14px;
    }

    .footer-up .fus-three {
        height: 135px;
        background-color: #447F7B;
    }

    .footer-up .fus-three span {
        padding-top: 14px;
    }

    .footer-up-section {
        padding: 30px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .footer-up-section i {
        float: left;
        font-size: 30px;
        padding-top: 25px;
    }

    .footer-up-section span {
        float: right;
    }

}






.main {
    margin-top: 100px;
    margin-bottom: 100px;
}


.bubbles {
    align-items: center;
    width: 80%;
    margin-left: 80px;
}

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

    .bubbles {
        align-items: center;
        width: 100%;
        margin-left: 0px;
    }

}

.bubbles .bubble-item {
    width: 200px;
    height: 200px;
    font-size: 25px;
    color: #fff;
    border-radius: 90%;
    box-shadow: inset 0 0 0 0 rgb(10 32 226 / 40%), inset 0 0 0 16px rgb(255 255 255 / 60%), 0 1px 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    padding-top: 60px;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-left: 60px;
}

.bubbles .bubble-item p {
    width: 140px;
    height: 80px;
    font-weight: 900;
    text-align: center;
    text-shadow: 3px 3px #292A2F;
}

.mid-info {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mid-info h1 {
    font-weight: 900;
}

.mid-info p {
    font-size: 22px;
}

.tours {
    padding-left: 160px;
    padding-right: 160px;
}

.tours-list .row {
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.tours-list .col-md-4 {
    padding-left: 50px;
}

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

    .tours {
        padding-left: 60px;
        padding-right: 60px;
    }

    .tours-list .col-md-4 {
        padding-left: 0px;
        margin-right: 60px;
    }

}

.tours .card {
    margin-bottom: 30px;
}

.tours .card-body {
    background-position: top center;
    background-size: contain;
    text-align: center;
}

.tours .card-subtitle {
    color: #286968;
    font-weight: 700;
}

.tours .card-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 22px;
    color: #000;
}

.tours .card-text {
    color: #286968;
    font-weight: 800;
    font-size: 18px;

}

.tours h1 {
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 30px;
}

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

    .tours h1 {
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        margin-top: 60px;
        margin-bottom: 30px;
    }

}

.client-testimonials h1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 800;
}

.client-testimonials .card {
    margin-bottom: 30px;
}

.mainpage-blogs h1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 800;
}

.mainpage-blogs .card {
    margin-bottom: 30px;
}

.mainpage-blogs .card img {
    height: 180px;
    max-height: 180px;
    object-fit: cover;
}

.mainpage-blogs .blog-readmore {
    float: right;
    margin-right: 10px;
    color: #286968;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.mainpage-blogs .blog-readmore:hover {
    color: #204f4e;
}



.logos {
    text-align: center;
}

.logos img {
    border: 5px solid #dddddd;

}

/* ABOUT PAGE */
.about-main .card {
    margin-top: 60px;
}

.about-main h1 {
    font-weight: 700;
}

.about-main p {
    font-size: 20px
}

/* CONTACT PAGE */
.contact-main .card {
    margin-top: 60px;
}

.contact-main h1 {
    font-weight: 700;
}

.contact-main p {
    font-size: 20px
}

/* CONTACT PAGE */
.reservation-main .card {
    margin-top: 60px;
}

.reservation-main h1 {
    font-weight: 700;
}

.reservation-main p {
    font-size: 20px
}

/* BLOG PAGE */
.blog-main {
    margin-top: 60px;
}

.blog-main .card {
    margin-top: 30px;
}

.blog-main .card img {
    height: 180px;
    max-height: 180px;
    object-fit: cover;
}

.blog-main .blog-readmore {
    float: right;
    margin-right: 10px;
    color: #286968;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.blog-main .blog-readmore:hover {
    color: #204f4e;
}

.blog-read-main {
    margin-top: 60px;
}

.blog-read-main .blog-back {
    float: left;
    margin-right: 10px;
    color: #286968;
    font-weight: 400;
    cursor: pointer;
}

/* TOUR DETAIL PAGE */
.tour-read-main {
    margin-top: 60px;
}

.tour-read-main .carousel {
    width: 60vw;
    height: 500px!important;
    max-height: 500px;
    margin: auto;
}

.tour-read-main .carousel .carousel-item {
    width: 60vw;
    height: 500px;
    max-height: 500px;
}

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

    .tour-read-main .carousel {
    width: 100vw;
    height: 500px!important;
    max-height: 500px;
    margin: auto;
}

.tour-read-main .carousel .carousel-item {
    width: 100vw;
    height: 500px;
    max-height: 500px;
}

}

.tour-read-main .carousel .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover!important;
    height: 500px;
    max-height: 500px;
}

.tour-read-main .card {
    margin-top: 30px;
}

.tour-read-main .tab-content {
    padding: 20px;
    font-size: 22px;
}

.tour-read-main .nav {
    margin-top: 20px;
}

.tour-read-main .nav-item {
    font-size: 20px;
    color: #2b8b8a;
}

.tour-read-main .nav-link {
    font-size: 20px;
    color: #2b8b8a;
    font-weight: 600;
}

.tour-read-main .tour-back {
    margin-right: 10px;
    color: #286968;
    font-weight: 400;
    cursor: pointer;
}

