
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body{
    font-family: "CabinetGrotesk-Variable";
    
}
/* *********** TOP MENÜ *************** */
a:hover {
    text-decoration: none;
}
.top-bar {
    background-color: #90a4ae;
}
.ttm-topbar-wrapper {
    line-height: 48px;
}
.ttm-topbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-info {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.top-info li {
    padding-right: 15px;
}
.top-info li a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}
.top-info li a i {
    padding-right: 4px;
    font-size: 18px;
    background: white;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}
.social-icons li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.social-icons li a i {
    height: 17px;
    width: 21px;
}
.new-si li a {
    width: 34px;
    height: 34px;
    font-size: 20px;
    margin-top: 5px;
    border-radius: 20px;
    color: black !important;
    transition: all 0.3s ease-in-out 0s;
    display: block;
    border: none;
    line-height: 25px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}
.social-icons li a:hover {
    box-shadow: inset 0 0 0 3px #fff;
    color: white !important;
}
.site-branding {
    float: left;
    height: 99px;
    line-height: 98px;
}
.site-branding a,
.site-branding img {
    transition: all 0.3s ease-in-out 0s;
}
.site-branding img {
       max-height: 140px;
        height: 140px;
}
.site-branding2 img {
    height: 50px;
}
.branding .buttons {
    height: 99px;
}
.right-bar ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: 16px;
}
.right-bar ul li {
    padding-left: 10px;
    border-right: 1px solid;
}
.right-bar ul li,
.right-bar ul li a {
    display: flex;
    align-items: center;
    color: #0d3044 !important;
}
li.address {
    max-width: 280px;
}
.buttons li {
    height: 90px;
}
.right-bar .icon {
    font-size: 26px;
    background-color: white;
    padding: 8px;
    margin-left: -33px;
    width: 50px;
    height: 50px;
}
.right-bar .icon i {
    background: #688493;
    width: 30px;
    height: 30px;
}

.right-bar .sum {
    padding-right: 5px;
    text-align: center;
    padding-left: 5px;
}
li.address p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 20px;
    padding-top: 17px;
}
.right-bar ul li {
    border: 3px solid #78909c6b;
    transition: all 0.5s ease-in-out;
}
.buttons li:last-child p {
    margin: 0;
}
.ttm-bgcolor-white {
    background-color: #fff;
}
.site-branding2 {
    display: none;
    height: 65px;
    line-height: 65px;
}
.home-link {
    line-height: 65px;
}
.site-navigation {
    position: relative;
    top:22px
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    color: #000000;
}
#site-header-menu #site-navigation .menu > ul > li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
}
#site-header-menu #site-navigation .menu > ul > li > a {
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
#site-header-menu #site-navigation .menu ul ul > li {
    position: relative;
}
#site-header-menu #site-navigation .menu > ul li ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #7f9094;
}
#site-header-menu #site-navigation .menu ul ul li:last-child {
    border: none;
}
.ttm-menu-toggle {
    float: right;
}
.ttm-menu-toggle input[type="checkbox"] {
    display: none;
}
.ttm-header-icons,
.ttm-header-icon {
    position: relative;
    height: 65px;
    line-height: 65px;
    float: right;
}
.ttm-header-icons {
    padding-left: 5px;
}
.ttm-header-wrap {
    background-color: transparent;
    position: relative;
    top: 0px;
    z-index: 99;
    height: 145px;
    
}
.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    font-size: 15px;
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
}
.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900;
}
.mobile-menu {
    transition: 0.2s all;
    left: -100%;
    position: fixed;
}
.mobile-menu img {
    display: none;
}
.mobile-menu ul {
    padding: 0;
    overflow-y: auto;
}
.mobile-menu .menu ul li {
    list-style: none;
    border-top: 1px solid #a7a7a7;
    width: 100%;
    padding: 7px;
}
.mobile-menu li.active {
    background: white;
    font-weight: 700;
}
.mobile-menu a {
    width: 100%;
    line-height: 29px;
    color: black;
    display: block;
}
.mobile-social-menu {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
.mobile-social-menu li {
    width: 20px;
    height: 20px;
    padding: 25px;
}
.mobile-social-menu li a {
    margin-top: -10px;
    display: block;
    margin-left: -9px;
}
.mobile-social-menu li a i {
    font-size: 21px;
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
}
#site-header-menu #site-navigation .menu > ul > li {
    margin-left: -4px;
}
.ttm-sepline {
    display: none !important;
}
.mobile-menu.mobile-show {
    width: 300px;
    position: fixed;
    height: 100%;
    background: white;
    top: 0;
    z-index: 10000;
    display: block;
    left: 0;
    border-right: 1px solid #54585b69;
}
.mobile-show {
    display: block !important;
}
.mobile-menu.mobile-show img {
    display: block;
    padding: 15px;
    width: 100%;
}
.mobile-menu-bg.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #a2a8ad87;
    z-index: 1000;
    top: 0;
}
.mobile-menu-bg {
    transition: 0.5s all;
}
.mobile-menu-bg.active:after {
    content: "";
    color: white;
    display: block;
    position: absolute;
    top: 0px;
    left: 300px;
    background: #989c9f;
    padding: 10px;
    width: 46px;
    height: 53px;
}

.mobile-menu-bg.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 310px;
    width: 30px;
    -webkit-mask-image: url(rd-fonts/times.svg);
    mask-image: url(rd-fonts/times.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 30px;
    background: #ffffff;
    z-index: 1;
}
body .site-main {
    position: relative;

    background-color: white;
}
.main-slider {
    position: relative;
    top: -100px;
    
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}
@media (min-width: 1200px) {
    .fixed-header {
        height: 145px;
    }
    .main-slider{
        margin-top: 50px;
    }
}

.ttm-search-overlay.st-show {
    visibility: visible;
    opacity: 1;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzNGOTFDMjMwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzNGOTFDMjQwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3M0Y5MUMyMTBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3M0Y5MUMyMjBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt0AzY0AAADrSURBVHjapNXLDYMwDAZg1+2dE9dKHaETgMQSPXWADtQBemIJJDJBzx2gp1wZoI7koBTl4RhLPwSBPoHsiMM8zxcAeFLuFAuV1XXdujbGtHR6UR5Ih4VypkyUFpTF6MTWgvyWPeWoxQPUGT19hUW+p8YDFDzqFhg8o8FDdPDoFq7Fk2gMDnHI4Fk0BXt8SOBFNAen8D80N/dYaM4WF6GuToLOO+BGefP1VbJDUThSI+XDGSWjiDVzmmloFRxrlJXiWIFGG8pbWgRLRqqIowIV4ahEizjuQP0fJIrjHjSHO7ihfLVoBHdW8xNgAA9tb+1F4VHcAAAAAElFTkSuQmCC),
    pointer;
}
.ttm-search-overlay {
    background: white;
}
.ttm-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    transition: all 0.2s ease;
}
.ttm-search-overlay.st-show .ttm-search-outer {
    transform: translateY(-50%);
}
.ttm-search-overlay .ttm-search-outer {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    min-height: 350px;
    border: 2px solid black;
    text-align: center;
    transition: all 0.6s ease 0s;
    display: inline-block;
    margin: 0 auto;
    padding: 100px 20px 100px 20px;
}
.ttm-search-overlay .ttm-search-outer .ttm-form-title {
    display: block;
    font-size: 45px;
    line-height: 42px;
    clear: both;
    color: #fff;
}
.ttm-search-overlay .ttm-site-searchform {

}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    background: none;
    color: #7f5242 !important;
    padding: 0 70px 0 18px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 6px;
    width: 100%;
    outline: none;
    height: 60px;
    border: 2px solid #7f5242;
    margin: 0;
    border-radius: 15px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    text-transform: inherit;
    line-height: inherit;
}
.input[type="search"]::placeholder{
    color: black !important;
}
.ttm-search-overlay .ttm-site-searchform button {
    position: relative;
    left: 124px;
    top: -65px;
    width: 66px;
    border: 0;
    border-left: 2px solid black;
    height: 54px;
    text-align: center;
    background: #7f5242;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    text-decoration: none;
    line-height: 21px;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.25s ease;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000000;
}
a {
    color: #000000;
}
.mobile-menu ul.th-menudropdown.sub-menu.active {
    display: block !important;
    position: relative;
    width: 100%;
}
.mobile-menu ul.th-menudropdown.sub-menu {
    display: none !important;
}
li.has-submenu .sub-menu {
    margin-top: 0px;
    position: absolute;
    display: none;
    width: 130px;
    left: 0;
}
/* SLİDER */
.main-slider .item .content {
    position: relative;
    display: flex;
    width: 600px;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}
.main-slider .item .content .inner {
    position: relative;
    height: 550px;
}
.cbody {
    padding: 30px 30px;
    position: relative;
    border-radius: 20px;
}

.site_title_mainpage:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    background-color: #6D967D;
    left: -30px;
    top: 9px;
}

.site_title_mainpage{
    color: #015E25;
    letter-spacing: 3px;
    font-size: 19px;
    position: relative;
    bottom: 10px;
    left: 30px;
    padding-right: 15px;
    font-weight: 600;
}
.cbody .sum {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
}
.cbody h2 {
    font-weight: 700;
    font-size: 50px;
    color: #015E25;
}

.cbody .sum p{
    color: #000;
}

.n-button {
    color: black !important;
    border-width: 2px;
    border-style: solid;
    border-color: #337569;
    position: relative;
    display: inline-block;
    padding: 6px 19px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.n-button:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
.n-button:before,
.n-button:after {
    content: "";
    display: block;
    position: absolute;
    border-color: #337569;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}
.main-slider .owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}
.main-slider img {
    height: 700px;
    min-height: 950px;
    object-fit: cover;
    object-position: 84%;
}
.main-slider .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
/* FOOTER */
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.fbody {
    position: relative;
    background: #015E25;
}
.footer .widget {
    margin: 45px 0 40px;
}
.ttm-btn.btn-inline {
    font-weight: 700;
}
a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li > a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li > a,
.accordion .toggle-title a {
    transition: all 0.3s ease-in-out 0s;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 27px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.float i {
    font-size: 40px;
    width: 30px;
    height: 35px;
    background: white;
}

.footer .widget .widget-title {
    margin-bottom: 17px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    position: relative;
}
.widget .widget-title {
    font-size: 23px;
    line-height: 28px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul > li {
    padding: 0 0 12px 0;
}
.widget ul > li {
    position: relative;
}
.footer .social-icons li > a,
footer ul li > a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
    color: rgb(0, 0, 0);
}
.sticky-footer {
    display: block;
    height: 58px;
    background: linear-gradient(137deg, #cb1a72 0%, #5c5e71 100%);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 30000;
    padding-top: 6px;
}
.sticky-footer .one-fourth {
    width: 33%;
    float: left;
    color: #fff;
    text-align: center;
    height: 58px;
    position: relative;
    cursor: pointer;
}
.sticky-footer i {
    font-size: 30px;
    margin: auto;
    background: white;
    width: 28px;
    height: 28px;
}
.sticky-footer .one-fourth p {
    font-size: 14px;
}
.sticky-footer p {
    color: white !important;
    margin: 0;
    font-size: 15px
}
.footer .bottom-footer-text {
    position: relative;
}
.footer .bottom-footer-text:before {
    background: white;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;

}
.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.owl-dot.active span {
    background-color: #8d95b3;
}
.widget.widget_nav_menu a {
    padding-left: 16px;
    color: white;
}
.widget.widget_nav_menu a:before {
    content: "";
    background-color: white;
    width: 12px;
    height: 6px;
    position: absolute;
    left: -4px;
    top: 9px;
}
.custom-btn {
    width: 165px;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn-8 {
    background-image: linear-gradient(315deg, #ffffff 0%, #aac1cd 74%);
    line-height: 42px;
    padding: 0;
    border: none;
}
.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.btn-8:before,
.btn-8:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}
.btn-8:before {
    height: 0%;
    width: 2px;
}
.btn-8:after {
    width: 0%;
    height: 2px;
}
.btn-8:hover:before {
    height: 100%;
}
.btn-8:hover:after {
    width: 100%;
}
.btn-8:hover {
    background: transparent;
}
.btn-8 span:hover {
    color: #c797eb;
}
.btn-8 span:before,
.btn-8 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}
.btn-8 span:before {
    width: 2px;
    height: 0%;
}
.btn-8 span:after {
    height: 2px;
    width: 0%;
}
.btn-8 span:hover:before {
    height: 100%;
}
.btn-8 span:hover:after {
    width: 100%;
}
.about{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: white;
    /* margin-top: -100px; */
}
.resim img{
    border-radius: 15px;
    height: 520px;
    object-fit: cover;
    position: relative;
    bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ab-icerik {
    background-color: white;
    padding: 25px 0px 25px 65px;
    left: 20px;
}
ul.about-s {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
ul.about-s li {
    width: 50%;
    position: relative;
}
ul.about-s li a {
    background: #b0bec585;
    display: flex;
    margin: 0px 31px 15px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 13px;
    z-index: 0;
    padding-bottom: 13px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
ul.about-s i {
    font-size: 26px;
    float: left;
    background-color: #eceff1;
    border-radius: 5px;
    margin: 0 10px;
    width: 40px;
}
ul.about-s li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cfd8dc;
    top: 0;
    left: -100%;
    transition: 0.7s all;
    z-index: -1;
    display: block;
}
ul.about-s li a:hover:after {
    left: 0 !important;
}
.resim {
    padding: 0px;
}
.ab-icerik h2 {
    font-weight: 700;
    font-size: 32px;
    color: #015E25;
}
.title-box {
    display: table;
    width: 100%;
}
.title-box .page-title-heading,
.breadcrumb-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.page-title-heading h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 6px;
    position: relative;
    color: white;
}
.breadcrumb-wrapper {
    text-align: right;
}
.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    /* background-color: rgba(255, 255, 255, 0.03); */
    padding: 15px;
    display: inline-block;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 19px;
    color: white;
}
.breadcrumb-wrapper span:last-child {
    color: #fff !important;
    font-weight: 600;
}
.ttm-page-title-row {
    background: #015E25;
}
.btn-primary{
    background-color: #015E25;
    border-color: #015E25;
}
/* CARD1 */
.dinc-articles {
    padding: 25px 0;
    margin-top: 50px;
}
.dinc-articles .box-art {
    position: relative;
    transition: 1.5s all;
    overflow: hidden;
    margin: 5px;
    height: 450px;
}
.dinc-articles .box-art img {
    height: 250px;
    object-fit: cover;
}
.dinc-articles .news-detail {
    position: absolute;
    transition: 0.5s all;
    width: 100%;
}
.dinc-articles .news-detail h3 {
    text-align: center;
    letter-spacing: 0.5px;
    padding-top: 10px;
}
.dinc-articles .news-detail p {
    text-align: center;
    overflow: hidden;
    opacity: 1;
    transition: 1.2s all;
}

.box-art:hover img {
    transform: scale(1.1);
}
.box-art img {
    transition: all 400ms ease;
}
/* CARD2 */
.contenttitle {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4e4e4e;
}
.sitenitasarlacom-icerik2 {
    padding: 45px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.lazyKukumavNet {
    display: block;
    width: 100%;
}
.cont-marka-baslik {
    font-size: 25px;
    color: #3b3b39;
}
.cizgiduz::after {
    position: absolute;
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
    top: 19px;
    background: #3b3b39;
    margin: 0 0 0 14px;
}
.conicon {
    display: flex;
    align-items: center;
}
.conicon .resim {
    padding-right: 10px;
    width: 75px !important;
    height: 65px !important;
}
.conicon .resim img,
.conicon .resim figure {
    width: 65px !important;
    height: 65px !important;
    display: block;
    position: relative;
}
.deneme {
    width: 50px;
    height: 50px;
    background: red;
}
.anab1 {
    font-weight: bold;
    font-size: 45px;
    color: #4e4e4e;
    line-height: 1.1;
}
/* YORUMLAR */
.comments:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    opacity: 0.4;
}
.comments {
    position: relative;
}
.comments .item:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 31px;
    -webkit-mask-image: url(rd-fonts/quote-left.svg);
    mask-image: url(rd-fonts/quote-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}
.comments .item:after {
    content: "";
    position: absolute;
    bottom: 7px;
    font-size: 35px;
    right: 30px;
    -webkit-mask-image: url(rd-fonts/quote-right.svg);
    mask-image: url(rd-fonts/quote-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}
.comments p.content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    overflow: hidden;
    text-align: center;
    padding-left: 20px;
}
.comments .item {
    padding: 15px;
    border-radius: 20px;
    border: 3px solid lightgray;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#totop.top-visible i {
    width: 20px;
    height: 20px;
    background: white;
}

#totop {
    font-weight: 900;
    position: fixed;
    right: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #015E25 !important;
    color: #fff !important;
    bottom: 69px;
    border: solid 1px white;
}
.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
    margin: 10px 0;
    box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
    border-radius: 25px;
}
.ttm-post-format-icon {
    display: none !important;
    background: black;
}
.ttm-post-thumbnail img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.featured-imagebox  .ttm-box-post-date {
    position: relative;
    left: 20px;
}
.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 20px 20px 20px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}
.post-title.featured-title {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-title h5 {
    font-weight: 700;
}
.featured-imagebox-post.ttm-box-view-top-image .post-desc {
    padding-top: 0px;
}
.post-desc.featured-desc p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.widget .new-si li a {
    width: 38px;
    height: 38px;
    font-size: 24px;
    padding-top: 6px;
    border-radius: 0px;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    -webkit-mask-image: url(rd-fonts/angle-left.svg);
    mask-image: url(rd-fonts/angle-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    content: "" !important;
    margin-left: 5px;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {
    -webkit-mask-image: url(rd-fonts/angle-right.svg);
    mask-image: url(rd-fonts/angle-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    content: "" !important;
    margin-left: 5px;
}
.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
    background: white;
}
.owl-carousel {
    display: block !important;
}
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none !important;
}
.owl-carousel img {
    width: 100% !important;
}
.services-head-image {
    width: 50px;
    height: 50px;
}
.play-icon {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px 26px;
    background-color: #e91f25;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
}

.post-detail {
    padding: 20px 0;
}
.inner-container .contact-form{
    padding: 25px;
    background-color: #015E25;
}

.inner-container .contact-form label{
    color: #fff !important;
    font-weight: 600 !important;
}

.inner-container {
    padding: 20px;
}
.pagination {
    justify-content: center;
}
.pagination li a,
.pagination li span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.pagination li span {
    color: #aeaeae;
}
.pagination li.active span {
    background: #04407e;
    color: #fff;
}
.ttm-header-search-link a .fa-search {
    width: 15px;
    height: 15px;
    background: #000;
    display: inline-block;
}
.ttm-search-overlay {
    display: none;
}
.ttm-search-overlay.st-show {
    display: block;
}
.w-search-input .fa-search {
    width: 15px;
    height: 15px;
    background: black;
    display: inline-block;
}
.w-search-input .searchform-s::placeholder {
    color: #fff;
}
.menu-footer-contact-links li a {
    display: flex;
    align-items: center;
    color: white;
}
.menu-footer-contact-links li a i {
    width: 32px;
    height: 21px;
    background: white;
    display: inline-block;
    margin-right: 10px;
}



img {
    max-width: 100%;
}
.dsa-logo img {
    max-height: 35px;
}


.theme_button1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #015E25;

    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
  }
  
  .theme_button1:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #015E25;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
  }
  
  .theme_button1:hover::after {
    right: auto;
    left: 0;
    width: 100%;
  }
  
  .theme_button1 span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  }

  .theme_button1 span i{
    display: inline-flex;
    height: 20px;
    width: 20px;
    background-color: white;
    position: relative;
    right: 5px;
    top: 5px;
  }
  
  
  .theme_button1:hover span {
    color: white;
    animation: scaleUp 0.3s ease-in-out;
  }
  
  @keyframes scaleUp {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.95);
    }
  
    100% {
      transform: scale(1);
    }
  }
  

  .social-fixed{
    position: fixed;
    height: auto;
    width: 60px;
    background-color: white;
    right: 0;
    bottom: 50%;
    z-index: 99;
  }

  .social-fixed .social-item{
    height: 50px;
    width: 60px;
  }

  .social-fixed .social-item i{
    margin: auto;
    background-color: white !important;
    background: white !important;
    position: relative;
    left: 20px;
    top: 12px;
  }
  .social-fixed .facebook-social{
      background-color: #00397e;
  }
  .social-fixed .whatsapp-social{
    background-color: rgb(0, 173, 0);
}
.social-fixed .instagram-social{
  background-color: rgb(156, 0, 0);
}
.social-fixed .youtube-social{
  background-color: rgb(255, 0, 0);
}
.social-fixed .twitter-social{
  background-color: rgb(34, 34, 34);
}

.social-fixed .youtube-social i{
  left: 17px;
}
.social-fixed .twitter-social i{
  left: 20px;
}
.scroll-container {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}


.scroll-content {
    display: flex;
    white-space: nowrap;
    cursor: w-resize;
}

.images-area{
    padding-top: 75px;
    padding-bottom: 50px;
    background-image: url('/2024/05/bg-2.jpg');
    background-size: cover;
}




/* Blog 1 styles */
 
.blog1 .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .blog1 .cards_item {
    display: flex;
  }
  
  .blog1 .card_image {
    position: relative;
    max-height: 250px;
  }
  
  .blog1 .card_image img {
    width: 328px !important;
    height: 246px;
    object-fit: cover;
  }
  
  .blog1 .card_price {
    position: absolute;
    bottom: 13px;
    right: 8px;
    display: none;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px 0 10px;
    height: 30px;
    border-radius: 0.25rem;
    background-color: #64a5ff;
    font-size: 14px;
    font-weight: 700;
    color: white;
  }
  

.card_image img {
    width: 100%;
    height: auto;
    display: block;
}

  .blog1 .card_price span {
    font-size: 12px;
    margin-top: -2px;
  }
  
  .blog1 .note {
    display: none;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 0.25rem;
    background-color: #64a5ff;
    font-size: 14px;
    font-weight: 700;
    z-index: 99;
  }
  
    
  .blog1 .note i {
    height: 25px;
    width: 25px;
    background: white;
    position: relative;
    left: 0;
    display: none;
  }


  .blog1 .services-head h2{
    font-size: 36px;
    margin-bottom: 36px;
  }
  
  .blog1 .services-head h2::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #015E25;
    content: "";
  }
  
  .blog1 .owl-theme .owl-dots .owl-dot span{
    width: 36px;
    height: 15px;
    border: 1px solid #015E25;
    border-radius: 3px;
    margin: 0px 3px 30px 6px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
  }

  .blog1 .owl-dot.active span {
    background-color: #015E25;
}

  .blog1 .read-more-click{
    font-weight: bold;
    color: #64a5ff;
    position: absolute;
    bottom: 0;
  }
  
  .blog1 .card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  
  .blog1 .card_content {
    position: relative;
    padding: 16px 12px 32px 24px;
    margin: 16px 8px 8px 0;
    max-height: 290px;
    /* min-height: 290px; */
    overflow-y: scroll;
  }
  
  .blog1 .card_content::-webkit-scrollbar {
    width: 8px;
  }
  
  .blog1 .card_content::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0;
  }
  
  .blog1 .card_content::-webkit-scrollbar-thumb {
    background: #64a5ff;
    border-radius: 15px;
  }
  
  

  .blog1 .card_title {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  
  .blog1 .card_title::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #015E25;
    content: "";
  }
  
  .blog1 hr {
    margin: 24px auto;
    width: 50px;
    border-top: 2px solid #64a5ff;
  }
  
  .blog1 .card_text p {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
  }
  
  .blog1 .card_text p:last-child {
    margin: 0;
  }
  
  /* Blog 1 styles end */

  /* Blog 2 styles start */
   
.blog2 .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .blog2 .cards_item {
    display: flex;
  }
  
  .blog2 .card_image {
    position: relative;
    max-height: 250px;
  }
  
  .blog2 .card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .blog2 .card_price {
    position: absolute;
    bottom: 13px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px 0 10px;
    height: 30px;
    border-radius: 0.25rem;
    background-color: #F3C1C6;
    font-size: 14px;
    font-weight: 700;
    color: white;
  }
  


  .blog2 .card_price span {
    font-size: 12px;
    margin-top: -2px;
  }
  
  .blog2 .note {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 0.25rem;
    background-color: #F3C1C6;
    font-size: 14px;
    font-weight: 700;
    z-index: 99;
    color: white;
  }
  
  .blog2 .note i {
    height: 25px;
    width: 25px;
    background: white;
    position: relative;
    left: 5px;
  }

  .blog2 .services-head h2{
    font-size: 36px;
    margin-bottom: 36px;
  }
  
  .blog2 .services-head h2::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F3C1C6;
    content: "";
  }
  
  .blog2 .owl-theme .owl-dots .owl-dot span{
    width: 36px;
    height: 15px;
    border: 1px solid #F3C1C6;
    border-radius: 3px;
    margin: 0px 3px 30px 6px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
  }

  .blog2 .owl-dot.active span {
    background-color: #F3C1C6;
}

  .blog2 .read-more-click{
    font-weight: bold;
    color: #F3C1C6;
    position: absolute;
    bottom: 0;
  }
  
  .blog2 .card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  
  .blog2 .card_content {
    position: relative;
    padding: 16px 12px 32px 24px;
    margin: 16px 8px 8px 0;
    max-height: 290px;
    overflow-y: scroll;
    min-height: 290px;
  }
  
  .blog2 .card_content::-webkit-scrollbar {
    width: 8px;
  }
  
  .blog2 .card_content::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0;
  }
  
  .blog2 .card_content::-webkit-scrollbar-thumb {
    background: #F3C1C6;
    border-radius: 15px;
  }
  
  

  .blog2 .card_title {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  
  .blog2 .card_title::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F3C1C6;
    content: "";
  }
  
  .blog2 hr {
    margin: 24px auto;
    width: 50px;
    border-top: 2px solid #F3C1C6;
  }
  
  .blog2 .card_text p {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .blog2 .card_text p:last-child {
    margin: 0;
  }
.card_text{
    display: none ;
}


  /* Blog 2 styles end */

.social-footer{
    margin-top: 50px;
}
  .social-footer  ul {
    position: relative;
    display: flex;
    transform: rotate(-0deg) skew(0deg);
    transform-style: preserve-3d;
 }
 .social-footer ul li {
   position: relative;
   list-style: none;
   width: 85px;
   height: 30px;
   margin: 0px 20px;
 }
 .social-footer ul li:before{
   content: '';
   position: absolute;
   bottom: -10px;
   left: -5px;
   width: 100%;
   height: 10px;
   background: white;
   trnasform-origin: top;
   transform: skewX(-41deg);
 }
 .social-footer ul li:after{
   content: '';
   position: absolute;
   top:5px;
   left: -9px;
   width: 9px;
   height: 100%;
   background: #ffffff;
   trnasform-origin: right;
   transform: skewY(-49deg);
 }
 .social-footer ul li span{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex !important;
   background: #ffffff;
   justify-content: center;
   align-items: center;
   color: #fff;
   font-size: 30px !important;
   transition: 1.5s ease-out;
 }

 .social-footer ul li span i{
    background-color: #015E25;
    background: #015E25;
    position: relative;
    left: 2px;
  }

 .social-footer  ul li:hover span {
   z-index: 1000;
   transition: .3s;
   color: #fff;
   box-shadow: -1px 1px 1px rgba(0, 0, 0, .5);
 }


 .social-footer  ul li a span {
    background-color:white;
  }

 .social-footer ul li:hover span:nth-child(5){
   transform: translate(40px, -40px);
   opacity: 1;
 }
 .social-footer ul li:hover span:nth-child(4){
   transform: translate(30px, -30px);
   opacity: .8;
 }
 .social-footer ul li:hover span:nth-child(3){
   transform: translate(20px, -20px);
   opacity: .6;
 }
 .social-footer ul li:hover span:nth-child(2){
   transform: translate(10px, -10px);
   opacity: .4;
 }
 .social-footer ul li:hover span:nth-child(1){
   transform: translate(0px, 0px);
   opacity: .2;
 }
 .social-footer ul li:nth-child(1):hover span{
   background: white !important;
 }
 .social-footer ul li:nth-child(2):hover span{
   background: white !important;
 }
 .social-footer ul li:nth-child(3):hover span{
   background: white !important;
 }
.social-footer ul li:nth-child(4):hover span{
   background: white;
 }

 .legal_warning{
    color: #ffffff61;
    font-size: 13px;
    margin-top: 16px;
 }

 .footer-contact-area{
    /* background-color: #1b245f; */
    position: relative;
    top: 25px;
    /* box-shadow: rgb(0 0 0 / 14%) -1px -2px 20px 2px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
    border-radius: 10px;
}

.footer-contact-area:before{
    content: '';
    position: absolute;
    height: 349px;
    width: 100%;
    background-image: url(/2024/05/contactfooter.jpg);
    background-size: cover;
    opacity: 0.5;
    left: 0;
    border-radius: 10px;
    border: 0px solid white;
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
}

 
 .footer-contact-area .widget{
    margin: 40px 0px 40px 20px;
 }

 /*houdini*/
@property --blink-opacity {
    syntax: "<number>";
    inherits: false;
    initial-value: 1;
  }
  
  /* #fallback @keyframes blink-animation {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }*/
  
  @keyframes blink-animation {
    0%,
    100% {
      opacity: var(--blink-opacity, 1);
    }
    50% {
      opacity: 0;
    }
  }
  /*houdini*/
  
  /*base*/
  :root {
    font-family: Inter, sans-serif;
  
    --stripe-color: #fff;
    --bg: var(--stripe-color);
    --maincolor: var(--bg);
  }
  

  
  /*custom*/
  
  @keyframes smoothBg {
    from {
      background-position: 50% 50%, 50% 50%;
    }
    to {
      background-position: 350% 50%, 350% 50%;
    }
  }
  
  .wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  .hero {
width: 100%;
height: 100%;
min-height: 100vh;
position: relative;
display: flex;
place-content: center;
place-items: center;
--stripe-color: #7fa887;
--stripes: repeating-linear-gradient(100deg, var(--stripe-color) 0%, var(--stripe-color) 7%, transparent 10%, transparent 12%, var(--stripe-color) 16%);
--rainbow: repeating-linear-gradient(100deg, #1d5d34 10%, #2f7a4d 15%, #3f8f61 20%, #7fa887 25%, #3f8f61 30%);
background-image: var(--stripes), var(--rainbow);
background-size: 300%, 200%;
background-position: 50% 50%, 50% 50%;
filter: blur(10px) invert(0%);
mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
  }
  
  :has(:checked) {
    --stripe-color: #000;
  }
  :has(:checked) .hero,
  :has(:checked) .hero::after {
    filter: blur(10px) opacity(50%) saturate(200%);
  }
  
  .content-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    flex-flow: column;
    gap: 4.5%;
    text-align: center;
    mix-blend-mode: difference;
    -webbkit-mix-blend-mode: difference;

  }
  
  .h1--scalingSize {
    font-size: calc(1rem - -5vw);
    position: relative;
    color: #7f5242;
  }
  
  #switch {
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
  }
  
  [for="switch"] {
    cursor: pointer;
    transition: 0.15s linear(0 0%, 0.16 16.85%, 0.32 31.73%, 1 100%);
    will-change: transform, font-weight;
    padding: 0.5rem;
  }
  
  [for="switch"]:where(:hover, :active, :focus-within) {
    /*transform: scale(1.2);
    font-weight: 900;*/
    transition: 0.3s ease;
    animation: animSwitch 0.2s alternate;
    & .icon {
      animation-play-state: paused;
    }
  }
  
  @keyframes animSwitch {
    50% {
      transform: scale(1.2);
      font-weight: 900;
    }
  }
  
  /*icon houdini*/
  .icon {
    width: 1lh;
    height: 1lh;
    aspect-ratio: 1/1;
    padding: 0.25em 0.35rem;
    border-radius: calc(1px / 0);
    border: 1px dashed;
    --blink-opacity: 1;
    animation: blink-animation 2s ease-in-out infinite running;
  }
  
  /*challenge*/
  .h1--scalingSize::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: white;
    text-shadow: 0 0 1px #ffffff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: white;
    -webkit-mask: linear-gradient(#000 0 0) luminance;
    mask: linear-gradient(#000 0 0) luminance, alpha;
    backdrop-filter: blur(19px) brightness(12.5);
    -webkit-text-stroke: 1px white;
    display: flex;
    margin: auto;
    z-index: 1;
    pointer-events: none;
  }
  
  .jumbotron{
    background-color: #015E2517;
  }
.imgBanner {
  margin-top: -100px;
  text-align: center;
}

.bannerIMG {
border-radius: 15px;
    width: 100%;
    max-width: 1170px;
}
.imgBannerM {
    margin-top: -130px;
    text-align: center;
    margin-bottom: 50px;
}

.bannerIMGM {
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
}