/* HERO SECTION STARTS */

@media (max-width : 576px) {
    .hide-container {
        display: none;
    }

    .bg {
        padding-top: 50%;
    }
}

@media (max-width : 976px) {
    .hide-container {
        display: none;
    }

    .bg {
        padding-top: 20%;
    }
}
.bg {

    background: url("https://img.freepik.com/free-photo/colorful-bubble-art-frame-white-background-diy-experimental-art_53876-124743.jpg?t=st=1728193801~exp=1728197401~hmac=5362555e62c504f173cd1667a0509c60c92a8cce826bb617860505f8a7411f8c&w=1060");
    background-size: cover;
    height: 95vh;
    font-family: Georgia, 'Times New Roman', Times, serif;
    /* width: 100%; */
    position: relative;
    top: 0;
    left: 0;
    z-index: -3;
    color: midnightblue;
}





.type-wrap {
    font-size: 50px;
    padding: 20px;
    font-family: Maiandra GD;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width:576px) {
    .typed {
        font-size: 30px;

    }
}

.welcome-head {
    font-size: 55px;
}


/* CIRCULAR CARDS */
.main-container {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 560px;
    overflow: hidden;
}

.main {
    margin: 0px auto;
    width: 480px;
    height: 480px;
    position: relative;
}

.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 3px solid #6495f2;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}

.icon-block {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    /* background-image: linear-gradient(180deg, orange 0%, orange 100%);
            -webkit-background-image: linear-gradient(180deg, orange 0%, orange 100%);
            box-shadow: 0 2px 4px 0 #3e5ada;
            -webkit-box-shadow: 0 2px 4px 0 #3e5ada; */
    background-color: white;
    border: 2px solid orange;
}

.icon-block img {
    margin: 0px auto;
    width: 86%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 75%;
    height: 75%;

    /* border: 3px solid #6495f2; */
    border: 2px solid orange;
    border-radius: 50%;
}


.circle .icon-block img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
    max-width: 200px;
}

/* keyframe animation */

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }

    to {
        -webkit-transform: rotate(-405deg);
    }
}

.logos {
    width: 25rem;
}

/* HERO SECTION END */


/* FANCY BORDER  */

:root {
    --background: #005;
    --primary: #88D5BF;
    --secondary: #5D6BF8;
    --third: #e27fcb;
}




.fancy-container {
    align-items: center;
    display: flex;
    /* height: 100vh; */
    justify-content: right;
}


.shape {
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 500px;
    transition: all 1s ease-in-out;
    width: 500px;
    padding:20px;
    z-index: 5;
}
@media (max-width:576px){
    .shape {
        text-align:center;
        
    }

}
@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    }
}
@media (max-width:576px){
    
    .shape {
        height:30vh;

    }
    
}
.fancy-img {
    width: 30vw;
   
}

.line-container {
    width: 100%;
    max-width: 600px;
    margin: 25px auto;
    /* Center the line within the container */
}

.neon-line {
    height: 4px;
    background-color: orange;
    /* width: 25px; */
    /* box-shadow: 0 0 15px midnightblue, 0 0 30px midnightblue, 0 0 45px midnightblue; */
    animation: expandLine 2s ease-in-out forwards, neonGlow 1.5s infinite alternate;
}

@keyframes expandLine {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* FANCY BORDER  */

.card-kiran {
    height: 300px;
    /* width: 270px; */
    width:80%;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    background-size: cover;
    background-image: url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .card-kiran:hover .card_content_kiran,
  .card-kiran:hover .card_bottom_shadow_kiran {
    bottom: 0
  }

  .card-kiran:hover {
    transform: scale(1.1)
  }

  .card_content_kiran {
    z-index: 2;
    color: #fff;
    font-family: Arial;
    padding: 0px 20px 25px;
    position: absolute;
    bottom: -150px;
    left: 0;
    transition: all 0.25s;
  }

  .card_title_kiran {
    font-size: 20px;
    font-weight: 600;
  }

  .card_desc_kiran {
    font-size: 14px;
    margin-top: 5px;
  }

  .card_bottom_shadow_kiran {
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: -150px;
    left: 0;
    transition: all 0.1s;
    background-image: linear-gradient(180deg,
        transparent,
        rgba(37, 37, 37, 0.61),
        #111);
  }

/* CARDS 01 */



/* HERO SECTION 04 STARTS */
.fixed-bg {
    height: 70vh;
    background-size: cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    line-height: 1.5;
    width:100%;
    color: orange;

    font-family: Georgia, 'Times New Roman', Times, serif;
}

.bg-1 {
    background-image: url("https://img.freepik.com/free-vector/navy-blue-geometrical-social-banner-vector_53876-177770.jpg?t=st=1728211595~exp=1728215195~hmac=180753b35c4c7879e045fe99357ad46c5a64aedc0f806b6e86e29f3693972bde&w=1380");
}

.glow-on-hover {
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    background-color: white;
    border: 2px solid white;
    color: midnightblue;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s;
    /* box-shadow: 0 0 10px rgba(255, 204, 0, 0.5), 0 0 20px rgba(255, 204, 0, 0.5), 0 0 30px rgba(255, 204, 0, 0.5);
     */
    animation: zoom 2s linear infinite;
    margin-top: 15px;
}



.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}



.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}



.glow-text {
    font-size: 3rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: midnightblue;
    Font-weight: bold;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* FOOTER SECTION  */

.cp-text {
    color: midnightblue;
    text-shadow: 0 1px rgba(255, 255, 255, 0.1);
    text-align: center;
}





.footer-section {
    /* background: #151414; */


    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;

}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    /* color: #fff; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: midnightblue;

    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    /* color: orange; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: midnightblue;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
    /* color:red; */
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: midnightblue;
    line-height: 28px;
}

.footer-social-icon span {
    /* color: white; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: midnightblue;
    display: block;
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 20px;
}

.footer-social-icon a {
    /* color: #fff; */

    color: white;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    /* color: #fff; */
    color: midnightblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    /* color: orange; */
    color: midnightblue;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    /* float: left; */


    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
    text-decoration: none;
}

.footer-widget ul li a {
    /* color: #878787; */
    color: midnightblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;

}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;


    /* opacity:0.2; */
    /* border:2px solid orange; */
    padding: 15px;
    margin-bottom: 12px;
}

.copyright-text p {

    margin: 0;
    font-size: 14px;
    color: white;
}

.copyright-text p a {
    color: rgb(245, 138, 7);
    text-decoration: none;
    
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
    color: red;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    /* color: #878787; */
    color: midnightblue;

}

.container-java {
    position: relative;
    /* width: 1100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-warp: warp; */
    margin: 30px;
   
  }

  .container-java .card-java {
    position: relative;
    /* max-width: 300px; */
    height: 215px;
    background-color: #fff;
    margin: 30px 10px;
    padding: 20px 15px;

    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
  }

  .container-java .card-java:hover {
    height: auto;

  }


  .container-java .card-java .image {
    position: relative;
    width: 260px;
    height: 260px;
/* border-radius:50%; */
    top: -40%;
    left: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius:15px;
   
    z-index: 1;
  }

  .container-java .card-java .image img {
    /* max-width: 100%; */
    width:70%;
   padding:35px;
    
  }
  
  .container-java .card-java .content-java {
    position: relative;
    top: -100px;
    /* padding: 10px 15px; */
    padding:10px;
    color: #111;
    text-align: center;

    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;

  }

  .container-java .card-java:hover .content-java {
    margin-top: 30px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;

  }



  .border-box {
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 5px;
    position: relative;
    background-color:orange;
    color:white;font-family: Georgia, 'Times New Roman', Times, serif;
}

.border-box::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    /* background: linear-gradient(45deg, #ffcc00, #ff66cc, #66ccff, #33cc33); */
    z-index: -1;
    border-radius: 10px;
    animation: gradientAnimation 8s infinite;
    background-size: 300% 300%;
    
}

  
  
  /* TESTIMONAL CARDS */
  
  
  
  

  