/* ------------------------------
Diyanet Yayınları Style Sheet

version: 0.1
last modified: 26.11.2020 by KG
author: Khalig Gasimli
email: khalig.gasimli@gmail.com
-------------------------------- */

@import "fonts.css";
@import "responsive.css";
@import "../vendor/fontawesome/css/all.min.css";
@import "../vendor/lightbox/magnific-popup.css";
@import "https://fonts.googleapis.com/css?family=Merriweather";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro";

@font-face {
    font-family: 'atrament';
    src: url("../fonts/atrament-webfont.woff") format("woff2"), url("../fonts/atrament-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blacksword';
    src: url("../fonts/Blacksword_TR.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

/* Header */
header {
    width: 100%;
    min-height: 100vh;
}

header .header {
    position: absolute;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
}

header .container {
    min-height: 100vh;
}

header .mobileHeader {
    display: none;
}

header nav {
    /*position: absolute;
    top: 10vh;*/
    margin: 30px 0;
    color: #fff;
    cursor: pointer!important;
}

header nav a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

    header nav a:hover {
        color: #fff;
    }

.hide {
    display: none;
    width: 0px;
}

header nav ul {
    display: inline;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header nav ul li {
    display: inline;
    list-style-type: none;
    font: normal normal normal 32px 'Web Serveroff';
    text-transform: lowercase;
    text-shadow: 0px 3px 6px #0000004D;
    font-weight: 600;
    margin: 0 20px 0 0;
}

header nav ul li ul {
    display: none;
}

header nav ul li ul li {
    display: inline;
    list-style-type: none;
    font: normal normal 300 24px 'Web Serveroff';
    text-transform: none;
    text-shadow: 0px 3px 6px #0000004D;
    margin: 0 10px 0 0;
}

header nav ul li ul li:last-child {
    margin: 0 -10px 0 0;
}

    header nav ul li ul li:hover a {
        color: #52C4C0;
    }

header .dropdown .dropdown-menu {
    min-width: auto!important;
}

header .dropdown ul li {
    margin: 0!important;
    font-size: 15px;
}

header .dropdown ul li:hover {
    letter-spacing: 0;
}

header .dropdown ul li:first-child::after{
    content: none;
}

header .dropdown-toggle::after {
    content: none;
}

header .dropdown a {
    font-size: 25px;
}

header .dropdown ul li a {
    font-size: 20px;
}

header .search-box {
    /*position: absolute;
    top: 45vh;*/
    margin: 30vh 0 0 0;
    width: 35%;
}

header .search-box input {
    font: normal normal 300 20px 'Web Serveroff';
    letter-spacing: 1px;
    color: #434343;
    border-right: 0;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

header .search-box .input-group-text {
    border-left: 0;
    background-color: #fff!important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

header .menu-right li {
    vertical-align: middle;
    text-transform: none;
    margin: 0 5px 0 0;
    font: normal normal 300 30px 'Web Serveroff';
}

header .menu-right li:first-child::after {
    content: '|';
    margin: 0px 10px 0px 15px;
}

header .menu-right li:last-child {
    margin-left: 10px;
}

.posts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 24vh 0 0 0;
    /*position: absolute;
    bottom: 5vh;
    width: 82%;*/
}

.post {
    position: relative;
    min-width: 210px;
    height: 110px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 0 20px 0;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgba(2, 21, 34, 0.3);
    border-radius: 8px;
    cursor: pointer;
}

.post:first-child {
    margin: 0;
}

.post .desc {
    position: absolute;
    bottom: 0;
}

.post h5 {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Merriweather';
    letter-spacing: 0.46px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #0000004F;
    text-transform: capitalize;
}

.post h6 {
    font: normal 600 14px 'Web Serveroff';
    text-align: left;
    letter-spacing: 2.92px;
    color: #52C4C0;
    text-transform: capitalize;
}

/* Sections */

section {
    margin: 2px 0 2px 0;
}

/* Section First */

#firstSection {
    min-height: 100vh;
    width: 100%;
}

#firstSection .fsLeft {
    min-height: 100vh;
    background: url("../images/firstSection/firstsection.png") no-repeat scroll center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#firstSection .fsRight {
    min-height: 100vh;
    padding: 25px 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
}

#firstSection .fsRight img {
    height: 15vh;
}

#firstSection .fsRight h2 {
    text-align: left;
    font: normal normal bold 20px Merriweather;
    letter-spacing: 0px;
    color: #434343;
    margin: 0;
}

#firstSection .fsRight h4 {
    text-align: left;
    font: normal normal normal 14px Merriweather;
    letter-spacing: 0px;
    color: #00A4B7;
}

#firstSection .fsRight p {
    font: normal normal normal 12px/24px Merriweather;
    letter-spacing: .5px;
    color: #08182B;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
}

#firstSection .fsCardContainer {
    width: 100%;
    min-height: 100vh;
    padding: 25px 78px 0px 35px;
    background: transparent linear-gradient(269deg, #00000000 0%, #0000001B 19%, #000000 100%) 0% 0% no-repeat padding-box;
}

#firstSection .fsCard {
    height: 30vh;
    margin: 0 0 10px 0;
    cursor: pointer;
}

#firstSection .fsCard img {
    box-shadow: 3px 3px 5px #00000063;
    border-radius: 5px;
    margin: 0 0 15px 0;
}

    #firstSection .fsCard h5 {
        font: italic normal 900 14px "merriweather";
        
        text-align: left;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #fff;
        margin: 0 0 5px 0;
    }

    #firstSection .fsCard h6 {
        font: normal normal 300 12px "merriweather";
        text-align: left;
        font-size: 12px;
        text-transform: capitalize;
        letter-spacing: 0.36px;
        color: #fff;
    }

#firstSection .quote {
    margin: 30vh 0 0 6vh;
    width: 300px;
    text-align: center;
}

#firstSection .quote img {
    margin: 5px 0 10px 0;
}

#firstSection .quote h4 {
    font: normal normal 900 18px Merriweather;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
}

#firstSection .quote:hover {
    cursor: pointer;
}

#firstSection .quote:hover h4 {
    text-decoration: underline;
}

#firstSection .quote p{
    font: normal normal 300 14px Merriweather;
    letter-spacing: 1.1px;
    color: #000;
}

#firstSection .quote h5 {
    font: normal normal normal 18px Blacksword;
    letter-spacing: 0px;
    color: #171717;
    text-shadow: 0px 3px 4px #000000DE;
    text-transform: capitalize;
}

.btn-download {
    background: transparent linear-gradient(180deg, #00A4B7 0%, #16CAE2 49%, #008697 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.2px 0.2px 0.5px #0000004A;
    border: 0.30000001192092896px solid #9B9B9B;
    border-radius: 4px;
    position: relative;
    padding-right: 40px;
    width:100px !important;
}

.btn-download:after {
    content: "\e094";
    font-family: "Glyphicons Halflings";
    background: #008392;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    background: linear-gradient(180deg, #008392 0%, #10c0d6 46%, #00616e 100%);
}


.btn-download b {
    padding: .375rem .75rem;
}

.btn-download span {
    padding: 10px;
    background: #008392;
    background: linear-gradient(180deg, #008392 0%, #10c0d6 46%, #00616e 100%);
}

.btn-download img {
    padding: 10px;
    height: 100%!important;
}

/* Section Second */

#secondSection {
    /*min-height: 100vh;*/
    width: 100%;
    box-shadow: 0px 0px 5px #00000033;
}

#secondSection .newsContainer {
    position: relative;
    height: 100%;
    /*min-height: 100vh;*/
    background: #F8F8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    padding: 10px 25px 0px 10px;
    
}

#secondSection .newsUnClicked {
    margin-bottom: 10px;
    cursor: pointer;
    /*height: 31vh;*/
}

#secondSection .newsUnClicked span {
    font: normal normal 300 10px Merriweather;
    letter-spacing: 0.36px;
    color: #434343;
}

#secondSection .newsUnClicked div.img {
    min-height: 100px;
    background: url(../images/secondSection/mkl-box-1.jpg) no-repeat scroll center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 3px 3px 5px #00000063;
    border-radius: 5px;
    margin: 0 0 15px 0;
}

    #secondSection .newsUnClicked h4 {
        font: italic normal 900 14px "merriweather";
        text-transform: capitalize;
        text-align: left;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #434343;
        margin-bottom: 5px;
    }

    #secondSection .newsUnClicked h6 {
        font: normal normal 300 12px "merriweather";
        text-transform: capitalize;
        text-align: left;
        font-size: 12px;
        letter-spacing: 0.36px;
        color: #434343;
    }
    #secondSection .newsUnClicked h6 span{
        font: normal normal 300 12px "merriweather" !important;
        text-transform: capitalize;
        text-align: left;
        font-size: 12px;
        letter-spacing: 0.36px;
        color: #434343;
    }

#secondSection .newsUnClicked p,
#secondSection .newsUnClicked a {
    display: none;
}

    #secondSection .newsClicked {
        position: relative;
        cursor: pointer;
        /*height: 31vh;
    position: absolute;
    width: 190px;*/
    
    }

#secondSection .newsClicked span {
    font: normal normal 300 10px Merriweather;
    letter-spacing: 0.36px;
    color: #434343;
}

#secondSection .newsClicked div.img {
    min-height: 120px;
    background: url(../images/secondSection/mkl-box-1.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#secondSection .newsClicked .gradient {
    min-height: 120px;
    background: transparent linear-gradient(180deg, #00000000 0%, #0000001B 19%, #000000 100%) 0% 0% no-repeat padding-box;
}

#secondSection .newsClicked div.desc {
    padding: 0 0 0 10px;
    margin-top: -60px;
}

#secondSection .newsClicked div.pCont {
    padding: 8px 8px 1px;
    background-color: #2D404B;
    text-align: right;
}

        #secondSection .newsClicked p {
            margin: 0;
            font: normal normal 300 11px Merriweather;
            color: #fff;
            text-align: justify;
            z-index: 1;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
        }

#secondSection .newsClicked a {
    color: #fff;
    font-style: italic!important;
    text-decoration: underline;
    font: normal normal 300 11px Merriweather;
}

/*#secondSection .newsClicked a:hover {
    font-weight: bold;
}*/

    #secondSection .newsContainer div:nth-child(3).newsClicked p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }

#secondSection .newsClicked h4 {
    font: italic normal 900 12px Merriweather;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 5px;
}

#secondSection .newsClicked h6 {
    font: normal normal 300 11px Merriweather;
    letter-spacing: 0.36px;
    color: #00BED4;
    margin-bottom: 0;
}

#secondSection .articleContainer {
    height: 100%;
    /*min-height: 100vh;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
}

#secondSection .articleContainer.middle div {
    /*height: 50vh;*/
    box-shadow: 0px 0px 5px #00000029;
    padding: 30px 30px 25px 50px;
}

#secondSection .articleContainer.middle div:nth-child(2),
#secondSection .articleContainer.middle div:nth-child(3) {
    width: 50%;
    height: 100%;
    float: left;
}

#secondSection .articleContainer.right {
    padding: 15px;
}

/* Section Third */

#thirdSection {
    min-height: 100vh;
    width: 100%;
    box-shadow: 0px 0px 5px #00000033;
}

#thirdSectionAudioBook {
    min-height: 100vh;
    width: 100%;
    box-shadow: 0px 0px 5px #00000033;
}

#thirdSection .videosContainer {
    height: 100%;
    /*min-height: 100vh;*/
    background: #F8F8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    padding: 10px 15px 0px 10px;

    position:relative;
    z-index:9999;
}

#thirdSectionAudioBook .videosContainer {
    height: 100%;
    /*min-height: 100vh;*/
    background: #F8F8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    padding: 10px 15px 0px 10px;
    position: relative;
    z-index: 9999;
}

#thirdSection .videosContainer.right {
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 10px 10px 0px 15px;
}

#thirdSectionAudioBook .videosContainer.right {
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 10px 10px 0px 15px;
}

#thirdSection .video {
    margin-bottom: 10px;
    cursor: pointer;
    /*height: 31vh;*/
}

#thirdSectionAudioBook .audioBook {
    margin-bottom: 10px;
    cursor: pointer;
    /*height: 31vh;*/
}

#thirdSection .video span {
    font: normal normal 300 10px Merriweather;
    letter-spacing: 0.36px;
    color: #434343;
}

#thirdSectionAudioBook .audioBook span {
    font: normal normal 300 10px Merriweather;
    letter-spacing: 0.36px;
    color: #434343;
}

.imgOverlay {
    position: relative;
    display: inline-block;
}

.imgOverlay::before {
    content: '\f144';
    z-index: 2;
    position: absolute;
    left: 48%;
    top: 47%;
    transform: translate( -50%, -50% );
    color: white;
    font-family: "Font Awesome 5 Pro";
    font-size: 50px !important;
    font-weight: lighter;
}

#thirdSection .video img {
    box-shadow: 3px 3px 5px #00000063;
    border-radius: 5px;
    margin: 0 0 15px 0;
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#thirdSectionAudioBook .audioBook img {
    box-shadow: 3px 3px 5px #00000063;
    border-radius: 5px;
    margin: 0 0 15px 0;
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#thirdSection .video .imgOverlay:hover img {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


#thirdSectionAudioBook .audioBook .imgOverlay:hover img {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}





#thirdSection .video h4 {
    font: italic normal 900 14px "merriweather";
/*    text-transform: capitalize;*/
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #434343;
    margin-bottom: 5px;
}

#thirdSectionAudioBook .audioBook h4 {
    font: italic normal 900 14px "merriweather";
/*    text-transform: capitalize;*/
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #434343;
    margin-bottom: 5px;
}

#thirdSection .video h6 {
    font-family: 'Meriaweather';
 /*  text-transform: capitalize;*/
    text-align: left;
    font-size: 14px;

    
    letter-spacing: 0.36px;
    color: #434343;
}


#thirdSectionAudioBook .audioBook h6 {
    font-family: 'Meriaweather';
  /*  text-transform: capitalize;*/
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.36px;
    color: #434343;
}

#thirdSection .articleContainer {
    min-height: 100vh;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    padding: 30px;
}

#thirdSectionAudioBook .articleContainer {
    min-height: 100vh;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    padding: 30px;
}

#thirdSection .articleContainer h2 {
    font: italic normal 900 25px/30px Merriweather;
    letter-spacing: 0px;
    color: #00A4B7;
    margin: 20px 0 10px;
}

#thirdSectionAudioBook .articleContainer h2 {
    font: italic normal 900 25px/30px Merriweather;
    letter-spacing: 0px;
    color: #00A4B7;
    margin: 20px 0 10px;
}

#thirdSection .articleContainer h6 {
    font: normal normal 300 12px/18px Merriweather;
    letter-spacing: 0.43px;
    color: #434343;
}

#thirdSectionAudioBook .articleContainer h6 {
    font: normal normal 300 12px/18px Merriweather;
    letter-spacing: 0.43px;
    color: #434343;
}

#thirdSection .articleContainer p {
    font: normal normal normal 14px/28px Merriweather;
    letter-spacing: 1.2px;
    color: #434343;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#thirdSectionAudioBook .articleContainer p {
    font: normal normal normal 14px/28px Merriweather;
    letter-spacing: 1.2px;
    color: #434343;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#thirdSection .articleContainer span {
    font: normal normal normal 14px/20px Roboto;
    letter-spacing: 0.62px;
    color: #7A7A7A;
}

#thirdSectionAudioBook .articleContainer span {
    font: normal normal normal 14px/20px Roboto;
    letter-spacing: 0.62px;
    color: #7A7A7A;
}

#thirdSection .videoContainer {
    border-radius: 20px;
    width: 100%;
    height: 50vh;
}
#thirdSectionAudioBook .videoContainer {
    border-radius: 20px;
    width: 100%;
    height: 50vh;
}

#thirdSection .videoContainer img {
    max-height: 100%;
}
#thirdSectionAudioBook .videoContainer img {
    max-height: 100%;
}

/* Fourth Section */

#fourthSection {
    width: 100%;
    height: 100vh;
    min-height: 740px;
    box-shadow: 0px 0px 5px #00000033;
}

    #fourthSection .bg {
        width: 100%;
        height: 100%;
        background: no-repeat scroll center center;
        /*background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 30px;
    }

#fourthSection h5 {
    font: normal normal 800 60px Montserrat;
    letter-spacing: 0px;
    color: #52C4C0;
    margin: 0 0 -5px 0;
}

#fourthSection h5:after {
    content: '+';
    position: absolute;
    margin: -15px 0 0 0;
}

#fourthSection h6 {
    font: normal normal 800 38px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

#fourthSection .btn {
    border-radius: 0!important;
    text-transform: uppercase;
    border: 1px solid #2AB4A7;
    color:#000;
}

/* Article */

article span:first-child {
    background: #00BED4 0% 0% no-repeat padding-box;
    font: normal normal normal 12px Bebas Neue Pro;
    letter-spacing: 0.32px;
    color: #fff;
    padding: 2px;
}

article span:last-child {
    font: normal normal normal 14px/20px Roboto;
    letter-spacing: 0.38px;
    color: #7A7A7A;
}

article h2 {
    font: normal normal 900 25px/30px Merriweather;
    letter-spacing: 0.74px;
    color: #000000;
    margin: 10px 0 10px 0;
    text-transform:uppercase;
}

article h5 {
    text-align: left;
    font: italic normal normal 12px/18px Merriweather;
    letter-spacing: 0.97px;
    color: #00A4B7;
}

article h6 {
    text-align: right;
    font: italic normal normal 12px/16px Merriweather;
    letter-spacing: 0.25px;
    color: #171717;
}

article p {
    font: normal normal normal 12px/24px Merriweather;
    letter-spacing: 0.86px;
    color: #434343;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

article p::first-letter,
article b {
    font: normal normal bold 18px/25px Merriweather;
    letter-spacing: 1.89px;
    color: #434343;
}

article a {
    font-style: italic;
    color: #000;
    float: right;
    text-decoration: underline;
}

    /* Slider */
#bgSlider .carousel-item {
    height: 100vh;
    min-height: 640px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#testimonials {
    padding: 45px 0;
}

.testimonial {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000085;
    border-radius: 10px;
    padding: 25px 40px 25px 40px;
    margin: 10px;
    min-height:168px !important;
}

.testimonial h2 {
    font: italic normal 300 16px Merriweather;
    letter-spacing: 0px;
    color: #434343;
}

.testimonial h2:after {
    content: '\f10e';
    color: #00A4B7;
    position: absolute;
    margin: 7px 0 0 2px;
    font-family: "Font Awesome 5 Pro";
}
.testimonial h2:before {
    content: '\f10d';
    color: #00A4B7;
    position: absolute;
    margin: -8px 0 0 -20px;
    font-family: "Font Awesome 5 Pro";
}

.testimonial h3 {
    font: normal normal bold 14px Merriweather;
    letter-spacing: 1.56px;
    color: #00A4B7;
    margin: 20px 0 0 0;
}

#contacts {
    padding: 60px 0;
    background: #EAEBED 0% 0% no-repeat padding-box;
}

#contacts h4 {
    font: normal normal 600 25px Source Sans Pro;
    letter-spacing: 0px;
    color: #00A4B7;
}

#contacts .form-floating>label {
    font: italic normal normal 20px Montserrat;
    letter-spacing: 0px;
    color: #919191;
}

.btn-web {
    background: transparent linear-gradient(180deg, #00A4B7 0%, #16CAE2 49%, #008697 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 3px #0000004A;
    border: 0.3px solid #9B9B9B;
    border-radius: 10px;
    font: normal normal 600 20px Montserrat;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 1px 1px 2px #0000006E;
    padding: 10px 30px 10px;
}

.btn-web:hover{
    color: #fff;
}

#gallerySection img {
    cursor: pointer;
}

footer {
    padding: 70px 0 40px 0;
    background-color: #434343;
}

footer hr {
    color: #fff;
}

footer .footerLogo img {
    margin-bottom: 10px;
}

footer .footerLogo h6 {
    text-align: justify;
    font: normal normal 300 15px Source Sans Pro;
    letter-spacing: -0.21px;
    color: #fff;
}

    footer .footerLogo h6 span {
        color: #00BED4;
    }

    footer .footerMenu h5 {
        color: #fff;
        /*text-align: center;*/
        letter-spacing: 0px;
        margin: 0 0 20px 30px;
        text-transform: uppercase;
        font: normal normal bold 20px Source Sans Pro;
    }

    footer ul {
        list-style: none;
    }

    footer .footerMenu ul li {
        color: #00BED4;
        margin: 0 0 15px 0;
    }

        footer .footerMenu ul li:before {
            content: '\f054';
            position: absolute;
            margin: 0 0 0 -20px;
            font-family: "Font Awesome 5 Pro";
        }

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

        footer .footerMenu ul li:hover a,
        footer .footerMenu ul li:hover:before {
            color: #CBCBCB;
        }

    footer .subscribe h5 {
        font: normal normal bold 30px Montserrat;
        letter-spacing: 0.9px;
        color: #FFFFFF;
        margin: 0;
    }

    footer .subscribe span {
        font: normal normal normal 18px Montserrat;
        letter-spacing: 2.7px;
        color: #00BED4;
    }

    footer .subscribe form {
        margin: 40px 0;
    }

    footer .subscribe .btn-web {
        border-radius: .25rem !important;
    }

    footer .nav-link {
        padding: 0;
    }

    footer .subscribe a,
    footer .subscribe a:disabled {
        font-size: 30px;
        color: #cbcbcb;
    }
.nav-justified > .nav-link {
    text-align: left !important;
}

.nav-justified .nav-item, .nav-justified > .yayinDiyanet {
    font: normal normal 300 16px/50px Montserrat;
    letter-spacing: 0px;
    color: #CBCBCB;
}
#map {
    width: 100% !important;
    height: 320px;
}

.gal-item {
    overflow: hidden;
    padding: 1px;
}
.gal-item .box {
        height: 100%;
        overflow: hidden;
}

.colon-gallery {
    width: 33.3333333333% !important;
}

.galleryTest{
    max-width:100%;
}

.box img {
    border-radius: 0px !important;
    width: 100% !important;
    object-fit: cover;
}

.gallery-image-1 {
    height: 700px;
}
.gallery-image-2 {
    height: 350px;
    padding-right: 12px;
}
.gallery-image-3 {
    height: 348px;
}
.gallery-image-4 {
    height: 510px;
    padding-right:12px;
}
.gallery-image-5, .gallery-image-6 {
    height: 188px;
}
.gallery-image-7 {
    height: 348px;
    padding-right: 12px;
}
.gallery-image-6{
    padding-right:12px;
}

.btn-send-arrow:after {
    content: "\e092";
    font-family: "Glyphicons Halflings";
    background: #008392;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3.5%;
    background: linear-gradient(180deg, #008392 0%, #10c0d6 46%, #00616e 100%);
}
.btn-send-arrow 
{
    background: transparent linear-gradient(180deg, #00A4B7 0%, #16CAE2 49%, #008697 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.2px 0.2px 0.5px #0000004A;
    border: 0.30000001192092896px solid #9B9B9B;
    border-radius: 4px;
    position: relative;
    padding-right: 40px;
    display:none;
}
#fourthSection .container {
    margin-top: 50px;
}


.post {
    width: 226px !important;
    height: 124px !important;
}

#firstSection .fsCard img {
    width: 226px !important;
    height: 124px !important;
}


#secondSection .newsUnClicked div.img {
    width: 226px ;
    height: 124px ;
}

#thirdSection .video img {
    width: 226px ;
    height: 124px ;
}
#thirdSectionAudioBook .audioBook img {
    width: 226px;
    height: 124px;
}

.mainEKitapDescription {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sendRightButton{
    float:right;
}


.swal2-confirm {
    background: transparent linear-gradient(180deg, #00A4B7 0%, #16CAE2 49%, #008697 100%) 0% 0% no-repeat padding-box!important;
    box-shadow: 3px 3px 3px #0000004A;
    border: 0.3px solid #9B9B9B;
    border-radius: 10px;
    font: normal normal 600 20px Montserrat;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 1px 1px 2px #0000006E;
}
.swal2-title {
    font: normal normal 600 25px Source Sans Pro!important;
}


.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.6s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#secondSection article #articleName{
    cursor:pointer;
}

.mfp-img{
    max-height:850px !important;
}

.mfp-close, .mfp-container {
    cursor: pointer !important;
}
/* Translate */
#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}





.navbarHover:hover {
    opacity: .5;
}
.imgHover:hover {
    opacity: .5;
}

.popup-res{
    width:800px;
}

