@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	padding: 0px;
	margin: 0px;
    font-family: "Inter", sans-serif;
    background-color: #ffffff;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: "Raleway", sans-serif;
}

.center{
    width: 90%;
    max-width: 1260px;
    height: auto;
    margin: 0 auto;
}

header{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .3s;
}
header.scroll{
    padding: 15px 0;
    background-color: rgb(17 24 39 / 80%);
    transition: .3s;
    backdrop-filter: blur(5px);
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.header__item{
    width: fit-content;
    height: auto;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.header__item-logo i{
    width: 36px;
    height: 36px;
    background-color: #ed4438;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.header__item-logo span{
    width: fit-content;
    height: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}
.header__item ul{
    width: fit-content;
    height: auto;
    float: right;
    display: flex;
    gap: 45px;
    align-content: center;
    align-items: center;
}
.header__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffffe6;
    font-weight: 500;
    font-size: 14px;
}
.header__item ul > li:last-child > a{
    padding: 10px 30px 12px;
    backdrop-filter: blur(4px);
    background-color: rgb(255 255 255 / 10%);
    border-radius: 100px;
}

.main{
    width: 100%;
    height: auto;
    float: left;
    background-image: url("../images/main.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    padding: 160px 0;
}
.main::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #111827;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, 1) 100%);
}
.main .center{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    POSITION: RELATIVE;
}
.main-subtitle{
    width: fit-content;
    height: auto;
    color: #ffffffe6;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 26px 10px;
    background-color: #ffffff1a;
    border: 1px solid #fff3;
    border-radius: 100px;
}
.main-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin: 30px 0 0;
}
.main-description{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffffb3;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 28px;
}
.main__button{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 0 0;
}
.main__button a{
    width: fit-content;
    height: auto;
    padding: 16px 50px;
    border-radius: 100px;
}
.main__button a:nth-child(1){
    background-color: #ed4438;
    color: #ffffff;
}
.main__button a:nth-child(2){
    background-color: #ffffff1a;
    border: 1px solid #fff3;
    color: #ffffff;
}

.services{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.services-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 48px;
    color: #111827;
    text-align: center;
    font-weight: 700;
}
.services-subtitle{
    width: 100%;
    height: auto;
    float: left;
    color: #6b7280;
    font-size: 18px;
    text-align: center;
    margin: 16px 0 0 0;
    line-height: 28px;
}
.services__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
    gap: 22px;
}
.services__item{
    width: calc(33.3% - 15px);
    height: auto;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.services__item i{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #ffffff;
    color: #ed4438;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.services__item p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #111827;
	text-align: left;
	font-weight: 600;
}
.services__item span{
    width: 100%;
    height: auto;
    float: left;
    color: #9ca3af;
    font-size: 14px;
    line-height: 20px;
}

.step{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.step__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 23px;
}
.step__item{
    width: 48%;
    height: auto;
}
.step__item-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 48px;
    color: #111827;
    text-align: left;
    font-weight: 700;
}
.step__item-subtitle{
    width: 100%;
    height: auto;
    float: left;
    color: #6b7280;
    font-size: 18px;
    text-align: left;
    margin: 16px 0 0 0;
    line-height: 28px;
}
.step__item-poster{
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}
.step__item ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.step__item ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    padding: 23px;
    background-color: #f9fafb;
    border-radius: 15px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
}
.step__item ul > li > p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #111827;
    text-align: left;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-content: center;
    align-items: center;
}
.step__item ul > li > p > b{
	width: 30px;
	height: 30px;
	float: left;
	background-color: #ed4438;
	border-radius: 8px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.step__item ul > li > span{
    width: 100%;
    height: auto;
    float: left;
    color: #6b7280;
    font-size: 14px;
    text-align: left;
    margin: 4px 0 0 0;
    line-height: 22px;
}

.connect{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
    background-color: #f9fafb;
}
.connect-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 48px;
    color: #111827;
    text-align: center;
    font-weight: 700;
}
.connect-subtitle{
    width: 100%;
    height: auto;
    float: left;
    color: #6b7280;
    font-size: 18px;
    text-align: center;
    margin: 16px 0 0 0;
    line-height: 28px;
}
.connect__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
    gap: 23px;
}
.connect__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.connect__box{
    width: 48%;
    height: auto;
}
.connect__box b{
    width: fit-content;
    height: auto;
    float: left;
    background-color: rgb(237 68 56 / 20%);
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #ed4438;
    border-radius: 100px;
}
.connect__box p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    color: #111827;
    text-align: left;
    font-weight: 700;
    margin: 16px 0 0 0;
}
.connect__box span{
    width: 100%;
    height: auto;
    float: left;
    color: #6b7280;
    font-size: 16px;
    text-align: left;
    margin: 16px 0 0 0;
    line-height: 25px;
}
.connect__box img{
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}

.contacts{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.contacts-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 48px;
    color: #111827;
    text-align: center;
    font-weight: 700;
}
.contacts-subtitle{
    width: 100%;
    height: auto;
    float: left;
    color: #6b7280;
    font-size: 18px;
    text-align: center;
    margin: 16px 0 0 0;
    line-height: 28px;
}
.contacts__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
    gap: 22px;
}
.contacts__item{
    width: calc(33.3% - 15px);
    height: auto;
    padding: 28px 0;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.contacts__item i{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgb(237 68 56 / 10%);
    color: #ed4438;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.contacts__item span{
    color: #9ca3af;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 4px 0 0;
}
.contacts__item a{
    color: #111827;
    font-weight: 600;
    font-size: 16px;
}
.contacts__item:last-child{
    width: 100%;
    background-color: #111827;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 28px;
}
.contacts__item:last-child b{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.contacts__item:last-child b > i{
    padding: 0;
    background-color: unset;
    width: unset;
    height: unset;
}
.contacts__item:last-child p{
    width: 100%;
    height: auto;
    float: left;
    color: #9ca3af;
    font-size: 13px;
    line-height: 1.625;
    text-align: center;
}

footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 0;
    background-color: #111827;
}
.footer__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.footer__item{
    width: fit-content;
    height: auto;
}
.footer__item-logo{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.footer__item-logo i{
    width: 33px;
    height: 33px;
    background-color: #ed4438;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.footer__item-logo span{
    width: fit-content;
    height: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}
.footer__item-copyright{
    width: fit-content;
    height: auto;
    float: right;
    color: #6b7280;
    font-size: 15px;
}

@media screen and (max-width: 1000px){
    header{
        padding: 20px 0;
    }
    .header__item-logo span{
        font-size: 16px;
    }
    .header__item ul > li{
        display: none;
    }
    .header__item ul > li:last-child{
        display: block;
    }
    .header__item ul > li:last-child > a {
        border: 1px solid #fff3;
        padding: 9px 25px 10px;
    }
    .main{
        padding: 130px 0 60px;
    }
    .main-title{
        font-size: 30px;
    }
    .main-title br{
        display: none;
    }
    .main-description {
        font-size: 16px;
        line-height: 25px;
    }
    .main-description br{
        display: none;
    }
    .main__button {
        gap: 15px;
        margin: 30px 0 0 0;
    }
    .main__button a {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    .services{
        padding: 60px 0 0;
    }
    .services-title{
        font-size: 30px;
    }
    .services-subtitle {
        font-size: 16px;
        line-height: 25px;
    }
    .services-subtitle br{
        display: none;
    }
    .services__item {
        width: 100%;
        padding: 25px;
    }
    .step__item{
        width: 100%;
    }
    .step__item-title{
        font-size: 30px;
    }
    .step__item-subtitle {
        font-size: 16px;
        line-height: 25px;
    }
    .step__item-subtitle br{
        display: none;
    }
    .connect-title{
        font-size: 30px;
    }
    .connect-subtitle {
        font-size: 16px;
        line-height: 25px;
    }
    .connect-subtitle br{
        display: none;
    }
    .connect__item{
        padding: 20px;
        gap: 25px;
    }
    .connect__box{
        width: 100%;
    }
    .connect__item:nth-child(1) .connect__box:nth-child(2),
    .connect__item:nth-child(3) .connect__box:nth-child(2){
        order: 1;
    }
    .connect__item:nth-child(1) .connect__box:nth-child(1),
    .connect__item:nth-child(3) .connect__box:nth-child(1){
        order: 2;
    }
    .contacts-title{
        font-size: 30px;
    }
    .contacts-subtitle {
        font-size: 16px;
        line-height: 25px;
    }
    .contacts-subtitle br{
        display: none;
    }
    .contacts__item {
        width: 100%;
    }
    .footer__row{
        gap: 12px;
    }
    .footer__item {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer__item-copyright {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}