@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Quattrocento:wght@400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

:root{
--sonic-silver: #707070ff;
--ghost-white: #f0eff4ff;
--gunmetal: #292f36ff;
--antique-ruby: #93032eff;
--emerald: #23ce6bff;
}


*, *::before, *::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: rgb(0, 0, 0);
    font-family: 'Quattrocento Sans', sans-serif;
    min-height: 160vh;
    color:#f0eff4ff;

}

h1, h2,h3, h4, h5, h6{
    font-family: 'Quattrocento', serif;
    color: #f0eff4ff;  
}

input, select, textarea, button {font-family: inherit;}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 40px calc(.2 * 100vw);
    z-index: 999;
}

header .logo{
    position:relative;
    font-weight: 700px;
    color: #f0eff4ff;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
}

header ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li{
    position: relative;
    list-style: none;
}

header ul li a{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #f0eff4ff;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.6s;
}

header.sticky{
    padding: 5px 100px;
    background: #f0eff4ff;
}

header.sticky ul li a{
    color:#292f36ff;
}
header.sticky .logo{
    color:#292f36ff;
}

.banner{
position: relative;
width: 100%;
height: min(80vh, calc(.8 * calc(.5625 * 100vw)));
background-image: url(./img/bg3-2.png);
background-repeat: no-repeat;
background-size: cover;
}

/*################## INDEX section-about ##########################*/

#section-about{
    margin-top: 100px;
    margin-bottom: 100px;
    overflow:hidden;
}

#section-about .prime-card h2, h3{
    color:#f0eff4ff;

}

#section-about .card{
    border-style: solid;
    border-color: #f0eff4ff;
    border-width: 1px;
    color: #f0eff4ff;
    background-color: #000;
}

#section-about .visa-card h2, h3{
    color:#f0eff4ff;
}

.prime-card{

}

.four-cards .card-body{
    background-image: url(./img/300x300-blablo.jpg) ;
    line-height: 1.9rem;
}

input, select, textarea, button {font-family: inherit;}

.address{
    padding-top: 100px;
    line-height: 2.1em;
}

.address a{
    text-decoration: none;
    color: #23ce6bff;
}

#section-about a{
    text-decoration: none;
    color: yellow;
}

#section-about a:hover {
    text-decoration:underline;
    color: yellow;
}


/*################## INDEX section-contact ##########################*/


#section-contact a{
    text-decoration: none;
    color: yellow;
    overflow:hiddens;
}

#section-contact a:hover {
    text-decoration:underline;
    color: yellow;
}


.custom-form-style-1 {
    background-color: #000;
    padding:30px 30px;
    border-width: 2pxS;
    border-style: solid;
    border-color: #f0eff4ff;
    border-radius: 20px;
    position:relative;
    margin-bottom: -100;
}

.eagle{
    display:flex;
    max-width:300px;
    min-width: 300px;
    min-height: 200px;
    /*margin-top: calc(calc(100vh - 100vw) * .16);
    margin-left: calc(100vw * -0.9234);*/
    margin-bottom: 50px;
    background-image:url("./img/300x200-eagle.jpg");
    background-repeat: no-repeat, no-repeat;
    z-index: 99;
    text-align:end;
    align-content:flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    color: #f0eff4ff;
    border-radius: 25px;
    
}

#buttonish.buttonish{
    background-color: var(--cool-grey);
    color:#f0eff4ff;
    margin-bottom: -100px;
    /*margin-left: 200px;*/
    border-radius: 25px;
    padding: 5px 5px;
}

.sem{
    width: 300px;
    height: 120px;
    margin: 5px 50px;
    border-radius: 25px;
}

.text-aliceblue{
    color: aliceblue;
}

.ukraine{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    color: black;
    height: 150px;
    width: 238px;
    border-radius: 25px;
    margin: 5px 50px;
    background-image:url("./img/ukraine.jpg");
}

.contact-heading{
    justify-content: center;
    align-items:baseline;
}

.contact-heading i{
    margin-right: 20px;
    font-size: 2.3em;
}

.contact-heading h2{
    font-size: 3.3em;
}

#section-contact ul{
    list-style: none;
    margin-top: 30PX;
    line-height: 1.5em;
}

#section-contact ul li a{
    text-decoration: none;
    color: #f0eff4ff;
}




@media (max-width: 575.98px) {

    header{

        padding: 40px calc(.1 * 100vw);

    }
    
    header.sticky{
        padding-left: 20px;

    }

    header ul{
        padding-left: calc(.45 * 100vw);
    }

    header .logo{
        display: none;
    }

    .address{
        padding-top: 50px;
    }

    .banner{
        margin-top: 50px;
    }

    .three-cards{
        display: flex;
        flex-direction: column;
    }

}

@media (max-width: 767.98px) {


}

@media (max-width: 991.98px) {


}

@media (max-width: 1199.98px) {


}






