body{
    font-family: 'Proxima Nova', sans-serif;
    background-color: #B4562E;
    font-size: 18px;
    font-weight: 700;
    margin: 0 150px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HEADER */

header {
    margin-top: 40px;
}

.header-inner img{
    width: 154px;
    height: 152px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav a {
    font-family: 'Proxima Nova',sans-serif;
    color: #fff;
    margin-right: 80px;
    text-decoration: none;
    transition: color .3s ease;

}

nav a:hover{
    color: #FFC253;
}

nav a:last-of-type {
    margin-right: 0px;
}


.button-header{
    font-family: 'Proxima Nova',sans-serif;
    background-color: #FFC253;
    padding: 14px 12px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    transition: all .2s ease;

}

.button-header:hover {
    background-color: #fff;
    color: #E46832;
}


/* MAIN */

.container{
    padding-bottom: 60px;
}

.main-inner-first img{    
    float: right;
    height: auto;
}

.main-inner-first p{
    font-family: 'Proxima Nova',sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.main-inner h2{
    font-family: 'Proxima Nova',sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;
    color: #fff;
    width: 558px;
    height: 150px;

}

.button-registr { 
    font-family: 'Proxima Nova',sans-serif;
    background-color: #FFC253;
    padding: 22px 72px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    transition: all .2s ease;
    font-size: 20px;
}

.button-registr:hover {
    background-color: #fff;
    color: #E46832;

}

.language-buttons {
    display: flex;
    gap: 10px;
}

.lang-btn {
    background-color: #FFC253;
    color: #fff;
    padding: 10px 15px;
    border-radius: 16px;
    text-decoration: none;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    transition: background-color .2s ease, color .2s ease;
}

.lang-btn:hover {
    background-color: #fff;
    color: #E46832;
}

.lang-btn.active {
    background-color: #fff;
    color: #E46832;
}

/* SERVICES */

.services{
    padding-bottom: 60px;
}

.services-tite {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.services-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.services-item {
    flex: 1 1 calc(25% - 20px); 
    max-width: calc(25% - 20px); 
}

.services-img {
    background:linear-gradient(to bottom, #FFC253, #E46832);
    width: 273px;
    height: 269px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.services-img img{
    display: block;
    width: 273px;
    height: 269px;
    margin-right: 16px;
    border-radius: 16px;

    transition: opacity .1s linear;
}

.services-item:hover .services-img img {
    opacity: .3;
}

.services-img h1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.services-img h2 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

/* SERVICES-EMIGRATION */

.emigration-travel p{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.emigration-travel h1{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    opacity: 60%;
}


.emigration{
    padding-bottom: 60px;
}

.emigration-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.emigration-item {
    flex: 1 1 calc(25% - 20px); 
    max-width: calc(25% - 20px); 
}

.emigration-img {
    background:linear-gradient(to bottom, #FFC253, #E46832);
    width: 273px;
    height: 269px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.emigration-img img{
    display: block;
    width: 273px;
    height: 269px;
    margin-right: 16px;
    border-radius: 16px;

    transition: opacity .1s linear;
}

.emigration-item:hover .emigration-img img {
    opacity: .3;
}

.emigration-img h1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.emigration-img h2 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.emigration-img h3{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.emigration-img h4{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}

/* SERVICES-STUDY */

.service-study p{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.service-study h1{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    opacity: 60%;
}

.education{
    padding-bottom: 60px;
}

.education-tite {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.education-item {
    flex: 1 1 calc(25% - 20px); 
    max-width: calc(25% - 20px); 
}

.education-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.education-img {
    background:linear-gradient(to bottom, #FFC253, #E46832);
    width: 273px;
    height: 269px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.education-img img{
    display: block;
    width: 273px;
    height: 269px;
    margin-right: 16px;
    border-radius: 16px;

    transition: opacity .1s linear;
}

.education-item:hover .education-img img {
    opacity: .3;
}

.education-img h1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.education-img h2 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

/* SERVICES-ORG */

.organiztion-travel p{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.organiztion-travel h1{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    opacity: 60%;
}


.organiztion{
    padding-bottom: 60px;
}

.organiztion-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.organiztion-item {
    flex: 1 1 calc(25% - 20px); 
    max-width: calc(25% - 20px); 
}

.organiztion-img {
    background:linear-gradient(to bottom, #FFC253, #E46832);
    width: 273px;
    height: 269px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.organiztion-img img{
    display: block;
    width: 273px;
    height: 269px;
    margin-right: 16px;
    border-radius: 16px;

    transition: opacity .1s linear;
}

.organiztion-item:hover .organiztion-img img {
    opacity: .3;
}

.organiztion-img h1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.organiztion-img h2 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

/* SERVICES-JURISPRUDENCE */

.jurisprudance-travel p{
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.jurisprudance-travel h1{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    opacity: 60%;
}


.jurisprudance{
    padding-bottom: 60px;
}

.jurisprudance-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.jurisprudance-item {
    flex: 1 1 calc(25% - 20px); 
    max-width: calc(25% - 20px); 
}

.jurisprudance-img {
    background:linear-gradient(to bottom, #FFC253, #E46832);
    width: 273px;
    height: 269px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.jurisprudance-img img{
    display: block;
    width: 273px;
    height: 269px;
    margin-right: 16px;
    border-radius: 16px;

    transition: opacity .1s linear;
}

.jurisprudance-item:hover .jurisprudance-img img {
    opacity: .3;
}

.jurisprudance-img h1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.jurisprudance-img h2 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

/* ABOUT-US */

.container-about { 
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about p{
    margin-bottom: 12px;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.about h2{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.about-button {
    margin-bottom: 40px;
}

.button-about {
    background-color: #FFC253;
    padding: 18px 60px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    transition: all .2s ease;
    text-align: center;
    display: inline-block;
}

.button-about:hover {
    background-color: #fff;
    color: #E46832;
}

.about-statistic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.column {
    text-align: center;
    margin: 20px;
}

.column p {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.column h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.text-us {
    margin-top: 40px;
}

.text-us h4{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-us h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 28px;
}

.about-line {
    width: 100%;
    margin: 20px 0;
}

.line-first, .line-second, .line-third, .line-four {
    display: flex;
    align-items: center;
    margin-bottom: 15px; 
}

.line-first::before, .line-second::before, .line-third::before, .line-four::before {
    content: '';
    height: 20px;
    background-color: #ddd;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}


.text-first, .text-second, .text-third, .text-four {
    width: 100px;
    color: #fff;
    font-family: 400;
    font-size: 18px;
    margin-right: 10px;
}

.percentage-first, .percentage-second, .percentage-third, .percentage-four {
    width: 50px;
    color: #fff;
    font-family: 400;
    font-size: 18px;
}

.line-first::before {
    background-color: #fff;
    width: 0; 
    animation: fillLine90 4s ease-in-out forwards; 
}

.line-second::before {
    background-color: #fff;
    width: 0; 
    animation: fillLine80 4.5s ease-in-out forwards; 
}

.line-third::before {
    background-color: #fff;
    width: 0; 
    animation: fillLine75 5s ease-in-out forwards; 
}

.line-four::before {
    background-color: #fff;
    width: 0; 
    animation: fillLine85 4.2s ease-in-out forwards; 
}

@keyframes fillLine90 {
    from {
        width: 0;
    }
    to {
        width: 90%;
    }
}

@keyframes fillLine80 {
    from {
        width: 0;
    }
    to {
        width: 80%;
    }
}

@keyframes fillLine75 {
    from {
        width: 0;
    }
    to {
        width: 75%;
    }
}

@keyframes fillLine85 {
    from {
        width: 0;
    }
    to {
        width: 85%;
    }
}


/* Project */

.project{
    padding-bottom: 60px;
}

.project-tite {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.project-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.project-item {
    flex: 1 1 calc(25% - 20px); 
    max-width: calc(25% - 20px); 
}

.project-img {
    background:linear-gradient(to bottom, #FFC253, #E46832);
    width: 273px;
    height: 269px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.project-img img{
    display: block;
    width: 273px;
    height: 269px;
    margin-right: 16px;
    border-radius: 16px;

    transition: opacity .1s linear;
}

.project-item:hover .project-img img {
    opacity: .3;
}

.project-img h1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.project-img h2 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

/* SERVICES-EMIGRATION */

.emigration-travel p{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.emigration-travel h1{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    opacity: 60%;
}

.emigration{
    padding-bottom: 60px;
}

.emigration-tite {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.emigration-item {
    flex: 1 1 calc(25% - 20px); 
    max-width: calc(25% - 20px); 
}

.emigration-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.emigration-img {
    background:linear-gradient(to bottom, #FFC253, #E46832);
    width: 273px;
    height: 269px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.emigration-img img{
    display: block;
    width: 273px;
    height: 269px;
    margin-right: 16px;
    border-radius: 16px;

    transition: opacity .1s linear;
}

.emigration-item:hover .emigration-img img {
    opacity: .3;
}

.emigration-img h1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.emigration-img h3 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

.emigration-img h4 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; 
}

/* Forma */

.main-text{
    text-align: center;
}

.main-text p{
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    opacity: 60%;
    margin-bottom: 60px;
}

.main-text h1{
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}

.main-side{
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    display: flex;
    flex-direction: column;
}

input {
    margin: 20px 0;
    padding: 10px;
    width: 478px;
    height: 54px;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    outline: none;
}

textarea {
    resize: none;
    padding: 15px 20px;
    border: none;
    border-radius: 16px;
    outline: none;
    min-height: 180px;
    font-size: 14px;
    
}

button {
    font-size: 20px;
    font-weight: 700;
    background-color: #FFC253;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 16px;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 20px 65px;
}

button:hover {
    background-color: #fff;
    color: #E46832;
}


.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 10px;
}


.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*Business-Project*/

.business-title{
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.container-business{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}
.business-tite{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    
}

.business h2{
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 20px;
}

.business h3{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 64px;
}

.button-business{
    background-color: #FFC253;
    padding: 18px 60px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    transition: all .2s ease;
}

.button-business:hover{
    background-color: #fff;
    color: #E46832;
}

.business img{
    float: left;
    margin-right: 80px;
    width: 359px;
    height: 538px;
}   




/*Media Header*/

@media (max-width: 1200px) {
    body {
        font-size: 16px;
        margin: 0 30px;
    }

    .header-inner {
        flex-direction: column;
        align-items: center;
    }

    .header-inner img {
        margin-bottom: 20px;
    }

    nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    nav a {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-inner {
        text-align: center;
    }

    .main-inner-first img {
        width: 60%;
        height: auto;
        float: none;
        margin-top: 44px;
    }

    .main-inner h2 {
        text-align: center;
        align-items: center;
        width: 90%;
        height: auto;
    }

    .button-header{
        margin-bottom: 20px;
    }

    
    .language-buttons {
        flex-direction: row;
    }

    .lang-btn {
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    .main-inner-first img {
        width: 60%;
        height: auto;
        float: none;
        margin-right: 0;
    }

    .main-inner h1 {
        font-size: 48px;
    }

    .main-inner h2 {
        font-size: 18px;
        text-align: center;
        align-items: center;
    }

    .button-registr {
        padding: 16px 48px;
    }

    .language-buttons {
        flex-direction: row;
    }

    .lang-btn {
        margin: 0 10px;
    }

}

@media (max-width: 768px) {
    .header-inner img {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }

    .main-inner h1 {
        font-size: 36px;
    }

    .main-inner h2 {
        font-size: 16px;
    }

    .button-registr {
        padding: 12px 36px;
    }

    .main-inner-first p {
        font-size: 18px;
        margin-top: 40px;
        
    }

    .main-inner-first img {
        width: 50%;
        height: auto;
        float: none;
        margin-top: 34px;
    }

    .language-buttons {
        flex-direction: row;
    }

    .lang-btn {
        margin: 0 5px;
    }
}

@media (max-width: 576px) {
    body {
        margin: 0 15px;
    }

    .main-inner h1 {
        font-size: 28px;
    }

    .main-inner h2 {
        font-size: 14px;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .button-registr {
        padding: 10px 24px;
    }

    .main-inner-first p {
        font-size: 16px;
        margin-top: 20px;
    }

    .main-inner-first img {
        width: 30%;
        height: auto;
        float: none;
        margin-top: 24px;
    }

    .language-buttons {
        flex-direction: column;
        align-items: center;
    }

    .lang-btn {
        margin: 5px 0;
    }
}

/* SERVICES */

@media (max-width: 599px) {
    .services-tite {
        font-size: 24px;
    }

    .services-inner {
        flex-direction: column;
        align-items: center;
    }

    .services-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .services-img {
        height: 200px;
    }

    .services-img h1, .services-img h2 {
        font-size: 18px;
        bottom: 5%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .services-tite {
        font-size: 30px;
    }

    .services-inner {
        flex-direction: column;
        align-items: center;
    }

    .services-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .services-img {
        height: 220px; 
    }

    .services-img h1, .services-img h2 {
        font-size: 20px;
        bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .services-tite {
        font-size: 36px;
    }

    .services-inner {
        flex-wrap: wrap;
    }

    .services-item {
        flex: 1 1 calc(50% - 20px); 
        max-width: calc(50% - 20px);
    }

    .services-img {
        height: 250px;
    }

    .services-img h1, .services-img h2 {
        font-size: 22px;
        bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .services-tite {
        font-size: 40px;
    }

    .services-inner {
        flex-wrap: wrap;
    }

    .services-item {
        flex: 1 1 calc(25% - 20px); 
        max-width: calc(25% - 20px);
    }

    .services-img {
        height: 270px;
    }

    .services-img h1, .services-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

@media (min-width: 1200px) {
    .services-tite {
        font-size: 40px;
    }

    .services-inner {
        flex-wrap: wrap;
    }

    .services-item {
        flex: 1 1 calc(25% - 20px); 
        max-width: calc(25% - 20px);
    }

    .services-img {
        height: 270px;
    }

    .services-img h1, .services-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

/*About*/

@media (max-width: 1200px) {
    .about p {
        font-size: 36px;
    }

    .about h2 {
        font-size: 28px;
    }

    .about h3 {
        font-size: 22px;
    }

    .column p {
        font-size: 36px;
    }

    .column h2 {
        font-size: 18px;
    }

    .text-us h4 {
        font-size: 28px;
    }

    .text-us h5 {
        font-size: 22px;
    }

    .text-first, .text-second, .text-third, .text-four,
    .percentage-first, .percentage-second, .percentage-third, .percentage-four {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .about p {
        font-size: 32px;
    }

    .about h2 {
        font-size: 24px;
    }

    .about h3 {
        font-size: 20px;
    }

    .column p {
        font-size: 32px;
    }

    .column h2 {
        font-size: 16px;
    }

    .text-us h4 {
        font-size: 24px;
    }

    .text-us h5 {
        font-size: 20px;
    }

    .text-first, .text-second, .text-third, .text-four,
    .percentage-first, .percentage-second, .percentage-third, .percentage-four {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .about p {
        font-size: 28px;
    }

    .about h2 {
        font-size: 22px;
    }

    .about h3 {
        font-size: 18px;
    }

    .column p {
        font-size: 28px;
    }

    .column h2 {
        font-size: 14px;
    }

    .text-us h4 {
        font-size: 22px;
    }

    .text-us h5 {
        font-size: 18px;
    }

    .text-first, .text-second, .text-third, .text-four,
    .percentage-first, .percentage-second, .percentage-third, .percentage-four {
        font-size: 12px;
    }

    .about-statistic {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .about p {
        font-size: 24px;
    }

    .about h2 {
        font-size: 20px;
    }

    .about h3 {
        font-size: 16px;
    }

    .column p {
        font-size: 24px;
    }

    .column h2 {
        font-size: 12px;
    }

    .text-us h4 {
        font-size: 20px;
    }

    .text-us h5 {
        font-size: 16px;
    }

    .text-first, .text-second, .text-third, .text-four,
    .percentage-first, .percentage-second, .percentage-third, .percentage-four {
        font-size: 10px;
    }
}

/*Contacts*/

@media (max-width: 1024px) {
    .main-text p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .main-text h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    input{
        width: 100%;
        height: 80%;
    }

    textarea {
        width: 100%;
    }

    button {
        padding: 18px 60px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .main-text p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .main-text h1 {
        font-size: 30px;
    }

    input{
        width: 100%;
        height: 50%;
    }

    textarea {
        width: 100%;
    }

    button {
        padding: 16px 50px;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .main-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .main-text h1 {
        font-size: 25px;
    }

    input{
        width: 100%;
        height: 30%;
    }

    textarea {
        width: 100%;
    }

    button {
        padding: 14px 40px;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

/* Education-Ser */

@media (max-width: 599px) {
    .service-study p {
        font-size: 24px;
    }

    .service-study h1 {
        font-size: 16px;
    }

    .education {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .education-inner {
        flex-direction: column;
        align-items: center;
    }

    .education-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .education-img {
        height: 200px; /* Adjust height for smaller screens */
    }

    .education-img h1, .education-img h2 {
        font-size: 18px;
        bottom: 5%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .service-study p {
        font-size: 30px;
    }

    .service-study h1 {
        font-size: 18px;
    }

    .education {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .education-inner {
        flex-direction: column;
        align-items: center;
    }

    .education-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .education-img {
        height: 220px; /* Adjust height for medium screens */
    }

    .education-img h1, .education-img h2 {
        font-size: 20px;
        bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-study p {
        font-size: 36px;
    }

    .service-study h1 {
        font-size: 20px;
    }

    .education {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .education-inner {
        flex-wrap: wrap;
    }

    .education-item {
        flex: 1 1 calc(50% - 20px); /* Two items per row */
        max-width: calc(50% - 20px);
    }

    .education-img {
        height: 250px;
    }

    .education-img h1, .education-img h2 {
        font-size: 22px;
        bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-study p {
        font-size: 40px;
    }

    .service-study h1 {
        font-size: 22px;
    }

    .education {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .education-inner {
        flex-wrap: wrap;
    }

    .education-item {
        flex: 1 1 calc(25% - 20px); /* Four items per row */
        max-width: calc(25% - 20px);
    }

    .education-img {
        height: 270px;
    }

    .education-img h1, .education-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

@media (min-width: 1200px) {
    .service-study p {
        font-size: 40px;
    }

    .service-study h1 {
        font-size: 24px;
    }

    .education {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .education-inner {
        flex-wrap: wrap;
    }

    .education-item {
        flex: 1 1 calc(25% - 20px); /* Four items per row */
        max-width: calc(25% - 20px);
    }

    .education-img {
        height: 270px;
    }

    .education-img h1, .education-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

/* Emigration-Ser */

@media (max-width: 599px) {
    .emigration-travel p {
        font-size: 24px;
    }

    .emigration-travel h1 {
        font-size: 16px;
    }

    .emigration {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .emigration-inner {
        flex-direction: column;
        align-items: center;
    }

    .emigration-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .emigration-img {
        height: 200px; 
    }

    .emigration-img h1, .emigration-img h3, .emigration-img h4 {
        font-size: 18px;
        bottom: 5%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .emigration-travel p {
        font-size: 30px;
    }

    .emigration-travel h1 {
        font-size: 18px;
    }

    .emigration {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .emigration-inner {
        flex-direction: column;
        align-items: center;
    }

    .emigration-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .emigration-img {
        height: 220px; 
    }

    .emigration-img h1, .emigration-img h3, .emigration-img h4 {
        font-size: 20px;
        bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .emigration-travel p {
        font-size: 36px;
    }

    .emigration-travel h1 {
        font-size: 20px;
    }

    .emigration {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .emigration-inner {
        flex-wrap: wrap;
    }

    .emigration-item {
        flex: 1 1 calc(50% - 20px); 
        max-width: calc(50% - 20px);
    }

    .emigration-img {
        height: 250px;
    }

    .emigration-img h1, .emigration-img h3, .emigration-img h4 {
        font-size: 22px;
        bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .emigration-travel p {
        font-size: 40px;
    }

    .emigration-travel h1 {
        font-size: 22px;
    }

    .emigration {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .emigration-inner {
        flex-wrap: wrap;
    }

    .emigration-item {
        flex: 1 1 calc(25% - 20px); 
        max-width: calc(25% - 20px);
    }

    .emigration-img {
        height: 270px;
    }

    .emigration-img h1, .emigration-img h3, .emigration-img h4 {
        font-size: 24px;
        bottom: 10%;
    }
}

@media (min-width: 1200px) {
    .emigration-travel p {
        font-size: 40px;
    }

    .emigration-travel h1 {
        font-size: 24px;
    }

    .emigration {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .emigration-inner {
        flex-wrap: wrap;
    }

    .emigration-item {
        flex: 1 1 calc(25% - 20px); 
        max-width: calc(25% - 20px);
    }

    .emigration-img {
        height: 270px;
    }

    .emigration-img h1, .emigration-img h3, .emigration-img h4 {
        font-size: 24px;
        bottom: 10%;
    }
}

/* Jurisprudence-Ser */

@media (max-width: 599px) {
    .jurisprudance-travel p {
        font-size: 24px;
    }

    .jurisprudance-travel h1 {
        font-size: 16px;
    }

    .jurisprudance {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .jurisprudance-inner {
        flex-direction: column;
        align-items: center;
    }

    .jurisprudance-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .jurisprudance-img {
        height: 200px;
    }

    .jurisprudance-img h1, .jurisprudance-img h2 {
        font-size: 18px;
        bottom: 5%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .jurisprudance-travel p {
        font-size: 30px;
    }

    .jurisprudance-travel h1 {
        font-size: 18px;
    }

    .jurisprudance {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jurisprudance-inner {
        flex-direction: column;
        align-items: center;
    }

    .jurisprudance-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .jurisprudance-img {
        height: 220px;
    }

    .jurisprudance-img h1, .jurisprudance-img h2 {
        font-size: 20px;
        bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jurisprudance-travel p {
        font-size: 36px;
    }

    .jurisprudance-travel h1 {
        font-size: 20px;
    }

    .jurisprudance {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .jurisprudance-inner {
        flex-wrap: wrap;
    }

    .jurisprudance-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .jurisprudance-img {
        height: 250px;
    }

    .jurisprudance-img h1, .jurisprudance-img h2 {
        font-size: 22px;
        bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jurisprudance-travel p {
        font-size: 40px;
    }

    .jurisprudance-travel h1 {
        font-size: 22px;
    }

    .jurisprudance {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .jurisprudance-inner {
        flex-wrap: wrap;
    }

    .jurisprudance-item {
        flex: 1 1 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .jurisprudance-img {
        height: 270px;
    }

    .jurisprudance-img h1, .jurisprudance-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

@media (min-width: 1200px) {
    .jurisprudance-travel p {
        font-size: 40px;
    }

    .jurisprudance-travel h1 {
        font-size: 24px;
    }

    .jurisprudance {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .jurisprudance-inner {
        flex-wrap: wrap;
    }

    .jurisprudance-item {
        flex: 1 1 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .jurisprudance-img {
        height: 270px;
    }

    .jurisprudance-img h1, .jurisprudance-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

/* Organization-Ser */

@media (max-width: 599px) {
    .organiztion-travel p {
        font-size: 24px;
    }

    .organiztion-travel h1 {
        font-size: 16px;
    }

    .organiztion {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .organiztion-inner {
        flex-direction: column;
        align-items: center;
    }

    .organiztion-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .organiztion-img {
        height: 200px;
    }

    .organiztion-img h1, .organiztion-img h2 {
        font-size: 18px;
        bottom: 5%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .organiztion-travel p {
        font-size: 30px;
    }

    .organiztion-travel h1 {
        font-size: 18px;
    }

    .organiztion {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .organiztion-inner {
        flex-direction: column;
        align-items: center;
    }

    .organiztion-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .organiztion-img {
        height: 220px; 
    }

    .organiztion-img h1, .organiztion-img h2 {
        font-size: 20px;
        bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .organiztion-travel p {
        font-size: 36px;
    }

    .organiztion-travel h1 {
        font-size: 20px;
    }

    .organiztion {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .organiztion-inner {
        flex-wrap: wrap;
    }

    .organiztion-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .organiztion-img {
        height: 250px;
    }

    .organiztion-img h1, .organiztion-img h2 {
        font-size: 22px;
        bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .organiztion-travel p {
        font-size: 40px;
    }

    .organiztion-travel h1 {
        font-size: 22px;
    }

    .organiztion {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .organiztion-inner {
        flex-wrap: wrap;
    }

    .organiztion-item {
        flex: 1 1 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .organiztion-img {
        height: 270px;
    }

    .organiztion-img h1, .organiztion-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

@media (min-width: 1200px) {
    .organiztion-travel p {
        font-size: 40px;
    }

    .organiztion-travel h1 {
        font-size: 24px;
    }

    .organiztion {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .organiztion-inner {
        flex-wrap: wrap;
    }

    .organiztion-item {
        flex: 1 1 calc(25% - 20px); 
        max-width: calc(25% - 20px);
    }

    .organiztion-img {
        height: 270px;
    }

    .organiztion-img h1, .organiztion-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

/* Project */

@media (max-width: 599px) {
    .project-tite {
        font-size: 24px;
    }

    .project-inner {
        flex-direction: column;
        align-items: center;
    }

    .project-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .project-img {
        height: 200px; 
    }

    .project-img h1, .project-img h2 {
        font-size: 18px;
        bottom: 5%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .project-tite {
        font-size: 30px;
    }

    .project-inner {
        flex-direction: column;
        align-items: center;
    }

    .project-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .project-img {
        height: 220px;
    }

    .project-img h1, .project-img h2 {
        font-size: 20px;
        bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .project-tite {
        font-size: 36px;
    }

    .project-inner {
        flex-wrap: wrap;
    }

    .project-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .project-img {
        height: 250px;
    }

    .project-img h1, .project-img h2 {
        font-size: 22px;
        bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .project-tite {
        font-size: 40px;
    }

    .project-inner {
        flex-wrap: wrap;
    }

    .project-item {
        flex: 1 1 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .project-img {
        height: 270px;
    }

    .project-img h1, .project-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

@media (min-width: 1200px) {
    .project-tite {
        font-size: 40px;
    }

    .project-inner {
        flex-wrap: wrap;
    }

    .project-item {
        flex: 1 1 calc(25% - 20px); 
        max-width: calc(25% - 20px);
    }

    .project-img {
        height: 270px;
    }

    .project-img h1, .project-img h2 {
        font-size: 24px;
        bottom: 10%;
    }
}

/* Business */

@media (max-width: 1199px) {
    .container-business {
        padding: 40px 20px;
    }

    .business-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .business {
        flex-direction: column;
        text-align: center;
    }

    .business img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .business-content {
        max-width: 100%;
    }

    .business h2 {
        font-size: 48px;
    }

    .business h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .button-business {
        padding: 15px 40px;
    }
}

@media (max-width: 991px) {
    .container-business {
        padding: 30px 20px;
    }

    .business-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .business img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .business-content {
        max-width: 90%;
    }

    .business h2 {
        font-size: 42px;
    }

    .business h3 {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .button-business {
        padding: 12px 30px;
    }
}

@media (max-width: 767px) {
    .container-business {
        padding: 20px 15px;
    }

    .business-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .business img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .business-content {
        max-width: 100%;
    }

    .business h2 {
        font-size: 36px;
    }

    .business h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .button-business {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .container-business {
        padding: 15px 10px;
    }

    .business-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .business img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .business-content {
        max-width: 100%;
    }

    .business h2 {
        font-size: 30px;
    }

    .business h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .button-business {
        padding: 8px 15px;
    }
}