/*
Theme Name: nidaturkey
Author: cstep
Author URI: www.creativitystep.com
Version: 1.0
Description: This is a cool theme
Template: 
*/


/*.navbar .dropdown-menu {*/
/*    position: static !important;*/
/*    margin-top: 0;*/
/*}*/

.reklambx p{
    padding: 10px;
    /* font-family: elephant; */
    color: #848885;
    font-weight: 300;
    font-family: verdana;
    font-size: 14px;
}
.modal-body p{padding: 10px;
    font-family: elephant;}
.gallery{
    padding: 80px 0;
}
.gallery img{
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    cursor: pointer;
}
#gallery-modal .modal-img{
    /*width: 100%;*/
}
.logosub
{
    padding-left: 7rem !important;
}
.dropdown-menu a{background-color: #fff !important;}
.dropdown-menu a:hover{
    background-color:#ffcd1c !important;}
.mapbg
{       padding: 80px 0;
    background-color: #0a657d;
    background-image: url('../img/bcbfend2.png');
    background-size: cover;}

.mapbg h1{color: #475168;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
    font-family: elephant;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}
.mapbg hr {
    border-color: #dfdcdf;
}
.map-container-5{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-5 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: .5625rem;
}
.navbar-brand {
    display: unset;
    display: -ms-flexbox;
    display: unset;
    -webkit-box-align: unset;
    -ms-flex-align: center;
    align-items: unset;
}
.contentimg {
    background-image: url('../img/house.png');
    background-size: 100% 100%;
}
.navbar.scrolled {

    background-color: #0a657d !important;
    transition: background-color 200ms linear;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);

}
.nav-item a.scrolled {
    border-radius: 50px;
}
.navbar.scrolled .nav-link {
    color:#555;
}
.navbar-brand img.scrolled {
    max-width: 40px;
    max-height: 40px;
    transform: rotate(
            314deg
    );
}
.logo.scrolled {
    height: auto;
    text-align: left;
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    /* padding: 10px; */
    flex-wrap: nowrap;
    justify-content: space-around;
}
.navbar-collapse.scrolled{
    width: 50%;
}
.diamond.scrolled {
    max-width: 40px;
    max-height: 40px;
    /* border-radius: 12px; */
    /* border-bottom-right-radius: 10px; */
    background-color: #fff;
    transform: rotate(
            45deg
    );
    margin: 0px 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}
.txtlogo.scrolled {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffcd00;
    font-family: Elephant;
    width: 100%;
    padding-left: 1rem;
}
.subtxt.scrolled {

    display: none;
}
.bannerimg{
    background-image: url(../img/coloredimg.png);
    height: 100vh;
    background-repeat: no-repeat;
}


.banner-image {
    background-image: url('../img/slidshadow.png');
    background-size: cover;
    background-color: #0b657d;
    padding-top: 20rem!important;
    position: relative;
    align-items: center !important;
}
.diamond {
    max-width: 70px;
    max-height: 70px;
    /* border-radius: 12px; */
    /* border-bottom-right-radius: 10px; */
    background-color: #fff;
    transform: rotate(
            45deg
    );
    margin: 9px 120px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}
.navbar-brand img {
    max-width: 70px;
    max-height:70px;
    transform: rotate(
            314deg
    );
}
.logo{
    height: auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    /* padding-left: 0rem !important; */
}
.txtlogo{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color:#ffcd00;
    font-family: Elephant;
}

.diamondsub{

    /* border-radius: 12px; */
    /* border-bottom-right-radius: 10px; */
    background-color: transparent!important;
}

.diamondsub.scrolled{
    background-color: #fff!important;
}
.txtsublogo.scrolled {color:#ffcd00 !important;
}
.txtsublogo{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color:#0b657d;
    font-family: Elephant;
    width: 100%;
    padding-left: 1rem;

}

.subtxt{

    color:#fff;
    font-size: 14px;
    text-align: center;
}
@media (min-width: 1200px){
    .subtxt{

        color:#fff;
        font-size: 14px;
        width: 58%;
    }
}
.nav-item a{background: #ffcd1c;
    background: #ffcd1c;
    color: #0a657d !important;
    font-family: Elephant;
    margin: 0px 27px 0px 0px;
    color: #ffc
}
.textsocial{
    color:#ffcd00;
    font-family: Elephant;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

/*mobile*/
@media (max-width: 780px){

    .logosub
    {
        padding-left: 1rem !important;
    }
    .diamond{
        margin: 9px 0px !important;
    }
    .dropdown-menu {
        background-color: #ffcd1c !important;
        border-radius: 29px;
        padding: 11px;}
    .txtlogo.scrolled {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffcd00;
        font-family: Elephant;
        width: 100%;
        text-align: left;
        padding-left: 11px;
    }
    .sofa h1 {
        position: relative;
        top: 9rem !important;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        color: #848885;
        font-weight: 400;
        font-family: elephant;
        font-size: 57px !important;
        padding: 0px !important;
        height: 30px;
        left: 0 !important;}

    .txthouse {width:100% !important;padding:1rem !important}
    #cloudm, #cloud{display:none;}
    .nav-item a {
        background: #ffcd1c;
        font-family: Elephant;
        margin: 0px 0px 0px 0px;
        text-align: center;
        border: 1px solid;
        border-radius: 50px;
        color: #0a657d ;
    }
    .logo {

        padding-top: 0px;

    }
    .banner-image{
        display: flex!important;
        flex-direction: row;    }
    .logo.scrolled {
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 85%;
        /* margin: 0px; */
        padding-left: 0rem !important;
    }
    .navbar-collapse.scrolled {
        width: 100%;
        margin: 10px;
    }
    .subanner h1 {
        text-align: center!important;
        left: 1rem !important;
        /* right: -2rem !important; */
        top: 2rem !important;
        margin: auto;
        color: #fff;
        font-family: elephant;
        font-weight: 400;
        font-size: 2rem !important;
    }

}
.socialicon{
    display: flex;
    width: 30px;
    height: 30px;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
    border-radius: 50%;
    -webkit-box-pack: center;
    margin-left: 5px;
    position: relative;
    color: rgb(255, 255, 255);
    flex-direction: column;
    justify-content: space-around;
    border: 1px solid;
}
.soc{display:flex;
    justify-content: center;

}
/*cloud*/

#cloud {
    height: 136px;
    margin:10px;
    position: relative;
    width: 230px;
    margin-top: -332px;
    text-align: center;
}

#cloud div {
    /* border: solid 5px black; */
    /* background: #eee; */
}

#bottom_c {
    background-color: #ffce03;
    height: 200px;
    position: absolute;
    top: 100px;
    width: 230px;
    z-index: 0;
}

#right_c{
    background-color: #fece1c;
    border-radius: 100%;
    height: 32px;
    left: 140px;
    position: absolute;
    top: 40px;
    width: 88px;
    z-index: -1;
}

#middle_c {
    background-color: #ffce03;
    border-radius: 50%;
    height: 51px;
    left: 122px;
    position: absolute;
    top: 88px;
    width: 86px;
    z-index: 1;
}


#left_c{
    background-color: #fece1c;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    position: absolute;
    top: 70px;
    width: 100px;
    z-index: -1;
}

#cloud::before {
    background-color: #ffce03;
    border-radius: 50%;
    content: '';
    height: 57px;
    left: 23px;
    position: absolute;
    top: 88px;
    width: 86px;
    z-index: 1;
}

#cloud::after {
    position: absolute;
    top: 61px;
    left: 54px;
    background-color: #ffce03;
    border-radius: 54%;
    content: '';
    width: 128px;
    height: 115px;
    z-index: 1;
}
#middle_c::after {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffcd00;
    border-radius: 68%;
    content: '';
    width: 57px;
    height: 57px;
    z-index: 1;
}
.txthouse {
    background: #0b657db8;
    width: 80%;
    margin:auto;
    text-align: center;
}
.txthouse h1 {
    color:#fff ;
    font-family: Elephant;

}
.txthouse p {
    color:#ffce03;
    font-family: Verdana;

}
#cloud h2 {top: 127px;
    position: relative;
    z-index: 2;
    /* left: 23px; */
    color: #fff;
    font-family: elephant;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;}
#cloudm h2 {top: 127px;
    position: relative;
    z-index: 2;
    /* left: 23px; */
    color: #fff;
    font-family: elephant;
}
.cont{

    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}


#cloudm {
    height: 136px;
    margin:10px;
    position: relative;
    width: 230px;
    margin-top: -332px;
    text-align: center;
}

#cloud div {
    /* border: solid 5px black; */
    /* background: #eee; */
}

#bottom_cm {
    background-color: #095e74;
    height: 200px;
    position: absolute;
    top: 100px;
    width: 230px;
    z-index: 0;
}

#right_cm{
    background-color: #095e74;
    border-radius: 100%;
    height: 32px;
    left: 140px;
    position: absolute;
    top: 40px;
    width: 88px;
    z-index: -1;
}

#middle_cm {
    background-color: #095e74;
    border-radius: 50%;
    height: 51px;
    left: 122px;
    position: absolute;
    top: 88px;
    width: 86px;
    z-index: 1;
}


#left_cm{
    background-color: #095e74;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    position: absolute;
    top: 70px;
    width: 100px;
    z-index: -1;
}

#cloudm::before {
    background-color: #095e74;
    border-radius: 50%;
    content: '';
    height: 57px;
    left: 23px;
    position: absolute;
    top: 88px;
    width: 86px;
    z-index: 1;
}

#cloudm::after {
    position: absolute;
    /* border: solid 1px #fece1c;
    border-color: #993d3d transparent transparent transparent; */
    top: 61px;
    left: 54px;
    background-color: #095e74;
    border-radius: 54%;
    content: '';
    width: 128px;
    height: 115px;
    z-index: 1;

}
#middle_cm::after {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #095e74;
    border-radius: 68%;
    content: '';
    width: 57px;
    height: 57px;
    z-index: 1;
}
.box{
    width: 180px;
    height: 124px;
    border: solid 5px #000;
    border-color: #000 transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
}
.pipe-l {
    width: 115px;
    height: 16px;
    border-color: #0b657d transparentt transparent transparent;
    border-radius: 50px;
    background: #0b657d;
    position: relative;
    top: 140px;
    z-index: 1;
    left: 59px;
}.pipe-r {
     width: 115px;
     height: 16px;
     border-color: #0b657d transparentt transparent transparent;
     border-radius: 50px;
     background: #0b657d;
     position: relative;
     top: 140px;
     z-index: 1;
     left: 59px;
 }
.pipem {
    width: 115px;
    height: 16px;
    border-color: #004 transparentt transparent transparent;
    border-radius: 50px;
    background: #ffcd00;
    position: relative;
    top: 140px;
    z-index: 1;
    left: 59px;
}
.pipetxt{
    position: relative;
    top: 160px;
    z-index: 1;
    left: 0px;
    padding: 3px;
    color: #fff;
}
.partners h1{
    text-align: center;
    color: #fff;
    font-family: elephant;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;

}
.partnerss{  background-color:#ffcd00 ;
    justify-content: center;
    align-items: center;
}
.partnerss h1{
    text-align: center;
    color: #fff;
    font-family: elephant;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;

}
.partners{background-color:#ffcd00 ;
    background-image: url('../img/bcbfend1.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partnerlogo{
    width: 60px;
    height:80px;
    background-color:#fffae6;
}
.Ticaret{height: 111px;}
.trair{height: 53px;}
.telecom{height: 65px;}
.iman{height: 62px;}
.logobx{


    display: flex;
    background: #fffae6;
    height: 8rem;
    width: 16rem;
    align-items: center;
    border-radius: 8px;
    margin: 5px;
    align-items: center;
    align-content: flex-end;
    justify-content: center;
}

.address{
    background-color:#fff;
    background-image: url('../img/bcbfend2.png');
    background-size: cover;
}
.addresstxt
{
    width: 53%;
    display: flex;
    color: #0b657d;
    flex-direction: column;
    margin: auto;
    font-family: Verdana;
}
.boldd {
    font-weight:bold;
}
.footer{
    background-color:#0b657d;
    background-image: url('../img/endshadow.png');
    background-size: cover;
}
.ftxt
{
    color:#fff;

}
.ftxtt
{
    color:#ffcd1c;
    font-size: 13px

}
a {
    color: transparent !important;
    text-decoration: underline;
}
.socialicon:hover {
    color: #ffcd00 !important;
}
.subanner {

    background-image: url('../img/subslide.png');
    background-size: cover;
    background-position: center bottom;  }
.subanner h1
{
    text-align: left;
    position: relative;
    top: 10rem;
    left: -6rem;
    /* bottom: -14rem; */
    /* margin: auto; */
    color: #fff;
    font-family: elephant;
    font-weight: 400;
    font-size: 4rem;

}
.rect{

    background-color:#ffcd00 ;
}
.sofa h1{
    align-items: center;
    text-align: center;
    /* position: relative; */
    /* top: 15rem; */
    /* text-align: center; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    color: #848885;
    font-weight: 400;
    font-family: elephant;
    font-size: 96px;
    /* padding: 5px; */
    /* height: 30px; */
    /* left: -3rem; */
}

.reklam{

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 27px;

    top: -110px;

    border: 1px solid#0b657d;

    position: relative;
}
.reklambx{
    display: grid;
    margin-top: 5rem;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-items: center;
}
.reklambg{

    background-color:#fff;

    background-image: url('../img/bcbfend2.png');

    background-size: cover;

}
.reklambg h1{
    position: relative;
    background: #0b657d;
    top: -61px;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    height: auto;
    color: #fff;
    font-weight: 400;
    font-family: elephant;
    padding: 11px;
    z-index: 1;
    margin: auto;
}
.reklambx h1 {
    position: relative;
    background: #0b657d;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    /* height: 0px; */
    color: #fff;
    font-weight: 300;
    font-family: elephant;
    font-size: 20px;
    padding: 4px;
    height: 30px;
    width: 105px; }
.sofa{
    align-items: center;
    align-items: center;
    background: url("../img/sofa.jpg");
    background-size: 100% 100%;
}
.sofa h4{

    text-align: center;

    color: #848885;

    font-weight: 300;

    font-family: elephant;


}
.imgcolor{   background: url("../img/coloredimg.png");
    background: url(../img/coloredimg.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 356px;}
.modal-body {
    position: relative;
    /* flex: 2 2 auto; */
    padding: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.carousel-control {
    padding-top: 10%;
    width: 5%;
}

.thumbnail {
    width: 100px;
    height: 100px;
    background-color: skyblue;
    text-align: center;
    color: white;
    font-size: 30px;
}
