@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", sans-serif !important;
}
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
/* *********** 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: 20px;
    width: 20px;
    background-color: white;
    background: white;
}
.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: 50px;
    line-height: 98px;
}
.site-branding a,
.site-branding img {
    transition: all 0.3s ease-in-out 0s;
}
.site-branding img {
    max-height: 90px;
    height: 90px;
}
.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;
}
.header-logo-span{
    background-color: white;
    display: block;
    border-radius: 50%;
    padding: 15px;
    position: relative;
    bottom: 15px;
    z-index: 99999999;
}
.site-navigation {
    position: relative;
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    color: #000000;
    margin-left: 45px !important;
    margin-right: 45px !important;
}
#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: white;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: auto;
    position: absolute;
    z-index: 99;
    border-radius: 0px;
    box-shadow: #0000004f 1px 4px 24px;
}

@media (max-width: 1400px) {

    .ttm-header-wrap {
        width: 100%;
    }
    .main-slider .item .content{
        width: 100%;
        left: 0;
    }

}
.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: 15px;
    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.mobile-show i{
  background-color: #032145 !important;
  background: #032145 !important;
}

.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;
    z-index: 9;
    background-color: white;
}
.main-slider {
    position: relative;
    bottom: 50px;
}
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}
.ttm-search-overlay.st-show {
  visibility: visible;
  opacity: 0.98;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzNGOTFDMjMwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzNGOTFDMjQwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3M0Y5MUMyMTBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3M0Y5MUMyMjBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt0AzY0AAADrSURBVHjapNXLDYMwDAZg1+2dE9dKHaETgMQSPXWADtQBemIJJDJBzx2gp1wZoI7koBTl4RhLPwSBPoHsiMM8zxcAeFLuFAuV1XXdujbGtHR6UR5Ih4VypkyUFpTF6MTWgvyWPeWoxQPUGT19hUW+p8YDFDzqFhg8o8FDdPDoFq7Fk2gMDnHI4Fk0BXt8SOBFNAen8D80N/dYaM4WF6GuToLOO+BGefP1VbJDUThSI+XDGSWjiDVzmmloFRxrlJXiWIFGG8pbWgRLRqqIowIV4ahEizjuQP0fJIrjHjSHO7ihfLVoBHdW8xNgAA9tb+1F4VHcAAAAAElFTkSuQmCC),
  pointer;
}
.ttm-search-overlay {
 }
.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(0%);
}
.ttm-search-overlay .ttm-search-outer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  min-height: 350px;
  text-align: center;
  transition: all 0.6s ease 0s;
  display: inline-block;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
  background-color: transparent;
}
.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 {
  position: absolute;
  top: auto;
  left: 50%;
  width: 700px;
  max-width: 100%;
  margin-left: -350px;
  height: 70px;
  line-height: 70px;
  transition: all 0.6s ease 0s;
  margin-top: 40px;
}
.ttm-search-overlay .ttm-site-searchform input[type="search"]::placeholder{
  color: black !important;
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
  background: none;
  color: black !important;
  padding: 0 70px 0 18px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
  outline: none;
  height: 60px;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.164);
  margin: 0;
  border-radius: 20px;
}
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;
}
.ttm-search-overlay .ttm-site-searchform button {
    padding: 0;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    width: 70px;
    border: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.95);
    height: 56px;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 7px;
}
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: absolute;
  display: flex;
  width: 366px;
  height: 97%;
  top: 12px;
  flex-direction: column;
  justify-content: end;
  
}
.main-slider .item .content .inner {
    position: relative;
}
.cbody {
    padding: 30px 30px;
    position: relative;
    text-align: left;
   
}
.cbody .sum {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
}
.cbody p {
    color: white;
}
.cbody h2 {
    font-weight: 700;
    color: white;
}
.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: 500px;
    object-fit: cover;
    object-position: 84%;
}
.main-slider .owl-controls {
    position: absolute;
    bottom: 200px;
    right: 75px;
    width: 100%;
    display: flex;
    justify-content: end;
}
/* FOOTER */
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 5px;
}
.fbody {
    position: relative;
    background: #001227;
}
.footer .widget {
    margin: 20px 0 20px;
}

.menu-footer-bottom{
  padding-top: 25px;
}
.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;
}
.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 0 0;
    display: block;
}

.menu-footer-head ul  li{
    display: inline-flex !important;
}

.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: flex;
  height: 58px;
  background: #032145;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 70%;
  z-index: 30000;
  padding-top: 6px;
  justify-content: center;
  margin: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  left: 50%;
  transform: translate(-50%, 0%);

}
.sticky-footer .one-fourth {
    width: 21%;
    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;
    margin-top: 10px;
}
.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%;
    opacity: 1;
}
.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.owl-dot.active span {
    background-color: #032145;
}
.widget.widget_nav_menu a {
    padding-left: 35px;
    color: white;
}
/* .widget.widget_nav_menu a:before {
    content: "";
    background-color: #000000;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50px;
} */
.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%;
}
.abouts {
    position: relative;
}

.resim img{
    position: relative;
    z-index: 9;
    border-radius: 25px;
    max-width: 85% !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.resim:before {
    content: '';
    position: absolute;
    z-index: 8;
    height: 100%;
    width: 80%;
    top: 17px;
    background-color: #fefefe;
    border-radius: 25px;
    left: -12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ab-icerik {
    background-color: transparent;
    color: #09030a !important;
}
.ab-icerik p{
    color: #09030a;
}

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;
}
.about-first{
  background: url(/2024/05/bg1.jpg);
  background-size: cover;
}
.about{
  background-color: #ffffffeb;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 100px;
}
.about-down{
    background-color: #def8ff;
    height: 5px;
    position: relative;
    bottom: 10px;
}

.ab-icerik h2 {
    padding-top: 20px;
}
.title-box {
    display: table;
    width: 100%;
    margin-top: 55px;
}
.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: white !important;
    font-weight: normal;
}
.ttm-page-title-row {
  background: white;
  background-image: url(/2024/05/breadcrum-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 68px;
  background-position: center;
  height: 191px;
  max-height: 190px;
}

.ttm-page-title-row:before {
  content: '';
  position: absolute;
  height: 191px;
  max-height: 190px;
  width: 100%;
  background-color: #0321458c;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  top: 0px;
}

/* CARD1 */
.dinc-articles {
    padding: 25px 0;
    background: transparent;
    margin-top: 50px;
}
.dinc-articles .box-art {
    position: relative;
    transition: 1.5s all;
    overflow: hidden;
    margin: 5px;
    height: 550px;
}
.dinc-articles .box-art img {
    height: auto;
    object-fit: cover;
}
.dinc-articles .news-detail {
    position: absolute;
    transition: 0.5s all;

    width: 100%;
}
.dinc-articles .news-detail h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    text-align: left;
    letter-spacing: 0.5px;
    padding-top: 10px;
}
.dinc-articles .news-detail p {
    -webkit-box-orient: vertical;
    text-align: left;
    overflow: hidden;
    opacity: 1;
    height: auto;
    transition: 1.2s all;
}

.dinc-articles .owl-theme .owl-dots{
    margin-top: 25px;
    text-align: right !important;
    position: relative;
    right: 15px;
}

.box-art:hover img {
    transform: scale(1.02);
}
.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;
    padding-top: 50px;
}
.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: auto;
    overflow: hidden;
    text-align: left;
}
.comments .item {
    padding: 40px;
    border-radius: 20px;

}

.comments .owl-carousel .owl-stage-outer{
  padding-top: 15px;
  padding-bottom: 30px;
}

.comment-inner{
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* #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: #bab9ba !important;
    color: #fff !important;
    bottom: 69px;
} */
.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;
}
.ttm-box-post-date {
    display: none;
}
.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 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: 12px;
}
.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: 85%;
    top: 85%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px 26px;
    background-color: #032145;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
}

.post-detail {
    padding: 20px 0;
}
.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: 14px;
    height: 13px;
    background: #000000;
    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: #000000;
    display: inline-block;
}

.btn-success{
  background-color: #2875b5 !important;
  border-color: #2875b5 !important;
}

.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: 18px;
    height: 18px;
    background: #000;
    display: inline-block;
    margin-right: 5px;
}
img {
    max-width: 100%;
}
.dsa-logo img {
    max-height: 35px;
}

.copyright p{
    font-size: ;
}


/* other */
.info {
    margin: 20px 0;
    text-align: center;
}

p {
    color: #2e2e2e;
    margin-bottom: 20px;
}


/* block-$ */
.block-effect {
    font-size: 55px;
}

.block-reveal {
    --t: calc(var(--td) + var(--d));

    color: transparent;
    padding: 4px;

    position: relative;
    overflow: hidden;

    animation: revealBlock 0s var(--t) forwards;
}

.block-reveal::after {
    content: '';

    width: 0%;
    height: 100%;
    padding-bottom: 4px;

    position: absolute;
    top: 0;
    left: 0;

    background: var(--bc);
    animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
}




/* animations */
@keyframes revealBlock {
    100% {
        color: #0f0f0f;
    }
}

@keyframes revealingIn {

    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes revealingOut {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }

}


.main-slider .owl-theme .owl-dots {
  margin-left: 50px;
}

.main-slider .owl-theme .owl-dots .owl-dot span{
  width: 29px;
  height: 10px;
  border: 1px solid white;
  border-radius: 7px;
  margin: 0px 3px 8px 6px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
}


.main-slider .owl-dot.active span{
   background-color:  white;
}

.wordCarousel {
    font-size: 36px;
    font-weight: normal;
    color: black;
  }
  .wordCarousel div {
    overflow: hidden;
    position: relative;
    float: right;
    height: 46px;
    padding-top: 0px;
    margin-top: -42px;
    display: inline-flex;
    width: 100%;
    left: 470px;
  }
  .wordCarousel span {
    display: block;
    position: relative;
    right: 205px;
  }
  .wordCarousel div li {
    color: #032145;
    font-weight: normal;
    padding: 0 10px;
    height: 45px;
    margin-bottom: 45px;
    display: block;
    text-align: left;
    left: -49px;
    position: relative;
  }
  
  .flip2 {
    -webkit-animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
            animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  }
  
  .flip3 {
    -webkit-animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
            animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  }
  
  .flip4 {
    -webkit-animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
            animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  }
  
  .flip5 {
    -webkit-animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
            animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  }
  
  @-webkit-keyframes flip2 {
    0% {
      margin-top: -180px;
    }
    5% {
      margin-top: -90px;
    }
    50% {
      margin-top: -90px;
    }
    55% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -180px;
    }
  }
  
  @keyframes flip2 {
    0% {
      margin-top: -180px;
    }
    5% {
      margin-top: -90px;
    }
    50% {
      margin-top: -90px;
    }
    55% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -180px;
    }
  }
  @-webkit-keyframes flip3 {
    0% {
      margin-top: -270px;
    }
    5% {
      margin-top: -180px;
    }
    33% {
      margin-top: -180px;
    }
    38% {
      margin-top: -90px;
    }
    66% {
      margin-top: -90px;
    }
    71% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  @keyframes flip3 {
    0% {
      margin-top: -270px;
    }
    5% {
      margin-top: -180px;
    }
    33% {
      margin-top: -180px;
    }
    38% {
      margin-top: -90px;
    }
    66% {
      margin-top: -90px;
    }
    71% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  @-webkit-keyframes flip4 {
    0% {
      margin-top: -360px;
    }
    5% {
      margin-top: -270px;
    }
    25% {
      margin-top: -270px;
    }
    30% {
      margin-top: -180px;
    }
    50% {
      margin-top: -180px;
    }
    55% {
      margin-top: -90px;
    }
    75% {
      margin-top: -90px;
    }
    80% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -360px;
    }
  }
  @keyframes flip4 {
    0% {
      margin-top: -360px;
    }
    5% {
      margin-top: -270px;
    }
    25% {
      margin-top: -270px;
    }
    30% {
      margin-top: -180px;
    }
    50% {
      margin-top: -180px;
    }
    55% {
      margin-top: -90px;
    }
    75% {
      margin-top: -90px;
    }
    80% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -360px;
    }
  }
  @-webkit-keyframes flip5 {
    0% {
      margin-top: -450px;
    }
    5% {
      margin-top: -360px;
    }
    20% {
      margin-top: -360px;
    }
    25% {
      margin-top: -270px;
    }
    40% {
      margin-top: -270px;
    }
    45% {
      margin-top: -180px;
    }
    60% {
      margin-top: -180px;
    }
    65% {
      margin-top: -90px;
    }
    80% {
      margin-top: -90px;
    }
    85% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -450px;
    }
  }
  @keyframes flip5 {
    0% {
      margin-top: -450px;
    }
    5% {
      margin-top: -360px;
    }
    20% {
      margin-top: -360px;
    }
    25% {
      margin-top: -270px;
    }
    40% {
      margin-top: -270px;
    }
    45% {
      margin-top: -180px;
    }
    60% {
      margin-top: -180px;
    }
    65% {
      margin-top: -90px;
    }
    80% {
      margin-top: -90px;
    }
    85% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -450px;
    }
  }

  .dinc-articles .services-head{
    position: relative;
    left: 0;
    padding-bottom: 25px;
    text-align: center;
  }


  .dinc-articles .owl-carousel .owl-item{
    padding: 0;
  }
  




.dinc-articles .media {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    transition: all 1s ease;
    width: 100%;
  }
  .dinc-articles figure {
    height: 370px;
    overflow: hidden;
    position: relative;
  }
  .dinc-articles figure a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .dinc-articles figure:hover .media {
    transform: scale(1.25);
  }

  .dinc-articles figure:hover figcaption{
    opacity: 0;
    transition: all 1s ease;
  }

  .dinc-articles figcaption {
    color: #252830;
    margin: 15px;
    left: 0;
    position: absolute;
    top: 0;
    height: 280px;
    width: 250px;
  }
  .dinc-articles .body {
    background-color: #2875b5;
    bottom: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
  }

  .dinc-articles .body p{
    color: white;
    font-size: 13px;
    margin-bottom: 0;
  }

  .dinc-articles svg {
    width: 100%;
  }
  .dinc-articles  svg text {
    text-anchor: middle;
  }
  svg #alpha {
    fill: white;
  }
  .dinc-articles svg .title {
    font-size: 28px;
  }
  .dinc-articles svg #base {
    fill:#032145;
    -webkit-mask: url(#mask);
    mask: url(#mask);
  }
  
 
 .dinc-articles .btn-contents {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #2875b5;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    bottom: 50px;
  }
  
  .dinc-articles .btn-contents:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #032145;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: auto;
    left: auto;
  }
  
  .dinc-articles .btn-contents:hover::after {
    right: auto;
    left: auto;
    width: 100%;
  }
  
  .dinc-articles .btn-contents span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: normal;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  }

  .dinc-articles .btn-contents span a{
    color: #ffffff;
  }
  
  
  .dinc-articles .btn-contents:hover span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
  }


  .videos .btn-contents {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #2875b5;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    left: 15px;
  }
  .videos svg{
    fill: white;
  }
  
  .videos .btn-contents:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #032145;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: auto;
    left: auto;
  }
  
  .videos .btn-contents:hover::after {
    right: auto;
    left: auto;
    width: 100%;
  }
  
  .videos .btn-contents span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: normal;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  }

  .videos .btn-contents span a{
    color: #ffffff;
  }
  
  
  .videos .btn-contents:hover span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
  }

  .comments{
    padding-bottom: 50px;
  }
  .comments .owl-theme .owl-dots {
    display: none;
    text-align: right;
    padding-top: 20px;
    position: relative;
    bottom: 16px;
}

@media (max-width:768px) {
  .comments .owl-theme .owl-dots {
    display: none;
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.page-title-heading h1 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 27px;
  line-height: 18px;
  margin-bottom: 6px;
  position: relative;
  color: white;
  margin-top: 15px;
}
.breadcrumb-wrapper .breadcrumb-wrapper-inner {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 9px;
  display: inline-block;
}
.dinc-articles{
  margin-top: 0;
}
}
.title-box {
  display: table;
  width: 100%;
  margin-top: 29px;
}

  .comments .btn-contents {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #2875b5;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    left: 15px;
  }
  .comments svg{
    fill: white;
  }
  
  .comments .btn-contents:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #032145;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: auto;
    left: auto;
  }
  
  .comments .btn-contents:hover::after {
    right: auto;
    left: auto;
    width: 100%;
  }
  
  .comments .btn-contents span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: normal;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  }

  .comments .btn-contents span a{
    color: #ffffff;
  }
  
  
  .videos .btn-contents:hover span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
  }




  .reservation-area .btn-contents {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #2875b5;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    top: 15px;
  }
  
  .reservation-area .btn-contents:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #032145;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: auto;
    left: auto;
  }
  
  .reservation-area .btn-contents:hover::after {
    right: auto;
    left: auto;
    width: 100%;
  }
  
  .reservation-area .btn-contents span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: normal;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  }

  .reservation-area .btn-contents span a{
    color: #ffffff;
  }
  
  
  .reservation-area .btn-contents:hover span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
  }





  .photos-container .btn-contents {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    left: 15px;
    top: 15px;
  }
  
  .photos-container .btn-contents:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #2875b5;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: auto;
    left: auto;
  }
  
  .photos-container .btn-contents:hover::after {
    right: auto;
    left: auto;
    width: 100%;
  }
  
  .photos-container .btn-contents span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: normal;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  }
  .photos-container .btn-contents span a{
    color: black;
  }
  
  .photos-container .btn-contents:hover span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
  }

  .photos-container .btn-contents:hover span a{
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
  }


  
  @keyframes scaleUp {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.95);
    }
  
    100% {
      transform: scale(1);
    }
  }
  

  .photos-container{
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #032145;
  }

  .block-head{
    color: white;
    position: relative;
    left: 15px;
  }


  .resevation-area{
    background-color: #cec7b2;
    height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .resevation-area .inner-text h4{
    color: white;
    font-size: 31px;
    text-transform: uppercase;
  }

  .photos img{
    border: 10px solid white !important;
    border-radius: 4px;
  }
  .btn-primary{
    background-color: #032145;
    border-color: #032145;
  }
  
  .videos img{
    border: 0 !important;
    border-radius: 4px;
  }
  .navbar-brand__logo{
    display: block;
    margin: auto;
  }

  .menu-footer-head{
    position: relative;
    bottom: 5px;
    background-color: #032145;
    border-radius: 0px;
    border: 6px solid white;
  }
  .footer-social{
    border-right: 1px solid #ffffff14;
  }

  .contact-us-footer li{
    background-color:  white;
    margin-top: 5px;
    border-radius: 15px;
  }

  .contact-us-footer li a{
    color: #000;
    padding: 12px;
    font-size: 12px;
    position: relative;
  }

  .footer_iframe{
    border-radius: 15px;
  }

  .reservation-area{
    position: absolute;
    top: 30%;
    max-height: auto;
    width: 650px;
    background: linear-gradient(90deg, rgba(4,64,126,1) 0%, rgba(40,117,181,1) 100%);;
    z-index: 999;
    right: 5%;
    border-radius: 5px;
    height: auto;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: all 1.5s;
  }

  .reservation-area:hover .reservation-icon{
      margin-right:  90%;
      transition: margin-right 1.5s;
  }

  .reservation-area:hover{
    box-shadow: rgba(255, 255, 255, 0.658) 0px 54px 55px, rgba(255, 255, 255, 0.507) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: box-shadow 1.5s , border-radius 1.5s;
    border-radius: 25px;
  }


  .reservation-text{
    color: white;
  }


  
  .reservation-icon{
    display: block;
    float: right;
    background-color: white;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    position: relative;
    bottom: 35px;
    transition: all 1.5s;
  }

  .reservation-icon i{
    display: block;
    margin: auto;
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #2875b5;
    top: 10px;
    left: 3px;
  }

  .reservation-area form label{
    display: none;  
  }
  
  .reservation-area input, .reservation-area textarea ,.reservation-area button{
    font-size: 12px;
    color: white !important;
  }

  .reservation-area input::placeholder, .reservation-area textarea::placeholder ,.reservation-area button{
    font-size: 12px;
    color: white !important;
  }


  .reservation-area form{
    margin-top: 15px;  
  }

  .reservation-area .form-control{
    background-color: rgba(255, 255, 255, 0.267);
  }

  .social-fixed{
    position: fixed;
    height: auto;
    width: 60px;
    background-color: white;
    left: 0;
    bottom: 20%;
    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;
}