:root {
    --thm-base:#583c87;
    --thm-second:#f4a9ac;
	--thm-light:#fff6eb;
	--thm-dark:#000;
}
header .wsmainfull .desktoplogo img{
	width: 180px;
    max-height: unset;
}
header .wsmainfull.scroll .desktoplogo img{
	width: 150px;
}
header .wsmobileheader .smllogo img{
	width: 100px;
	max-height: unset;
}

#header {z-index: 999;position: relative;}

.hero-section .hero-1-img img{
	height: 600px;
    width: 100%;
    object-fit: contain;
}

@media (max-width:960px){
#login-2 .register-form form, #signup-2 .register-form form{background-color: transparent;border:none;box-shadow: unset;}
}
#blog-1 .blog-post-txt p.p-lg {
    font-size: 14px;
    line-height: 1.3;
}
#blog-1 .blog-post-txt h5 {
    font-size: 1.3em;
}
#blog-1 .blog-post-txt h5 a:hover{
    color:var(--thm-base)
}
#blog-1 .blog-1-post .blog-post-img img {
	height:300px;
	object-fit:cover
}
#features-2 .shape-ico svg{
    width: 70px;
    height: 70px;
    fill: var(--thm-base);
	animation: shake 6s cubic-bezier(.36,.07,.19,.97) both infinite;
}
/*Animation keyframes*/

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}
#content-2 .txt-block h2{
	font-size: 1.7em;
    color: var(--thm-second);
}
#content-5 .cbox-ico svg{
	width: 70px;
    height: 70px;
    fill: var(--thm-base);
}
footer .foo-links a:hover{
	color:var(--thm-base);
	margin-left: 5px;
}
#cta-8 .cta-8-wrapper .cta-box:hover{
	background-color: var(--thm-base)!important;
}
#cta-8 .cta-8-wrapper .cta-box{
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#cta-8 .cta-8-wrapper .cta-box:hover .cta-txt h5{
	color:var(--thm-second)
}
#cta-8 .cta-8-wrapper .cta-box:hover .cta-txt p a,#cta-8 .cta-8-wrapper .cta-box:hover .cta-ico span{
	color:#fff
}
#hero-1.slider-area {
    padding-top: 285px;
    padding-bottom: 176px;
}
#hero-1.slider-area .hero-1-img {
    margin-left: 0;
    position: absolute;
    left: -10px;
    z-index: 2;
    bottom: 49px;
    transform: rotate(7deg);
}
#hero-1.slider-area .hero-1-img img {
    height: 635px;
    width: 100%;
    object-fit: contain;
}
#hero-1 .hero-1-txt h4{
	line-height: 0;
    margin-bottom: 30px;
	font-size: 3.375rem;
    color:var(--thm-second);
    margin-bottom:1em;
}



/*Paylaş*/
.paylasDesktop span.google-news-title {
    font-weight: 800;
    margin-right: 10px;
    color: #5e5e5e;
    border-radius: 5px;
    padding: 10px 20px;
    background: #ededed;
}

.paylasDesktop a {
    border-radius: 5px;
    padding: 5px;
    background: #ededed;
    display: flex;
    align-items: center;
}

.paylasDesktop a[href*="facebook"] {background: #3c5b9b;}
.paylasDesktop a[href*="wa.me"] {background: #4fa820;}
.paylasDesktop a[onclick*="clipboard"] {background: #1a5fb4;}

.paylasDesktop a[href*="twitter"] {background: black;}
.paylasDesktop a[href*="twitter"] img{filter: invert(1);}


/*Parola Güç Seviyesi*/
input.strengthControl ~ .progress{
	margin:0;
	height: 10px!important;
}

input.strengthControl ~ .progress .progress-bar{
	width:100%;
	background:grey;
}

input.strengthControl[data-strength=zayif] ~ .progress .progress-bar{
	background:#E11D48;
	width:33%;
}

input.strengthControl[data-strength=orta] ~ .progress .progress-bar{
	background:orange;
	width:66%;
}

input.strengthControl[data-strength=guclu] ~ .progress .progress-bar{
	background:#10B981;
	width:100%;
}
/*Etkinlik türü ikonları renkler*/
[data-etkinlik-turu] .review-avatar{
    filter: hue-rotate(290deg);
    -webkit-filter:hue-rotate(290deg);
}

[data-etkinlik-turu="Düğün"] .review-avatar{
    filter: hue-rotate(290deg);
    -webkit-filter:hue-rotate(290deg);
}

[data-etkinlik-turu="Nişan"] .review-avatar{
    filter: hue-rotate(290deg);
    -webkit-filter:hue-rotate(290deg);
}

[data-etkinlik-turu="Kına"] .review-avatar{
    filter: hue-rotate(0deg);
    -webkit-filter:hue-rotate(0deg);
}

[data-etkinlik-turu="Sünnet"] .review-avatar{
    filter: hue-rotate(200deg);
    -webkit-filter:hue-rotate(200deg);
}

[data-etkinlik-turu="Altın Günü"] .review-avatar{
    filter: hue-rotate(290deg);
    -webkit-filter:hue-rotate(290deg);
}

[data-etkinlik-turu="Doğum Günü"] .review-avatar{
    filter: hue-rotate(290deg);
    -webkit-filter:hue-rotate(140deg);
}


/*Etkinlik Oluştur Modal*/
#EtkinlikOlusturModal .modal-body{padding: 1em;flex-wrap:wrap;display: flex;align-items: center;justify-content: center;gap:1em; }
	
#EtkinlikOlusturModal .item{
	padding: 1em; border: 1px solid gray; padding-top: 3em;
    display: flex;flex: 1 1 calc(50% - 1em);flex-direction: column;align-items: flex-start;gap:1em;flex-grow: 1;
    color:var(--thm-base);
    border-color:currentcolor!important;
}
	#EtkinlikOlusturModal .item .title{font-size: 1.25em; }
	#EtkinlikOlusturModal .item .icon{width: 50%;border-radius: 1em;overflow: hidden;}
	#EtkinlikOlusturModal .item .icon img{border-radius: .5em;}
	#EtkinlikOlusturModal .item .icon{margin: 0;border-radius: 1em;overflow: hidden;}

#EtkinlikOlusturModal [data-etkinlik-turu="Düğün"].item{color: #ae01e0}
#EtkinlikOlusturModal [data-etkinlik-turu="Nişan"].item{color: #b20de2;}
#EtkinlikOlusturModal [data-etkinlik-turu="Kına"].item{color: #ff0000;}
#EtkinlikOlusturModal [data-etkinlik-turu="Sünnet"].item{color: #0067b3;}
#EtkinlikOlusturModal [data-etkinlik-turu="Altın Günü"].item{color: #b820e4;}
#EtkinlikOlusturModal [data-etkinlik-turu="Doğum Günü"].item{color: #007800}



/*İhtiyaç listesi*/

.ihtiyacListesi{
    display: flex;
    gap:.5em;
    padding: 1em
}

.ihtiyacListesi .ihtiyac{
    flex:1 1 300px;
    background: rgb(240,240,240);
    border: 1px solid var(--border-color);
        border-radius: 5px;
    margin: 0;
    padding: 1em

}



.ihtiyacListesi .ihtiyac .ad{
   font-weight:600;
}

.ihtiyacListesi .ihtiyac .fiyat{
    color: var(--bs-yellow);
}


/*header ve anasayfa mobil*/
@media (max-width:960px){
	
#hero-1 .hero-1-img{display: none;}
#hero-1 .hero-1-txt{padding: 4em 1em;margin-bottom: -7em;}
#hero-1 .hero-1-txt h2{font-size: 1rem;margin-bottom: .25em;font-weight: 100}
#hero-1 .hero-1-txt h4{font-size: 2rem;margin-bottom: .5em;}
#hero-1 .hero-1-txt p{display: none}
#hero-1 .hero-1-txt .btns-group .btn{margin-bottom: 0}

#hero-1.slider-area {
    padding-top: 280px;
    padding-bottom: 0;
    margin-bottom: 0;
	margin-top:0;
}

.tra-menu .wsmobileheader, .white-menu .wsmobileheader {
    background-color: var(--thm-base)!important;
    border: unset;
    box-shadow: unset;
}

.anasayfaEtkinlikler{padding-top: 1em;z-index: -1;}
.anasayfaEtkinlikler .review-1{padding: 1em ;z-index: -1;}

.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {background: #ffffff;}

}


.anasayfaEtkinlikler .review-1 .review-author{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start}

.anasayfaEtkinlikler .review-1:hover .review-avatar img {
    transition: all 1s ease;
}

.anasayfaEtkinlikler .review-1:hover .review-avatar img {
    width: 8em;
    height: 8em;
    margin-right: -1.5em;
    margin-top: -5em;
    margin-left: -3em;
    opacity: .1;
    transform: rotate(-10deg);
}

/*Footer Mobil*/
@media (max-width:960px){
.footer{padding:0!important;background: unset;}
.footer p{font-size: .8em;text-align: center;}
.footer .bottom-footer{padding: 1em 0;}
#hero-1 .hero-1-txt h4 {line-height: .9em;margin-bottom: 9px;}
}


@media (max-width:960px){
.page-hero-section.division{display:none;}

.hero-1-txt{margin-top: -250px;margin-bottom: 350px}
#hero-1.slider-area .hero-1-img img {height: 250px;}
}

/*Listeleme tabloları Mobil Başladı*/
@media (max-width:960px){

.tableContainerCard{padding: 0!important;}


/*Listeleme tabloları mobilde kart görünümü genel*/

.tableCards{
    --border-color:rgb(225,225,225);
}

.tableCards thead{
    display: none;
}
.tableCards tbody{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    
}
.tableCards tbody tr{
    display: flex;
    flex-wrap: wrap;
    border-width: 0;
    background: rgb(255,255,255);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 1em;
    position: relative;
}


.tableCards tbody tr td{
    border-width: 0;
    padding: 0;
}
.tableCards tbody tr td .btn{
    font-weight: 400!important;
    padding: 5px 10px!important;
}

/*Etkinlik Listeleme tabloları mobilde kart görünümü*/

.tableCards.etkinlikTable tbody tr .tarih{
    flex: 1 1 100%;
    font-size: .8em;
    order: -1;
    opacity: .5
}

.tableCards.etkinlikTable tbody tr .etkinlikad{
    flex: 1 1 100%;
    order: -1;
    margin-bottom: 1em;

}
.tableCards.etkinlikTable tbody tr .etkinlikad a {
    font-weight: 700;
    font-size: 1.2em;
}

.tableCards.etkinlikTable tbody tr .durum{
   position: absolute;
    right: 0;
    top: .5em;
}

.tableCards.etkinlikTable tbody tr .actions{
    flex: 1 1 100%;
    display:flex;
    flex-wrap: wrap;
    gap: .5em;
}

.tableCards.etkinlikTable tbody tr .actions > .btn{
    flex: 1 1 30%;
    margin: 0!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:5px;
}




/*Takılan Takılar Listeleme tabloları mobilde kart görünümü*/

.tableCards.takiTable tbody tr .tarih{
    flex: 1 1 100%;
    font-size: .8em;
    order: -1;
    opacity: .5
}

.tableCards.takiTable tbody tr .etkinlikad{
    flex: 1 1 100%;
    order: -1;
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: 1.2em;
    border-bottom: 1px solid var(--border-color);

}

.tableCards.takiTable tbody tr .takituru {
    flex: 1 1 100%;
    font-size: .8em;
    color:var(--bs-warning);
}
.tableCards.takiTable tbody tr .tutar {
    flex: 1 1 100%;
    color:var(--bs-success);
    font-weight: 600;
}



.tableCards.takiTable tbody tr .takilantarih{
      flex: 1 1 100%;
    font-size: .8em;
    order: 1;
    opacity: .5
}

.tableCards.takiTable tbody tr .takilantarih:after{
      content: " tarihinde takıldı."
}



}

/*Listeleme tabloları Mobil Bitti*/







