@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.gs-bg {
    background-image: url('../img/gs_bg_1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    /*height: 100%;*/
}

.gs-bg-3 {
    background-image: url('../img/gs_bg_3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-position-y: -2px;
}

@media screen and (max-width: 576px) {
    .gs-bg-3 {
        background-position-x: -345px;
    }
}

#gs-bg-evlenenler {
    background-image: url('../img/evlenenler/page-hero.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
    width: 100%;
    height: 100%;

}

#gs-bg-evlenenler .inner-background {
    background-color: red;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;

    background: #491b71;
    background: linear-gradient(180deg, #491b71 0%, #dd016f 100%);
    opacity: .66; }

.gs-container {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    width: 100%;
}

.bg-2 {
    background-color: #FFF;
    text-align: center;
    padding: 14px 0px;
    border-top: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb;
}

.header-wrapper {
    padding-top: 1.313rem;
    padding-bottom: 1.313rem;
    position: absolute;
    z-index: 1;
    top: 25;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-dropdown {
    color: #fff;
    cursor: pointer;
    transition: all ease 0.2s;
}

.language-dropdown:hover {
    color: rgba(255, 255, 255, .7);
}

.header-under {
    margin-top: 156px;
}

.header-hero {
    display: flex;
    justify-content: space-between;
}

.h-hero-end {
    text-align: right;
    color: #fff;
}

.h-hero-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 16px;
}

.h-hero-imp {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.h-hero-p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.h-hero-start {
    width: 378px;
}

.gs-text-online {
    color: #1CD044;
}

.radio-success:checked {
    background-color: #218838;
    border-color: #86C695;
}

.radio-success:focus {
    box-shadow: none;
}

.gap-18 {
    gap: 18px;
}

.label-gender {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    width: 100%;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all ease 0.2s;
}

.label-gender:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.gs-input-text {
    padding: 7px 16px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    transition: all ease 0.2s;
}

.gs-input-text:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.gs-input-text:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 1);
}

.gs-button-success {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #218838;
    border: 3px solid #86C695;
    border-radius: 5px;
    padding: 5px 16px;
    transition: all ease 0.2s;
}

.gs-button-success:hover {
    background-color: #1c742f;
    border: 3px solid #56a167;
}

.gs-button-success:active {
    background-color: #125c22;
    border: 3px solid #3c814c;
}

.h-info-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 34px;
    padding-left: 39.5px;
    padding-right: 39.5px;
    gap: 40px;
}

.h-i-box {
    background-color: #F8F8F8;
    border-radius: 9px;
    padding: 12px 23.5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fs-15 {
    font-size: 15px;
}

.fs-20 {
    font-size: 20px;
}

.gs-hero-wrapper {
    padding-top: 83px;
    padding-bottom: 53px;
    display: flex;
    flex-direction: column;
    gap: 53px;
}

.gs-hero {
    background-color: #F4F4F4;
    padding: 47px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 20px;
    height: 292px;
}

.gs-hero-2 {
    background-color: #FAFAFA;
    padding: 47px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 20px;
    height: 292px;
}

.gs-hero-content {
    max-width: 647px;
}

.gs-hero-content-2 {
    max-width: 659px;
}

.gs-hero-title {
    font-size: 20px;
    font-weight: bold;
    color: #CB1A4E;
    margin-bottom: 0;
}

.gs-hero-title-black {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}

.gs-hero-p {
    font-size: 14px;
    color: #8D8D8D;
    margin-bottom: 0;
}

.gs-hero-subp {
    font-size: 14px;
    font-weight: bold;
    color: #8D8D8D;
    margin-bottom: 0;
}

.gs-hero-img.right img {
    right: 0;
}

.gs-comments-wrapper {
    background: rgb(139, 38, 122);
    background: linear-gradient(180deg, rgba(139, 38, 122, 1) 0%, rgba(228, 39, 95, 1) 100%);
    padding-top: 23px;
    padding-bottom: 15.9px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gs-comments-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 23.1px;
}

.gs-comments {
    display: flex;
    gap: 43px;
    margin-bottom: 21.1px;
}

.gs-comment {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.gs-comment-stars {
    display: flex;
    gap: 8.7px;
    margin-bottom: 26.9px;
}

.gs-comment-stars i {
    font-size: 27px;
}

.gs-comment-content {
    margin-bottom: 24px;
}

.gs-comment-content p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.gs-comment-profile {
    display: flex;
    align-items: center;
}

.mb-22 {
    margin-bottom: 22px;
}

.gs-carousels {
    display: flex;
    justify-content: center;
    gap: 19px;
}

.gs-carousel-wrapper {
    width: 100%;
}

.gs-carousel {
    background-color: #F4F4F4;
    padding: 15px;
    border-radius: 20px;
}


.gs-c-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.gs-carousel-content {
    background-color: #fff;
    text-align: center;
    padding: 8px 26px;
    margin-top: 15px;
    min-height: 114px;
}

.gs-carousel-indicators {
    margin-top: 26px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

    position: unset;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

.gs-carousel-indicators button {
    height: 15px !important;
    width: 15px !important;
    background-color: #fff !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    border: 0 !important;
    border-top: 0;
    border-bottom: 0;

    margin-right: 0px !important;
    margin-left: 0px !important;
}

.gs-carousel-indicators button.active {
    background-color: #606060 !important;
}

.gs-footer {
    background-color: #FFF;
    padding-top: 15.4px;
    padding-bottom: 21px;
}

.fs-12 {
    font-size: 12px;
}

.gs-footer-nav {
    display: flex;
    gap: 34px;
    font-size: 12px;
}

.gs-footer-nav a {
    color: #4E4E4E !important;
    text-decoration: none !important;
    transition: all ease 0.2s;
}

.gs-footer-nav a:hover {
    color: #000 !important;
}

.gs-icon {
    margin-top: 9.9px;
    width: 24.44px;
    height: 24.44px;
    background-color: #757679;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    padding-top: 1px;
    transition: all ease .2s;
}

.gs-icon:hover {
    color: #757679;
    background-color: #fff;
}

.gs-modal-body {
    padding: 41.7px 31px 19.9px 31px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mb-29 {
    margin-bottom: 29px;
}

.gs-modal-text {
    font-size: 14px;
    color: #8D8D8D;
    text-align: center;
}

.gs-modal-link {
    font-size: 12px;
    color: #1A1A1A;
    text-decoration: underline;
    transition: all ease .2s;
}

.gs-modal-link:hover {
    color: #000;
}

.gs-modal-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.gs-modal-check label {
    font-size: 12px;
    color: #1A1A1A;
    padding-top: 5.2px;
}

.gs-modal-check input {
    height: 14px;
    width: 14px;
}

.gs-modal-check input:checked {
    background-color: rgb(0, 0, 0) !important;
}

.gs-modal-check input:checked {
    box-shadow: 0 0 0 1px rgb(0, 0, 0), 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    border-color: #000;
}

.gs-modal-check input:focus {
    box-shadow: 0 0 0 1px rgb(0, 0, 0), 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    border-color: #000;
}

.gs-modal-check input:active {
    background-color: #4e4e4e;
    border-color: #000;
}

.mt-29 {
    margin-top: 29px;
}

.rsp-info-wrapper {
    position: relative;
    bottom: 95px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 27px;
}

.password-wrapper {
    display: flex;
}

.password-wrapper input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.password-wrapper span {
    background-color: #CED4DA;
    width: 49px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gs-input-select {
    padding: 7px 16px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    transition: all ease 0.2s;
}

.gs-input-select-disabled {
    pointer-events: none; opacity: 0.5;
    padding: 7px 16px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    transition: all ease 0.2s;
}

.gs-input-select:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.register-step {
    border-radius: 50%;
    height: 23px;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    border-top: 1px dotted #fff;
    width: 14px;
    margin: 0 5px;
}

.fs-14 {
    font-size: 14px;
}

.regbtn {
    height: 46px;
    border-width: 3px;
    font-weight: 700;
    font-size: 18px;
}

.mainpage-alink{
    color:#212529;
    text-decoration: none
}

@media only screen and (min-width: 1200px) {
    .gs-container {
        max-width: 1280px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .gs-carousel-item-flex
    {
        align-items: flex-start!important;
        display: flex!important;
        text-align: center;
        width: 100%;

    }

    .gs-comment {
        width: 30%;
        padding-left: 90px;
    }
}

@media only screen and (max-width: 900px) {
    .header-hero {
        justify-content: center;
    }

    .gs-bg {
        justify-content: flex-end !important;
        padding-bottom: 7rem;
    }

    .h-hero-end {
        display: none;
    }

    .gs-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .rsp-d-none {
        display: none !important;
    }

    .header-wrapper {
        justify-content: center;
    }

    .rsp-show {
        display: block !important;
    }

    .h-info-wrapper {
        gap: 21.4px;
        padding-left: 23.5px;
        padding-right: 23.5px;
    }

    .gs-hero {
        height: auto;
        flex-direction: column;
    }

    .gs-hero.reverse {
        flex-direction: column-reverse;
    }

    .gs-hero .gs-hero-img img {
        height: 200px;
        margin-bottom: 20.4px;
    }

    .gs-hero-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        gap: 20px;
        position: relative;
        bottom: 74px;
    }

    .gs-hero-2 {
        height: auto;
        flex-direction: column;
    }

    .gs-hero-2.reverse {
        flex-direction: column-reverse;
    }

    .gs-hero-2 .gs-hero-img-2 img {
        height: 181px;
        margin-bottom: 20.4px;
    }

    .gs-hero-wrapper.nopos {
        position: unset !important;
        margin-top: 20px;
    }

    .gs-comments {
        flex-direction: column;
    }

    .gs-carousels {
        flex-direction: column;
    }

    .nocont {
        padding: 0 !important;
    }

    .gs-comments-wrapper {
        border-radius: 0 !important;
    }

    .gs-comments-title {
        margin-bottom: 50.3px;
    }

    .rsp-footer .gs-footer-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 26px;
        line-height: 1;
        margin-bottom: 27.5px;
    }

    .rsp-footer .gs-icon {
        margin-top: 15.9px;
    }
}
