:root {
    --primary-color: #1b6ff9;
    --body-fonts: 'Poppins', sans-serif;
    --dark-blue: #2e3c88;
}

body {
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--body-fonts) !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.mt-16 {
    margin-top: 80px;
}

/* TOP HEADER AREA */

.head-li {
    display: inline-block;
}

.info-top {
    background-color: var(--dark-blue);
    height: 30px;
}

.info-top-link {
    font-size: 12px;
}

.info-top-link:hover {
    color: #e6e6e6 !important;
}

/* TOP HEADER AREA END */

/* NAV */

.menu-bg {
    background-color: var(--primary-color) !important;
}

.logo-link {
    top: -10px;
}

.nav-links {
    font-size: 15px;
}

.nav-item {
    transition: 0.5s;
    position: relative;
}

.nav-item::before {
    transition: 0.5s;
    position: relative;
}

.nav-item::after {
    content: '';
    width: 0px;
    position: absolute;
    height: 5px;
    bottom: 2px;
    z-index: 999;
    background-color: var(--dark-blue);
    opacity: 0.3;
    transition: 0.5s;
}

.nav-item:hover::after {
    width: 100%;
}

.nav-bar-right {
    width: 250px;
    min-width: 250px;
}

.nav-bar-icons>i {
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

.nav-bar-icons>i:hover {
    transform: translateY(-2px);
}

.online-islemler-button {
    background-color: transparent !important;
    border: 1px solid rgb(173, 173, 173) !important;
    font-size: 12px !important;
    color: white !important;
}

.online-islemler-button:hover {
    background-color: var(--dark-blue) !important;
    border: 1px solid black !important;
}

/* NAV END*/

/* SLOGAN START */

.slogan-section {
    background-color: rgb(243 243 243);
    clip-path: ellipse(150% 100% at 50% 0);
    width: 100%;
    background-image: url(http://izmir.veganet.com.tr/assets/img/veganet-slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.slogan-container {
    width: 100%;
    height: auto;
}

.slogan-h2 {
    font-weight: 600;
    font-size: 45px;
    color: var(--dark-blue);
}

.little-slogan-h2 {
    font-size: 24px;
    font-weight: 500;
    color: var(--dark-blue);
}

.slogan-button {
    color: white !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.slogan-button:hover {
    opacity: 0.9;
}

.slogan-button-2 {
    font-size: 13px !important;
    font-weight: 400 !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.slogan-button-2:hover {
    opacity: 0.9;
}

.slogan-list {
    font-size: 13px;
    background: var(--dark-blue);
    background: -webkit-radial-gradient(ellipse farthest-corner at center center, #2E3C88 0%, #1B6FF9 100%);
    background: -moz-radial-gradient(ellipse farthest-corner at center center, #2E3C88 0%, #1B6FF9 100%);
    background: radial-gradient(ellipse farthest-corner at center center, #2E3C88 0%, #1B6FF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-check {
    color: var(--primary-color);
    font-size: 13px;
}

@media screen and (max-width:768px) {
    .slogan-section {
        background-position-x: left;
    }
}

@media screen and (max-width:991px) {
    .nav-bar-right {
        width: 100%;
    }
}

/* SLOGAN END */

/* BOARD START */

.board-section {
    width: 100%;
    min-height: 240px;
}

.board-item {
    border-right: 1px solid #ececef;
    border-bottom: 1px solid #ececef;
    padding: 20px;
}

.board-item:hover {
    background-color: #f3f4f8;
    transition: 0.3s;
}

.board-item:last-child {
    border-right: none;
}

.item-content {
    display: flex;
    flex-flow: wrap;
    text-align: center;
    flex-direction: column;
}

.item-title {
    font-size: 18px;
    color: black !important;
    font-weight: 600;
}

.item-text {
    font-size: 13px;
    color: #8c8c8c;
    ;
}

.icon-div>img {
    width: 80px;
}

/* BOARD END */

/* iNFO START */

.info-section {
    width: 100%;
}

.info-content {
    background-color: var(--dark-blue);
    box-shadow: 0 0 7px 0px var(--dark-blue);
}

.info-title {
    font-size: 23px;
    font-weight: 600;
}

.info-p {
    font-size: 15px;
}

.info-hr-margin {
    margin-top: 45px;
}

.info-button {
    background-color: transparent !important;
    border: 1px solid var(--primary-color) !important;
    font-size: 12px !important;
    color: white !important;
}

.info-button-2 {
    background-color: darkblue !important;
    font-size: 12px !important;
    color: white !important;
}

.info-button-2:hover {
    opacity: 0.9;
}

.info-button:hover {
    background-color: var(--primary-color) !important;
}

/* iNFO END */

/* CAMPAIN START */

.campain-section {
    width: 100%;
    min-height: 600px;
}

.campain-title-first {
    font-size: 26px;
    font-weight: 300;
}

.campain-title-second {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
}

.campain-title-second:hover {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-blue);
}

.card-img-top {
    border-radius: 10px !important;
}

.card-head {
    background-image: url(http://izmir.veganet.com.tr/assets/img/card-bg.png);
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card {
    border-radius: 14px !important;
}

.over-image {
    transition: 0.8s;
}

.card:hover>.card-head>.over-image {
    transform: translateY(-57px) rotate( 45deg) rotate( 45deg) translateY(-57px) rotate( 45deg) translateY(-34px) translateY(-57px) rotate( 45deg) rotate( 45deg) rotate( 45deg) translateY(-57px) scale(0.7) scale(0.5);
}

.card-body {
    padding: 2.25rem !important;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.price-content {
    background-color: var(--primary-color);
    padding: 0 15px 0 15px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border-radius: 7px;
    max-height: 30px;
}

.card-price {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-right: 5px;
}

.card-price-type {
    font-size: 12px;
    color: white;
    font-weight: 400;
}

.flex-root {
    flex: 1;
    font-size: 13px;
    font-weight: 400;
}

.property-type {
    color: #7e8299;
}

.property-amount {
    color: #2584ff;
}

.card-btn {
    display: block;
    width: 100%;
    color: white;
    background-color: #04009A;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
}

.card-btn:hover {
    color: white;
    opacity: 0.9;
    transition: 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.card-list {
    font-size: 13px;
    font-weight: 400;
}

.card:hover {
    transition: 0.5s;
    box-shadow: -13px 68px 106px -16px rgb(0 0 0 / 37%);
}

/* CAMPAIN END */

/* PROMOTION START */

.promotion-section {
    width: 100%;
    background-color: rgb(226 231 255);
}

.promotion-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.promotion-price {
    font-size: 32.5px;
    line-height: 39px;
    font-weight: 300;
}

.price-span {
    font-size: 58.5px;
    font-weight: 700;
    color: var(--primary-color);
}

.price-icon {
    font-size: 45.5px;
    font-weight: 300;
}

.promotion-list::marker {
    color: var(--dark-blue);
}

.promotion-list {
    list-style-type: disc !important;
}

.promotion-list>li {
    font-size: 13px;
    font-weight: 300;
}

.promotion-btn {
    background-color: var(--dark-blue) !important;
    color: white !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.promotion-btn:hover {
    transition: 0.5s;
    opacity: 0.9;
}

/* PROMOTION END */

/* CARDS START */

.card-container-1 {
    padding: 30px;
    background-color: #03045e;
    transition: background .3s;
    background-image: url(http://izmir.veganet.com.tr/assets/img/duyurular.svg);
    width: 100%;
    height: auto;
    color: white;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: 175px;
    background-position-y: center;
    min-height: 300px;
}

.card-container-2 {
    padding: 30px;
    background-color: #03045e;
    transition: background .3s;
    background-image: url(http://izmir.veganet.com.tr/assets/img/fatura.svg);
    width: 100%;
    height: auto;
    color: white;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: 175px;
    background-position-y: center;
    min-height: 300px;
}

.card-container-3 {
    padding: 30px;
    background-color: #03045e;
    transition: background .3s;
    background-image: url(http://izmir.veganet.com.tr/assets/img/altyapi.svg);
    width: 100%;
    height: auto;
    color: white;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: 175px;
    background-position-y: center;
    min-height: 300px;
}

.card-container:hover {
    background-size: 55%;
}

.card-titles {
    font-size: 25px;
    font-weight: 300;
    color: white;
    letter-spacing: 1px;
}

.card-span {
    color: white;
    font-size: 13px;
    font-weight: 300;
}

.card-link {
    color: white;
}

.card-link:hover {
    color: white;
    opacity: 0.9;
}

.link-icon {
    font-size: 13px;
    margin-left: 5px;
    transition: margin 0.3s;
}

.card-link:hover>.link-icon {
    margin-left: 15px;
}

@keyframes box-shadows {
    0% {
        box-shadow: rgb(255 255 255) 10px -10px 0px -3px;
    }
    25% {
        box-shadow: rgb(255 255 255) 10px -10px 0px -3px, #0077b6 10px -10px, rgb(255 255 255) 20px -20px 0px -3px;
    }
    50% {
        box-shadow: rgb(255 255 255) 10px -10px 0px -3px, #0077b6 10px -10px, rgb(255 255 255) 20px -20px 0px -3px, #0096c7 20px -20px, rgb(255 255 255) 30px -30px 0px -3px;
    }
    75% {
        box-shadow: rgb(255 255 255) 10px -10px 0px -3px, #0077b6 10px -10px, rgb(255 255 255) 20px -20px 0px -3px, #0096c7 20px -20px, rgb(255 255 255) 30px -30px 0px -3px, #00b4d8 30px -30px;
    }
    100% {
        box-shadow: rgb(255 255 255) 10px -10px 0px -3px, #0077b6 10px -10px, rgb(255 255 255) 20px -20px 0px -3px, #0096c7 20px -20px, rgb(255 255 255) 30px -30px 0px -3px, #00b4d8 30px -30px, rgb(255 255 255) 40px -40px 0px -3px, #48cae4 40px -40px;
    }
}

@media(min-width:1366px) {
    .card-container:hover {
        animation-name: box-shadows;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }
}

@media (max-width: 768px) {
    .card-container {
        box-shadow: none;
    }
}

/* CARDS END */

/* SECOND PROMOTİON START */

.second-promotion-price {
    color: rgb(61, 61, 61);
    font-size: 23px;
    font-weight: 300;
}

.second-promotion-p {
    font-size: 15px;
    font-weight: 300;
}

/* SECOND PROMOTİON END */

/* HELP START*/

.help-item-container {
    border: 1px solid #d1d3e0;
    cursor: pointer;
}

.help-item-container>img {
    width: 50px;
    height: auto;
}

.help-item-container>h5 {
    font-size: 17.5px;
    font-weight: 600;
    color: black;
}

.help-item-container>p {
    font-size: 13px;
    font-weight: 300;
    color: rgb(73, 73, 73);
}

.help-item-container:hover {
    background-color: #e2e7ff;
}

/* HELP END*/

/* FOOTER START */

.footer-top-area {
    width: 100%;
    height: auto;
    background-color: var(--primary-color);
    min-height: 130px;
}

.footer-logo {
    width: 120px;
}

.support-span {
    color: white !important;
    font-size: 18px;
    font-weight: 300;
}

.footer-social-icon {
    color: white;
    transition: opacity 0.2s;
    font-size: 19px;
}

.footer-social-icon:hover {
    opacity: 0.9;
    animation-name: shrink;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.footer-bottom {
    background-color: var(--dark-blue);
}

.footer-links-container {
    min-height: 50px;
}

.footer-links {
    color: white !important;
    font-size: 13px;
    font-weight: 500;
}

.copyright {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

@keyframes shrink {
    0% {
        transform: rotate(20deg);
    }
    25% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(20deg);
    }
    75% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 768px) {
    .support-span {
        font-size: 15px;
    }
}

/* FOOTER END */

.sticky-nav {
    position: fixed;
    z-index: 1;
    animation-name: sticky;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    top: 0;
}

@keyframes sticky {
    0% {
        top: -60px;
    }
    100% {
        top: 0;
    }
}

/* HAKKIMIZDA START */

.page-tab {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hakkimizda-title::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #1b6ff9;
    position: absolute;
    bottom: -9px;
}

.hakkimizda-title.position-relative.mb-4 {
    font-size: 25px;
    font-weight: 600;
}

.hakkimizda-img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: drop-shadow(1px 7px 0px #f1f1f1);
}

.veganet-kimdir-p {
    font-size: 14px;
    text-align: justify;
}

.tab-title {
    font-weight: 600;
    font-size: 35px;
}

.tab-images {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    z-index: -1;
    filter: blur(2px);
}

/* HAKKIMIZDA END */

/* SPEED TEST START */

.speedtest-page-tab {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.speed-test-title {
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

.speedtest-info-button {
    background-color: transparent !important;
    border: 1px solid var(--dark-blue) !important;
    font-size: 12px !important;
    color: white !important;
}

.speedtest-info-content {
    background-color: var(--primary-color);
}

.speedtest-page-tabs {
    background-color: #2E3C88;
}

/* SPEED TEST END */

.margin-25 {
    margin: 150px 0;
}

/*Bireysel Paketler*/

.bireysel-paketler-title-container {
    text-align: center;
    margin-top: 50px !important;
    border-bottom: 1px solid #c1c1c1;
}

.bireysel-paketler-title {
    font-size: 30px;
}

/*Bireysel End*/