/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(29,37): run-time error CSS1046: Expect comma, found '0'
(29,41): run-time error CSS1046: Expect comma, found '/'
(46,31): run-time error CSS1038: Expected hex color, found '#0000'
 */
#details h2{text-transform: inherit;}


#details p {clear: both;height:auto;}

#details p:before, 
#details p:after {
    display: table;
  clear: both;
    content: " ";
}

#contactInstagram {
  	background-color: #0894d3;
    margin-top: 10px;
    padding: 12px 0;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    display: block;
    font-size: 18px;
    color: white;
}

/* Popup Start*/
        .modalOverlay {
            width: 100%;
            height: 120vh;
            background-color: rgb(0 0 0 / 66%);
            position: absolute;
            top: 0;
            z-index: 9900;
        }
        .modalDialog {
            opacity: 0;
            pointer-events: none;
            position: fixed;
            z-index: 9999;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            width: 45%;
            height: 0;
            padding-bottom: 35%;
            overflow: revert;
            background-color: #0000;
            transition: all .3s ease-in-out;
        }
        
        .modalDialog.Bshow {
            opacity: 1;
            pointer-events: all;
        }
        
        .modalContent {
            margin: auto;
            width: auto;
        }
        
        .modalContent > .close {
            color: #fff;
            position: fixed;
            right: 20px;
            top: -30px;
            font-size: 28px;
            font-weight: bold;
            transition: color .3s ease-in;
            font-family: arial;
            opacity: 1 !important;
            z-index: 1;
        }
        
        .close:hover,
        .close:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

        .mGorsel {
            height: auto;
            width: 100%;
            display: block;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            position: absolute;    
          max-width: 90vw;
        }
@media (max-width: 540px) {
  .modalDialog{width: 90%;padding-bottom: 88%;}
  
}
/* Popup End*/

/*header .logo-bg .logo {
    background-color: #ffffff;
}*/
