body {
font-family: "Space Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
html {
    scroll-behavior: smooth;
}
.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
h1{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #E62B29;
    font-weight: 700;
}
h2{
    text-align: justify
}
p {
    text-align: justify;
}

.radius{
    border: 1.5dvh solid white;
    border-radius: 4dvh;
}

.circle {
    border-radius: 50%;
}
.card{
    background: #F8F9FA;
}
.bgc-red{
    background-color: #E62B29;;
}
.red {
    color: #E62B29;
}
.size{
   height: 60dvh;     
    overflow: hidden;
}
@media (max-width: 640px){
    .size-min{
        min-height: 60dvh;
    }
    .size-p{
        font-size: 10px;
    }
    .size{
        position: relative;
        display: flex;
        /* height: 80dvh;  */
        justify-content: center;
        overflow: visible;
        }
    .size-1{
        position: absolute;
        height: 95dvw;
        }
        .size-2{
        position: absolute;
        top: 40dvh; 
        left: 28dvw; 
        width: auto; 
        height: 40dvw;
        }
        .size-3{
        position: absolute;
        top: 16dvh; 
        left: 57dvw; 
        width: auto; 
        height: 35dvw;
        }
}
@media (min-width: 640px) and (max-width: 768px){
    .size-min{
        min-height: 50dvh;
    }
    .size{
        position: relative;
        display: flex;
        height: 70dvh; 
        justify-content: center;
        overflow: visible;
        }
    .size-1{
        position: absolute;
        height: 70dvw;
        }
        .size-2{
        position: absolute;
        top: 50dvh; 
        left: 28dvw; 
        width: auto; 
        height: 25dvw;
        }
        .size-3{
        position: absolute;
        top: 12dvh; 
        left: 46dvw; 
        width: auto; 
        height: 25dvw;
        }
}
@media (min-width: 768px) and (max-width: 1020px) {
    .size{
        position: relative;
        display: flex;
        height: 70dvh; 
        justify-content: center;
        overflow: visible;
        }
    .size-1{
        position: absolute;
        height: 50dvw;
        }
        .size-2{
        position: absolute;
        top: 45dvh; 
        left: 12dvw; 
        width: auto; 
        height: 20dvw;
        }
        .size-3{
        position: absolute;
        top: 12dvh; 
        left: 30dvw; 
        width: auto; 
        height: 20dvw;
        }

}
@media (min-width: 1024px){
    .size{
        overflow: visible;
    }
    .size-1{
        max-width: 100%; 
        height: 100%;
        }
        .size-2{
            position: absolute; top: 60%; left: 50%; width: auto; height: 23dvh;
        }
        .size-3{
            position: absolute; top: 10%; left: 65%; width: auto; height: 25dvh;
        }
}
a {
    color: black;
    text-decoration: none;
}
.hover{
    background-color: #E62B29; 
    color: white;
    transform: scale(1.05); /* Slight scaling effect */
    transition: transform 0.3s ease;
}
