.goldyazi {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background-image: linear-gradient(90deg, rgb(61, 87, 155) 0%, rgb(127, 79, 102) 100%);
            text-align: center;
            padding: 2px;
            margin-left: 12px;
            margin-right: 12px;
            color: #fff;
            font-size: 20px;
            margin-top: 2.3px;
        }

        .gwhatsapp {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: linear-gradient(90deg, rgb(61 87 155) 0%, rgb(127 79 102) 100%);
            text-align: center;
            margin-left: 12px;
            margin-right: 12px;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #fff;
            margin-bottom: 3px;
        }

        .visim {
            color: #fff;
            position: relative;
            left: 10px;
            z-index: 2;
            float: left;
            text-shadow: 0px 1px 2px #000000;
            font-weight: 700;
            font-size: 32px;
        }

        .vwhatsapp {
            color: #fff;
            float: left;
            width: 275px;
            font-size: 14px;
            line-height: 1.5;
            position: absolute;
            top: 100px;
            text-align: left;
            z-index: 10;
            left: 20px;
            font-weight: 600;
            text-shadow: 0px 1px 2px #000000;
        }

        .vaciklama {
            color: #fff;
            float: left;
            width: 275px;
            font-size: 14px;
            line-height: 1.3;
            position: absolute;
            top: 45px;
            text-align: left;
            z-index: 10;
            left: 20px;
            font-weight: 400;
            text-shadow: 0px 1px 2px #000000;
        }

        .vads {
            width: 100%;
            height: 130px;
            float: left;
            position: relative;
            overflow: hidden;
            transform: translate3d(0, 0, 0);
            border-radius: 3px;
            cursor: pointer;
            border-radius: 20px;
        }

        .vads small.renk {
            z-index: 1;
            left: 0px;
            width: 320px;
            height: 175px;
            position: absolute;
            top: 0;
        }

        .vads .image {
            width: 2340px;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            transform: translate3d(0, 0, 0);
            background-size: contain;
            animation: moveSlideshow 35s linear infinite
        }

        @keyframes moveSlideshow {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-1170px);
            }
        }