/* Proje Renk Kodları 

Koyu: #393939
Sarı: #dcf146
Beyaz: #f4f4f4

*/

/* FONT 
font-family: 'Poppins', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


body{
    background-color: #f4f4f4;
}

*{
    font-family: 'Poppins', sans-serif !important;
}


/*NAVBAR*/
.navbar-black-area {
    z-index: 10;
    background-color: #393939;
    font-family: 'Poppins', sans-serif !important;
    padding: 10px;
}

.navbar-black-area-title {
    color: #f4f4f4;
    font-size: 24px;
}

.navbar {
    z-index: 10;
    background-color: #dcf146;
    font-family: 'Poppins', sans-serif !important;
}

.navbar-brand {
    color: #dcf146;
    font-size: 24px;
}

.navbar-nav {
    margin-right: auto;
}

.navbar-nav .dropdown .dropdown-menu a:hover{
    background-color: #dcf146 !important;
}

.nav-link {
    color: #fff;
    margin-left: 20px;
}

.logout-button {
    margin-left: 20px;
}

.navbar-toggler {
    color: #f4f4f4;
}

.navbar-nav .nav-link {
    color: #393939;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    text-decoration: underline;
    color: #393939 !important;
}

.logout-button{
    background-color: #393939;
    color: #f4f4f4;
    font-weight: bold;
}

.logout-button:hover{
    background-color: #f9ffcf;
}


/* PHONE */

.phone-frame {
    width: 250px; 
    height:527px; 
    position: relative; 
    /*margin: 0 auto;*/
}

.phone-frame-img {
    width:100%; 
    z-index:3; 
    position:absolute; 
    top: 0;
}

.phone-header {
    width: 232px; 
    height:50px; 
    background:#CBCBCB; 
    position:absolute; 
    top: 10px; 
    left: 10px; 
    z-index:1; 
    border-radius:30px 30px 0px 0px;
}

.phone-time {
    position: absolute; 
    color: white; 
    top: 5px; 
    font-size: 11px; 
    left: 20px;
}

.phone-icons{
    position: absolute; 
    color: white; 
    top: 10px; 
    font-size: 11px; 
    left: 179px;
}

.phone-label{
    margin-top: 26px; 
    width: 100%; 
    
}

.phone-label b{
    margin: 0 auto; 
    color: white; 
    text-transform: uppercase; 
    font-weight: 500;
}

.phone-content{
    height: 380px; 
    background: #FFFF; 
    position: relative; 
    top: 60px; 
    width: 232px; 
    left: 3px;
}

.phone-content-area {
    width: 186px; 
    height: 300px; 
    left: 28px; 
    top: 38px; 
    position: relative; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #FFFF;
}

.phone-content-area-img {
  width: 100%; 
  height: 150px; 
  margin-left: 0.4px; 
  background: #F2F2F2;
}

.phone-content-area-img-i{
  color: #A7A7A7; 
  position: absolute; 
  font-size: 45px; 
  top: 47px; 
  left: 74px;
}

.phone-content-area-text {
    width: 100%; 
    height: 150px; 
    margin-left: 0.4px;
}

.phone-content-area-text-title {
    color: #CBCBCB; 
    top: 10px; 
    font-size: 17px; 
    position: relative; 
    font-weight: 100;
}

.phone-content-area-text-subtitle {
    color: #666666; 
    position: relative; 
    font-size: 13px; 
    top: 5px;
}

.phone-content-area-text p {
    color: #666666; 
    font-size: 11px;
}

.phone-content-button-area {
    width: 100%; 
    padding: 3px;
}

.phone-content-button-area-button {
   font-size: 10px; 
   width: 100%; 
   background: #CBCBCB; 
   border: none;
}

.phone-footer {
    height: 43px; 
    background: #CBCBCB; 
    position: relative; 
    top: 60px; 
    width: 232px; 
    left: 3px; 
    border-radius: 0px 0px 30px 30px;
}

.phone-footer .footer-menu-item {
    width: 100%;
}

.phone-footer .footer-menu-item img{
    height: 27px; 
    width: 30px; 
    margin-top: 8px;
}


.phone-gradient-div {
    width: 216px;
    height: 466px;
    top: 14px;
    left: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8));
    border-radius: 22px;
    position: absolute;
    z-index: 3;
}

/* PHONE illustration 1 */

.phone-illustration-content-1{
    position: relative;
    background: #ffff;
    width: 216px;
    height: 300px;
    border-radius: 0px 0px 30px 30px;
    top: 14px;
    left: 16px;
    z-index: 2;
}

.phone-illustration-content-2{
    position: relative;
    background: #e51010;
    width: 216px;
    height: 195px;
    border-radius: 0px 0px 20px 20px;
    top: -13px;
    left: 16px;
    z-index: 1;
}

.phone-illustration-logo{
    position: absolute;
    color: #e51010;
    top: 34px;
    left: 57px;
    font-size: 36px;
}

.phone-illustration-hotel{
    position: absolute;
    top: 109px;
    left: 5px;
}

.phone-illustration-hotel svg{
    width: 207px;
    height: 153px;
}


.phone-illustration-content-2 .p1{
    position: absolute;
    top: 46px;
    left: 18px;
    color: white;
    font-size: 11px;
}

.phone-illustration-content-2 .p2{
    position: absolute;
    top: 70px;
    left: 18px;
    color: white;
    font-size: 11px;
}

.phone-illustration-content-2 .login-button{
    position: absolute;
    width: 190px;
    height: 26px;
    border-radius: 30px;
    top: 119px;
    left: 12px;
    background: white;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}


.phone-illustration-content-3{
    position: relative;
    background: white;
    width: 173px;
    height: 302px;
    border-radius: 35px;
    top: -364px;
    left: 37px;
    z-index: 3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.phone-illustration-content-3 .title-1{
    position: relative;
    color: #e51010;
    top: 20px;
    left: 17px;
    font-size: 12px;
    font-weight: bold;
}

.phone-illustration-content-3 .img-1{
    position: relative;
    top: 20px;
    left: 14px;
    width: 147px;
}

.phone-illustration-content-3 .img-1 img{
   width: 100%;
}


.phone-illustration-content-3 .img-2{
    position: relative;
    top: 77px;
    left: 14px;
    width: 147px;
}

.phone-illustration-content-3 .img-2 img{
   width: 100%;
}


.phone-illustration-content-3 .login-button{
    position: absolute;
    width: 143px;
    height: 20px;
    border-radius: 30px;
    top: 148px;
    left: 16px;
    background: #e51010;
    color: white;
    font-size: 13px;
    text-align: center;
}


/* PHONE photo 1 */

.phone-photo-bg-img-1{
    position: absolute;
    width: 220px;
    top: 14px;
    left: 16px;
}

.phone-photo-bg-img-1 img{
    width: 100%;
}

.phone-photo-content-1{
    position: relative;
    background: transparent;
    width: 216px;
    height: 300px;
    border-radius: 0px 0px 30px 30px;
    top: 14px;
    left: 16px;
    z-index: 2;
}

.phone-photo-content-2{
    position: relative;
    background-color: #3ECACA73;
    width: 216px;
    height: 133px;
    border-radius: 30px 30px 20px 20px;
    top: 49px;
    left: 16px;
    z-index: 1;
}

.phone-photo-logo{
    position: absolute;
    color: #e51010;
    top: 70px;
    left: 58px;
    font-size: 42px;
}

.phone-photo-content-2 .p1{
    position: absolute;
    top: 18px;
    left: 18px;
    color: white;
    font-size: 15px;
}

.phone-photo-content-2 .p2{
    position: absolute;
    top: 44px;
    left: 18px;
    color: white;
    font-size: 11px;
}

.phone-photo-content-2 .login-button{
    position: absolute;
    width: 190px;
    height: 23px;
    border-radius: 5px;
    top: 87px;
    left: 12px;
    background: #e51010;
    font-size: 14px;
    text-align: center;
    color: white;
}

.phone-photo-content-3{
    position: relative;
    background: white;
    width: 216px;
    height: 321px;
    border-radius: 35px 35px 20px 20px;
    top: -138px;
    left: 16px;
    z-index: 3;
}

.phone-photo-content-3 .title-1{
    position: relative;
    color: #e51010;
    top: 20px;
    left: 17px;
    font-size: 14px;
    font-weight: bold;
}

.phone-photo-content-3 .img-1{
    position: relative;
    top: 22px;
    left: 14px;
    width: 184px;
}

.phone-photo-content-3 .img-1 img{
   width: 100%;
}


.phone-photo-content-3 .img-2{
    position: relative;
    top: 68px;
    left: 19px;
    width: 177px;
}

.phone-photo-content-3 .img-2 img{
   width: 100%;
}


.phone-photo-content-3 .login-button{
    position: absolute;
    width: 181px;
    height: 24px;
    border-radius: 7px;
    top: 164px;
    left: 16px;
    background: #e51010;
    color: white;
    font-size: 15px;
    text-align: center;
}



/* PHONE graphic 1 */

.phone-graphic-bg-img-1{
    position: absolute;
    width: 220px;
    top: 14px;
    left: 16px;
}

.phone-graphic-bg-img-1 img{
    width: 100%;
}

.phone-graphic-content-1{
    position: relative;
    background: transparent;
    width: 216px;
    height: 300px;
    border-radius: 0px 0px 30px 30px;
    top: -28px;
    left: 16px;
    z-index: 2;
}

.phone-graphic-content-2{
    position: relative;
    width: 216px;
    height: 133px;
    top: -218px;
    left: 16px;
    z-index: 1;
}

.phone-graphic-logo{
    position: absolute;
    color: #e51010;
    top: 70px;
    left: 67px;
    font-size: 36px;
}

.phone-graphic-svg-1 {
    position: relative;
    left: 27px;
    top: 11px;  
}

.phone-graphic-svg-2 {
    position: absolute;
    top: 14px;
    left: 16px;
}

.phone-graphic-svg-3 {
    position: absolute;
    top: 2px;
    left: 46px;
}

.phone-graphic-svg-4 {
    position: absolute;
    top: 375px;
    left: 16px;
    z-index: 2;
}

.phone-graphic-svg-5 {
    position: absolute;
    top: 393px;
    left: 72px;
    z-index: 1;
}

.phone-graphic-svg-6 {
    position: absolute;
    top: 416px;
    left: 16px;
    z-index: 2;
}

.phone-graphic-content-2 .p1{
    position: absolute;
    top: 18px;
    left: 18px;
    color: black;
    font-size: 15px;
}

.phone-graphic-content-2 .p2{
    position: absolute;
    top: 44px;
    left: 18px;
    color: #747474;
    font-size: 11px;
}

.phone-graphic-content-2 .login-button{
    position: absolute;
    width: 190px;
    height: 23px;
    border-radius: 5px;
    top: 96px;
    left: 12px;
    background: #e51010;
    font-size: 14px;
    text-align: center;
    color: white;
}

.phone-graphic-content-3{
    position: relative;
    width: 216px;
    height: 321px;
    top: -251px;
    left: 16px;
    z-index: 3;
}

.phone-graphic-content-3 .title-1{
    position: relative;
    color: #e51010;
    top: 4px;
    left: 17px;
    font-size: 15px;
    font-weight: bold;
}

.phone-graphic-content-3 .img-1{
    position: relative;
    top: 4px;
    left: 14px;
    width: 184px;
}

.phone-graphic-content-3 .img-1 img{
   width: 100%;
}


.phone-graphic-content-3 .img-2{
    position: relative;
    top: 42px;
    left: 19px;
    width: 177px;
}

.phone-graphic-content-3 .img-2 img{
   width: 100%;
}


.phone-graphic-content-3 .login-button{
    position: absolute;
    width: 181px;
    height: 24px;
    border-radius: 7px;
    top: 143px;
    left: 16px;
    background: #e51010;
    color: white;
    font-size: 15px;
    text-align: center;
}


/* PHONE simple 1 */

.phone-simple-bg-img-1{
    position: absolute;
    width: 220px;
    top: 14px;
    left: 16px;
}

.phone-simple-logo{
    position: absolute;
    color: #e51010;
    top: 70px;
    left: 69px;
    font-size: 33px;
}

.phone-simple-content-1{
    position: relative;
    background: #e51010;
    width: 217px;
    height: 340px;
    border-radius: 20px 20px 0px 0px;
    top: 14px;
    left: 16px;
    z-index: 2;
}

.phone-simple-content-2{
    position: relative;
    background: white;
    width: 216px;
    height: 133px;
    top: 9px;
    left: 16px;
    z-index: 1;
}

.phone-simple-content-2 .login-button{
    position: absolute;
    width: 185px;
    height: 24px;
    border-radius: 7px;
    top: 61px;
    left: 16px;
    background: #e51010;
    color: white;
    font-size: 15px;
    text-align: center;
}

.phone-simple-content-1 .p1{
    position: absolute;
    top: 165px;
    left: 18px;
    color: white;
    font-size: 15px;
}

.phone-simple-content-1 .p2{
    position: absolute;
    top: 191px;
    left: 18px;
    color: white;
    font-size: 11px;
}

.phone-simple-content-3{
    position: relative;
    width: 215px;
    height: 338px;
    top: -196px;
    background: white;
    left: 17px;
    z-index: 2;
}

.phone-simple-content-3 .title-1{
    position: relative;
    color: #e51010;
    top: 4px;
    left: 17px;
    font-size: 15px;
    font-weight: bold;
}

.phone-simple-content-3 .img-1{
    position: relative;
    top: 4px;
    left: 14px;
    width: 184px;
}

.phone-simple-content-3 .img-1 img{
   width: 100%;
}


.phone-simple-content-3 .img-2{
    position: relative;
    top: 42px;
    left: 19px;
    width: 177px;
}

.phone-simple-content-3 .img-2 img{
   width: 100%;
}


.phone-simple-content-3 .login-button{
    position: absolute;
    width: 181px;
    height: 24px;
    border-radius: 7px;
    top: 143px;
    left: 16px;
    background: #e51010;
    color: white;
    font-size: 15px;
    text-align: center;
}