/*@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;600&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&amp;display=swap");

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}
#wrapper {
    flex: 1;
}

#home {
    display: flex;
    align-items: center;
    background: linear-gradient(
            90deg,
            rgba(2, 0, 36, 1) 0%,
            rgba(68, 61, 62, 0.7998774509803921) 30%,
            rgba(0, 212, 255, 0) 87%
        ),
        url("../images/home_bgxx.jpg") no-repeat center center;
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.navbar {
    background-color: transparent;
}
.navbar-brand img {
    width: 75%;
}
.navbar-nav li a.nav-link {
    color: #fff !important;
}
.active_border {
    position: relative;
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.active_border::after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#home .left img {
    width: 100%;
}
.home_social_media {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 40%;
    left: 3%;
    top: 50%;
}
.home_social_media::before {
    content: "";
    height: 80px;
    width: 1px;
    border: 1px solid #ffffff;
    position: absolute;
    left: 8px;
    right: 0;
    top: -100%;
}

.home_social_media a img {
    width: 7%;
    margin-bottom: 10px;
}
#erkaya {
    position: relative;
    background-color: #525659;
}

#erkaya .proje_left {
    position: relative;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
}
#erkaya .proje_left::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 45px;
    background-color: #ebc98f;
    left: -2px;
    top: 20px;
}
#erkaya .proje_left::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 45px;
    background-color: #ebc98f;
    right: -2px;
    top: 20px;
}

#erkaya .proje_left h2,
#erkaya .proje_center h2 {
    font-weight: bolder;
    margin-bottom: 30px;
}
#erkaya .proje_left p {
    font-weight: 300;
}
#erkaya .proje_center {
    position: relative;
    color: #fff;
    padding: 20px;
}
#erkaya .proje_center ul {
    list-style: none;
    padding-left: 0;
}
#erkaya .proje_center ul li {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
#erkaya .proje_center ul li img {
    margin-right: 50px;
    width: 20%;
}
#erkaya .proje_right img {
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    filter: drop-shadow(5px 5px 10px #012f);
    -webkit-filter: drop-shadow(5px 5px 10px #012f);
}
#proje {
    position: relative;
    background-color: #525659;
    padding-top: 30px;
    padding-bottom: 100px;
}
#proje h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: bolder;
    filter: drop-shadow(5px 5px 10px #000);
}
#proje .erkaya_opac {
    font-size: 77px;
    font-weight: 800;
    position: absolute;
    right: -12%;
    color: rgba(255, 255, 255, 0.1);
    opacity: 1;
    top: -10px;
    letter-spacing: 20px;
    transform: rotate(270deg);
    overflow: hidden;
    top: 50%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sliderone {
    position: relative;
}
.sliderone img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#proje .left {
    position: relative;
}
#proje .left .swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    min-height: 90px;
    bottom: -7%;
    width: 250px;
    background: #525659;
    filter: drop-shadow(5px 5px 10px #000);
    z-index: 999;
    right: 10%;
    list-style: none;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}
#proje .left .swiper-button::after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 30px;
}
#proje .left .swiper-button .swiper-button-next,
#proje .left .swiper-button .swiper-button-prev {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 25px;
    color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    filter: drop-shadow(5px 5px 10px #000);
    top: 42%;
}

#proje .left .swiper-button .swiper-button-next:after,
#proje .left .swiper-button .swiper-button-prev:after {
    font-size: 25px;
}
#proje .right h3 {
    color: #e77b10;
    font-size: 52px;
    font-weight: 700;
}
#proje .right ul {
    padding-left: 0;
    list-style: none;
}
#proje .right ul li {
    color: #ffffff;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 10px;
}
#proje .right ul li span {
    position: relative;
    padding-right: 10px;
}
#proje .right ul li span strong {
    position: absolute;
    font-size: 15px;
}
#galeri {
    background-color: #525659;
    padding-top: 80px;
    padding-bottom: 80px;
}
#galeri h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: bolder;
    filter: drop-shadow(5px 5px 10px #000);
}
#galeri .slidertwo .swiper-slide a,
#galeri .img-box a {
    position: relative;
    margin: 10px 5px 10px 5px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
}

#galeri .slidertwo .swiper-slide a .overlay,
#galeri .img-box a .overlay {
    width: 40px;
    height: 40px;
    background: rgba(235, 201, 143, 0.8);
    text-align: center;
    position: absolute;
    left: 40%;
    top: 40%;
    border-radius: 100%;
    transition: 0.5s ease;
    opacity: 0;
}
#galeri .slidertwo .swiper-slide a .fa-magnifying-glass-plus,
#galeri .img-box a .fa-magnifying-glass-plus {
    position: absolute;
    left: 0%;
    top: 0%;
    margin: 0 auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: none;
}

#galeri .slidertwo .swiper-slide a:hover .overlay,
#galeri .img-box a:hover .overlay {
    transform: scale(20);
    -webkit-transform: scale(20);
    transition: 0.5s ease;
    opacity: 9;
}
#galeri .slidertwo .swiper-slide a:hover .fa-magnifying-glass-plus,
#galeri .img-box a:hover .fa-magnifying-glass-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font-size: 50px;
    color: #525659;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
#galeri .slidertwo .swiper-slide p,
#galeri .img-box p {
    color: #fff;
    padding-top: 20px;
    font-weight: 800;
}

#ornekdaire {
    position: relative;
    background-color: #525659;
    padding-top: 80px;
    padding-bottom: 80px;
}

#ornekdaire h5 {
    position: relative;
    color: #fff;
    padding-top: 20px;
    font-weight: 700;
    font-size: 4em;
    margin-bottom: 30px;
}
#ornekdaire h5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    bottom: -10px;
    left: 0;
}
#ornekdaire .tip_1_left ul,
#ornekdaire .tip_2_left ul {
    list-style: none;
    padding-left: 0;
}
#ornekdaire .tip_1_left ul li,
#ornekdaire .tip_2_left ul li {
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 10px;
}
.swiper-pagination-three
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: #ffffff;
    opacity: 1;
    margin: 0 5px;
    border-radius: 15%;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
}
.swiper-pagination-three.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center !important;
}
.swiper-pagination-three
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e77b10;
}

.tip_1_right .tip_1_right_info {
    position: relative;
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: space-around;
    padding-top: 50px;
    font-size: 30px;
}
.sectionone {
    position: relative;
    background-color: #525659;
    padding-bottom: 80px;
}
.sectionone_info {
    position: relative;
}
.sectionone_info_text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e77b10;
    display: inline-block;
    bottom: -13%;
    max-width: 40%;
    min-height: 100px;
    text-align: center;
    filter: drop-shadow(5px 5px 10px #000);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #525659;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sectionone_info_text p {
    position: relative;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 3px;
}
.sectionone_info_text p::after {
    content: "";
    position: absolute;
    width: 70%;
    border-bottom: 4px solid #525659;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sectionone_info_text img {
    width: 80%;
}
.sectionone_info_text span {
    font-size: 38px;
    font-weight: 500;
}
.sectionone .sectionone_icon {
    padding-top: 200px;
    text-align: center;
}
.sectionone .sectionone_icon p {
    font-weight: 300;
    color: #ffffff;
    font-size: 23px;
    padding-top: 30px;
}
.sectiontwo {
    background: #525659;
    padding-top: 80px;
    padding-bottom: 80px;
} /*#F3ECC3*/
.sectiontwo .container {
    position: relative;
}
.sectiontwo .sectiontwo_info {
    position: absolute;
    bottom: -70px;
    width: 100%;
}
.sectiontwo_left {
    background-color: #e78c17;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    color: #ffffff;
    border-radius: 85px;
    -webkit-border-radius: 85px;
    -moz-border-radius: 85px;
    -ms-border-radius: 85px;
    -o-border-radius: 85px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    padding: 20px;
    padding-bottom: 20px;
}
.sectiontwo_left .btn {
    background-color: #11bbb7;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.sectiontwo_right {
    background-color: #e77b10;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    color: #ffffff;
    border-radius: 85px;
    -webkit-border-radius: 85px;
    -moz-border-radius: 85px;
    -ms-border-radius: 85px;
    -o-border-radius: 85px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    padding: 20px;
    padding-bottom: 20px;
}
.sectiontwo_right .btn {
    background-color: #e77b10;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.sectionthree {
    position: relative;
    z-index: 0;
    background-color: #525659;
    padding-top: 80px;
    padding-bottom: 80px;
}
.sectionthree .sectionthree_box p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    padding-bottom: 30px;
    letter-spacing: 2px;
}
.sectionthree .erkaya_opac,
#ornekdaire .erkaya_opac,
#erkaya .erkaya_opac {
    position: absolute;
    font-size: 140px;
    font-weight: 800;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.03);
    opacity: 1;
    top: -10px;
    letter-spacing: 44px;
}
.sectionthree_box {
    position: relative;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}
.sectionthree_box a {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-height: 110px;
    border-radius: 110px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    -ms-border-radius: 110px;
    -o-border-radius: 110px;
    font-size: 23px;
    margin-bottom: 30px;
}
.sectionthree_box a.yellow-btn {
    background-color: #e77b10;
    border: 1px solid #e77b10;
}
.sectionthree_box a.yellow-btn:hover {
    color: #fff;
    background-color: #d39d71;
}
.sectionthree_box a.blue-btn {
    background-color: #11bbb7;
    border: 1px solid #11bbb7;
}

.sectionthree_box a.blue-btn:hover {
    color: #fff;
    background-color: #e78c17;
}
.sectionthree_box a {
    text-decoration: none;
}
.sectionthree_box a.phone {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 70px;
    text-decoration: none;
}
.sectionthree_box a.phone span .fa-phone {
    color: #fff;
    padding-right: 10px;
}
.sectionthree_box span strong {
    color: #e77b10;
}

footer {
    background-color: #525659;
    padding-top: 80px;
    padding-bottom: 20px;
    color: #fff;
}
footer .footer_top {
    position: relative;
    text-align: center;
}

footer .footer_top::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -65%;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer_top img {
    width: 35%;
}
footer .footer_bottom {
    position: relative;
    padding-top: 150px;
}
footer .footer_bottom a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 40px;
}
footer .footer_bottom a.phone .fa-phone {
    padding-right: 20px;
}
footer .footer_bottom a.phone span strong {
    color: #e77b10;
}
footer .footer_bottom ul li a {
    font-size: 18px;
}
.footer_bottom ul {
    list-style: none;
    color: #fff;
}
.footer_bottom ul.social {
    display: flex;
    padding-left: 0;
}
.footer_bottom ul.social li {
    margin-top: 20px;
    margin-right: 20px;
    background-color: #e77b10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.footer_bottom ul li {
    margin-bottom: 10px;
}
.footer_bottom ul li .fa-facebook,
.footer_bottom ul li .fa-twitter,
.footer_bottom ul li .fa-instagram,
.footer_bottom ul li .fa-youtube {
    color: #ffffff;
}

.footer_bottom a.blue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    background-color: #11bbb7;
    border: 1px solid #11bbb7;
    padding: 20px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.footer_bottom a.blue-btn:hover {
    color: #fff;
    background-color: #e78c17;
}
.katalog-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #11bbb7;
    font-weight: 700;
    font-size: 18px;
    background-color: #e77b10;
    border: 1px solid #e77b10;
    padding: 10px 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 300px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    text-transform: uppercase;
}
.katalog-btn:hover {
    color: #e77b10;
    background-color: #11bbb7;
    border: 1px solid #11bbb7;
}
form {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
}
form input {
    height: 60px;
    border: 0;
}
form .form-control::placeholder {
    color: #063479;
}
form .form-control:focus,
form .form-control:active {
    outline: none;
    box-shadow: none;
}
form button.btn {
    color: #fff;
    background-color: #df8a08;
    border: 1px solid #df8a08;
    filter: drop-shadow(5px 5px 10px #000);
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}
form button.btn:hover {
    color: #fff;
    background-color: #e78c17;
    border: 1px solid #e78c17;
}
div#teklif_formu {
    width: 50%;
    background: none;
}
#galeri .img-box {
    padding: 0;
}
/*
footer .footer_top::before {
  content: '';
  position: absolute;
  height: 90px;
  width: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80px;
}*/
.sectionthree .sectionthree_box p.border_line {
    position: relative;
    color: #ffffff;
    font-size: 28px;
}
.sectionthree .sectionthree_box p.border_line::after {
    content: url("../images/border.png");
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0;
}
.desktop_title {
    display: inline-block;
}
.mobile-title {
    display: none;
}

@media screen and (min-width: 992px) {
    #proje .right {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .mobile-hide.social {
        display: none;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header .container .menu ul li a {
        padding: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .header .container .menu ul li a {
        font-size: 12px;
        padding: 0;
    }
    .responsive-menu {
        background-color: #525659;
    }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .header .container .menu ul li a {
        font-size: 13px;
        padding: 0;
    }
    .sectionone_info_text {
        max-width: 74%;
        position: relative;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
    .responsive-menu {
        background-color: #525659;
    }
    .sectionone_info_text {
        max-width: 74%;
        position: relative;
    }
}

.tip_1_left ul li span,
.tip_2_left ul li span {
    position: relative;
    font-weight: 600;
}
.tip_1_left ul li span strong,
.tip_2_left ul li span strong {
    position: absolute;
    top: unset;
    font-size: 18px;
}
.tip_1_right_info span {
    position: relative;
}
.tip_1_right_info span strong {
    position: absolute;
    top: -5px;
    font-size: 18px;
}
.mobile-hide .katalog-item{
    display: none;
}
@media screen and (max-width: 821px) {
    footer .footer_top img {
        width: 70%;
    }

    .footer .footer_top img {
        width: 100%;
    }
    #home {
        background-size: inherit;
        align-items: center;
    }
    #home .left {
        padding-top: 80px;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    #home .left img {
        width: 90%;
    }
    .home_social_media {
        display: none;
    }
    #erkaya {
        text-align: center;
        padding-bottom: 0 !important;
    }
    #erkaya .erkaya_opac,
    #ornekdaire .erkaya_opac,
    .sectionthree .erkaya_opac {
        display: none;
    }
    #proje .erkaya_opac {
        font-size: 44px;
        left: -86%;
        transform: rotate(270deg);
        top: 50%;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    #erkaya .proje_left {
        border: 0;
    }
    #erkaya .proje_right {
        padding: 0;
    }
    #erkaya .proje_left::before,
    #erkaya .proje_left::after {
        display: none;
    }
    .sectionone {
        padding-top: 50px;
    }
    .sectionone_info_text {
        max-width: 100%;
        position: relative;
    }
    .sectionone_info_text p {
        font-size: 23px;
    }
    .sectionone_info_text span {
        font-size: 23px;
    }
    .fixed_desktop {
        background-color: #000000 !important;
    }
    .sectiontwo {
        padding: 0 0 0 0;
    }
    #proje {
        padding-top: 0;
        padding-bottom: 0;
    }
    #proje h2 {
        font-size: 32px;
    }
    #proje .left {
        margin-bottom: 50px;
    }
    #proje .left .swiper-button {
        width: 158px;
        min-height: 60px;
    }
    #proje .left .swiper-button .swiper-button-next,
    #proje .left .swiper-button .swiper-button-prev {
        width: 35px;
        height: 35px;
        border: none;
        top: 58%;
        bottom: -15%;
    }
    #proje .left .swiper-button .swiper-button-next:focus,
    #proje .left .swiper-button .swiper-button-prev:focus {
        outline: none;
    }
    #proje .right {
        text-align: center;
    }
    #ornekdaire {
        padding-top: 0;
        padding-bottom: 30px;
    }
    #ornekdaire h5 {
        font-size: 32px;
    }

    .sectiontwo .sectiontwo_info {
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .sectiontwo .sectiontwo_info .sectiontwo_left,
    .sectiontwo .sectiontwo_info .sectiontwo_right {
        padding: 10px;
        margin-bottom: 30px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .tip_1_right {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .tip_1_right img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tip_1_right .tip_1_right_info {
        font-size: 18px;
        padding-top: 0;
        margin-bottom: 40px;
    }
    .tip_1_right .mobile-title {
        margin-bottom: 50px;
    }
    .tip_1_left,
    .tip_2_left {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #ornekdaire .tip_1_left ul li,
    #ornekdaire .tip_2_left ul li {
        font-size: 15px;
    }
    #galer {
        padding-top: 0;
    }
    #galeri h2,
    .sectionthree_box a.phone,
    footer .footer_bottom a {
        font-size: 32px;
    }
    footer .footer_bottom a.phone {
        display: none;
    }
    .footer_bottom ul.social {
        justify-content: center;
    }
    footer {
        padding-top: 0;
    }

    .sectionthree_box a {
        min-height: auto;
    }
    div#teklif_formu {
        width: 100%;
    }
    footer .footer_bottom {
        padding-top: 80px;
    }
    .col-md-4.col-12 a.phone span {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
    }
    .footer_bottom a.blue-btn {
        margin: 30px 0 30px 0;
    }

    .mobile-title {
        display: inline-block;
    }
    .desktop_title {
        display: none;
    }
    .tip_1_left ul li span strong,
    .tip_2_left ul li span strong {
        font-size: 13px;
    }
    .mobile-hide .nav-item .katalog-btn{
        display: block;
        top: 0;
    }
}
