@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap')

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    margin: auto;
    z-index: 0;
}

html{
    scroll-behavior: smooth;   
}

a {
    text-decoration: none;
}

.text-primary {
    color: #000000;
}
/************************************************************************************************************/

/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
.kujundid{
    color: #89cff0;
}
/************************************************************************************************************/

#navbar {
    background: #ffb04d;
    color: #000000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
}

#navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
}

#navbar ul li a {
    color: #000;
    padding: 1.0rem;
    margin: 0 0.25rem;
    transition: transform 5.45s, background-color 0.45s, border-radius 0.45s;
    transform: scale(1);
}

#navbar ul li a:hover {
    background: #89cff0;
    border-radius: 500px;
    transform: scale(1.20);
}

/**************************************************************************************/
.logo {
    display: block;
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.logo:hover {
    filter: brightness(0.8);
}
/**************************************************************************************/

#Esileht {
    background: url(beach.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem; 
    text-align: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;

}

#Esileht h1 {
text-align: center;
padding-top: 45px;
font-size: 28px;
    color: #000;
}

#Esileht h2 {
    text-align: center;
    font-size: 20px; 
}


#homeinfo {
background-color:rgba(137, 207, 240, 0.815);
height: 150px;
width: 300px;
margin-top: 90%;
border-radius: 20px;
}


.two:hover{
    transition: 0.35s;
    transform: scale(1.33)
}


#homebutton h3{
    background-color: #ffb04d;
    font-size: 25px;
    border-radius: 20px;
    text-align: center;
    width: 180px;
    height: 40px;
    padding-top: 15px;
    margin-left: 60px;
    padding: 30;

}


/**************************************************************************************/
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
.contentbox {
    border-radius: 20px;
    box-shadow: inset 0 0 100px #f8a100;
}
.contentbox:hover{
    transform: scale(1.15);
}
.standardtransition{
    transition-timing-function: ease-in;
    transition: 0.35s;
    
}
.standardtransitioncolor{
    transition-timing-function: ease-in;
    transition: 0.35s;
    
}
.scaleup:hover{
    transition: 0.35s;
    transform: scale(1.33)
}
.popups{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}





#mintagune{
    background-color: #ffe580;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    text-align: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.gridMIN {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.squareMIN {
    width: 400px;
    height: 600px;
    background-color: #ffdab9;
    text-align: center;
    line-height: 110px;
    padding: 20px;
}

.squareMIN h1{
    position: center;
    padding: px 5px;
}
.squareMIN p{
    overflow: hidden;
    word-wrap: break-word;
    line-height: 22px;
    text-align: left;
}
.squareMIN h3{
     margin-top: -50px;
     font-size: 30px;
    
}
/**************************************************************************************/
#HarTagune{
    background-color: #ffdab9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    text-align: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.gridHAR {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.squareHAR {
    width: 400px;
    height: 600px;
    background-color: #ffdab9;
    text-align: center;
    line-height: 110px;
    padding: 20px;
}

.squareHAR h1{
    position: center;
    padding: px 5px;
}
.squareHAR p{
    overflow: hidden;
    word-wrap: break-word;
    line-height: 22px;
    text-align: left;
}


/*************************************************************************************/
#KogTagune{
    background-color: #ffe580;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    text-align: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.gridKOG {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.squareKOG {
    width: 400px;
    height: 600px;
    background-color: #ffdab9;
    text-align: center;
    line-height: 110px;
    padding: 20px;
}

.squareKOG h1{
    position: center;
    padding: px 5px;
}
.squareKOG p{
    overflow: hidden;
    word-wrap: break-word;
    line-height: 22px;
}
/*************************************************************************************/
#OskTagune{
    background-color: #ffdab9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    text-align: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.gridOSK {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 70px;
}

.squareOSK {
    width: 250px;
    height: 250px;
    background-color: #ffdab9;
    text-align: center;
    line-height: 110px;
}

.squareOSK:hover{
    transition: 0.35s;
    transform: scale(1.33);
    background-color: #89cff0;
    border-radius: 10px;
}

.squareOSK img{
    width: 200px;
    height: 200px;
    object-fit: center;
    border-radius: 8px; margin-top: 25px;
}

/*************************************************************************************/
#ProjTagune{
    background-color: #ffe580;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    text-align: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.gridPROJ {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.squarePROJ {
    width: 350px;
    height: 500px;
    background-color: #ffdab9;
    text-align: center;
    line-height: 110px;
    padding: 20px;
}

.squarePROJ h1{
    position: center;
    padding: px 5px;
}
.squarePROJ p{
    overflow: hidden;
    word-wrap: break-word;
    line-height: 22px;
}

/*************************************************************************************/
#footers{
    background-color: #ffdab9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    text-align: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33vh;
}
#footers a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
}

#footers a:hover {
    color: #ccc;
}
/*************************************************************************************/