/*!
Theme Name: Uyda Qoling!
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: obuna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Obuna is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("assets/css/bootstrap.min.css");
@import url("assets/fontawesome/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;

}

/* Header */

.header {
    box-shadow: 0 0 20px rgba(24, 89, 154, .1);
}

.logo {
    max-width: 130px;
}

.nav-main .nav-link {
    color: #060606;
    border-radius: 10px;
}

.nav-main .active .nav-link {
    color: #fff;
    background: #6ac3b1;
}

.nav-categories .nav-link {
    border-radius: 10px;
    color: #272727;
    position: relative;
    padding-right: 1.5rem;
}

.nav-categories .nav-link:hover,
.nav-categories .active .nav-link {
    background: #e8eff6;
}

.nav-categories .nav-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f105";
    position: absolute;
    right: .5rem;
    color: #d8eaf8;
    top: 50%;
    transform: translateY(-50%);
}

.nav-categories .nav-link:hover:after {
    color: #2466ad;
}

.nav-section .dropdown .dropdown-menu {
    border: 1px solid #6ac3b1 !important;
    background: #f5fafe;
}

/* Hero */

.hero {
    background: rgb(232, 239, 246);
    background: linear-gradient(90deg, rgba(232, 239, 246, 1) 0%, rgba(179, 233, 222, 1) 100%);
}

/* Card */

.card-custom-a {
    box-shadow: 0 0 20px rgba(24, 89, 154, .2);
}

/* Colors */

.text-custom-a {
    color: #2466ad;
}

.text-custom-b {
    color: #88add3;
}

.text-custom-c {
    color: #5b8cc1;
}

/* Backgound */

.bg-custom-a {
    background: #f8fbff;
}

.bg-custom-b {
    background: #25486b;
}

/* Corners */

.rounded-custom-a {
    border-radius: 10px !important;
}

/* Buttons */

.btn-custom-a {
    border: 1px solid #2466ad;
    border-radius: 10px;
    color: #2466ad;
}

.btn-custom-a:hover {
    color: #fff;
    background: #2466ad;
}

.btn-custom-b {
    border: 1px solid #6ac3b1;
    border-radius: 10px;
    color: #6ac3b1;
}

.btn-custom-c {
    background: #e8eff7;
    color: #5a8cc1;
}

.btn-custom-d {
    background: #ececec;
}
.btn-custom-d:hover {
    background: #3f9dff;
    color: #fff;
}

.bg-telegram {
    background: #00a6ed;
}

.btn {
    border-radius: 10px !important;
}

.btn-1197 {
    position: absolute;
    top: -2rem;
    right: -.5rem;
}
.btn-1197 img {
    max-height: 22px;
}

/* Popover */

.popover {
    max-width: 200px;
}

/* Form */

.form-control {
    border-radius: 10px !important;
}

/* Borders */

.border-custom-a {
    border-color: #639fdb !important;
}

.border-custom-b {
    border-color: #c4daf1 !important;
}

/* Breadcrumbs */

.breadcrumbs span,
.breadcrumbs a {
    color: #1da986;
}

.breadcrumbs a {
    font-weight: bold;
}

.breadcrumbs .breadcrumb_last {
    color: #6c757d;
}

/* Inputs */

.input-group-custom {}

.input-group-custom .input-group-append {
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 10;
}

.input-group-custom {
    box-shadow: 0 0 20px rgba(24, 89, 154, .1);
    border-radius: 10px;
}

/* Modal */

.modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: 0;
}

/* Slider */

#rotating-item-wrapper {
    position: relative;
    width: 100%;
    /* height: 347px; */
    padding-top: 70%;
}

.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

/* Contact Form */

div.wpcf7 .ajax-loader {
    display: none;
}

div.wpcf7-response-output {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 0 !important;
}

div.wpcf7-mail-sent-ok {
    color: #fff !important;
    background-color: #28a745 !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    color: #fff !important;
    background-color: #dc3545 !important;
}

div.wpcf7-spam-blocked {
    background-color: #ffc107 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background-color: #ffc107 !important;

}

.coronavirus-uz {
    background: #25486b url(assets/images/coronavirus_uz_bg.jpg) no-repeat center center;
    background-size: cover;
}

/* Footer */

/* Styles for Responsive */

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

    .logo {
        max-width: 84px;
    }

    .hero h1 {
        font-size: 1.25rem;
    }

    .hero .h4 {
        font-weight: bold;
    }

    .footer-copyright,
    .footer-content {
        border: 0 !important;
    }

    .modal-body .nav-main {
        margin-bottom: .5rem;
    }

    .modal-body .nav-main .nav-item:last-child {
        display: none;
    }

    .modal-body .dropdown-menu {
        overflow: auto;
        height: 97vh;
    }

    .coronavirus-uz .h2 {
        font-size: 1.25rem;
    }


}