body {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1e0e62;
    -webkit-font-smoothing: antialiased;
}

body.dev {
    background: #ccc;
    min-height: 10000px;
}

header,
section {
    overflow: hidden;
}

header {
    position: relative;
}

header nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

nav {
    width: 100%;
}

nav.transparent {
    background: transparent;
}

a,
button {
    cursor: pointer;
    transition: all 0.25s;
}

a:hover,
button:hover {
    text-decoration: none;
}

a:active,
button:active,
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

button {
    border: none;
    outline: none !important;
}

input,
textarea {
    border: 0;
    outline: none;
    background: transparent;
    color: #1e0e62;
    resize: none;
}

label {
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    font-weight: 700;
    font-family: Poppins;
}

h1,
h2 {
    font-size: 58px;
    line-height: 70px;
}

h1.big,
h2.big {
    font-size: 72px;
    line-height: 86px;
}

h1.small,
h2.small {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}

h3 {
    font-size: 42px;
    line-height: 52px;
}

b,
strong {
    font-weight: 700;
}

.alert {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 970px;
    z-index: 2000;
}

.alert-dismissable .close,
.alert-dismissible .close {
    top: 0;
}

.container {
    position: relative;
}

::-moz-selection {
    background: #958cb2;
    color: #fff;
}

::-webkit-selection {
    background: #958cb2;
    color: #fff;
}

::selection {
    background: #958cb2;
    color: #fff;
}

/* 2. Common responsive styles */

.minh-250 {
    min-height: 250px;
}

.modal-content,
.modal-header,
.modal-footer {
    border: none;
    border-radius: .3rem;
}

/* Smaller than 1200px */

@media (max-width: 1199.98px) {
    header[class^="pt-"],
    section[class^="pt-"],
    header[class*=" pt-"],
    section[class*=" pt-"] {
        padding-top: 80px;
    }
    header[class^="pb-"],
    section[class^="pb-"],
    header[class*=" pb-"],
    section[class*=" pb-"] {
        padding-bottom: 80px;
    }
    h1 br,
    h2 br,
    h3 br,
    .text-adaptive br {
        display: none;
    }
    h1,
    h2 {
        font-size: 52px;
        line-height: 62px;
    }
    h1.big,
    h2.big {
        font-size: 62px;
        line-height: 72px;
    }
    h1.small,
    h2.small {
        font-size: 36px;
        line-height: 46px;
    }
    h3 {
        font-size: 36px;
        line-height: 46px;
    }
    .navigation_mobile {
        display: block;
    }
}

/* Smaller than 992px */

@media (max-width: 991.98px) {
    h1,
    h2 {
        font-size: 42px;
        line-height: 52px;
    }
    h1.big,
    h2.big {
        font-size: 52px;
        line-height: 62px;
    }
    h1.small,
    h2.small {
        font-size: 32px;
        line-height: 42px;
    }
    h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .text-adaptive.f-24 {
        font-size: 22px;
        line-height: 32px;
    }
    .text-adaptive.f-22 {
        font-size: 20px;
        line-height: 30px;
    }
    .text-adaptive.f-20 {
        font-size: 18px;
        line-height: 28px;
    }
    .alert {
        top: 10px;
        left: 20px;
        right: 20px;
        transform: none;
        width: auto;
        padding-left: 40px;
    }
}

/* Smaller than 768px */

@media (max-width: 767.98px) {
    h1,
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    h1.big,
    h2.big {
        font-size: 42px;
        line-height: 52px;
    }
    h1.small,
    h2.small {
        font-size: 26px;
        line-height: 36px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .text-adaptive.f-24 {
        font-size: 20px;
        line-height: 30px;
    }
    .text-adaptive.f-22 {
        font-size: 18px;
        line-height: 28px;
    }
    .text-adaptive.f-20 {
        font-size: 16px;
        line-height: 26px;
    }
    .text-adaptive.f-18 {
        font-size: 16px;
        line-height: 26px;
    }
    .btn.lg {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        font-size: 18px;
        font-weight: 500;
    }
    .btn.lg[class^="border-"],
    .btn.lg[class*=" border-"] {
        line-height: 46px;
    }
    .btn.xl {
        height: 60px;
        line-height: 60px;
        padding: 0 35px;
        font-size: 18px;
        font-weight: 500;
    }
    .btn.xl[class^="border-"],
    .btn.xl[class*=" border-"] {
        line-height: 56px;
    }
    .input.lg {
        height: 50px;
        font-size: 18px;
        font-weight: 500;
    }
}

/* Smaller than 640px */

@media (max-width: 639.98px) {
    .video_popup iframe {
        width: calc(100% - 30px);
        height: calc((100vw - 30px) * 0.56);
    }
}

/* Smaller than 576px */

@media (max-width: 575.98px) {
    h1,
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
    h1.big,
    h2.big {
        font-size: 32px;
        line-height: 42px;
    }
    h1.small,
    h2.small {
        font-size: 22px;
        line-height: 32px;
    }
    .btn.xl {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }
    .btn.xl[class^="border-"],
    .btn.xl[class*=" border-"] {
        line-height: 46px;
    }
}

/* 3. Headers */

@media (max-width: 767.98px) {
    .header_1 .text-adaptive {
        margin-top: 20px;
    }
    .header_1 .buttons {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .header_2 .text-adaptive {
        margin-top: 20px;
    }
    .header_2 form {
        margin-top: 40px;
    }
    .header_2 form .input {
        text-align: center;
        width: 100%;
    }
    .header_2 form .btn {
        margin-left: 0;
        margin-top: 15px;
    }
}

/* 4. Navigations */

@media (max-width: 1199.98px) {
    .navigation_2 a {
        margin: 0 15px;
    }
    .navigation_2 .dropdown a {
        margin: 0;
    }
}

/* 5. Contents */

@media (max-width: 767.98px) {
    .content_1 h2 {
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) {
    .content_2 .text-adaptive {
        margin-top: 15px;
    }
}

/* 6. Testimonials */

@media (max-width: 767.98px) {
    .testimonial_2 .text-adaptive {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

/* 7. Features */

@media (max-width: 1199.98px) {
    .feature_1[class^="pb-"],
    .feature_1[class*=" pb-"] {
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .feature_1 .title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .feature_1 .title br {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .feature_2[class^="pb-"],
    .feature_2[class*=" pb-"] {
        padding-bottom: 30px;
    }
    .feature_2 .description {
        margin-top: 20px;
    }
}

/* 8. Forms */

.form_1 {
    background: #2f1893 url(../../../repository/i/form_1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .form_1 {
        background-image: url(../../../repository/i/form_1_bg@2x.jpg);
    }
}

@media (max-width: 467.98px) {
    .form_1 h2 {
        margin-bottom: 20px;
    }
    .form_1 form {
        padding: 30px;
    }
}

@media (max-width: 359.98px) {
    .form_1 form {
        padding: 30px 20px;
    }
}

.form_2 {
    overflow: hidden;
}

.form_2 .bg {
    top: 0;
    left: 15px;
}

@media (max-width: 1199.98px) {
    .form_2 form {
        padding: 80px 0;
    }
    .form_2 .buttons {
        margin-top: 10px;
    }
    .form_2 button {
        margin-right: 0px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .form_2 form {
        max-width: 290px;
        margin: 0 auto;
    }
}

/* 9. Call to Actions */

@media (max-width: 767.98px) {
    .call_to_action_1 .description {
        margin: 10px 0 30px 0;
    }
    .call_to_action_1 .btn {
        margin-bottom: 15px;
    }
}

.call_to_action_2 .inner {
    border: 2px solid #ebeaed;
}

@media (max-width: 991.98px) {
    .call_to_action_2 .inner {
        padding: 40px 30px;
    }
}

@media (max-width: 575.98px) {
    .call_to_action_2 .inner {
        padding: 30px 20px;
    }
}

/* 10. Teams */

.team_1 .block {
    border: 2px solid #ebeaed;
}

.team_1 .block_socials {
    border-top: 2px solid #ebeaed;
}

.team_1 .block_socials .border_right {
    border-right: 2px solid #ebeaed;
}

.team_2 {
    background: #2f1893 url(../../../repository/i/team_2_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .team_2 {
        background-image: url(../../../repository/i/team_2_bg@2x.jpg);
    }
}

.team_2 .bordered {
    border-left: 2px solid #ebeaed;
    border-right: 2px solid #ebeaed;
}

@media (max-width: 767.98px) {
    .team_2 .bordered {
        border: none;
        border-top: 2px solid #ebeaed;
        border-bottom: 2px solid #ebeaed;
    }
}

/* 11. Pricing Tables */

.pricing_table_1 .block {
    border: 2px solid #ebeaed;
    border-bottom-left-radius: 10px;
}

.pricing_table_1 .block.noborder_right {
    border-right: none;
}

.pricing_table_1 .item {
    padding: 16px 0 14px 0;
    border-top: 2px solid #ebeaed;
}

.pricing_table_1 .price span.absolute {
    top: 5px;
    left: -15px;
}

@media (max-width: 991.98px) {
    .pricing_table_1[class^="pb-"],
    .pricing_table_1[class*=" pb-"] {
        padding-bottom: 30px;
    }
    .pricing_table_1 .block {
        margin: 0 auto 50px auto;
        max-width: 300px;
        border-radius: 10px;
    }
    .pricing_table_1 .block.noborder_right {
        border-right: 2px solid #ebeaed;
    }
}

/* 12. Contacts */

.bg-map {
    background: #f5f5f9 url(../img/bg-map.png) no-repeat 47% 50%;
    background-size: 740px;
    padding-bottom: 20px;
}

.contact_1 {
    background: #2f1893 url(../../../repository/i/contact_1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .contact_1 {
        background-image: url(../../../repository/i/contact_1_bg@2x.jpg);
    }
}

.contact_1 textarea.input {
    height: 170px;
}

.contact_1 .separate {
    position: relative;
}

.contact_1 .separate:before,
.contact_1 .separate:after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% / 2 - 60px);
    left: 0;
    top: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact_1 .separate:after {
    left: auto;
    right: 0;
}

.contact_2 textarea.input {
    height: 170px;
}

/* 13. Showcases */

.showcase_1 .block a:hover {
    opacity: 1.0;
}

@media (max-width: 991.98px) {
    .showcase_1 .description {
        margin: 10px 0 0 0;
    }
}

.showcase_2 a:hover {
    opacity: 1.0;
}

/* 14. Footers */

@media (max-width: 575.98px) {
    .footer_1 .links a {
        margin: 0 10px;
    }
}

.product-bg {
    border: 2px solid #e8e8ed;
    border-radius: 16px;
    cursor: pointer;
    padding: 0 32px;
}

.product-bg:hover {
    border: 2px solid transparent;
    outline: none;
}

.product-bg:hover .product-title {
    color: #482be7;
}

.product-title {
    transition: all .4s cubic-bezier(.445, .05, .55, .95);
}

.urun-bg {
    background-size: cover;
    background-position: top;
    border-radius: 12px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .16);
}

.urun-size {
    margin-bottom: 52px;
    position: relative;
    right: 44px;
    top: 32px;
    width: calc(100% + 64px);
    height: 280px;
    transition: all .4s cubic-bezier(.445, .05, .55, .95);
}

.product-bg:hover .urun-size {
    -webkit-transform: translate(55px, -2px);
    transform: translate(2px, -12px);
    box-shadow: rgba(0, 0, 0, 0.4) 0 16px 96px;
}

.m-auto {
    margin: 0 auto;
}

.carousel-control-next,
.carousel-control-prev {
    color: #444;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #777;
}

.selam .el {
    padding-right: 5px;
    -webkit-animation-name: el;
    animation-name: el;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: inline-block
}

@-webkit-keyframes el {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    2% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    6% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    14% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    16% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes el {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    2% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    6% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    14% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    16% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.color-resume {
    color: #212529;
}