html {
    scroll-behavior: smooth;
}

i {
    margin-right: 10px;
}

:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "Cardo", serif;

    --bodyColor: #292a2b;
    --borderFormEls: hsl(0, 0%, 10%);
    --bgFormEls: hsl(0, 0%, 14%);
    --bgFormElsFocus: hsl(0, 7%, 20%);
}

body {
    font-family: 'Montserrat', sans-serif !important;
    /*font-family: 'Great Vibes', cursive;
    */
    background-color: #fff !;
    color: #1e1e1e;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.1);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
}

a {
    text-decoration: none !important;
}


/*----------bootstrap-navbar-css------------*/
@media(min-width:940px) {

    .navbar {
        padding: 0rem 2.1rem !important;
    }
}


.navbar-logo {
    padding: 15px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -60px;
    margin-top: -60px;
}

.navbar-logo img {
    height: 70px;
}

@media(max-width:940px) {
    .navbar-logo img {
        height: 50px;
    }
}

.navbar-mainbg {
    background-color: #1e1e1e;
    padding: 0px;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: #1e1e1e;
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1e1e1e;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}


@media(min-width: 992px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}


@media (max-width: 991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }

    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }

    .hori-selector .left {
        top: -25px;
        left: auto;
    }

    .hori-selector .right {
        bottom: -25px;
    }

    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }

    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}

.headerArea {
    margin-top: 50px
}


.homeHeader {
    font-size: 40px;
    font-weight: 300;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 50px;


}

@media (max-width:940px) {
    .homeHeader {
        font-size: 25px;
        line-height: 2rem;

    }
}

@media (max-width:940px) {
    .mainHeader p {
        margin-left: 50px;

    }
}



#logo {
    color: #232323;
    font-weight: 700;
    font-size: 1.125rem;
}

#highlight {
    color: #AB203A;
}

.image-holder img {
    width: 100%;
    height: 58vh;
    object-fit: cover;
    animation: fadeInLeft 1s ease forwards;
    /*animation: fadeIn 1s ease forwards;
    */
}

@media(max-width:940px) {
    .image-holder img {
        height: 50vh;
    }
}

.vertical {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro {
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeIn 0.8s 0.4s ease forwards;
}

.intro .title {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    color: #AB203A;
}

.intro .title .underline {
    color: #1e1e1e;
}

.description {
    position: relative;
    z-index: 1;
    margin: 1rem 0 1.5rem 0;
    opacity: 0;
    animation: fadeIn 0.8s 0.6s ease forwards;
    font-size: 1rem;
    color: #1e1e1e;
}

.description span {
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: 25px;
}

@media (max-width:940px) {
    .description span {
        font-size: 15px;
    }
}


.description a {
    letter-spacing: 1px;
    color: #fff;
    background: #B68937;
    font-size: 13px;
    border: 1px solid #B68937;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 30px;
    float: left;
    transition: 350ms;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
}

.description a:hover {
    padding-right: 80px;
    color: #fff;
}

.slider {
    margin-left: -40px;
}

.slider-item {
    display: none;
}

.slider-item.active {
    display: block;
}

.slider-item.active .hide-mobile {
    display: none;
}

.slider-item.active .show-mobile {
    display: block;
    margin: 1rem 0;
}

.corpButton {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    font-size: 100%;
    font: inherit;
    font-size: inherit;
    width: 55px;
    height: 55px;
    background: #fff;
    border: 1px solid black !important;
}

.controls {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0.25rem 0 0.25rem 0;
}

.controls .previous {
    border: 1px solid #232323;
}

.controls .next {
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
}

.controls .icon {
    position: relative;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    color: black;
}

.controls .icon.arrow-left::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -4px;
    width: 9px;
    height: 9px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(-135deg);
}

.controls .icon.arrow-right::before {
    content: "";
    position: absolute;
    right: 1px;
    top: -4px;
    width: 9px;
    height: 9px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(45deg);
}

.previous,
.next {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-basis: 15%;
    font-size: 2rem;
    color: #1e1e1e;
}

.previous:hover .icon,
.next:hover .icon {
    transform: scale(1.5);
    transition: 300ms;
}

.previous .icon,
.next .icon {
    transition: transform 0.1s ease;
}

.active .image-holder::before {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 100% 50%;
    animation: revealRight 1s cubic-bezier(0.23, 1, 0.75, 1) forwards;
    overflow: hidden;
}

@keyframes revealRight {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.navLogo {
    width: 30%;
    height: 20%;
}

@media(max-width:980px) {
    .navLogo {
        width: 60%;
        height: 30%;
    }
}

.toggle-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 1rem;
    line-height: 1.9;
}

.toggle-nav i {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 0 0.5rem;
    z-index: 2;
    color: #1e1e1e;
    transition: 350ms;
}

.navLink a {
    color: #1e1e1e;
    transition: 350ms;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 15px;
    padding: 10px;
    background: transparent;
    border: 1px solid #1e1e1e;
}

.navLink a:hover {
    padding: 15px;
    margin-left: 0px;
    background: #B68937;
    color: #fff;
    border: 1px solid #B68937;
}

@media(max-width:940px) {
    .navLink a {
        border: none;
    }
}

@media(max-width:940px) {
    .navLink a:hover {
        border: none;
    }
}

.flex-nav ul {
    position: absolute;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
    width: 100%;
    left: 0;
    padding: 1rem;
    background: #fff;
    text-align: center;
}

.flex-nav ul.active {
    display: flex;
}

@media(max-width:920px) {
    .flex-nav ul.active {
        margin-top: -35px;
    }
}

@media (min-width: 62rem) {

    .controls {
        padding: 1.75rem 0 1.75rem 0;
    }

    .intro {
        animation: fadeInLeft 0.8s 0.4s ease forwards;
    }

    .intro .title {
        font-size: 3.25rem;
        padding: 2.5rem 2.5rem 3rem 2.5rem;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #1e1e1e;
        text-align: center;
    }

    .carousel-control-next-icon {
        background-image: url("https://www.pngwing.com/en/free-png-sfoov") !important;
    }

    .description {
        font-size: 1.25rem;
        margin: 1rem 0 0 0;
    }

    .description span {
        font-weight: 300;
        letter-spacing: 2px;
        margin-bottom: 40px;
        font-size: 35px;
    }

    .previous,
    .next {
        flex-basis: 8.33%;
    }

    .slider-item.active .hide-mobile {
        display: block;
    }

    .slider-item.active .show-mobile {
        display: none;
    }

    .toggle-nav {
        display: none;
    }

    .flex-nav ul {
        display: flex;
        flex-direction: row;
        position: relative;
        padding: 0;
        justify-content: flex-end;
    }

}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.flowerImg img {
    width: 30%;
    position: absolute;
    opacity: .5;
    z-index: -1;
}

.leftImg img {
    margin-top: 100px;
    margin-left: 100px;
}

@media(max-width:940px) {
    .leftImg {
        margin-top: 150px;
        margin-left: -50px;
    }
}

@media(max-width:940px) {
    .flowerImg img {
        width: 60%;
    }
}


.descText {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    max-width: 600px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 5px;

}


.page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: var(--font-sans);
}

@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 940px) {
    .page-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
    .card {
        height: 350px;
    }
}

.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}

.card:nth-child(1):before {
    background-image: url('../img/ceyizDugun.jpg');
    background-size: cover;
    background-position-x: 70%;
}

.card:nth-child(2):before {
    background-image: url('../img/gelinlikDamatlikAbiye.jpg');
    background-size: cover;
    background-position-x: 50%;
}

.card:nth-child(3):before {
    background-image: url('../img/beyazEsyaKucukEvAletleri.jpg');
    background-size: cover;
    background-position-x: 30%;
}

.card:nth-child(4):before {
    background-image: url('../img/haliPerdeMobilya.jpg');
    background-size: cover;
    background-position-x: 40%;
}

.card:nth-child(5):before {
    background-image: url('../img/aksesuarDekoarsyon.jpg');
    background-size: cover;
    background-position-x: 40%;
}

.card:nth-child(6):before {
    background-image: url('../img/mutfakEsyalari.jpg');
    background-size: cover;
    background-position-x: 70%;
}

.card:nth-child(7):before {
    background-image: url('../img/kuyumcu.jpg');
    background-size: cover;
    background-position-x: 60%;
}

.card:nth-child(8):before {
    background-image: url('../img/avize.jpg');
    background-size: cover;
    background-position-x: 20%;
}

.card:nth-child(9):before {
    background-image: url('../img/organizasyonKina.jpg');
    background-size: cover;
    background-position-x: 30%;
}

.card:nth-child(10):before {
    background-image: url('../img/cicekcilik.jpg');
    background-size: cover;
    background-position-x: 80%;
}

.card:nth-child(11):before {
    background-image: url('../img/partiMalzemeleri.jpg');
    background-size: cover;
    background-position-x: 35%;
}

.card:nth-child(12):before {
    background-image: url('../img/fotografStudyo.jpg');
    background-size: cover;
    background-position-x: 50%;
}

.card:nth-child(13):before {
    background-image: url('../img/yemekServisi.jpg');
    background-size: cover;
    background-position-x: 50%;
}

.card:nth-child(14):before {
    background-image: url('../img/seyehatAcenta-min.jpg');
    background-size: cover;
    background-position-x: 20%;
}

.card:nth-child(15):before {
    background-image: url('../img/yemekKati.jpg');
    background-size: cover;
    background-position-x: 20%;
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
}

.content>*+* {
    margin-top: 1rem;
}

.title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 2px 1px #000;
    text-transform: uppercase;
}

.copy {
    font-family: var(--font-serif);
    font-size: 15px;
    font-style: italic;
    line-height: 1.35;
}

.cardButton {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background-color: white !important;
    border: none;
    transition: 350ms;
}

.cardButton:hover {
    background-color: #0d0d0d !important;
    color: white !important;
}

.cardButton:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
    .card:after {
        transform: translateY(0);
    }

 .content {
       transform: translateY(calc(100% - 4.5rem));
    }

    .content>*:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }

    .card:hover,
    .card:focus-within {
        align-items: center;
    }

    .card:hover:before,
    .card:focus-within:before {
        transform: translateY(-4%);
    }

    .card:hover:after,
    .card:focus-within:after {
        transform: translateY(-50%);
    }

    .card:hover .content,
    .card:focus-within .content {
        transform: translateY(0);
    }

    .card:hover .content>*:not(.title),
    .card:focus-within .content>*:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }

    .card:focus-within:before,
    .card:focus-within:after,
    .card:focus-within .content,
    .card:focus-within .content>*:not(.title) {
        transition-duration: 0s;
    }
}

button,
label {
    cursor: pointer;
}

select {
    appearance: none;
}

/* Remove native arrow on IE */
select::-ms-expand {
    display: none;
}

/*Remove dotted outline from selected option on Firefox*/
/*https://stackoverflow.com/questions/3773430/remove-outline-from-select-box-in-ff/18853002#18853002*/
/*We use !important to override the color set for the select on line 99*/
select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 var(--white);
}

textarea {
    resize: none;
}

ul {
    list-style: none;
}

body {
    font: 18px/1.5 "Open Sans", sans-serif;
    background: var(--bodyColor);
    color: var(--white);
    margin: 1.5rem 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}


/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form h1 {
    margin-bottom: 1.5rem;
}

.my-form li,
.my-form .grid>*:not(:last-child) {
    margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
    width: 100%;
    line-height: 1.5;
    padding: 15px 10px;
    border: 1px solid var(--borderFormEls);
    color: var(--white);
    background: var(--bgFormEls);
    transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
        transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form textarea {
    height: 170px;
}

.my-form ::placeholder {
    color: inherit;
    /*Fix opacity issue on Firefox*/
    opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus+label {
    background: var(--bgFormElsFocus);
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
    transform: scale(1.02);
}

.my-form *:required,
.my-form select {
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 15px 15px;
}

.my-form *:required {
    background-image: url(https://i.ibb.co/kqRMWnC/redDot.png);
}

.my-form select {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}

.my-form *:disabled {
    cursor: default;
    filter: blur(2px);
}

.my-form {
    margin-bottom: -25px;
}

/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
    display: none;
    background: url(https://i.ibb.co/kqRMWnC/redDot.png) no-repeat center left / 15px 15px;
    padding-left: 20px;
}

.my-form .btn-grid {
    position: relative;
    overflow: hidden;
    transition: filter 0.2s;
}

.my-form button {
    font-weight: bold;
}

.my-form button>* {
    display: inline-block;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.my-form button .back {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
    transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
    transform: translateX(110%);
}


/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.my-form input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"]+label::before,
.my-form input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
}

.my-form input[type="checkbox"]+label::before {
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked+label::before {
    background: var(--red);
}

.my-form input[type="checkbox"]:checked+label::after {
    left: 7px;
    top: 7px;
    width: 6px;
    height: 14px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footerSection {
    background: #1e1e1e;
    padding-top: 50px;

}

.footerGrid {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media(max-width:1020px) {
    .footerGrid {
        flex-direction: column;
        ;
    }
}

.footerMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
    text-align: center;
    align-items: center;
}

@media(max-width:1020px) {
    .footerMenu {
        flex-direction: column;
        justify-content: center;
    }
}

.footerMenu a p {
    color: #fff;
    font-size: 13px;
    letter-spacing: .4px;
    transition: 350ms;
}

.footerMenu a p:hover {
    margin-left: 5px !important;
}

@media(max-width:1020px) {
    .footerMenu a p {
        margin-left: 0px;
    }
}

.footerSocial {
    display: flex;
    justify-content: flex-end;
}

@media(max-width:1020px) {
    .footerSocial {
        justify-content: center;
        margin-bottom: 10px;
    }
}

.footerSocial a i {
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #1e1e1e;
    border-radius: 10%;
    transition: 350ms;
}

@media(max-width:940px) {
    .footerSocial a i {
        font-size: 25px;
    }
}

.footerSocial a i:hover {
    color: #1e1e1e;
    background: #fff;
}

.footerKVKK a p {
    color: #fff;
    font-size: 10px;
    text-align: left;
    transition: 350ms;
}

.footerKVKK a p:hover {
    color: #fff;
    margin-left: 5px;
}

@media(max-width:1020px) {
    .footerKVKK a p {
        text-align: center;
    }
}

.footerRights {
    text-align: center;
    overflow: hidden;
    font-size: 9px;
    color: #fff;
    letter-spacing: .5px;
}

@media(max-width:1020px) {
    .footerRights {
        text-align: center;
    }
}

.footerRightsR {
    text-align: right;
    overflow: hidden;
    font-size: 8px;
    color: #fff;
    letter-spacing: .5px;
}

@media(max-width:1020px) {
    .footerRightsL {
        text-align: center;
    }
}

.bottomFooter {
    margin-top: 10px;
}

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
    .my-form .grid {
        display: grid;
        grid-gap: 1.5rem;
    }

    .my-form .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .my-form .grid-3 {
        grid-template-columns: auto auto auto;
        align-items: center;
    }

    .my-form .grid>*:not(:last-child) {
        margin-bottom: 0;
    }

    .my-form .required-msg {
        display: block;
    }
}

@media screen and (min-width: 541px) {
    .my-form input[type="checkbox"]+label::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .my-form input[type="checkbox"]:checked+label::after {
        top: 3px;
    }
}

.kvkkText {
    color: #fff;
    text-decoration: underline !important;
    transition: 350ms;
}

.kvkkText:hover {
    text-decoration: none;
}


.caddeLogo {
    width: 40%;
}

.homeHeader2 {
    font-size: 30px;
    margin-top: 50px;
    font-style: italic;
    text-align:center;
}

@media(max-width:940px){
    .homeHeader2{
        font-size:25px;
    }
}


.reachSection {
    padding-left: 30px;
    padding-right: 30px;
}


.reachBuild {
    width: 100%;
    transform: scale(1);
    transition: 350ms;
}

.reachBuild:hover {
    transform: scale(.9);
}


.reachHeader {
    font-size: 20px;
}


.reachText {
    font-size: 12px;
    margin-top: 10px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}

.my-float {
    margin-top: 16px;
    margin-right: 0;
}

.float:hover {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    color: #F9D791;
}


.siteButton {
    float: right;
    border: 1px solid black;
    background: #fff;
    font-size: 13px;
    padding: 5px 15px;
    transition: 350ms;
    color: black;
    margin-bottom: 20px;
}

.siteButton:hover {
    color: white;
    background: #000;
}

@media(max-width:940px) {
    .formCont h1 {
        font-size: 30px;
    }
}

.arrow {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    animation: move-arrow 3s ease-out infinite;
}

.arrow:first-child {
    animation: move-arrow 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
    animation: move-arrow 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #2c3e50;
}

.arrow:before {
    left: 0;
    transform: skewY(30deg);
}

.arrow:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@keyframes move-arrow {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

.kiralamaLink {
    background: rgb(197, 30, 30);
}


.reachLogo {
    width: 200px;
    margin-bottom: 30px;
}



.popup-modal button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    opacity: 1;
    padding: 7px;
    font-size: 30px;
    color: #fff;
    border-top-right-radius: 0px;
    cursor: pointer;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}

