﻿/* Tailwind CSS'i genişletmek için özel stiller */
@import "tailwindcss";

body {
    font-family: "Poppins", sans-serif;
}

/* Açılır menü için */
.group:hover .group-hover\:block {
    display: block;
}

/* Referanslar kaydırma animasyonu */
.animate-scroll {
    /* Hızı ayarlamak için bu değeri değiştirebilirsiniz (örn: 60s, 120s) */
    animation: scroll 10s linear infinite;
}

.group-hover\:pause:hover .animate-scroll {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* Slider geçiş efekti */
.slide {
    transition: opacity 0.7s ease-in-out;
}

/* Aktif slider göstergesi için stil */
.indicator.active {
    background-color: white;
}

.greenButton {
    color: #05C7C5;
    font-size: 20px;
}

    .greenButton a {
        color: #05C7C5 !important;
    }

.bgDiffColorBlue {
    background: #002961;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 29%;
    background-repeat: no-repeat;
}

.bgDiffColorBlue_Watson {
    background: #002961;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 33%;
    background-repeat: no-repeat;
}

.bgDiffColorBlue_Egitim {
    background: #002961;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 55%;
    background-repeat: no-repeat;
}

.bgDiffColorGreen_Egitim {
    background: #44CCC8;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 42%;
    background-repeat: no-repeat;
}

.bgDiffColorGreen_Egitim2 {
    background: #44CCC8;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 40%;
    background-repeat: no-repeat;
}

.bgDiffColorLightGray {
    background: #EEEEEE;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 48%;
    background-repeat: no-repeat;
}

.bgDiffColorLightGray2 {
    background: #EEEEEE;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 22%;
    background-repeat: no-repeat;
}

.bgDiffColorKendiniBil {
    background: #05C7C5;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 64%;
    background-repeat: no-repeat;
}

.bgDiffColorLightGray3 {
    background: #EEEEEE;
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: linear-gradient(white, white);
    background-size: 100% 37%;
    background-repeat: no-repeat;
}

.marginLeft {
    padding-left: 20px;
    padding-right: 20px;
}

.DvShadow {
    display: inline-block;
    text-align: center;
    box-shadow: 0 8px 6px -6px black;
    height: 50px;
    font-size: 20px;
    width: 30%;
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;
    background-color: #e5e7eb;
    box-shadow: 5px 5px 5px #e5e7eb;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}

.refHeight {
    height: 70px;
}

.dvSlider {
    color: #002961;
    font-size: 2.4vw;
    font-weight: bold;
    position: absolute;
    bottom: 40%;
    right: 50px;
}

.dvSlider_Egitim {
    color: #002961;
    font-size: 2.4vw;
    font-weight: bold;
    position: absolute;
    bottom: 40%;
    right: 50px;
}

.dvSlider_BizKimiz {
    color: #002961;
    font-size: 2.4vw;
    font-weight: bold;
    position: absolute;
    bottom: 30%;
    right: 50px;
}

.dvSlider_DijitalIK {
    color: #002961;
    font-size: 2.4vw;
    font-weight: bold;
    position: absolute;
    bottom: 35%;
    right: 50px;
}

.dvSlider_TestEnvanter {
    color: #002961;
    font-size: 2.4vw;
    font-weight: bold;
    position: absolute;
    bottom: 35%;
    left: 50px;
}

@media only screen and (max-width: 600px) 
{
    body {
        font-family: "Poppins", sans-serif;
    }    

    /* Açılır menü için */
    .group:hover .group-hover\:block {
        display: block;
    }

    /* Referanslar kaydırma animasyonu */
    .animate-scroll {
        /* Hızı ayarlamak için bu değeri değiştirebilirsiniz (örn: 60s, 120s) */
        animation: scroll 10s linear infinite;
    }

    .group-hover\:pause:hover .animate-scroll {
        animation-play-state: paused;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }


    /* Slider geçiş efekti */
    .slide {
        transition: opacity 0.7s ease-in-out;
    }

    /* Aktif slider göstergesi için stil */
    .indicator.active {
        background-color: white;
    }

    .greenButton {
        color: #05C7C5;
        font-size: 20px;
    }

        .greenButton a {
            color: #05C7C5 !important;
        }

    .bgDiffColorBlue {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 29%;
        background-repeat: no-repeat;
    }

    .bgDiffColorBlue_Watson {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 33%;
        background-repeat: no-repeat;
    }

    .bgDiffColorBlue_Egitim {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 55%;
        background-repeat: no-repeat;
    }

    .bgDiffColorGreen_Egitim {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 42%;
        background-repeat: no-repeat;
    }

    .bgDiffColorGreen_Egitim2 {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 40%;
        background-repeat: no-repeat;
    }

    .bgDiffColorLightGray {
        background: #EEEEEE;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 48%;
        background-repeat: no-repeat;
    }

    .bgDiffColorLightGray2 {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 22%;
        background-repeat: no-repeat;
    }

    .bgDiffColorKendiniBil {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 64%;
        background-repeat: no-repeat;
    }

    .bgDiffColorLightGray3 {
        background: #EEEEEE;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 37%;
        background-repeat: no-repeat;
    }

    .marginLeft {
        padding-left: 20px;
        padding-right: 20px;
    }

    .DvShadow {
        display: inline-block;
        text-align: center;
        box-shadow: 0 8px 6px -6px black;
        height: 50px;
        font-size: 3vw;
        width: 90%;
        margin: 20px 20px 20px 20px;
        padding: 10px 10px 10px 10px;
        background-color: #e5e7eb;
        box-shadow: 5px 5px 5px #e5e7eb;
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
        zoom: 1;
    }

    .refHeight {
        height: 70px;
    }

    .dvSlider {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 40%;
        right: 50px;
    }

    .dvSlider_Egitim {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 40%;
        right: 10px;
    }

    .dvSlider_BizKimiz {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 30%;
        right: 20px;
        top:104px;
        height:50px;
    }

    .dvSlider_DijitalIK {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 35%;
        right: 20px;
        top:118px;
        height: 50px;
    }

    .dvSlider_TestEnvanter {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 35%;
        left: 50px;
    }

    .sectionMobil
    {
        height:55vw !important;
    }

    .pMobile {
        font-size: 3vw !important;
        color: #002961 !important;
    }

    .hMobile {        
        color: #002961 !important;
    }

    .text-4xl {
        font-size: 7vw !important;
    }

    .text-3xl {
        font-size: 6vw !important;
    }

    .text-2xl {
        font-size: 5vw !important;
    }

    .text-xl {
        font-size: 4vw !important;
    }

    .text-md {
        font-size: 3vw !important;
    }

    .text-sm {
        font-size: 2.5vw !important;
    }

    .text-xs {
        font-size: 1vw !important;
    }

    .imgTop
    {
        margin-top:50px;
    }

    .h2Mobile
    {
        font-size:5vw !important;
    }

    .h3Mobile {
        font-size: 3.65vw !important;
        height:100px !important;
        margin:2px 2px 2px 2px !important;
    }

    .h3Mobile_Watson {
        font-size: 3.65vw !important;
        height: 125px !important;
        margin: 2px 2px 2px 2px !important;
    }

    .card-container {
        background-color: #ffffff;
        border-radius: 24px;
        padding: 24px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        width: 95% !important; /* Sabit genişlik */
        height: 350px; /* Sabit yükseklik */
        margin: 10px 20px 10px 10px;
    }

    .mMobilLimit
    {
        width:330px !important;
    }

    .imgLogoBanner
    {
        width:105px !important;
    }
}


@media only screen and (min-width: 601px) and (max-width: 1024px) 
{

    body {
        font-family: "Poppins", sans-serif;
    }

    /* Açılır menü için */
    .group:hover .group-hover\:block {
        display: block;
    }

    /* Referanslar kaydırma animasyonu */
    .animate-scroll {
        /* Hızı ayarlamak için bu değeri değiştirebilirsiniz (örn: 60s, 120s) */
        animation: scroll 10s linear infinite;
    }

    .group-hover\:pause:hover .animate-scroll {
        animation-play-state: paused;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }


    /* Slider geçiş efekti */
    .slide {
        transition: opacity 0.7s ease-in-out;
    }

    /* Aktif slider göstergesi için stil */
    .indicator.active {
        background-color: white;
    }

    .greenButton {
        color: #05C7C5;
        font-size: 20px;
    }

        .greenButton a {
            color: #05C7C5 !important;
        }

    .bgDiffColorBlue {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 29%;
        background-repeat: no-repeat;
    }

    .bgDiffColorBlue_Watson {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 33%;
        background-repeat: no-repeat;
    }

    .bgDiffColorBlue_Egitim {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 55%;
        background-repeat: no-repeat;
    }

    .bgDiffColorGreen_Egitim {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 42%;
        background-repeat: no-repeat;
    }

    .bgDiffColorGreen_Egitim2 {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 40%;
        background-repeat: no-repeat;
    }

    .bgDiffColorLightGray {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 48%;
        background-repeat: no-repeat;
    }

    .bgDiffColorLightGray2 {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 22%;
        background-repeat: no-repeat;
    }

    .bgDiffColorKendiniBil {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 64%;
        background-repeat: no-repeat;
    }

    .bgDiffColorLightGray3 {
        background: white;
        width: 100%;
        height: 100%;
        border: 0px;
        background-image: linear-gradient(white, white);
        background-size: 100% 37%;
        background-repeat: no-repeat;
    }

    .marginLeft {
        padding-left: 20px;
        padding-right: 20px;
    }

    .DvShadow {
        display: inline-block;
        text-align: center;
        box-shadow: 0 8px 6px -6px black;
        height: 50px;
        font-size: 3vw;
        width: 90%;
        margin: 20px 20px 20px 20px;
        padding: 10px 10px 10px 10px;
        background-color: #e5e7eb;
        box-shadow: 5px 5px 5px #e5e7eb;
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
        zoom: 1;
    }

    .refHeight {
        height: 70px;
    }

    .dvSlider {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 40%;
        right: 50px;
    }

    .dvSlider_Egitim {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 50%;
        right: 10px;
    }

    .dvSlider_BizKimiz {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 30%;
        right: 20px;
        top: 155px;
        height: 50px;
    }

    .dvSlider_DijitalIK {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 35%;
        right: 20px;
        top: 170px;
        height: 50px;
    }

    .dvSlider_TestEnvanter {
        color: #002961;
        font-size: 2.4vw;
        font-weight: bold;
        position: absolute;
        bottom: 45%;
        left: 50px;
    }

    .sectionMobil {
        height: 55vw !important;
    }

    .pMobile {
        font-size: 3vw !important;
        color: #002961 !important;
        background-color:white !important;
    }

    .hMobile {
        color: #002961 !important;
    }

    .text-4xl {
        font-size: 7vw !important;
    }

    .text-3xl {
        font-size: 6vw !important;
    }

    .text-2xl {
        font-size: 5vw !important;
    }

    .text-xl {
        font-size: 4vw !important;
    }

    .text-md {
        font-size: 3vw !important;
    }

    .text-sm {
        font-size: 2.5vw !important;
    }

    .text-xs {
        font-size: 1vw !important;
    }

    .imgTop {
        margin-top: 50px;
    }

    .h2Mobile {
        font-size: 5vw !important;
    }

    .h3Mobile {
        font-size: 3.65vw !important;
        height: 100px !important;
        margin: 2px 2px 2px 2px !important;
    }

    .h3Mobile_Watson {
        font-size: 3.65vw !important;
        height: 125px !important;
        margin: 2px 2px 2px 2px !important;
    }

    .card-container {
        background-color: #ffffff;
        border-radius: 24px;
        padding: 24px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        width: 95% !important; /* Sabit genişlik */
        height: 350px; /* Sabit yükseklik */
        margin: 10px 20px 10px 10px;
    }

    .mMobilLimit {
        width: 330px !important;
    }

    .imgLogoBanner {
        width: 105px !important;
    }

    .tabletMenu
    {
        font-size:14px;
        margin-left:10px;
    }
    
}

   

