@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500&display=swap');

body{
    background-color: #4a6bc7;
    background-image:  url("/img/blue-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position-y: 0%;
    font-size:14px;
    margin-left:110px;
    font-family: 'Josefin Sans', cursive !important;
    color:#fff;
}






::selection{
    background-color: #f1ab65;
    color: #000;
}

.loader{
    width:100%;
    height:100%;
    position: fixed;
    padding-top:20%;
    padding-left:50%;
    margin:0 auto;
    z-index:999;
    background: rgba(44, 100, 255, 0.342);
}

.primary-color{
    color:#b2c9ff;
}

ul{
    padding-left: 15px;
}

a{
    text-decoration: none;
}

a.font-color:hover{
    color:#f1ab65;
}

a:active{    
        color:#f1ab65;   
}

a:hover{    
    color:#f1ab65;   
}


h1, h2, h3, h4, h5, h6{
  
    color:#fff;  
    font-family: 'Josefin Sans', cursive !important;
}

h1 {
    font-size:23px !important;
}

h2 {
    font-size:20px !important;
}

h3 {
    font-size:19px !important;
}

h4  {
    margin-top:10px;
    font-size:16px !important;
    font-weight: 300;
    text-align:center;
}

p{
    font-family: 'Josefin Sans', cursive !important;
    font-size: 16px;
    color: #fff !important;
    font-weight: 300;
    margin-bottom: 0px !important;
}

.font-si{
   font-size: 16px;
}


/*topbar */
.topbar__child {
    background-color: #1f1d2b;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.topbar__childsocial {
    text-decoration: none;
    color: #fff !important;
    margin-left: 5px;
    font-size:18px;
}
.topbar__childsocial:hover {
    color: #72a3e6 !important;
}

.topbar__title {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 16px;
}
.topbar__title .area {
    width: 200px;
    display: inline-block !important;
}
.topbar__title .area .main {
    background-color: #72a3e6;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
    z-index: 999;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.topbar__title .area .main:before, .topbar__title .area .main:after {
    content: "";
    border-top: 24px solid #b3d1fc;
    bottom: 0;
    position: absolute;
}
.topbar__title .area .main:before {
    border-left: 12px solid transparent;
    left: -12px;
}
.topbar__title .area .main:after {
    border-right: 12px solid transparent;
    right: -12px;
}


/*topbar end */

/* left navbar */
.pnavbar {
    left: 0px;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 110px;
    justify-content: center;
    overflow: hidden;
}
.pnavbar__brand {
    color: #72a3e6;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 15px;
    height: 60px;
    display: block;
    margin-left: 10px;
}
.pnavbar__brand img {
    text-align: center;
    height: 60px;
    width: 100%;
}
.pnavbar ul {
    list-style: none;
    padding-inline-start: 0;
}
.pnavbar ul li a {
    text-decoration: none;
}
.pnavbar ul li a.item .kitem {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    border-radius: 12px 0px 0px 12px;
    box-shadow: 0 0 0 750px #1f1d2b;
}
.pnavbar ul li a.item .kitem .mitem {
    margin: 15px 20px;
    background-color: #72a3e6;
    box-shadow: 0px 8px 24px rgb(114 163 230 / 40%);
    height: 60px;
    width: 60px;
    border-radius: 8px;
}
.pnavbar ul li a.item .kitem .mitem .micon {
    font-size: 20px;
    color: #fff !important;
    position: relative;
    left: 33%;
    right: 10.42%;
    top: 30.99%;
    bottom: 8.34%;
    display: block;
}
.pnavbar ul li a.item .kitem .mitem .micon path {
    stroke: #fff;
}
.pnavbar ul li a.item .kitem .ditem {
    margin: 15px 20px;
    background-color: #72a3e6;
    box-shadow: 0px 8px 24px rgba(234, 124, 105, 0.32);
    height: 60px;
    width: 60px;
    border-radius: 8px;
}
.pnavbar ul li a.item .kitem .ditem .micon {
    font-size: 20px;
    color: #72a3e6 !important;
    position: relative;
    left: 33%;
    right: 10.42%;
    top: 30.99%;
    bottom: 8.34%;
    display: block;
}
.pnavbar ul li a.item .kitem .ditem .micon path {
    stroke: #fff;
}
.pnavbar ul li a.pitem .kitem {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    background-color: #1f1d2b;
    border-radius: 12px 0px 0px 12px;
}
.pnavbar ul li a.pitem .kitem .mitem {
    margin: 15px 20px;
    background-color: #1f1d2b;
    height: 60px;
    width: 60px;
    border-radius: 8px;
}
.pnavbar ul li a.pitem .kitem .mitem .micon {
    font-size: 20px;
    color: #72a3e6 !important;
    position: relative;
    left: 33%;
    right: 10.42%;
    top: 30.99%;
    bottom: 8.34%;
    display: block;
}
.pnavbar ul li a.pitem .kitem .mitem .micon path {
    stroke: #72a3e6;
}
.pnavbar ul li a.pitem .kitem .ditem {
    margin: 15px 20px;
    background-color: #72a3e6;
    box-shadow: 0px 8px 24px rgba(234, 124, 105, 0.32);
    height: 60px;
    width: 60px;
    border-radius: 8px;
}
.pnavbar ul li a.pitem .kitem .ditem .micon {
    font-size: 20px;
    color: #fff !important;
    position: relative;
    left: 33.42%;
    right: 10.42%;
    top: 27.99%;
    bottom: 8.34%;
    display: block;
}
.pnavbar ul li a.pitem .kitem .ditem .micon path {
    stroke: #fff;
}

/* left navbar end*/

/*Home */
.hero__con {
    margin-top: 50px;
    margin-bottom: 50px;
}
.hero__con .uleft {
    background: url('../../assets/left-bg.jpg');
    background-size: cover;
    height: 350px;
    width: 410px;
    box-shadow: #000 0px 25px 20px -20px;
    border-radius: 25px;
}
.hero__con .uright {
    background: rgba(12, 12, 12, 0.8);
    box-shadow: #000 0px 25px 20px -20px;
    border-radius: 25px;
}
.hero__con .uright__content {
    padding: 20px;
}
.hero__con .uright__content h1 {
    color: #fff;
    font-size: 23px;
    text-align: left;
    margin: 15px;
}
.hero__con .uright__content p {
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    margin: 20px;
}

.right-bg{
width:850px;
}
.hero__con--second {
    background: rgba(12, 12, 12, 0.8);
    box-shadow: #000 0px 25px 20px -20px;
    height: 300px;
    border-radius: 25px;
}
.hero__con .third {
    background: rgba(12, 12, 12, 0.8);
    box-shadow: #000 0px 25px 20px -20px;
    width: 630px;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 50px;
}
.hero__con .third i {
    font-size: 22px;
    margin-bottom: 5px;
    float: right;
}
.hero__con .third h2 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin: 15px;
}
.hero__con .third p {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    margin: 15px;
}


/*Home end */

/* Video */
.vmain {
    margin-top: 40px;
    margin-bottom: 30px;
}
.vmain__header h1 {
    color: #ea7c69;
    font-size: 40px;
}
.vmain__list {
    text-align: left;
}
.vmain__list ul {
    display: inline-flex;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 15px;
}
.vmain__list ul li {
    margin-right: 20px;
    color: #fff;
    font-weight: 500;
}
.vmain__list hr {
    border-bottom: solid 2px #72a3e6;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.vmain__content .card {
    padding: 0;
    width: 340px;
    margin: 20px 0px;
    display: grid;
    color: #fff;
    background-color: rgba(12, 12, 12, 0.8);
    height: 200px;
    border-radius: 16px;
    text-align:center;
    box-shadow: #000 0px 25px 20px -20px;
}
.vmain__content .card img {
    object-fit: fit;
    background-position: top center;
    background-size: cover;
    padding: 0;
    width: 100%;
    height: 150px;
    border-radius: 16px 16px 0 0;
}
.vmain__content .card h2 {
    font-weight: 300;
    font-size: 17px !important;
    margin-bottom: 0;
}

/* Video End */

/*Sorular */

.accordion-button:first-child{
border-radius:25px !important;
}

.accordion-item{
    background-color: transparent;
    border:none;
}

.accordion-button{
    color:#fff;
    background-color: #1f1d2b ;
}

.accordion-button:not(.collapsed){
    color:#fff;
    background-color: #72a3e6;
}

.accordion-button::after{
    background-color: #fff;
    border-radius: 25px;
}

.sorular-bg{
    background-image: url(/img/sorular-bg.jpg);
    background-size: cover;
    height:800px;
}
/*Sorular End */

/*Blog */
.uykuya-sidearea{
    display: block;
    margin-top:30px;
    width:100%;
    border-radius: 25px;
}
/* Blog End */


.upage-icon{
    font-size:120px; 
    display:inline-block; 
    width: 100%; 
    height: 100%; 
    text-align:center; 
    top:40%; 
    margin: 0 auto;
}

.div-bg{
    background:rgba(12, 12, 12, 0.8);
}

.left-bg{
    background-image: url("/img/left-bg.jpg");
    background-size: cover;
    height: 400px;    
    width: 400px;
}
.box-shad{
    box-shadow: rgba(0, 0, 0, 0.90) 0px 25px 20px -20px;
    border-radius: 25px
    
}


.u-anim{
    display:flex;
    justify-content:center;
}

.u-middle{
    background-color: #fff;
    width:2px;
    height:100%;
   
}


.nav-font{
    font-family: 'Josefin Sans', cursive !important;
    color: #f1ab65;
    letter-spacing: 1px;
}

.footer-neo{
    background-color: #f1ab65;
    color: #000;
    margin-bottom: -20px;
    box-shadow: rgba(255, 255, 255, 0.9) 0px 10px 20px -15px;
}

.bg-black{
    background-color:#1f1d2b !important;
}

.fab-footer{
    color: #b2c9ff;
    font-size: 23px;
}

.page-item.active .page-link{
    background: #b2c9ff;
    color: #000;

}

.page-item.disabled .page-link{
    background: #000;
    color: #b2c9ff;
    border-color: #b2c9ff;
}

.page-link{
    background: #000;
    color: #b2c9ff;
}

.blog-meta{
    padding-right: 10px;
    color: #b2c9ff;
    padding-left: 6px;
}

.btn-blog{
    background-color: #b2c9ff;
    color:#000;
    font-weight: 500;
    font-size:15px;
    
}

.pos-right{
    text-align: right;
}

.kat-links{
    color: #CFDFF7;
    text-decoration: none;
}

.bloglist-img{
    display: block;
    margin: auto;
    max-width: 100%;
    border-radius:25px;
}

.blog-tag{
    background-color: #fff;
    color: #000;
    padding: 0 5px;
    border-radius: 15px;
    display: inline-grid;
    margin:5px;
    font-size: 13px;
}

.iletisim-bg{
    background-image: url("/img/iletisim-bg.jpg");
     height: 400px;
    background-size: cover;
}

.menu-icon{
    font-size:40px;
    text-align: center;
    padding-bottom:5px;
}

.nav-link{
    display: grid;
}

.form-control{
    margin-bottom: 20px;
    background-color: #1f1d2b !important;
    color: #f1ab65 !important;
    font-size: 1rem;
    border:none;
}

::-webkit-input-placeholder { 
    color: #b8b8b8 !important;
    font-weight: light;
}

.btn-iletisim{
    width: 120px;
    background: #72a3e6;
    border: none;
    font-weight: 500;
    font-size: 14px;
}

.btn-iletisim:hover{
    background: rgba(12, 12, 12, 0.8);
    color:#b2c9ff;
}

.f-social{
    margin-right:4px;
}

.mail-icon{
    margin-right: 5px;
    font-size:20px !important;
    
}

.badge{
    background: #000 !important;
}



.i-social{
    font-size:14px;
    color:#fff;
    
}

.u-badge{
    background: #CFDFF7;
    color:rgba(0, 0, 0, 0.90);
}


/*Coffee Cup*/

.steam {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -10px;
    margin-left: 20px;
    z-index: 0;
    opacity: 0;
  }
  
  #steam1 {
    -webkit-animation: steam1 4s ease-out infinite;
    animation: steam1 4s ease-out infinite;
  }
  
  #steam3 {
    -webkit-animation: steam1 4s ease-out 1s infinite;
    animation: steam1 4s ease-out 1s infinite;
  }
  
  @-webkit-keyframes steam1 {
    0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
    100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;}
  }
  
  @keyframes steam1 {
    0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
    100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;}
  }
  
  #steam2 {
    -webkit-animation: steam2 4s ease-out 0.5s infinite;
    animation: steam2 4s ease-out 0.5s infinite;
  }
  
  #steam4 {
    -webkit-animation: steam2 4s ease-out 1.5s infinite;
    animation: steam2 4s ease-out 1.5s infinite;
  }
  
  @-webkit-keyframes steam2 {
    0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
    100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;}
  }
  
  @keyframes steam2 {
    0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
    100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;}
  }
  
  #cup {
    z-index: 1;
    margin-top: 50px !important;
  }
  
  #cup-body {
    position: absolute;
    height: 50px;
    width: 75px;
    border-radius: 0 0 150px 150px;
    background-color: #fff;
    margin: auto;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
  }
  
  #cup-shade {
    position: relative;
    height: 50px;
    width: 75px;
    background-color: #F3F3F3;
    display: inline-block;
    margin-left: 42%;
    margin-top: -3px;
    transform: rotate(50deg);
    z-index: 1;
  }
  
  #cup-handle {
    position: relative;
    height: 25px;
    width: 18px;
    border-radius: 0 150px 150px 0;
    border: 5px solid #F3F3F3;
    margin-bottom: 95px;
    margin-left: 70px;
    display: inline-block;
    z-index: 0;
  }
  
  #saucer {
    position: absolute;
    height: 10px;
    width: 75px;  
    border-radius: 0 0 100px 100px;
    background-color: #F9F9F9;
    margin-top: -82px;
    margin-left: 1px;
    z-index: 2;
  }
  
  #shadow {
    height: 7px;
    width: 64px;
    border-radius: 50%;
    margin-top: -77px;
    margin-left: 6px;
    background-color: #7bb8d4;
  }


  /* Mobile */

  @media only screen and (max-width:600px){
    body{
        margin-left:0px;
    }
    
    .vmain__content .card{
        margin:20px auto;
    }
    
    .left-bg{
        display:none;
    }

    .topbar__child{
        padding-top: 8px;
        padding-bottom: 10px;
    }
    .menu-icon{
        font-size:26px;
        text-align: center;
        padding-bottom:5px;
    }
    .pnavbar{
        display:none;
    }
    .nav-link{
        font-size:11px;
        padding: 1px 10px;
            color: #fff;
    }

    .mob-p{
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .mob-bg{
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;
        background-color: #1f1d2b;
        position:fixed;
        bottom:0;
        width:100%;
        z-index: 999;
    }

    .mobile-menu{
        display: flex;
    }

    .desktop-menu{
        display:none !important;
    }
    

    
    .bloglist-img{
        display: block;
        margin: auto;
        max-width: 100%;
    }

    .bloglist-title{
        font-size:20px;
    }

  }

  @media only screen and (min-width:600px){
    .mobile-menu{
        display: none !important;
    }    
  }