@font-face {
    font-family: "gotham";
    src: url("./fonts/gotham/gotham_medium.otf");
}

@font-face {
    font-family: "gotham-light";
    src: url("./fonts/gotham/gotham_light.otf");
}

:root {
    --color-body: #fff;
    --color-body-2: #E8EAEE;
    --color-body-3: #eeeeee;
    --color-text: #0F1214;
    --color-text-04: #0F121440;
    --color-span: #007FFF;
    --color-span-hover: #0075eb;
}

h1,
h2,
h3,
h4,
ul,
a,
span {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "gotham", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-family: "gotham-light", sans-serif;
}

body {
    background-color: var(--color-body);
    overflow-x: hidden !important;
}

#navbar {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: var(--color-body);
}

#navbar .navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#navbar .navbar-content .logo img {
    width: 150px;
}

#navbar .navbar-content ul {
    gap: 0 60px;
}

#navbar .navbar-content ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-text);
    text-decoration: none;
}

#navbar .navbar-content i {
    cursor: pointer;
    color: var(--color-text);
}

#navbar .navbar-content a {
    color: var(--color-text);
}

#navbar .navbar-content a:hover {
    color: var(--color-span);
}

#navbar .navbar-content .logo-res {
    position: absolute;
    top: 40px;
    left: 20px;
}

/* navbar end */























/* header */
#header {
    padding: 100px 0 50px;
    min-height: 60vh;
}

#header .left-side h3 {
    font-size: 54px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 100px;
}

#header .left-side h3 span {
    color: var(--color-span);
}

.my-button {
    padding: 16px 26px;
    background-color: var(--color-span);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    border: none;
}

.my-button:hover {
    background-color: var(--color-span-hover);
}

#header .right-side img {
    height: 80vh;
    /* width: 100%; */
}

/* #header .left-side .typed-cursor{
    display: none !important;
} */









/* Inkubator */
#inkubator h2 {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    color: #3399FF;
}

#inkubator .right-side p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
}

#inkubator .right-side ul {
    margin-bottom: 30px;
}

#inkubator .right-side ul li {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-text);
}

#inkubator .right-side ul li span {
    color: var(--color-span);
    font-family: "gotham-light", sans-serif;

}

#inkubator .right-side p.second-p {
    font-size: 16px;
    margin-bottom: 30px;
}



/* section-1 */
#section-1 {
    padding-bottom: 50px;
}

#section-1 .section-1-title>h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-text);
    text-transform: uppercase;
}

#section-1 .section-1-title h3 span {
    color: var(--color-span);
}

#section-1 .section-1-title p {
    font-size: 16px;
    font-weight: 100;
    color: var(--color-text);
    margin: 10px 0 40px;
}


#section-1 .left-side .box {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    border-radius: 10px;
    /* border-bottom: 1px solid var(--color-span); */
}

#section-1 .left-side .box:hover {
    border-color: var(--color-span);
    background: #3399FF1A;
}

#section-1 .left-side .box img {
    margin-right: 30px;
}

#section-1 .left-side .box span {
    font-weight: 700;
    color: var(--color-span)
}

#section-1 .left-side .box h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 22px;
    color: var(--color-text);
}

#section-1 .left-side .box a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-span);
    text-decoration: none;
}

#section-1 .left-side .box a span {
    text-decoration: underline 1px solid;
}

#section-1 .right-side img {
    width: 100%;
}




















/* section-2 */
#section-2 {
    background-image: url("images/section-2-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

#section-2 .left-side h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#section-2 .left-side h3 span {
    color: var(--color-span);
}

#section-2 .left-side p {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

#section-2 .right-side .text {
    margin-bottom: 50px;
}

#section-2 .right-side .text h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-span);
    margin-bottom: 15px;
    text-transform: uppercase;
}

#section-2 .right-side .text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}



















/*! about-us  */
#about-us {
    padding-top: 100px;
}

#about-us .left-side h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 50px;
}

#about-us .left-side p {
    font-size: 16px;
    font-weight: 100;
    text-align: justify;
    color: var(--color-text);
}











/* main */
#main {
    padding: 100px 0;
}

#main .main-content>h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 50px;
    text-transform: uppercase;
}

#main .main-content>h2 span {
    color: var(--color-span);
}

#main .main-content .box {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

#main .main-content .box img {
    width: 100%;
    border-radius: 6px;
}

#main .main-content .box .text {
    background: linear-gradient(180deg, rgba(51, 153, 255, 0) 0%, #3399FF 122.5%);
    transition: 0.3s all;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: end;
}

#main .main-content .box .text>div {
    padding: 0 10px 10px;
    transition: 0.3s all;
}

#main .main-content .box .text span {
    font-size: 14px;
    font-weight: 700;
}

#main .main-content .box .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 5px;
}

#main .main-content .box:hover .text div {
    transform: translateY(-10px);
}

























/* section-3 */
#section-3 {
    padding: 50px 0;
    background-color: var(--color-span);
}

#section-3 .section-content>h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
}

#section-3 .section-content>h2 span {
    color: #000;
}

#section-3 .section-content .box {
    border: 2px solid #E8EAEE;
    /* background: #F6F7F8; */
    padding: 20px 15px 40px;
    border-radius: 6px;
    margin-bottom: 24px;
    transition: 0.3s all;
    cursor: pointer;
}

#section-3 .section-content .box:hover {
    box-shadow: 0 0 20px var(--color-text-04);
}

#section-3 .section-content .box img {
    transform: scale(1.2);
}

#section-3 .section-content .box h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 10px;
}

#section-3 .section-content .box p {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}





































/* section-4 */
#section-4 {
    padding: 100px 0;
}

#section-4 .section-content>h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 50px;
    text-transform: uppercase;
}

#section-4 .section-content>h2 span {
    color: var(--color-span);
}

#section-4 .box {
    cursor: pointer;
    position: relative;
    overflow: hidden !important;
    border-radius: 16px;
    transition: 1s all;
}

#section-4 .parent {
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 1));
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 2;
}

#section-4 .box img {
    width: 100%;
}

#section-4 .box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15px 30px;
    z-index: 3;
}

#section-4 .box .content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 100, 200, 0.8);
    transform: translateY(100%);
    transition: .5s all ease-out;
    z-index: -1;
    border-radius: 16px;

}

#section-4 .box .content .title {
    position: absolute;
    top: 300px;
    transition: .7s all;
}

#section-4 .box .content h3 {
    color: #fff;
    margin-bottom: 0;
}

#section-4 .box .content span {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}

#section-4 .box .content p {
    color: #fff;
    margin-top: 70px;
    opacity: 0;
}

#section-4 .box .content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 20px;
    opacity: 0;

}

#section-4 .box .content ul li a {
    text-decoration: none;
    color: #fff;
}

#section-4 .box:hover .content::before {
    transform: translateY(0);
}

#section-4 .box:hover .content :is(ul, p) {
    opacity: 1;
    transition: .9s all ease-in;
}

#section-4 .box:hover .content .title {
    top: 20px;
}






#accardion {
    padding: 100px 0;
}

#accardion h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 50px;
}

#accardion h3 span {
    color: var(--color-span);
}

#accardion h2 button {
    font-size: 30px !important;
}

#accardion p {
    font-size: 16px;
}























/* section-5 */
#section-5 {
    background: #0F1214;
    padding: 50px 0;
}

#section-5 .section-content>h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-span);
    margin-bottom: 5px;
    text-transform: uppercase;
}

#section-5 .section-content>h2 span {
    color: #fff;
}

#section-5 .section-content>p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
}

#section-5 .section-content .card p {
    margin: 5px 0 30px;
}

#section-5 .section-content .card .card-body {
    padding-bottom: 30px;
}


















/* main 2 */
#main-2 {
    padding: 100px 0;
    background-color: var(--color-body-2);
}

#main-2 .left-side h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 10px;
    text-transform: uppercase;
}

#main-2 .left-side h2 span {
    color: var(--color-span);
}

#main-2 .left-side>p {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
}

#main-2 .left-side .box {
    background-color: var(--color-span);
    border-radius: 6px;
    padding: 30px;
    color: #fff;
    cursor: pointer;

}

#main-2 .left-side .box h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

#main-2 .left-side .box p {
    font-size: 14px;
    font-weight: 100;
    opacity: 0.7;
}

#main-2 .right-side {
    width: 70%;
    margin: 50px auto 0;
    background-color: var(--color-body);
    box-shadow: 0px 0px 33.75px 0px #00000040;
    border-radius: 6px;
    padding: 30px 30px 40px;
    border: 0.1px solid var(--color-text-04);
}

#main-2 .right-side h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-text);
}

#main-2 .right-side input {
    margin-bottom: 10px;
    background-color: #EEEEEE;
}

#main-2 .right-side input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #888;
}

#main-2 .right-side label:nth-child(5) {
    margin-bottom: 30px;
}

#main-2 .right-side button {
    padding: 10px 20px;
}

#main-2 .right-side span {
    color: var(--color-text);
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}







/* autoslider */
.slider {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px;
}

/* Slayder itemlar */
.slider-title {
    padding: 50px 0 0;
}

.slider-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 30px;
}

.slider-title h2 span {
    color: var(--color-span)
}

.slider-item {
    min-width: 400px;
    margin: 0 0px;

    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
    border-radius: 10px;
}

.slider .slider-item .box {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
    gap: 20px 0;
}

.slider .slider-item .box img {
    min-width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

.slider .slider-item .box img:hover {
    filter: grayscale(0%);
}

.item-2 {
    padding: 10px 25px;
}

/* Animatsiya */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Harakat va pauza uchun animatsiya */
.scrolling {
    display: flex;
    align-items: center;
    animation: scroll 500s linear infinite;
}







/*  */
#result {
    padding: 50px 0;
    background-color: var(--color-span);
}

#result .title {
    margin-bottom: 40px;
}

#result .title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

#result .title h2 span {
    color: #000;
}

#result .slider-2 .box img {
    filter: grayscale(0);
}









/* footer */
#footer {
    background-color: #0F1214;
    padding: 100px 0;
    color: #fff;
}

#footer p {
    margin-top: 20px;
}

#footer ul li {
    color: #fff;
}

#footer ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "gotham-light";
}

#footer .row>div {
    margin-bottom: 40px;
}

#footer .box-2 {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

#footer .box-2 span {
    font-family: "gotham-light", sans-serif;
    font-size: 16px;
}

#footer .box-2 h4 {
    font-size: 16px;
}














#detail-header {
    background-color: var(--color-body);
    padding: 100px 0;
}

#detail-header .left-side h1 {
    color: var(--color-span);
    font-weight: 700;
    font-size: 60px;
}

#detail-header .left-side>p {
    color: var(--color-text);
    font-size: 20px;
    margin: 50px 0;
}

#detail-header .left-side ul {
    margin-bottom: 50px;
}

#detail-header .left-side ul li {
    margin-bottom: 20px;
}

#detail-header .left-side ul li p {
    color: var(--color-span);
    font-size: 20px;
}

#detail-header .left-side ul li span {
    color: var(--color-text);
    font-weight: 500;
}










/* detail factory */
#detail-factory-header {
    padding: 100px 0;
    overflow: hidden;
}

#detail-factory-header h1 {
    font-weight: 700;
    font-size: 50px;
    color: var(--color-text);
    
}
#detail-factory-header h1 span{
    color: var(--color-span);
}
#detail-factory-header p{
    margin: 20px 0 40px;
    color: var(--color-text);
    
}
#detail-factory-header .left-side{
    position: relative;
    z-index: 2;
}
#detail-factory-header .left-side::after{
    content: "";
    position: absolute;
    top: -40%;
    right: -100px;
    width: 200px;
    height: 200%;
    background-color: var(--color-body);
    transform: rotate(7deg) translate(70px, -40px);
    z-index: 0;
}




#detail-factory-section{
    padding: 100px 0;
    /* background-color: #eeeeee; */
}

#detail-factory-section a{
    color: var(--color-text);
    text-decoration: none;
}
#detail-factory-section .box{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 0 20px ;
    padding: 20px;
    /* background-color: #fff; */
    border: 1px solid var(--color-text);
    transition: .3s all;
    border-radius: 8px;
}
#detail-factory-section .box:hover{
    border-color: var(--color-span);
}
#detail-factory-section .box:hover h4{
    color: var(--color-span);
}
#detail-factory-section .box h4{
    margin-bottom: 6px;
}




/* detail-factory-main */
#detail-factory-main{
    padding: 100px 0;
    background-color: #0075eb;
}

#detail-factory-main .title{
    margin-bottom: 46px;
}
#detail-factory-main .title h1{
    color: #fff;
    font-size: 50px;
}

#detail-factory-main a{
    color: #fff;
    text-decoration: none;
}
#detail-factory-main .box{
    background: linear-gradient(#0076eb00, rgba(0, 118, 235, 0.1), rgba(0, 118, 235, 0.7)), url("images/detail-factory-main-1.png") no-repeat center center / cover ;
    padding: 400px 20px 30px;
    border-radius: 8px;
    transition: .3s all;
    
}
#detail-factory-main .box:hover{
    transform: translateY(-10px);
}

