/* Settings */
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html
{
    scroll-behavior: smooth;
}
body
{
    min-height: 1000px;
}
/* Header */
header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 100px;
    z-index: 1000;
    transition: 0.6s;
}
header.sticky
{
    padding: 5px 100px;
    background: #303133;
    border-bottom: 1px solid (0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}
header .logo
{
    position: relative;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
    opacity: 0;
    animation: fadeDown 2s forwards;
    animation-delay: 1s;
}
header ul
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: scale .9s forwards;
    animation-delay: .9s;
}
header ul li
{
    position: relative;
    list-style: none;
}
header ul li a
{
    position: relative;
    font-weight: 300;
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.6s;
}
header ul li a:hover
{
    color: #090909;
}
header.sticky .logo,
header.sticky ul li a
{
    color: #fff;
}
header.sticky ul li a:hover
{
    color: #fcff5d;
}
/* Banner */
.banner
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('https://qadoq.uz/static/images_fc/bg.jpg');
    background-size: cover;
    display: grid;
    justify-content: left;
    align-content: center;
    text-align: center;
}
.banner .content h2
{
    font-size: 90px;
    color: #fff;
    margin-left: 130px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1em;
}
.banner .content h2 span
{
    color: #4B7AFF;
}
.banner .content h4
{
    font-size: 52px;
    color: #fff;
    margin-left: 130px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1em;
}
.banner .button
{
    margin-top: 20px;
    display: flex;
    justify-content: left;
    algin-items: center;
    margin-left: 130px;
}
.banner .button .btn
{
    text-algin: center;
}
/* Sec */
.sec
{
    background: #fff;
    max-width: 100%;
    min-height: 100vh;
    padding-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-algin: center;
}
.sec .content
{
    position: relative;
    width: 100%;
    text-align: center;
}
.mxw800p
{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
h3
{
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 10px;
    text-algin: center;
    opacity: 0;
    animation: fadeDown .5s forwards;
    animation-delay: .5s;
}
p
{
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-algin: center;
}
/* Button */
.btn
{
    position: relative;
    display: inline-block;
    color: #4978ff;
    padding: 10px 30px;
    text-decoration: none;
    border: 1px solid #4978ff;
    border-radius: 50px;
}
/* Shop */
.shop
{
    background: #f5f0f0;
}
.shopBox
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-algin: center;
}
.services
{
    position: relative;
    max-width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 200px));
    grid-gap: 100px;
}
.services .box
{
    background: #fff;
    width: 250px;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}
.services .box .iconBx img
{
    max-width: 250px;
    margin-bottom: 15px;
}
.services .box h2
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* Hamkorlik */
.hamkorlik
{
    background: url('https://qadoq.uz/static/images_fc/bg2.jpg');
    background-size: cover;
    padding: 250px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamkorlik h3,
.hamkorlik p
{
    color: #fff;
}
.hamkorlikBox
{
    position: relative;
    max-width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 20px;
}
.hamkorlikBox h2
{
    font-size: 36px;
    color: #fff;
}
.hamkorlikBox h4
{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* Contact */
.contactHead
{
    min-height: 40vh;
    padding: 0 0 0 0;
}
.contact
{
    background: #f5f0f0;
}
.contact .raqam
{
    color: #191919;
    margin-bottom: -10px;
}
.contact hr
{
    width: 100px;
    margin-left: 44%;
    margin-bottom: 10px;
    border-bottom: 0.5px solid #191919;
}
.contact .qayta
{
    font-size: 20px;
    color: #191919;
}
.contactForm
{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}
.contactForm form
{
    width: 100%;
}
.contact .row100
{
    width: 100%;
    display: flex;
}
.contact .row100 .inputBx50
{
    width: 50%;
    margin: 0 20px;
    opacity: 0.7;
}
.contact .row100 .inputBx100
{
    width: 100%;
    margin: 0 20px;
    opacity: 0.7;
}
.contact .row100 input,
.contact .row100 textarea
{
    position: relative;
    background: transparent;
    color: #191919;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
    padding: 10px 0;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #191919;
}
.contact .row100 textarea
{
    height: 100px;
}
.contact .row100 input::placeholder,
.contact .row100 textarea::placeholder
{
    color: #191919;
}
.contact .row100 input[type="submit"]
{
    background: linear-gradient(to right, #584FC6, #BE2590);
    font-weight: 500;
    color: #fff;
    max-width: 150px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    transition: background 1s, color 1s;
}
.contact .row100 input[type="submit"]:hover
{
    background: linear-gradient(to right, #684FC6, #AE2590);
    color: #191919;
}
.sci
{
    position: relative;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sci ul
{
    display: flex;
}
.sci ul li
{
    list-style: none;
}
.sci ul li a
{
    margin: 0 30px;
    text-decoration: none;
    display: inline-block;
}
.sci ul li a i.fa-telegram
{
    font-size: 40px;
    color: #51A5E1;
}
.sci ul li a i.fa-instagram-square
{
    background: -webkit-linear-gradient(#584FC6, #BE2590);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}
.sci ul li a i.fa-facebook
{
    font-size: 40px;
    color: #3359A3;
}
.copyright a
{
    color: #191919;
}
/* Menu media */
.toggle
{
    display: none;
}
@media (max-width: 1343px)
{
    /* Menu media */
    .toggle
    {
        position: relative;
        width: 30px;
        height: 30px;
        display: block;
        cursor: pointer;
    }
    .toggle:before
    {
        content: '';
        position: absolute;
        top: 4px;
        width: 100%;
        height: 2px;
        background: #fff;
        z-index: 1;
        box-shadow: 0px 10px 0 #fff;
        transition: 0.5s;
    }
    .toggle:after
    {
        content: '';
        position: absolute;
        bottom: 4px;
        width: 100%;
        height: 2px;
        background: #fff;
        z-index: 1;
        transition: 0.5s;
    }
    /* Header media */
    header,
    header.sticky
    {
        background: #191919;
        padding: 5px 20px;
    }
    header ul
    {
        position: absolute;
        background: #fff;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100vh;
        text-align: center;
        overflow: auto;
        visibility: hidden;
        opacity: 0;
    }
    header.active ul
    {
        background: #191919;
        visibility: visible;
        padding-top: 20px;
        opacity: 1;
        display: block;
        animation: none;
    }
    header.active ul li a
    {
        font-size: 20px;
        margin: 10px 0;
        display: inline-block;
    }
    header .logo,
    header ul li a
    {
        color: #fff;
    }
    /* Banner media */
    .banner
    {
        background-position: center;
    }
    .banner .content h2
    {
        font-size: 80px;
        text-align: center;
    }
    .banner .content h4
    {
        text-align: center;
    }
    /* Sec media */
    .sec
    {
        padding: 100px 50px 50px 50px;
    }
    /* Shop media */
    .services .box
    {
        width: 100%;
    }
    .mxw800p h3
    {
        font-size: 30px;
    }
    /* Contact media */
    .row100
    {
        flex-direction: column;
    }
    .contactForm .row100 .inputBx50,
    .contactForm .row100 .inputBx100
    {
        width: 100%;
        margin: 0;
    }
    .sci
    {
        margin: 20px;
    }
}
@media (max-width: 750px)
{
    /* Banner media */
    .banner
    {
        justify-content: center;
    }
    .banner .content h2
    {
        margin-left: 0px;
        text-algin: center;
    }
    .banner .content h4
    {
        font-size: 45px;
        margin-left: 0;
        text-algin: center;
    }
    .banner .button
    {
        margin-left: 0;
        justify-content: center;
    }
}
@media (max-width: 518px)
{
    /* Banner media */
    .banner
    {
        justify-content: center;
        text-algin: center;
    }
    .banner .content h2
    {
        font-size: 50px;
        margin-right: 0px;
        text-algin: center;
    }
    /* Contact media */
    .sci ul li a i
    {
        color: #191919;
        font-size: 30px;
    }
}
/* Animations */
@keyframes fadeUp
{
    0%
    {
        transform: translateY(4rem);
    }
    100%
    {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeDown
{
    0%
    {
        transform: translateY(-1rem);
    }
    100%
    {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scale
{
    0%
    {
        transform: scale(2);
    }
    100%
    {
        opacity: 1;
        transform: scale(1);
    }
}