*{
    margin:0%;
    padding:0%;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

html,body{
    height: 100%;
    width: 100%;
}

#main{
    height: 100%;
    width: 100%;
}

#heading{
    height: 13%;
    width: 100%;
    background-color: white;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 10;
}

#logo{
    height: 70%;
}
#logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
#logo img:hover{
    transform: translateY(-5px); /* moves upward */
}

.text{
    color: rgb(3, 3, 138);
}
.text:hover{
    color: rgb(8, 160, 211);
}

#contactdetails{
    font-weight: lighter;
}

.icon{
    padding: 10px;
    border-radius: 50%;
}
.icon:hover{
    background-color: rgb(155, 210, 244);
}

#login{
    display: flex;
    padding: 10px;
    border-radius: 50px;
}
#login:hover{
    background-color: rgb(70, 200, 243);
}

#try{
    padding: 10px 20px;
    background-color: rgb(15, 146, 240);
    color: white;
}
#try:hover{
    background-color: rgb(1, 1, 59);
}

#fakeheading{
    height: 13%;
    width: 100%;
    background-color: white;
}

#page1{
    height: 87%;
    width: 100%;
}

#strip{
    width: 100%;
    height: 7%;
    background-color: rgb(1, 1, 80);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
#strip u{
    font-weight: lighter;
    margin-left: 20px;
}

#content{
    width: 100%;
    height: 76%;


    background-image: url(https://wp.sfdcdigital.com/en-in/wp-content/uploads/sites/21/2025/08/Frame-2-1-1.png?resize=2048,711);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


    display: flex;
    align-items: center;
    justify-content: center;
}
#content{
    position: relative;
}


#box1{
    height: 90%;
    width: 47%;
}
#box2{
    height: 85%;
    width: 40%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#promovideo{
    width: 85%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.592);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
#promovideo:hover{
    transform: translateY(-8px);
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.899);
}

#box1 h1{
    font-weight: 60;
    color: rgb(1, 1, 55);
    font-size: 50px;
    margin: 30px 10px;
}
#box1 p{
    font-size: x-large;
    color: rgb(0, 0, 20);
    font-weight: lighter;
    margin: 30px 10px;
}

#btns{
    display: flex;
}
#btns1{
    padding: 10px 20px;
    margin: 10px;
    margin-top: 20px;
    color: black;
    background-color: rgb(13, 160, 209);
    width: 23%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(0, 0, 16);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.327);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
#btns1:hover{
    transform: translateY(-8px);
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.899);
    background-color: rgb(163, 217, 238);
}
#btns2{
    padding: 10px 20px;
    margin: 10px;
    margin-top: 20px;
    color: black;
    background-color: rgb(13, 160, 209);
    width: 23%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(1, 1, 20);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.338);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
#btns2:hover{
    transform: translateY(-8px);
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.899);
    background-color: rgb(163, 217, 238);
}

#head{
    width: 100%;
    height: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(3, 3, 80);
}
head h1{
    font-weight: 600;
}


#page2{
    height: 87%;
    padding: 40px 3%;
    box-sizing: border-box;


    background-image: url(https://wp.sfdcdigital.com/en-in/wp-content/uploads/sites/21/2023/03/pb-hp-products-bg.png?resize=2048,625);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#cardsrow{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.cards{
    width: 300px;
    background-color: white;
    border-radius: 14px;
    
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.364);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
.cards:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(20, 30, 50, 0.796);
}







/*.cards img{

    /* initial shadow and transition */
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

/* Hover effect */
/*.cards:hover img{
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(1, 7, 20, 0.186);
}



/*.cardsicon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg,#eaf8ff,#d6fff7);
    box-shadow: 0px 6px 12px rgba(16, 0, 0, 0.129);
}*/






/* title text and link */
.cardstitle{
    font-size: 25px;
    color: rgb(2, 2, 55);
    margin-top: 15px;
    margin-left: 20px;
}
.cards h3:hover{
    color: rgb(2, 107, 142);
}

.cardstext{
    font-size: 17px;
    color: rgb(2, 2, 55);
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 25px;
}

.cardlink{
    color: rgb(2, 2, 55);
    font-weight: 600;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 40px;
}
.cardlink:hover{
    color: rgb(2, 107, 142);
}






#productbtnbox{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
#productbtn{
    background-color: white;
    border: 2px solid rgb(54, 54, 246);
    border-radius: 10px;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(48, 48, 238);
    cursor: pointer;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.592);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
#productbtn:hover{
    background: rgb(207, 236, 246);
    color: black;
    border: 2px solid black;
    transform: translateY(-8px);
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.899);
}

