/* Rectangle 1 */
body{
    margin:0;
    background: #8B6F84;
}
.container{
    min-height: 450px;
}
.row{
    width: 100%;
    margin-top:4%;
    margin-bottom:6%;
}
.navigator{
    background: #1C091D;
    height: 100px;
}
.containerNav{
    width: 100%;
}
svg{
    width: 65% !important;
}
.bordercolor a{
    font-weight: bolder;
    font-size: 20px;
    color:white;
    text-decoration: none;

}

#ulside{
    float:right;
    width: 50%;
    list-style-type: none;
    
}
#ulside li{
    float: right;
  margin: 2% 3%;
  padding-top: 2%;
  text-align: center;
  width: 10%;

}
.logo{
    float: left;
    width: 39%;
    padding-top:0;
    margin-top:-11px;
    border-radius: 0;
}
.logo a{
    color:white;
    text-decoration: none;
    font-size: 40px;
}
.logo a svg{
    width: 15% !important;
}
.mainimg{
    height: 800px;
    overflow: hidden;
}
.mainimg img{
    width: 100%;
}
.footer{
    /* background: rgb(247,222,240);
    background: linear-gradient(0deg, rgba(247,222,240,1) 0%, rgba(153,121,145,1) 35%, rgba(58,18,49,1) 100%); */
    background:#1C091D;
    display: grid;
    padding: 3% 5%;
}
.usernavbar{
    background-color: #F5E6F6;
    float:left;
    width: 7%;
    position: absolute;
    right: 0;
    padding-top:3%

}
.usernavbar ul{
    float:left;
    list-style-type: none;
}
.usernavbar ul li a svg:hover{
    margin-left:-30%;
}
.outImg{
    position: relative;
    border:3px solid white;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.outImg > img{
    width: 100%;
}
.outImg .textLabel{
    position: absolute;
    text-align: center;
    background-color: #562400;
    width: 100%;
    top: 11%;
    color: white;
    font-size: 44px;
    padding: 1% 0;
}
.modal-content{
    background: #E4E4E4 !important;
}
.cancel-btn{
    background: #710F0F;

}
.default-btn{
    background: #211B27;

}
.sc-btn{
    border-radius: 15px;
    padding: 1% 12%;
    color: white;
    border:0;
}
.confessArea{
    color: white;
    border-radius: 20px;
    background: rgba(107, 84, 102, 0.5);
    padding: 5% 8%;
    text-align: center;
    font-size: larger;
    display: flow-root;
    
}
.footerConfessRead{
    color:white;
    text-decoration: none;
    font-size: larger;
}
.confessFooter{
    margin-top:2%;
    margin-bottom: 6%;
}
.main-left{
    text-align: center;
    color: white;
    font-size: 69px;
    font-weight: bold;
    margin: 25% auto;
}
.main-middle{
    padding: 28px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: 9px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 78px rgba(255, 255, 255, 0.4);
    transform: rotate(-6deg);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 22px;
    text-align: justify;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.main-right{
    float: right;
    width: 37%;
    transform: scaleX(-1);
    position: absolute;
    right: 0%;
    bottom: -21%;
}
.section-2{
    background: antiquewhite;
    padding: 10% 18%;
    width: 100%;
    margin-top: 6%;
}
.footer a{
    float:left;
    color:white;
    font-size: 20px;
    text-decoration:none;
    width: 100%;
    text-align: left;
    margin-bottom:3%;
}
.formArea{
    float:left;
    width: 100%;
}
.formArea textarea {
    width: 100%;
    height: 500px;
    line-height:1.7;
    font-size: 16px;
    border: none;
    outline: none;
    padding: 0.2% 1%;
    color:white;
    background: repeating-linear-gradient(
                rgba(107, 84, 102, 0), rgba(107, 84, 102, 0) 25px, rgba(255, 255, 255, 1) 26px, rgba(107, 84, 102, 0) 27px
            );
    margin-top: 5%;
}
.formArea input{
    font-size: 16px;
    border: none;
    outline: none;
    padding: 0.2% 1%;
    background: none;
    border-bottom: 2px solid white;
    color:white;
    width: 100%;;
}
.confessArea button {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.commentInput{
    width: 100%;
    background: none;
    outline: none;
    color: black;
    border:none;
    border-bottom:2px solid black;
}
.commentArea{
    margin-top:1%;
}
.commentItem{
  color: white;
  border-radius: 20px;
  background: rgba(107, 84, 102, 0.5);
  padding: 1% 5%;
  text-align: center;
  font-size: larger;
  display: flow-root;
  width: 100%;
  margin-bottom:1%
}
.commentItem p{
    margin-bottom:0;
}
#connectionForm input{
    margin-bottom:1%;
}
.profileItem{
    padding:1% 3%;
    margin-bottom:2%;
}
.navLogo{
    width: 16%;
    float:left;
}
.logo p{
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    margin-top: 4%;
}

.footerLogo{

}
.footerLogo img{
    width: 23%;
    float: left;
    margin-top: -1%;
}
.footerLogo p{
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    margin-top: 11%;
}
.lower-footer{
    background-color: #2b0f2c;
    padding-top: 1%;
    display: grid;
    align-content: center;
    justify-content: space-evenly;
}
.copyright{
    color: white;
    text-align: center;
}
.togglebtn{
    display: none;
}
#ulsidemobile{
    display: none;
}
.moveleft{
    right:0%
}
#id_is_non_auth_accept{
    width: 1%;
}
@media (max-width: 480px) {
    #ulside{
        display: none;
    }
    .logo{
        width: 71%;
    }
    .navLogo{
        width: 40%;
    }
    .logo p{
        font-size: 17px;
        margin-top:16%;
    }
    .main-middle{
        transform:rotate(0)
    }
    .main-left{font-size: 37px;}
    .main-right{
        display: none;
    }
    #togglebtn{
            font-size: 34px;
            color: white;
            float: right;
            width: 12%;
            margin-top: 5%;
            display: block;
    }
    #ulsidemobile{
        width: 70%;
        background: black;
        z-index: 99999;
        position: absolute;
        text-align: center;
        padding: 11px;
        right: 0%;
        top: 0%;
        display: none;
    }
    #ulsidemobile li{
        margin-bottom: 4%;
    }
    #togglebtnoff{
        text-align: right;
        font-size: 40px;
    }
    /* .outImg,.commentArea{
        width: 107%;
    } */
    #readConfes{
        margin-bottom:5%;
    }
    .row{
        margin: 4% auto 6% auto;
    }
    .profileItem{
        width: 100%;
    }
    .fright{
        float:right !important;
    }
    #id_is_non_auth_accept{
        width: 14%;
    }
    .mobileP{
        font-size: 14px;
        margin-bottom: 12%;
    }
}

/* 2. Tablet cihazlar (481px - 768px arası) */
@media (min-width: 481px) and (max-width: 768px) {

}