.light-link {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255, 0.51);
    border-radius: 50px;
    padding: 14px 70px 14px 40px;
    position: relative;
    display: inline-block;
    z-index: 101;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    box-shadow: 0px 0px 51.2px 12.8px rgba(0, 0, 0, 0.2);
    border-color: rgb(129, 129, 129, 0.51);
}

.light-link:hover {
    color: rgb(255, 255, 255);
}

.light-link::before {
    content: '';
    background: #d64700;
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 50px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 0px 0px 2px #d64700;
}

.light-link::after {
    content: '';
    position: absolute;
    width: 54px;
    height: 100%;
    right: 6px;
    top: 0px;
    background-image: url("../img/btn-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

.light-link:hover::before {
    opacity: 1;
    width: 100%;
}

.black-link-all {
    background-color: rgb(26, 26, 26);
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 300;
    color: rgb(235, 235, 235);
    display: inline-block;
}

.black-link-all:hover {
    background-color: #ff5400;
    color: #fff;
}

.black-link-all-2 {
    background-color: rgb(26, 26, 26);
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    color: rgb(235, 235, 235);
    display: inline-block;
}

.black-link-all-2:hover {
    background-color: #ff5400;
    color: #fff;
}

.orange-link {
    background-color: rgba(217, 33, 43, 0);
    border-radius: 50px;
    padding: 11.5px 70px 11.5px 40px;
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    background-color: #ff5400;
    z-index: 101;
}

.orange-link:hover {
    color: rgb(255, 255, 255);
    background-color: #ff5400;
}

.orange-link::before {
    content: '';
    background: #d64700;
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 50px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    z-index: -1;
}

.orange-link::after {
    content: '';
    position: absolute;
    width: 54px;
    height: 100%;
    right: 6px;
    top: 0px;
    background-image: url("../img/btn-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

.orange-link:hover::before {
    opacity: 1;
    width: 100%;
}

.light-link-arrow {
    border-radius: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    background-color: rgba(88, 194, 173, 0);
    padding: 12px 22px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    display: inline-block;
}

.light-link-arrow:hover {
    background-color: #181818;
    border-color: #181818;
    color: #fff;
}

.orange-btn {
    border-radius: 5px;
    background-color: #ffa200;
    width: 158px;
    line-height: 41px;
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #e19512;
    padding: 0px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Calibri", "Arial";
    font-size: 20px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    outline: none!important;
}

.orange-btn:hover, .orange-btn:focus {
    color: #ffffff;
    background-color: #fe701a;
    border-color: #fe701a;
}

.black-link {
    background-color: rgba(217, 33, 43, 0);
    border-radius: 10px;
    padding: 8.5px 70px 8.5px 9px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    background-color: #2f2f2f;
    z-index: 101;
    font-family: "Calibri", "Arial";
    width: 100%;
    text-align: center;
}

.black-link:hover {
    color: rgb(255, 255, 255);
    background-color: #000000;
}

.black-link::before {
    content: '';
    background: #000000;
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 0px 10px 10px 0px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    z-index: -1;
}

.black-link::after {
    content: '';
    position: absolute;
    width: 54px;
    height: 100%;
    right: 6px;
    top: 0px;
    background-image: url("../img/btn-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

.black-link:hover::before {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
}

.blue-link-all {
    padding: 5.5px 18px;
    font-size: 18px;
    font-weight: 300;
    color: rgb(235, 235, 235);
    display: inline-block;
    border-radius: 10px;
    background-color: rgb(81, 196, 229);
    font-size: 15px;
    color: rgb(254, 254, 254);
    font-weight: 700;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #46abc7;
    line-height: 1.35;
}

.blue-link-all:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.light-link-all {
    padding: 12px 33px;
    font-size: 24px;
    font-weight: 400;
    color: rgb(235, 235, 235);
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    font-family: "Calibri", "Arial";
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.35;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
}

.light-link-all:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.blue-link {
    background-color: rgba(217, 33, 43, 0);
    border-radius: 10px;
    padding: 15px 60px 15px 0px;
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: rgb(255, 255, 255);
    background-color: #3d98ff;
    z-index: 101;
    font-size: 22px;
    font-family: "Calibri", "Arial";
    color: rgb(255, 255, 255);
    font-weight: 300;
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #2471c8;
}

.blue-link strong {
    font-weight: 700;
}

.blue-link:hover {
    color: rgb(255, 255, 255);
    background-color: #3d98ff;
}

.blue-link::before {
    content: '';
    background: #2471c8;
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 0px 10px 10px 0px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    z-index: -1;
}

.blue-link::after {
    content: '';
    position: absolute;
    width: 54px;
    height: 100%;
    right: 6px;
    top: 0px;
    background-image: url("../img/btn-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

.blue-link:hover::before {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
}

.blue-btn {
    border-radius: 5px;
    background-color: #1fa2d9;
    width: 158px;
    line-height: 41px;
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #1783b0;
    padding: 0px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Calibri", "Arial";
    font-size: 17px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    outline: none!important;
}

.blue-btn:hover, .blue-btn:focus {
    color: #ffffff;
    background-color: #1783b0;
    border-color: #0d5674;
}

.orange-link-plus {
    background-color: rgba(217, 33, 43, 0);
    border-radius: 8px;
    padding: 10px 30px 10px 8px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    background-color: #ffb85b;
    z-index: 101;
}

.orange-link-plus:hover {
    color: rgb(255, 255, 255);
    background-color: #fb8e00;
}

.orange-link-plus::after {
    content: '+';
    position: absolute;
    height: 100%;
    right: 6px;
    top: 0px;
    font-size: 30px;
    line-height: 38px;
}

.orange-link-plus:hover::before {
    opacity: 1;
    width: 100%;
}

.blue-btn-2 {
    border-radius: 30px;
    background-color: #3d98ff;
    line-height: 41px;
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #2471c8;
    padding: 0px 60px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Calibri", "Arial";
    font-size: 25px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    outline: none!important;
}

.blue-btn-2:hover, .blue-btn-2:focus {
    color: #ffffff;
    background-color: #2471c8;
    border-color: #093669;
}

.orange-btn-2 {
    border-radius: 5px;
    background-color: rgb(242, 127, 34);
    line-height: 41px;
    padding: 0px 28px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Calibri", "Arial";
    font-size: 20px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    border-radius: 40px;
    outline: none!important;
}

.orange-btn-2:hover, .orange-btn-2:focus {
    color: #ffffff;
    background-color: #000;
}

.green-btn-2 {
    border-radius: 5px;
    background-color: rgb(32, 183, 53);
    line-height: 41px;
    padding: 0px 20px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Calibri", "Arial";
    font-size: 20px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    border-radius: 40px;
    outline: none!important;
}

.green-btn-2:hover, .green-btn-2:focus {
    color: #ffffff;
    background-color: #000;
}

.green-btn-3 {
    border-radius: 10px;
    background-color: rgb(43, 181, 40);
    line-height: 41px;
    padding: 0px 20px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Calibri", "Arial";
    font-size: 20px;
    transition: all 0.3s ease 0.01s;
    -webkit-transition: all 0.3s ease 0.01s;
    outline: none!important;
}

.green-btn-3:hover, .green-btn-3:focus {
    color: #ffffff;
    background-color: #000;
}

button:active {
    outline: none !important;
}

button:focus {
    outline: none !important;
}


/* ===================== ORANGE ===================== */
.orange-btn-gradient {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(82deg, #f5390d 0%, #ffa200 100%);
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* border gradient */
.orange-btn-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 999px;
    background: linear-gradient(to right, #ffa200, #f5390d);

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

/* hover gradient layer */
.orange-btn-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(82deg, #ffa200 0%, #f5390d 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 999px;
    z-index: -1;
}

/* içerik üstte */
.orange-btn-gradient > * {
    position: relative;
    z-index: 1;
}

.orange-btn-gradient:hover::after {
    opacity: 1;
}

.orange-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0px 14px 22px rgba(0, 0, 0, 0.25);
    color: #fff;
}


/* ===================== GREEN ===================== */
.green-btn-gradient {
    background-image: -moz-linear-gradient( 75deg, rgb(31,217,180) 0%, rgb(0,255,18) 100%);
    background-image: -webkit-linear-gradient( 75deg, rgb(31,217,180) 0%, rgb(0,255,18) 100%);
    background-image: -ms-linear-gradient( 75deg, rgb(31,217,180) 0%, rgb(0,255,18) 100%);
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.2);
    color: #000;
    position: relative;
    overflow: hidden;

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.green-btn-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 999px;
    background: linear-gradient(80deg, #00ff12 0%, #1fd9b4 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

/* hover layer */
.green-btn-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(75deg, #00ff12 0%, #1fd9b4 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 999px;
}

.green-btn-gradient > * {
    position: relative;
    z-index: 1;
}

.green-btn-gradient:hover::after {
    opacity: 1;
}

.green-btn-gradient:hover {
    transform: translateY(-2px);
    color: #000;
}


/* ===================== GREEN LIGHT ===================== */
.green-btn-gradient-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 19px;
    font-weight: 700;

    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    position: relative;
    overflow: hidden;

    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.green-btn-gradient-light::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 999px;

    background: linear-gradient(80deg, #00ff12 0%, #1fd9b4 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.green-btn-gradient-light:hover {
    transform: translateY(-2px);
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}