body,h1 {
    margin:0;
    padding:0;
    font-family: 'Rubik', sans-serif;
    font-family: 'Ubuntu', sans-serif;
}

/*____________________________________MAIN*/

main {
    min-height: 175px;
    background:#f3f3f3;
    padding:40px 10px;
}

main h1{
    color:rgb(47, 0, 255);
    font-weight: 300;
}

main>div {
    max-width:1080px;
    margin:auto;
    text-align: center;
    position:relative;
    top:30px;
}
main p {
    padding:10px;
    max-width:750px;
    margin:auto;
    margin-top:20px;
}

/*____________________________________countriesSlider*/

#countriesSlider {
    background:#f3f3f3;
    padding-bottom:50px;
}
#countriesSlider > div{
    max-width:500px;
    margin:auto;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#countriesSlider>div>img{
    width:150px;
    justify-self: center;
}
/*____________________________________applicationForm*/

#applicationForm{
    padding:40px 0;
    background:  url('../images/contactsBackground.jpg') fixed;
    position: relative;
    min-height: 850px;
}

#applicationForm > div#formDivOne {
    position: relative;
    top: 85px;
    max-width:1080px;
    margin:auto;
    color: white;
    border-radius:10px;
}
#applicationForm > div#formDivOne>h2{
    padding: 20px 0; 
    text-align: center;
    color:white ;
}
#applicationForm > div#formDivOne>form{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(225px,1fr));
    padding:30px 20px;
    grid-gap:25px;
}

#applicationForm > div#formDivOne>form>div>div{
    width:auto;
}

#applicationForm > div#formDivOne>form>div>div>input{
    width:100%;
}

#submitButton >button{
    width:100%;
    position:relative;
    top:54px;
}

.custom-shape-divider-bottom-1693137376 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1693137376 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 200px;
}

.custom-shape-divider-bottom-1693137376 .shape-fill {
    fill: #F3F3F3;
}

.custom-shape-divider-top-1693148610 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1693148610 svg {
    position: relative;
    display: block;
    width: calc(133% + 1.3px);
    height: 110px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1693148610 .shape-fill {
    fill: #F3f3f3;
}

/*____________________________________RESPONSIVE*/

@media all and (max-width: 1100px){

    #applicationForm > div#formDivOne{
        margin:15px;
    }

    #submitButton >button{
        top:20px;
    }
}

@media all and (max-width: 903px){
    #cards >div{
        max-width:600px;
    }
    #submitButton >button{
        top:4px;
    }
}

@media all and (max-width: 810px){
    #applicationForm{
        min-height: 1200px;
    }
}

@media all and (max-width: 564px){
    #applicationForm{
        min-height: 1450px;
    }
}

@media all and (max-width: 564px){
    #countriesSlider>div>img{
        width:100px;
        justify-self: center;
    }
}

@media all and (max-width: 412px){
    #applicationForm{
        min-height: 1600px;
    }
}

@media all and (max-width: 325px){
    #cards>div>div{
        margin:5px;
        padding:5px;
        justify-self: left;        
    }

    nav div a {
        margin:0;
    }
}