@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: rgb(64, 64, 166);
    font-family: 'Comfortaa', sans-serif;
    padding-top: 133px; 
}

header{
    position: absolute;
    top: 0;
    width: 100%;
    height: 133px;
    background: rgb(45, 63, 149);
    z-index: 1000;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    align-items: center;
    display: flex;
    
}

.header-content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    width: 100%;
}


.spanName{
    width: 181px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid rgb(30, 46, 46);
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.name{
    margin: 0 15px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: center;
}

.one{
    display: flex;
}

.nav-links{
    display: none;
    gap: 30px;
    transition: 0.3s;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-family: Comfortaa;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: 0.3s;
} 

.h1About{
    width: 106px;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    border: 1px solid rgb(0, 123, 255);
    border-radius: 40px;

    box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(0, 123, 255);
    text-decoration: none;

    margin-right: 20px;
    transition: background 0.3s ease;
}

.h1About:hover{
    background: rgba(0, 123, 255, 0.658);
}


.about{
    position: static;
    width: 74px;
    height: 30px;
    display: flex;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    color: rgb(255, 255, 255);
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
}

.h1Works{
    width: 119px;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(0, 123, 255);
    border-radius: 40px;
    
    box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(0, 123, 255);
    margin-right: 20px;
    transition: background 0.3s ease;
}

.h1Works:hover{
    background: rgba(0, 123, 255, 0.658);
}

.works{
    position: static;
    width: 87px;
    height: 30px;
    display: flex;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    color: rgb(255, 255, 255);
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.h1Services{
    width: 105px;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(0, 123, 255);
    border-radius: 54px;
    box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(0, 123, 255);
    margin-right: 20px;
    transition: background 0.3s ease;
}

.h1Services:hover{
    background: rgba(0, 123, 255, 0.658);
}

.services{
    position: static;
    width: 73px;
    height: 30px;
    display: flex;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    color: rgb(255, 255, 255);
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.h1Contact{
    width: 150px;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(0, 123, 255);
    border-radius: 40px;

    box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(0, 123, 255);
    transition: background 0.3s ease;
}

.h1Contact:hover{
    background: rgba(0, 123, 255, 0.658);
}

.contact{
    position: static;
    width: 118px;
    height: 30px;
    display: flex;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    color: rgb(255, 255, 255);
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.SecAbout {
    width: 80%;
    margin-top: 5%;
    margin-left:  auto;
    margin-right: auto;
    margin-bottom: auto;
    padding: 30px;
    display: flex;
}

.divAboutAndElips{
    display: block;
}

.spanAbout {
    width: 120px;
    height: 48px;
    margin-left: 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 51px;
    box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    margin-bottom: 15%;
}

.h3About {
    position: static;
    width: 142px;
    height: 31px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;  
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    color: rgba(20, 22, 23, 0.76);
    font-family: Comfortaa;
    font-size: 18px;
}

.divElips {
    position: relative;
    width: 250px;
    height: 250px;
}

.elipsImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    backdrop-filter: blur(30px);
    background: url(prog-png.png) no-repeat center center; 
    background-size: cover;
    border-radius: 50%;
}

.elips {
    position: absolute; 
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    filter: blur(98px);
    background: rgb(255, 255, 255);
    border-radius: 50%; 
}

.spanTextAbout{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 35px;
    background: rgb(117, 132, 212);
    margin-left: 3%;
}

.textAbout{
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 2%;

    color: rgb(255, 255, 255);
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.SecWorks{
    width: 80%;
    margin-left:  auto;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spanWorks{
    width: 180px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 51px;
    box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    margin-bottom: 3%; 
}

.h3Works{
    position: static;
    width: 142px;
    height: 31px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;  
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    color: rgba(20, 22, 23, 0.76);
    font-family: Comfortaa;
    font-size: 18px;
}

.slider {
    width: 100%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    display: none;
}

.slide.active {
    display: block; 
}

.slider-controls {
    margin: 10px 0; 
}

.slide img {
    width: 100%;
    display: block;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

.slider-button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background: rgb(0, 123, 255);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: Comfortaa;
    text-decoration: none;
}

.slider-button:hover {
    background: rgb(0, 86, 179);
}

.SecServices{
    width: 80%;
    margin-top: 2%;
    margin-left:  auto;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spanServices{
    width: 180px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 51px;
    box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    margin-bottom: 3%; 
}

.h3Services{
    position: static;
    width: 142px;
    height: 31px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;  
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    color: rgba(20, 22, 23, 0.76);
    font-family: Comfortaa;
    font-size: 18px;
}

.spanTextServices{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 35px;
    background: rgb(117, 132, 212);
    margin-left: 3%;
}

.textServices{
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 2%;

    color: rgb(255, 255, 255);
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.SecContact{
    width: 80%;
    margin-top: 2%;
    margin-left:  auto;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spanContact{
    width: 180px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 51px;
    box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    margin-bottom: 3%; 
}

.h3Contact{
    position: static;
    width: 142px;
    height: 31px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;  
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    color: rgba(20, 22, 23, 0.76);
    font-family: Comfortaa;
    font-size: 18px;
}

.spanTextContact{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 35px;
    background: rgb(117, 132, 212);
    margin-left: 3%;
    text-decoration: none;
}

.textContact{
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 2%;

    color: rgb(255, 255, 255);
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}
a {
    text-decoration: none;
    color:rgb(255, 255, 255);
}