body {

	 --text-color: #424242;
	 --card-background-color: rgba(255, 255, 255, .015);
	 --card-border-color: rgba(255, 255, 255, 0.1);
	 --card-box-shadow-1: rgba(0, 0, 0, 0.05);
	 --card-box-shadow-1-y: 3px;
	 --card-box-shadow-1-blur: 6px;
	 --card-box-shadow-2: rgba(0, 0, 0, 0.1);
	 --card-box-shadow-2-y: 8px;
	 --card-box-shadow-2-blur: 15px;
	 --card-label-color: #1d1e3a;
	 --card-icon-color: #d4d4d8;
	 --card-icon-background-color: rgba(255, 255, 255, 0.08);
	 --card-icon-border-color: rgba(255, 255, 255, 0.12);
	 --card-shine-opacity: 0.1;
	 --card-shine-gradient: conic-gradient(from 205deg at 50% 50%, #325ff463 0deg,  #325ff4 25deg,  #325ff443 295deg, rgba(16, 72, 185, 0.475) 360deg);
	 --card-line-color: #0054a739;
	 --card-tile-color:  #325ff42c;
	 --card-hover-border-color: rgba(255, 255, 255, 0.2);
	 --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
	 --card-hover-box-shadow-1-y: 5px;
	 --card-hover-box-shadow-1-blur: 10px;
	 --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
	 --card-hover-box-shadow-2-y: 15px;
	 --card-hover-box-shadow-2-blur: 25px;
	 --card-hover-icon-color: #325ff4;
	 --card-hover-icon-background-color:  #325ff493;
	 --card-hover-icon-border-color: #325ff4ba;
	 --blur-opacity: 0.01;
}

 body.toggle .grid * {
	 transition-duration: 0s !important;
}
.grid {
    display: grid
;
    grid-template-columns: repeat(4, 20vw);
    grid-gap: 33px;
    position: relative;
    z-index: 1;
}
.card {
    background-color: #ffffff3d;
    border: solid 1px #5a689136;
    padding: 64px 22px 22px 16px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.25s;
    margin-bottom: 40px;
    margin-top: 40px;
}
 .card::before {
	 content: '';
	 position: absolute;
	 inset: 0;
	 border-radius: 15px;
	 background-color: var(--card-background-color);
}
.card .icon {
    z-index: 2;
    position: relative;
    display: table;
    padding: 8px;
    background-color: #cecece1c;
    border-radius: 10px;
}
 .card .icon::after {
	 content: '';
	 position: absolute;
	 inset: 4.5px;
	 border-radius: 50%;
	 background-color: var(--card-icon-background-color);
	 border: 1px solid var(--card-icon-border-color);
	 backdrop-filter: blur(2px);
	 transition: background-color 0.25s, border-color 0.25s;
}
 .card .icon svg {
	 position: relative;
	 z-index: 1;
	 display: block;
	 width: 24px;
	 height: 24px;
	 transform: translateZ(0);
	 color: var(--card-icon-color);
	 transition: color 0.25s;
}
 .card h4 {
	 z-index: 2;
	 position: relative;
	 margin: 12px 0 4px 0;
    letter-spacing: 2px;
	 font-weight: 600;
	 font-size: 20px;
	 line-height: 2;
	 color: var(--card-label-color);
     text-transform: uppercase;
}
 .card p {
	 z-index: 2;
	 position: relative;
	 margin: 0;
	 font-size: 15px;
	 line-height: 1.7;
	 color: var(--text-color);
     letter-spacing: 1px;
}
 .card .shine {
	 border-radius: inherit;
	 position: absolute;
	 inset: 0;
	 z-index: 1;
	 overflow: hidden;
	 opacity: 0;
	 transition: opacity 0.5s;
}
 .card .shine:before {
	 content: '';
	 width: 150%;
	 padding-bottom: 150%;
	 border-radius: 50%;
	 position: absolute;
	 left: 50%;
	 bottom: 55%;
	 filter: blur(35px);
	 opacity: var(--card-shine-opacity);
	 transform: translateX(-50%);
	 background-image: var(--card-shine-gradient);
}
.card .background {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image:  radial-gradient(circle at 60% 5%, #325ff438 0%, #325ff454 15%, transparent 60%);
    mask-image: radial-gradient(circle at 60% 5%, #325ff438 0%, #325ff454 15%, transparent 60%);
}
 .card .background .tiles {
	 opacity: 0;
	 transition: opacity 0.25s;
}
 .card .background .tiles .tile {
	 position: absolute;
	 background-color: var(--card-tile-color);
	 animation-duration: 8s;
	 animation-iteration-count: infinite;
	 opacity: 0;
}
 .card .background .tiles .tile.tile-4, .card .background .tiles .tile.tile-6, .card .background .tiles .tile.tile-10 {
	 animation-delay: -2s;
}
 .card .background .tiles .tile.tile-3, .card .background .tiles .tile.tile-5, .card .background .tiles .tile.tile-8 {
	 animation-delay: -4s;
}
 .card .background .tiles .tile.tile-2, .card .background .tiles .tile.tile-9 {
	 animation-delay: -6s;
}
 .card .background .tiles .tile.tile-1 {
	 top: 0;
	 left: 0;
	 height: 10%;
	 width: 22.5%;
}
 .card .background .tiles .tile.tile-2 {
	 top: 0;
	 left: 22.5%;
	 height: 10%;
	 width: 27.5%;
}
 .card .background .tiles .tile.tile-3 {
	 top: 0;
	 left: 50%;
	 height: 10%;
	 width: 27.5%;
}
 .card .background .tiles .tile.tile-4 {
	 top: 0;
	 left: 77.5%;
	 height: 10%;
	 width: 22.5%;
}
 .card .background .tiles .tile.tile-5 {
	 top: 10%;
	 left: 0;
	 height: 22.5%;
	 width: 22.5%;
}
 .card .background .tiles .tile.tile-6 {
	 top: 10%;
	 left: 22.5%;
	 height: 22.5%;
	 width: 27.5%;
}
 .card .background .tiles .tile.tile-7 {
	 top: 10%;
	 left: 50%;
	 height: 22.5%;
	 width: 27.5%;
}
 .card .background .tiles .tile.tile-8 {
	 top: 10%;
	 left: 77.5%;
	 height: 22.5%;
	 width: 22.5%;
}
 .card .background .tiles .tile.tile-9 {
	 top: 32.5%;
	 left: 50%;
	 height: 22.5%;
	 width: 27.5%;
}
 .card .background .tiles .tile.tile-10 {
	 top: 32.5%;
	 left: 77.5%;
	 height: 22.5%;
	 width: 22.5%;
}
 @keyframes tile {
	 0%, 12.5%, 100% {
		 opacity: 1;
	}
	 25%, 82.5% {
		 opacity: 0;
	}
}
 .card .background .line {
	 position: absolute;
	 inset: 0;
	 opacity: 0;
	 transition: opacity 0.35s;
}
 .card .background .line:before, .card .background .line:after {
	 content: '';
	 position: absolute;
	 background-color: var(--card-line-color);
	 transition: transform 0.35s;
}
 .card .background .line:before {
	 left: 0;
	 right: 0;
	 height: 1px;
	 transform-origin: 0 50%;
	 transform: scaleX(0);
}
 .card .background .line:after {
	 top: 0;
	 bottom: 0;
	 width: 1px;
	 transform-origin: 50% 0;
	 transform: scaleY(0);
}
 .card .background .line.line-1:before {
	 top: 10%;
}
 .card .background .line.line-1:after {
	 left: 22.5%;
}
 .card .background .line.line-1:before, .card .background .line.line-1:after {
	 transition-delay: 0.3s;
}
 .card .background .line.line-2:before {
	 top: 32.5%;
}
 .card .background .line.line-2:after {
	 left: 50%;
}
 .card .background .line.line-2:before, .card .background .line.line-2:after {
	 transition-delay: 0.15s;
}
 .card .background .line.line-3:before {
	 top: 55%;
}
 .card .background .line.line-3:after {
	 right: 22.5%;
}
 .card:hover {
	 box-shadow: 0px 1px 6px var(--card-hover-box-shadow-1);
}
 .card:hover .icon::after {
	 background-color: var(--card-hover-icon-background-color);
	 border-color: var(--card-hover-icon-border-color);
}
 .card:hover .icon svg {
	 color: var(--card-hover-icon-color);
}
 .card:hover .shine {
	 opacity: 1;
	 transition-duration: 0.5s;
	 transition-delay: 0s;
}
 .card:hover .background .tiles {
	 opacity: 1;
	 transition-delay: 0.25s;
}
 .card:hover .background .tiles .tile {
	 animation-name: tile;
}
 .card:hover .background .line {
	 opacity: 1;
	 transition-duration: 0.15s;
}
 .card:hover .background .line:before {
	 transform: scaleX(1);
}
 .card:hover .background .line:after {
	 transform: scaleY(1);
}
 .card:hover .background .line.line-1:before, .card:hover .background .line.line-1:after {
	 transition-delay: 0s;
}
 .card:hover .background .line.line-2:before, .card:hover .background .line.line-2:after {
	 transition-delay: 0.15s;
}
 .card:hover .background .line.line-3:before, .card:hover .background .line.line-3:after {
	 transition-delay: 0.3s;
}
 .day-night {
	 cursor: pointer;
	 position: absolute;
	 right: 20px;
	 top: 20px;
	 opacity: 0.3;
}
 .day-night input {
	 display: none;
}
 .day-night input + div {
	 border-radius: 50%;
	 width: 20px;
	 height: 20px;
	 position: relative;
	 box-shadow: inset 8px -8px 0 0 var(--text-color);
	 transform: scale(1) rotate(-2deg);
	 transition: box-shadow 0.5s ease 0s, transform 0.4s ease 0.1s;
}
 .day-night input + div:before {
	 content: '';
	 width: inherit;
	 height: inherit;
	 border-radius: inherit;
	 position: absolute;
	 left: 0;
	 top: 0;
	 transition: background-color 0.3s ease;
}
 .day-night input + div:after {
	 content: '';
	 width: 6px;
	 height: 6px;
	 border-radius: 50%;
	 margin: -3px 0 0 -3px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 box-shadow: 0 -23px 0 var(--text-color), 0 23px 0 var(--text-color), 23px 0 0 var(--text-color), -23px 0 0 var(--text-color), 15px 15px 0 var(--text-color), -15px 15px 0 var(--text-color), 15px -15px 0 var(--text-color), -15px -15px 0 var(--text-color);
	 transform: scale(0);
	 transition: all 0.3s ease;
}
 .day-night input:checked + div {
	 box-shadow: inset 20px -20px 0 0 var(--text-color);
	 transform: scale(0.5) rotate(0deg);
	 transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
}
 .day-night input:checked + div:before {
	 background: var(--text-color);
	 transition: background-color 0.3s ease 0.1s;
}
 .day-night input:checked + div:after {
	 transform: scale(1);
	 transition: transform 0.5s ease 0.15s;
}
 html {
	 box-sizing: border-box;
	 -webkit-font-smoothing: antialiased;
}
 * {
	 box-sizing: inherit;
}
 *:before, *:after {
	 box-sizing: inherit;
}
 body {
	 min-height: 100vh;
	 display: flex;
	 font-family: 'Inter', Arial;
	 justify-content: center;
	 align-items: center;
	 background-color: var(--background-color);
	 overflow: hidden;
}
 body:before {
	 content: '';
	 position: fixed;
	 inset: 0 -60% 65% -60%;
	 background-image: radial-gradient(ellipse at top, #105fb970 0%, var(--background-color) 50%);
	 opacity: var(--blur-opacity);
}
 body .twitter {
	 position: fixed;
	 display: block;
	 right: 12px;
	 bottom: 12px;
}
 body .twitter svg {
	 width: 32px;
	 height: 32px;
	 fill: #fff;
}
 

.plan {
    border-radius: 16px;
    box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
    padding: 10px;
    background-color: #325ff400;
    color: #697e91;
    max-width: 370px;
    border: solid 1px #80808029;
    margin-left: 20px;
}
  
  .plan strong {
    font-weight: 600;
    color: #425275;
  }
  
  .plan .inner {
    align-items: center;
    padding: 20px;
    padding-top: 40px;
    background-color: white;
    border-radius: 12px;
    position: relative;
  }
  
  .plan .pricing {
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: #000000; */
    border-radius: 99em 0 0 99em;
    display: flex
;
    align-items: center;
    padding: 0.625em 0.75em;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    border: solid 1px #00000014;
}
  
  .plan .pricing small {
    color: #23242787;
    font-size: 0.75em;
    margin-left: 0.25em;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  
  .plan .title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #31353c;
    letter-spacing: 1px;
    margin-top: 20px;
}
  
  .plan .title + * {
    margin-top: 0.75rem;
  }
  
  .plan .info + * {
    margin-top: 1rem;
  }
.plan .info {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 20px;
}
  
  .plan .features {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 40px;
}
  
  .plan .features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .plan .features li + * {
    margin-top: 0.75rem;
  }
  
  .plan .features .icon {
    background-color: #325ff4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: static;
}
  
  .plan .features .icon svg {
    width: 14px;
    height: 14px;
  }
  
  .plan .features + * {
    margin-top: 1.25rem;
  }
  
  .plan .action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .plan .button {
    background-color: #325ff4;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    text-align: center;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0.625em 0.75em;
    text-decoration: none;
    letter-spacing: 1px;
  }
  
  .plan .button:hover, .plan .button:focus {
    background-color: #2240a1;
  }
  .planlar {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.planlarh {
    width: 100%;
    text-align: center;
    font-size: 2.6em;
    letter-spacing: 4px;
    padding-top: 120px;
    padding-bottom: 40px;
    color: #000000;
    max-width: 700px;
}
.yazibaslikcon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.button.siyah {
    background-color: black;
}

a.button.siyah:hover {
    background-color: #363535;
}
.planlarh h2 {
    font-weight: 600;
}
.plan .info {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 20px;
}
.inner.onecikar {
    background-color: #ecf1ff;
}
.iletisimcon {
    width: 100%;
    margin-top: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f8f9ff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.iletisim {
    background: linear-gradient(45deg, #325ff4, #090d18);
    width: 90%;
    padding: 40px;
    border-radius: 10px;
    min-height: 200px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #325ff52e 1px, transparent 1px), linear-gradient(to bottom, #325ff42e 1px, transparent 1px);
    background-size: 79px 60px;
    -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent), linear-gradient(to bottom, transparent, white 20%, white 80%, transparent);
    mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent), linear-gradient(to bottom, transparent, white 25%, white 75%, transparent);
    -webkit-mask-composite: intersect;
    mask-composite: intersect;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-mode: alpha;
    mask-type: luminance;
    justify-content: center;
}
.iletisimh {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 2px;
}

.iletisimleft {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 5em;
}
button.btn.iletisimbtn {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.1em;
    background-color: #325ff4;
    color: white;
    height: 50px;
    border-radius: 100px;
}

.icerik-gnl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.icerikcon {
    width: 90%;
    display: flex;
    padding: 20px;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
}

.icerikleft {}

.ic-list h2 {
    letter-spacing: 2px;
}

.ic-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ic-list h2 {
    font-size: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ic-list li {
line-height: 20px;
    letter-spacing: 1px;
    font-size: 15px;
}

.ic-list p {
    font-size: 15px;
    letter-spacing: 1px;
}
.icimg {
    border-radius: 20px;
    height: 50vh;
    width: 50vh;
    background: transparent;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#sa1 {
  background-image: url("img/s1.svg");
}
#sa2 {
  background-image: url("img/s2.svg");
}
.sozcard {
    width: 99%;
    height: 264px;
    background: rgb(255 255 255);
    font-family: inherit;
    position: relative;
    border-radius: 14px;
    margin-top: 80px;
}
.icerikright {
    width: 50%;
}

.icerikleft {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote {
    color: rgb(64 56 26 / 7%);
    padding-left: 30px;
    position: relative;
}
  
.card-name {
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.726);
    padding: 35px;
    line-height: 23px;
    letter-spacing: 1px;
}
  
.body-text {
    font-size: 27px;
    font-weight: 600;
    padding: 60px 40px 0;
    color: #000000eb;
    position: absolute;
    top: 20px;
    left: 1px;
    line-height: 33px;
    letter-spacing: 2px;
}
  
  .author {
    margin-top: 5px;
    opacity: 1;
    transition: 0.5s;
  }
  
  .card:hover .author {
    opacity: 1;
  }
  
  .pic {
    width: 50px;
    height: 50px;
    background-color: rgb(158, 196, 21);
    border-radius: 50%;
  }
  
  .author-container {
    display: flex;
    align-items: center;
  }
  
  .author {
    font-weight: 600;
    color: rgb(0 0 0 / 45%);
    padding-left: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 0.75em;
}
  
  .card .author svg {
    display: inline;
    font-size: 12px;
    color: rgba(128, 155, 29, 0.452);
  }
  .sozcon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.soz {
    width: 80%;
}

