@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tagesschrift&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
    body{
    background-color: black;
    overflow-x: hidden;
}
.main{
    background-image: url(images/IN-en-20250512-TRIFECTA-perspective_688b8c03-78cb-46a6-ac1c-1035536f871a_medium.jpg);
    background-position: center center;
    background-size: max(1200px, 100vw);
    background-repeat: no-repeat;
    height: 86vh;
    position: relative;
}
.main .box{
    height: 86vh;
    width: 100%;
    opacity: 0.69;
    position: absolute;
    top: 0;
    background-color: black;
}
nav{
    max-width: 80vw;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    padding: 13px;
}
nav img{
    color: red;
    width: 140px;
    position: relative;
    z-index: 10;

}
nav button{
    position: relative;
    z-index: 10;
}
.hero{
    font-family: 'Popins', sans-serif;
    height: calc(100% - 122px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding: 17px;

}
.hero> :first-child{
    font-weight: bolder;
    font-size: 48px;
    text-align: center;
}
.hero> :nth-child(2){
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.hero> :nth-child(3){
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.curve-container{
    content: "";
    height: 20px;
    background-color: red;
    width: 100%;
    height: 1%;
    background: linear-gradient(45deg);
    border-radius: 100% 100% ;
}
.btn{
    font-family: 'Popins', sans-serif;
    padding: 7px 20px;
    font-weight: bold;
    font-weight: 400;
    background-color:rgba(23, 23, 23, 0.7);
    color: white;
    border-radius: 4px;
    border: 1px solid rgba(223, 219, 219, 0.5);
    cursor: pointer;
}
.btn-red{
    background-color: red;
    color: white;
    font-weight: ;
    padding: 6px 24px;
    font-size: 20px;
    border-radius: 4px;
    border: none;
}
.btn-red-sn{
    background-color: red;
    color: white;
    padding: 7px 20px 7px 20px;
    border: none;
    font-weight: 600;
    
}
.hero-buttons{
    display : flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

}
.main input{
    padding: 7px 100px 8px 14px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(223, 219, 219, 0.5);
    
}
.first{
    color: white;
    padding: 50px 20px 5px 110px;
    font-size: 24px;
    font-weight: 500;
}
.outer{
    padding: 0 130px 20px 110px;
    /* border: 2px solid red; */
    display: flex;
    margin: auto;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-y: hidden;
    animation-delay: 0ms;
}
.item{
    height: 250px;
    min-width: 175px;
    /* border: 2px solid white; */
    margin: 22px;
    transition: transform 0.3s ease-in-out;
    /* background-color: aqua; */
}
.item:hover{
    transform: scale(1.08);
    z-index: 1;
}
.item img{
    height: 100%;
    width: 100%;
    border-radius: 0.5rem;
}
.image-num{
    position: relative;
    bottom: 110px;
    right: 7px;
    font-size: 5.25rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: black;
    -webkit-text-stroke: 1px white;
    text-shadow: 0 0 4px white;
}
.second{
    color: white;
    padding: 20px 20px 5px 110px;
    font-size: 23px;
    font-weight: 500
}
.outer2{
    /* border: 2px solid red; */
    padding: 0 130px 20px 110px;
    display: flex;
    margin: auto;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-y: hidden;
}
.item2{
    height: 280px;
    width: 294.2px;
    /* border: 2px solid white; */
    margin: 16px;
    /* background-color: aqua; */
    background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    border-radius: 0.9rem;
    overflow: hidden;
}
.third{
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 28px 18px 16px 16px;
}
.fourth{
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 500;
    margin: 16px 18px 20px 16px;

}
.icon{
    position: relative;
    bottom: -15px;
    left: 190px;

}
.icon img{
    width: 90px;
    height: auto;
}
.fifth{
    color: white;
    padding: 20px 20px 15px 110px;
    font-size: 23px;
    font-weight: 500
}
.container{
    /* border: 2px solid red; */
    width: 1290.8px;
    height: 616px;
    padding: 0 130px 20px 110px;


}
.tox:hover{
    background-color: rgb(67, 67, 67);
    transition: all 0.2s ease-in-out;
}
.tox{
    background-color: rgb(45, 45, 45);
    height: 84px;
    width: 1260.8px;
    margin-bottom: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 29px ;
    padding-right: 29px;
    font-size: 20px;
    cursor: pointer;
}
.plus{
    font-size: 40px;
    font-weight: 300;
}
.end{
    font-family: 'Popins', sans-serif;
    height: calc(100% - 122px);
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding: 30px;
}
.end input{
    padding: 7px 340px 8px 14px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(223, 219, 219, 0.5);
    
}
.btn-red{
    background-color: red;
    color: white;
    font-weight: ;
    padding: 6px 24px;
    font-size: 20px;
    border-radius: 4px;
    border: none;
}
.questions{
    padding : 34px 0 ;
    color: rgba(255, 255, 255, 0.7);
}
footer{
    color: white;
    margin: auto;
    max-width: 70vw;
}
.footer a{
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}
.footer-item{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 55px;
}
.ending{
    padding-top: 33px;
    color: rgba(255, 255, 255, 0.7);
}
.last{
    padding-top: 33px;
    padding-bottom: 20rem;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}