@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --alman-kurdu-black: #242222;
    --orange: #ffa53e;
    --yellow: #F2C300;
    --alman-kurdu-yellow: #F29100;
    --gray: #999999;
    --light-gray: #f3f3f8;
    --light-orange: #F9D3C5;

}

body {
    font-family: "Outfit", sans-serif;
}

main{
    margin-top: 93px;
}

.container-lg {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1280px !important;
    }
}

.btn-orange {
    background-color: var(--orange);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}
.btn-orange:hover{
    background-color: white !important;
    color: var(--orange) !important;
    border: 1px solid var(--orange);
}
.btn-tra {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all .3s;
}
.btn-tra:hover{
    background-color: white;
    border: 1px solid white;
    color: var(--alman-kurdu-black);
}
.gap-x-5 {
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.form-floating input, .form-floating textarea {
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #5F5F5F;
    padding-left: 0px !important;
}

.form-floating input:focus, .form-floating textarea:focus {
    box-shadow: unset !important;
    border-bottom: 1px solid var(--orange);
    padding-left: 0px !important;
}

.form-floating label {
    color: #5F5F5F;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 1;
}

.form-floating>.form-control:focus~label {}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent !important;
}

.form-info {
    font-size: 13px;
    color: var(--gray);
}

.file-input-bg {
    align-items: center;
    background-color: #fff;
    border: thin solid #e0e0e0;
    color: #020303;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: nowrap;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 1.6;
    min-width: 100%;
    overflow: hidden;
    padding: 11px 34px;
    position: relative;
    transition-duration: .1s;
    transition-property: background-color, border;
    transition-timing-function: ease;
    white-space: nowrap;
}

.file-input-bg label {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
}

.file-input-bg svg {
    margin-right: 5px;
}

.file-input-bg input {
    height: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 0;
}

.form-send-btn {
    height: 50px;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: var(--alman-kurdu-black);
    border: none;
    width: 100%;
}

.page-actions {
    top: 95px;
    transition: all .4s;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    z-index: 100;
   
}
.actions-fixed {
    transition: all .4s;
    top: 75px;
    position: fixed;
}
.page-actions-left a {
    text-decoration: none;
}
.page-actions-left span {
   text-transform: uppercase;
}
.page-actions-left svg {
    transform: rotate(-180deg);
}
.page-actions-right{
    display: flex;
    align-items: center;
}
.page-actions-line{
    height: 25px;
    width: 1px;
    background-color: #D5D5D5;
    margin-left: 10px;
    margin-right: 10px;
}
.page-actions-right a{
    text-decoration: none;
}
.page-actions-right span {
    text-transform: uppercase;
 }
 .page-actions-flex{
    display: flex;
    align-items: center;
    height: 50px;
 }
 .page-actions-prev svg{
    transform: rotate(-180deg);
 }
 .page-actions-right{
    margin-left: auto;
 }
 .page-actions .more-text{
    font-size: 14px;
 }
 .page-actions .more-icon{
    width: 22px;
    height: 22px;
    margin: 0px;
 }
 .page-actions .more-btn{
    column-gap: 8px;
 }

@media only screen and (max-width: 1400px) {
    .container-lg {
        max-width: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .container-lg {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .page-actions{
        top: 65px;
    }

}

@media only screen and (max-width: 576px) {
    .container-lg {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .page-actions .more-text{
        font-size: 12px;
    }
    .page-actions .more-icon{
        width: 18px;
        height: 18px;
    }
    .page-actions-line{
        margin-left: 8px;
        margin-right: 8px;
    }
    .page-actions .more-btn{
        gap: 4px;
    }
}
@media only screen and (max-width: 360px) {
    .page-actions .more-icon{
        width: 15px;
        height: 15px;
    }
    .page-actions .more-text{
        font-size: 10px;
    }
}

.swiper.thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.swiper.thumbs .swiper-slide:hover {
    opacity: 1;
}

.swiper.thumbs .swiper-slide-thumb-active {
    opacity: 0.8;
}