
/* I couldn't figure out how to make this font work properly  (T , T)  */
@font-face {
    font-family: "noto-regular";
    src: url(fonts/NotoSans-Regular.ttf);
}
@font-face {
    font-family: "noto-medium";
    src: url(fonts/NotoSans-Medium.ttf);
}
@font-face {
    font-family: "noto-bold";
    src: url(fonts/NotoSans-Bold);
}
@font-face {
    font-family: "noto-black";
    src: url(fonts/NotoSans-Black);
}


.logo {
    position: absolute; left: 25px; top: 30px;
}

.icons {
    position: absolute; right: 25px; top: 45px;
    display: flex;
    gap: 20px;
}

.search{
    background-color: #e5e5e5;
    width: auto;
    height: auto;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 40px;
    border-style: solid;
    border-color: #9b9b9b;
    border-radius: 30px;
    border-width: 2px;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
}

.delivery{
    background-color: #e5e5e5;
    margin-inline: -15px;
    margin-top: 40px;
    padding-left: 15px;
}

.card1{
    background-image: url(images/card1.png);
    background-size: cover;
    min-height: 449px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
    border-radius: 15px;
    
}

.card1 h4{
    font-family:  sans-serif; 
    font-size: 36px;
    font-weight: 800;
    padding-top: 290px;
    padding-right: 20px;
    color: #004484;
    display: inline-block;
    background-color: #FBD914;
    padding: 5px 30px 5px 10px;
    position: absolute; 
    right:23px;
    top: 430px;
}

.card1 p{
    font-family:  sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-right: 0px;
    padding-top: 190px;
    color: #004484;
    display: inline-block;
    background-color: #FBD914;
    padding: 5px 30px 5px 10px;
    position: absolute;
    right: 23px;
    top: 525px;
}

.shop{
    font-family:  sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: white;
    margin: -70px 47% 20px 47%;
    border-radius: 30px;
    padding: 1px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease, border 0.3s ease;
}

.shop:hover{
    color: #004484;
    border: 3px solid #004484;
    border-radius: 30px;
    box-shadow:  0 0 3px black;
    cursor: pointer;
}

.card2{
    background-image: url(images/card2.jpeg);
    background-color: aqua;
    min-height: 450px;
    background-size: cover;   
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
    border-radius: 15px;
    
}

.card2 p{
    font-family:  sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-left: 0px;
    padding-top: 190px;
    color: #004484;
    display: inline-block;
    background-color: #FBD914;
    padding: 5px 30px 5px 10px;
    position: absolute;
    left: 23px;
    top: 1100px;
}

.schedule{
    text-align: center;
    background-color: white;
    margin: 20px 40% 20px 40%;
    border-radius: 30px;
    padding: 10px;
    position: absolute;
    top: 1085px;
    margin-left: 86%;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease, border 0.3s ease;
}

.schedule:hover{
    color: #004484;
    border: 3px solid #004484;
    box-shadow:  0 0 3px black;
    border-radius: 30px;
    cursor: pointer;
}

.card3{
    background-image: url(images/card3.png);
    background-color: aqua;
    min-height: 450px;
    background-size: cover;   
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 100px;
    border-radius: 15px;
    
}

.card3 p{
    font-family:  sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding-right: 0px;
    padding-top: 250px;
    color: white;
    display: inline-block;
    position: absolute;
    left: 95px;
    top: 1290px;
}

.read{
    font-family:  sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #004484;
    text-align: center;
    background-color: white;
    margin: 20px 42% 20px 42%;
    border-radius: 30px;
    padding: 10px;
    position: absolute;
    top: 1620px;
    margin-left: 80px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease, border 0.3s ease;
}

.read:hover{
    color: #004484;
    border: 3px solid #004484;
    box-shadow:  0 0 3px black;
    border-radius: 30px;
    cursor: pointer;
} 

.bold-container{
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(2, 1fr);
    margin: auto;
    margin-top: 50px;
}

.item{
    font-family:  sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    padding: 50px;
    padding-left: 20%;
    padding-right: 20%;
    color: #ffffff;
    background-color: black;
}

*{
    box-sizing: border-box;
}
.others {
    float: left;
    width: 25%;
    height: 80px;
    padding: 20px;
    font-family:  sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #e5e5e5;
    background-color: black;
}

.other-container:after {
    content: "";
    display: table;
    bottom: 30px;
}
    
/* this is really hard :) */