*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mySlides {display: none}

html{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}

body{
    background: White;
    padding-top: 60px;
}

#nav {
    list-style-type: none;
    top: 0;
    height: 60px;
    width: 100%;
    margin: 0;
    width: 100%;
    position: -webkit-sticky;
    position: fixed;
    padding: 0;
    overflow: hidden;
    z-index: 1000;
    background-color: #f8f8f8;
    transition: top 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.navImg{
    pointer-events: none;
}

/* Glass Section Base */
.whyChs{
    margin: 120px 0px 120px 0px;
    text-align: center;
}

.whyChs h2{
    margin: 0px 0px 20px 0px;
    font-size: 28px;
}

.whySpn{
    color: #e9cece; /* istediğin renk */
    background: linear-gradient(45deg, #636363, #969696);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.whyChs p{
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 8px;
}

.footer {
   position:relative;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 18vw;
   background-color: #000000;
   color: rgb(158, 158, 158);
   text-align: center;
}

.ftri1{
    float: left;
    margin: -20px 0px 0px -100px;
    height:87px;
    width: 90px;
}

.ftrp1{
    float: left;
    margin: 40px 0px 0px 30%;
    position: relative;
    font-size: 12px;
    width: 40vw;
    height: 20px;
}

.ftrp1 p{
    color: #c4c4c4;
}

.ftrp1 a{
    margin: auto;
    text-align: center;
}

.li1 {
  float: left;
}

.li1 a {
  display: block;
  color: black;
  text-align: center;
  margin: 20px 0px 0px 30px;
  padding: 0px;
  text-decoration: none;
  font-size: smaller;
  transition: 0.2s;
}

.li_m{
    float: left;
    margin: 8px 0px 0px 22px;
    height: 40px;
    width: 44px;
}

.li1 a:hover {
    color: #434343;
}

.imgdiv1 {
  width: 100%;
  height: 100%;
}

/*Main Mid*/

.midMainHighlight{
    color: #e9cece; /* istediğin renk */
    background: linear-gradient(45deg, #141414, #7c7c7c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.midMainPricingH1{
    text-align: center;
    font-size: 45px;
}

.midMainPricingH3{
    margin: 30px 0px 0px 0px;
    text-align: center;
    color: #717171;
    font-size: 17px;
}

.midMain{
    margin: 4% 0 0 0;
    background-color: white;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;  
}

.imMain{
    width: 300px;
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: 0.3s ease;
    border: 1px solid rgb(230, 229, 229);
}

.imMain:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.imMain h3 {
    font-size: 20px;
    color: #333;
}

.imMainDivider{
    display: block;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin: 10px 0 20px;
}

.imPrice span{
    font-size: 14px;
    color: #6a6a6a;
}

.imFeatures{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.imFeatures li{
    margin-bottom: 12px;
    color: #555;
    position: relative;
    padding-left: 22px;
}

.imFeatures li::before{
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #22bb33;
}

.btnMain{
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: white;
    color: black;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.btnMain .arrow{
    opacity: 0;
    margin-left: 8px;
    transition: 0.3s ease;
    position: relative;
    left: -8px;
}

.btnMain_active{
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background: #000;
    color: #fff;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.btnMain:hover .arrow {
    opacity: 1;
    left: 2px;
}

.btnMain_active:hover{
    background: #fff;
    color: #000;
    border: 1px solid black;
}

.inMainBottom{
    width: 176vh;
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: 0.3s ease;
    border: 1px solid rgb(230, 229, 229);
}

/*Main Mid*/

.im1 {
    margin: 0px 0px 10vh 0px;
    object-fit: cover;
    width: 100%;
    height: 490px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.p1{
    margin: 40px 0px -20px 0px;
    text-align: center;
    text-wrap: balance;
    font-size: 18px;
    color: #3f3f3f;
}

.tlglry1{
    margin: 20px 0px 0px 0px;
    background-color: white;
}

.im2{
    margin: 60px 10px 0px 60px;
    width: 290px;
    height: 400px;
    border: 1px solid rgb(230, 229, 229);
    border-radius: 15px;
    object-fit: contain;
    transition: 0.3s;
}

.im2:hover{
    margin: 50px 15px -10px 70px;
    height: 410px;
    width: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tlglry2{
    margin: 0px 0px 0px 0px;
    background-color: white;
}

.im3{
    margin: 50px 0px 20px 59px;
    width: 1757px;
    height: 400px;
    border: 1px solid rgb(230, 229, 229);
    border-radius: 15px;
    object-fit: contain;
    transition: 0.4s;
}

.im3:hover{
    margin: 50px 0px 20px 59px;
    height: 410px;
    width: 1767px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cntcdiv{
    margin: 10px 0px 40px 35%;
}

#qbar{
    margin: 20px 0px 0px 0px;
    border: 1px solid rgba(100, 100, 111, 0.2);
    width: 50%;
    padding: 20px 10px 20px 10px;
    border-radius: 15px;
    outline: none;
    transition: 0.2s;
}

#qbar:focus{
    background: #eef7ff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#qsnd{
    margin: 0px 0px 0px 0px;
    border: 1px solid rgba(100, 100, 111, 0.2);
    background: none;
    width: 10%;
    padding: 20px 10px 20px 10px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    transition: 0.2s;
}

#qsnd:hover{
    border: 1px solid rgb(221, 220, 220);
    background: #e4e3e3;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    color: black;
}
/* Info Html*/

.midInfoHighlight{
    color: #00aaff; /* istediğin renk */
    background: linear-gradient(45deg, #007aff, #71c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.midInfoH1{
    margin-top: 100px;
    text-align: center;
    font-size: 50px;
}

.wtrw{
    margin: 0px 0px 30px 0px;
    height: 22vw;
    width: 100%;
    background: #e2f5fa;
}

.wtrwh1{
    float: left;
    margin: 110px 0px 0px 480px;
    font-size: 45px;
}   

.wtrwp1{
    float: left;
    margin: 10px 0px 0px 0px;
    font-size: 13px;
}

.wrow{
    margin: 10px 0px 0px 480px;
    height: 22vw;
    width: 30vw;
    background: #e2f5fa;
}

.lrn1{
    text-align: center;
    background: white;
    border-bottom: 2px solid rgb(230, 229, 229);
    height: 3vw;
    width: 100%;
}

.lrna{
    margin: 20px 0px 0px 20px;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 15px;
}

.lrna:hover{
    text-decoration: underline;
}

.ifrm2{
    margin: 0px 0px 0px 0px;
}

.wrld1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0px 0px;
    height: 20vw;
    width: 100%;
}

.wrldp1{
    margin: 100px 100px 0px 0px;
    height: 20vw;
    width: 10vw;
}

.wrldp2{
    margin: 100px 0px 0px 100px;
    height: 20vw;
    width: 10vw;
}

.lrn2{
    margin: 0px;
    height: 20vw;
    width: 42vw;
    border-radius: 5px;
}

.lrnpt{
    height: 20vw;
    width: 42vw;
    object-fit: cover;
    border-radius: 5px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 50vw;
  position: relative;
  margin: auto;
  margin-top: 100px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.ch2{
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.cp2{
    text-align: center;
    margin: 14px 0px 0px 0px;
    font-size: 15px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.hr2{
    margin: 0px 0px 0px 50vh;
    width: 53vw;
}

.ifrcn2{
    margin: 40px 0px 0px 25%;
    width: 50vw;
    height: 24vw;
}

/*Pricing CSS*/
.price-container{
    width: 100%;
    min-height: 100vh;
}

.price-container h2{
    margin-top: 20px;
    color: black;
    font-size: 32px;
    padding: 50px 0;
    text-align: center;
}

.price-row{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 35px;
}

.price-col{
    background: #f7f7f7;
    padding: 10% 15%;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    color: #000000;
    text-align: center;
    transition: 0.5s;
    box-shadow: rgba(141, 141, 141, 0.2) 0px 7px 29px 0px;
    cursor: default;
}

.price-col:hover{
    box-shadow: rgba(82, 82, 93, 0.2) 0px 7px 29px 0px;
}

.price-col p{
    font-size: 22px;
}

.price-col h3{
    font-size: 44px;
    margin: 20px 0 40px;
    font-weight: 500;
}

.price-col h3 span{
    font-size: 16px;
}

.price-col ul{
    text-align: left;
    margin: 20px 0;
    color: black;
    list-style: none;
}

.price-col ul li{
    margin: 10px 0;
}

.price-col ul li::before{
    content: '\2022';
    color: #53fa29;
    font-weight: bold;
    margin-right: 8px;
}

.price-col button{
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: black;
    font-size: 15px;
    border: 1px solid black;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.5s;
}

.price-col button:hover{
    background: black;
    color: white;
}

.prpdiv{
    margin: 40px 0px 0px 0px;
    text-align: center;
}

.prp2 a{
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #a7a7a7;
    cursor: default ;
    text-decoration: none;
}

.section-divider {
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, #ffffff 0%, #f9fafc 100%);
    border: none;
}
/*why*/
.whyMid{
    padding: 60px 20px;
    margin: 40px auto;
    text-align: center;
    background: #fff;
    max-width: 100%;
}

.whyMid h2{
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 35px;
    color: #111;
}

.whyMid span{
    background: linear-gradient(45deg, #007aff, #71c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.whyMidGrid{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    flex-wrap: wrap;
}

.whyMidItem{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    width: 280px;
    padding: 30px 20px;
    transition: 0.3s ease;
}

.why-minimal + .midPricing,
.why-minimal + .test-cards,
.why-minimal + .about-items {
  margin-top: 0;
  padding-top: 0;
}

.whyMidItem:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.whyMidIcon{
    font-size: 28px;
    color: #313131;
    margin-bottom: 12px;
}

.whyMidItem p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
    margin: 0;
}
/*why*/
.midHighlight{
    color: #00aaff;
    background: linear-gradient(45deg, #007aff, #71c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.midPricingH1{
    text-align: center;
    font-size: 45px;
}

.midPricingH3{
    margin: 30px 0px 0px 0px;
    text-align: center;
    color: #717171;
    font-size: 17px;
}

.midPricing{
    margin: 5px 0px 50px 0px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 32px;
    max-width: 1200px;
    justify-items: stretch;
}

.inPricing {
    width: 100%;
    background: #ffffff;
    padding: 16px 22px;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(230, 229, 229);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.4s;
}

.inIcon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #f8f8f8;
    border: 1px solid rgb(230, 229, 229);
    border-radius: 12px;
    font-size: 24px;
}

.inContent{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.inContent h3,
.inContent .inFeatures {
    margin: 0;
}


.inPricing:hover{
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.inPricing h3{
    font-size: 22px;
    margin-top: 30px;
    color: #333;
}

.inFeatures{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.inFeatures li{
    margin-bottom: 12px;
    color: #555;
    position: relative;
}


/*AFFILIATE DRPSHP*/
.midAHighlight{
    color: #00aaff;
    background: linear-gradient(45deg, #007aff, #71c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.midAPricingH1{
    text-align: center;
    font-size: 45px;
}

.midAPricingH3{
    margin: 30px 0px 0px 0px;
    text-align: center;
    color: #717171;
    font-size: 17px;
}

.midAPricing{
    margin: 50px auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 32px;
    max-width: 1000px;
    justify-items: stretch;
}

.inAPricing {
    width: 100%;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 14px;             
    border: 1px solid rgba(230,230,230,0.7);
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.25s ease;
}
.inAPricing:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.inAIcon {
    width: 40px;
    height: 40px;
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid rgba(230,230,230,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #007aff;
    transition: 0.25s;
}

.inAContent{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.inAContent h3,
.inAContent .inFeatures {
    margin: 0;
}


.inAPricing:hover .inAIcon {
    background: #007aff;
    color: #fff;
}

.inAPricing h3{
    font-size: 22px;
    margin-top: 30px;
    color: #333;
}

.inAFeatures{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.inAFeatures li{
    margin-bottom: 12px;
    color: #555;
    position: relative;
}
/*AFFILIATE DRPSHP*/
/*Pricing CSS*/ 
/*Hosting CSS*/

.wtrw2{
    margin: 0px 0px 30px 0px;
    height: 24vw;
    width: 100%;
    background: #fffdfd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 26px 0px;
}

.httxt{
    float: left;
    margin: 100px 0px 0px 100px;
    height: 200px;
    width: 400px;
}

.htli{
    margin: 10px 0px 0px 30px;
}

.htth1{
    margin: 60px 0px 0px 0px;
    text-align: center;
}

.htth1 span{
    color: #007aff;
}

.http1{
    margin: auto;
    text-align: center;
    width: 23%;
    padding: 10px;
}

#htsrc{
    float: left;
    margin: 369px 0px 0px -400px;
    height: 6vh;
    width: 45vh;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid rgb(168, 168, 168);
    padding: 10px 10px 10px 16px;
    font-size: 16px;
    outline: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#htbt{
    float: left;
    margin: 369px 0px 0px 0px;
    height: 6vh;
    width: 5vh;
    background: #000000;
    color: white;
    border-radius: 0px 8px 8px 0px;
    border: none;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#htbt:hover{
    background: #313131;
    cursor: pointer;
}

.phnhimg{
    margin: 3% 0px 0px 16%;
    pointer-events: none;
}

.midHHt{
    margin: 4% 0 0 0;
    background-color: white;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;  
}

.imHt {
    width: 300px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: 0.3s ease;
    border: 1px solid rgb(230, 229, 229);
}

.imHt:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.imHt h3 {
    font-size: 20px;
    color: #333;
}

.imDivider {
    display: block;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin: 10px 0 20px;
}

.imPrice span {
    font-size: 14px;
    color: #6a6a6a;
}

.imFeatures {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.imFeatures li {
    margin-bottom: 12px;
    color: #555;
    position: relative;
    padding-left: 22px;
}

.imFeatures li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #22bb33;
}

.cta-btn {
    width: 100%;
    padding: 10px;
    background: white;
    color: black;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cta-btn .arrow {
  opacity: 0;
  margin-left: 8px;
  transition: 0.3s ease;
  position: relative;
  left: -8px;
}

.cta-btn_active{
    width: 100%;
    padding: 10px;
    background: #000;
    color: #fff;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.cta-btn:hover .arrow {
    opacity: 1;
    left: 2px;
}

.cta-btn_active:hover{
    background: #fff;
    color: #000;
    border: 1px solid black;
}

/*FooterUp*/

.ftrup {
    width: 100%;
    border-top: 1px solid rgb(243, 243, 243);
    border-bottom: 1px solid rgb(243, 243, 243);
}

.ftrup a {
    background-color: #ffffff;
    color: black;
    font-size: 15px;
    padding: 10px 14px 10px 14px;
    text-decoration: none;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftrup a:hover {
    background: #eef7ff;
    opacity: 0.4;
}

/* Ok ikonu */
.ftrup a::after {
    content: "›";
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.ftrup a:hover::after {
    transform: translateX(4px);
}

/**/

.midImg{
    position: relative;
    width: 100%;
    height: auto;
}

.midImg img{
    width: 100%;
    margin: 5vh 0px 0px 0px;
    height: 60vh;
    object-fit: contain;
    pointer-events: none;
}

.midImg h1{
    position: absolute;
    top: 40%;
    left: 5%;
}

.midImg p{
    position: absolute;
    width: 50vh;
    top: 50%;
    left: 5%;
}

.midImg .midImgB1{
    position: absolute;
    top: 75%;
    left: 9%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 0.3s;
    background-color: rgb(90, 214, 252);
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 7px;
    text-align: center;
}

.midImg .midImgB1:hover{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.midImg .midImgB2{
    position: absolute;
    top: 75%;
    left: 17%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 0.3s;
    background-color: white;
    color: #000;
    font-size: 16px;
    padding: 16px 28px;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 7px;
    text-align: center;
}

.midImg .midImgB2::after {
  content: "›";
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.midImg h3{
    position: absolute;
    font-size: 14px;
    top: 86%;
    left: 5%;
}

.midImg .midImga1{
    position: absolute;
    margin: 3px 0px 0px 0px;
    font-size: 14px;
    top: 90%;
    left: 5%;
    color: #000;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid black;
}

.midImg .midImga2{
    position: absolute;
    margin: 3px 0px 0px 0px;
    font-size: 14px;
    top: 90%;
    left: 11%;
    color: #000;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid black;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media (max-width: 600px){
body{
    background: White;
    padding-top: 0px;
}

    .li1{
    font-size: 8px;
}

#nav{display: none;}
/*Nav---------------Drop*/
#navmobil{
    max-width: 100%;
    margin: auto;
    background-color: #555;
    height: 0px;
    color: white;
    border-radius: 10px;
    opacity: 0.9;
}

#topnav {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    transition: top 0.3s;
}

#topnav #navma {
    max-height: 0;
    overflow: hidden;
    transform-origin: top;
    transition: max-height 0.25s ease-in-out, transform 0.45s ease-in-out;
    opacity: 0;
}

#topnav #navma.active {
    max-height: 500px;
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
}

#topnav a {
    color: black;
    padding: 16px 18px;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

#topnav a.navMIcon {
    background: #f8f8f8;
    display: block;
    position: absolute;
    font-size: 22px;
    right: 0;
    top: 0;
}

.imgdiv1{
    display: none;
}

.midMainPricingH1{
    margin-top: 100px;
}

.navMIcon i {
    transition: transform 0.3s ease;
}

.navMIcon i.rotate {
    transform: rotate(90deg);
}


.active {
    background-color: #f8f8f8;
}
/*Nav------------Drop*/

.ftrup a {
    font-size: 13px;
}

.p1{
    margin: 80px 0px 0px 0px;
    text-align: center;
    text-wrap: balance;
    font-size: 13px;
}

.footer {
    position:relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 17vw;
    background-color: #f8f8f8;
    border-top: 1px solid #f3f3f3;
    text-align: center;
}

.ftrpmbl p{
    margin: auto;
    text-align: center;
    font-size: 13px;
    color: #888888;
}

.ftrpmbl a{
    margin: auto;
    text-align: center;
    font-size: 13px;
}

.ftrp1{
    display: none;
}

#qbar{
    margin: 10px 0px 0px -31%;
    float: left;
    border: 1px solid rgba(100, 100, 111, 0.2);
    width: 110%;
    padding: 20px 10px 20px 10px;
    border-radius: 15px;
    outline: none;
}

#qsnd{
    margin: 10px 0px 0px -31%;
    border: 1px solid rgba(100, 100, 111, 0.2);
    background: none;
    width: 110%;
    color: #333232;
    padding: 20px 10px 20px 10px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    transition: 0.2s;
}

.tlglry1{
    margin: 20px 0px 0px 0px;
    background-color: white;
}

.im2{
    margin: 10px 0px 0px 5%;
    width: 90%;
    height: 24vh;
    border: 1px solid rgb(230, 229, 229);
    border-radius: 15px;
    object-fit: contain;
    transition: 0.4s;
}

.im2:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 5px 0px 0px 5%;
    width: 90%;
    height: 24vh;
    border: 1px solid rgb(230, 229, 229);
    border-radius: 15px;
    object-fit: contain;
    transition: 0.4s;
}
.tlglry2{
    display: none;
}

.price-container h2{
    margin-top: 7vh;
    margin-bottom: -2vh;
    color: black;
    font-size: 30px;
    padding: 50px 0;
    text-align: center;
}

.ftrhr{display: none;}

.hr2{display: none;}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top: 100px;
}

.ifrcn2{
    margin: 40px 0px 0px 0px;
    width: 100vw;
    height: 60vw;
}
.hr21{
    margin: 10px 0px 0px 11vh;
    float: left;
    text-align: center;
}
/*Whtrw---*/

.wrld0{display: none;}

.wtrw{
    margin: auto;
    height: 60vw;
    width: 100%;
    background: #e2f5fa;
    border-bottom: 1px solid #e4e4e4;
}

.wtrwh1{
    float: left;
    margin: 10vh 0px 0px 20px;
    font-size: 25px;
}   

.wrow{
    margin: 0px 0px 0px 0px;
    height: 1vw;
    width: 30vw;
    background: #e2f5fa;
}

.wtrwp1{
    float: left;
    margin: 10px 0px 0px 20px;
    font-size: 11px;
    height: 2vh;
    width: 42vh;
}

.lrn1{
    display: none;
}

.lrnpt2{
    margin: auto;
    object-fit: cover;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

.lrnptd{
    width: 100%;
    height: auto;
}

.lrnptd span{
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: black;
    font-size:16px;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    text-align: center;
}

.tlglryhtw{
    margin: 0px 0px 0px 0px;
    background-color: white;
}

.imht{
    margin: 10px 0px 0px 5%;
    width: 90%;
    height: 24vh;
    border: 1px solid rgb(230, 229, 229);
    border-radius: 15px;
    object-fit: contain;
    transition: 0.4s;
}

.lrna{
    display: none;
}

.lrna:hover{
    text-decoration: underline;
}
/*Wtrw---*/

.midImg{display: none;}

.ftrupinfo {
  width: 100%;
  border-top: 1px solid rgb(243, 243, 243);
  border-bottom: 1px solid rgb(243, 243, 243);
}

.ftrupinfo a {
  background-color: #ffffff;
  color: black;
  font-size: 15px;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ftrupinfo a:hover {
  background-color: #ececec;
}

/* Ok ikonu */
.ftrupinfo a::after {
  content: "›";
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.ftrupinfo a:hover::after {
  transform: translateX(4px);
}

/*Hosting CSS*/

.wtrw2{
    margin: -3vh 0px 0px 0px;
    height: 24vw;
    width: 100%;
    background: #fffdfd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 26px 0px;
}

.httxt{
    float: left;
    margin: 10vh 0px 0px 0px;
    height: 20vh;
    width: 100%;
}

.htth1{
    display: none;
}

.http1{
    display: none;
}

.wtrw2 h2{
    margin: 0px 0px 0px 210px;
    width: 100%;
}

#htsrc{
    float: left;
    margin: 14vh 0px 0px 12px;
    height: 7vh;
    width: 38vh;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid rgb(168, 168, 168);
    padding: 10px 10px 10px 16px;
    font-size: 16px;
    outline: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#htbt{
    float: left;
    margin: 14vh 0px 0px 0px;
    height: 7vh;
    width: 5vh;
    background: #000000;
    color: white;
    border-radius: 0px 8px 8px 0px;
    border: none;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#htbt:hover{
    background: #313131;
    cursor: pointer;
}

.httxt h1{
    margin: 6vh 0px 0px 0px;
    text-align: center;
    font-size: 28px;
}

.htth1{
    margin: 6vh 0px 0px 0px;
    text-align: center;
    font-size: 28px;
}

.httxt li{
    margin: 7px 0px 0px 30px;
    font-size: 14px;
}

.phnhimg{
    display: none;
}

.tlglryht{
    margin: 20px 0px 0px 0px;
    background-color: white;
}
/*HOSTING CSS*/

    .midAPricingH3{
        margin: 400px 0px -20px 0px;
        font-size: 15px;
    }

    .inAPricing{
    padding: 12px 15px;
    border-radius: 12px;
    gap: 12px;
    margin: 10px 0 !important;      /* Kartlar arası boşluk küçültüldü */
  }

  .inAIcon{
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 10px;
  }

  .inAContent h3{
    font-size: 16px;
  }

  .inAContent p{
    font-size: 13px;
  }

  /* Eğer kartlar grid içindeyse, tek sütuna düşür */
  .midAPricing,
  .cards,
  .about-items,
  .test-cards{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .midPricingH1{
    margin: 120px 0px 0px 0px;
}

.midPricingH3{
    margin: 25px 0px 90px 0px;
    font-size: smaller;
}

.midPricing {
        grid-template-columns: 1fr;
    }

.midPricing {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }

.inPricing {
    width: 90%;
    height: 90%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }

  .inPricing {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }

  .inContent {
    align-items: flex-start;
    text-align: left;
  }

  .whyMid{
    background: none;
  }
}

/*MEDIDA---------------PC*/
@media (min-width: 601px) {
#nav { display: block; }

#topnav { display: none; }

.li1{
    display: block;
}

.ftrpmbl{
    display: none;
}

.p1mbl{
    display: none;
}

.lrnpt2{display: none;}

.lrnptd{display: none;}

.lrnptd span{display: none;}

.tlglryhtw{
    display: none;
}

.ftrupinfo{display: none;}

.hr21{
    text-align: center;
}

}

@media (max-width: 768px){
  .whyMidItem{
    width: 90%;
  }
  .whyMidGrid{
    gap: 25px;
  }
}


