*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    font-family: 'Inter';
}

.sticky{
    position: sticky;
    top: 0;
    z-index: 999;
}

header{
    display: flex;
    justify-content: space-between;
    background: #001e62;
    color: #fff;
    padding: 18px 0;
    padding-inline: 60px;
    z-index: 1100;
    transition: z-index .4s ease-in;
    font-size: 14px;
    font-weight: 600;
}

.one{
    display: flex;
    gap: 20px;
}

.one p{
    cursor: pointer;
    transition: 0.4s ease;
    padding: 4px 8px;
    opacity: .6;
}

.one p:hover{
    background-color: #4d6291;
    border-radius: 7px;
    color: #fff;
    opacity: 1;
}

.two{
    display: flex;
    gap: 20px;
}

.two p{
    cursor: pointer;
    transition: 0.4s ease;
    padding: 4px 8px;
    opacity: .6;
}

.two p:hover{
    background-color: #4d6291;
    border-radius: 7px;
    color: #fff;
    opacity: 1;
}

.top{
    padding-inline: 60px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 1.1px;
    background: #fff;
}

.logo{
    display: flex;
    gap: 100px;
}

.three{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
}

.three p{
    cursor: pointer;
    color: #001e62;
    padding: 20px 24px;
}

.three p:hover{
    background: #F2F3F7;
}

.shop{
    display: flex;
    align-items: center;
    gap: 20px;
}

.shop i{
    font-size: 15px;
    color: #FF6D70;
    border-radius: 50px;
    cursor: pointer;
    border: 1.5px solid #001e62;
    padding: 10px;
}

.menu{
    display: none;
}

main{
    display: flex;
    justify-content: space-evenly;
    padding-inline: 60px;
    margin-top: 70px;
    font-family: 'Roboto';
    margin-bottom: 70px;
}

.form{
    background-color: #f2f3f7;
    padding: 56px 48px;
    border-radius: 20px;
}

.intro{
    padding-bottom: 20px;
}

h1{
    font-weight: 400;
    font-size: 28px;
    color: #001E62;
}

label{
    color: #001E62;
    font-size: 17px;
    font-weight: 400;
}

.input-box{
    padding-top: 10px;
    padding-bottom: 20px;
}

.input-box input{
    background-color: #fff;
    border-radius: 8px;
    height: 44px;
    padding: 0px 16px;
    width: 450px;
    font-size: 16px;
    font-family: 'Roboto';
    border: 1px solid #000;
    color: #252F43;
}

.input-box input:focus{
    outline: none;
    border: 2px solid #16A78A;
}

.check{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.checkbox{
    display: flex;
    width: 200px;
    gap: 10px;
    align-items: center;
}

.checkbox p{
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
}

.checkbox .qeck{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    cursor: pointer;
}

.forgot{
    width: 200px;
    font-size: 18px;
    color: #001e62;
    cursor: pointer;
}

.forgot p{
    text-decoration: underline;
}

.btn{
    width: 100%;
    background-image: linear-gradient(135deg, #00A7B5 0%, #001E62 75%, #001E62 100%);
    border-radius: 44px;
    font-size: 16px;
    height: 44px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
}

.box{
    padding: 64px 48px;
    border-radius: 20px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(25% - 64px);
    margin-left: 64px;
    background: linear-gradient(225deg, #ff6d70, #001e62 75%, #001e62);
}

.user i{
    background: #fff;
    border-radius: 50px;
    font-size: 30px;
    padding: 10px 13px;
}

.details{
    margin-top: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.details h2{
    font-size: 27px;
    font-weight: 500;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

.details p{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Roboto';
}

.box button{
    background: #FF6D70;
    color: #000;
    width: 224px;
    height: 44px;
    font-size: 16px;
    padding: 10px 24px;
    cursor: pointer;
    border-radius: 20px;
    border: none;
}

.center{
    background: #f2f3f7;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-inline: 60px;
}

.center h3{
    text-align: center;
    color: #001e62;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 400;
}

.web{
    margin-top: 50px;
    display: flex;
}

.info{
    width: 100%;
}

.info-icon{
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.info-icon i{
    background: #fff;
    border-radius: 50px;
    padding: 15px;
}

.lett{
    text-align: center;
    padding-inline: 20px;
    margin-top: 30px;
}

.lett h6{
    font-size: 25px;
    color: #001E62;
    font-weight: 500;
    padding-bottom: 20px;
}

.lett p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 20px;
    opacity: .5;
}

.lett button{
    width: 100%;
    border: 2px solid #001e62;
    border-radius: 20px;
    height: 40px;
    color: #001e62;
    background: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: .2s ease;
}

.lett button:hover{
    border: 2px solid #FF6D70;
}

footer{
    background: #000C38;
    display: flex;
    justify-content: space-between;
    padding-inline: 60px;
    color: #fff;
}

.foot{
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 40px;
}

.hheed h5{
    font-size: 20px;
    font-weight: 400;
}

.foot a{
    font-size: 14px;
    color: #C1C1C1;
    cursor: pointer;
}

.foot a:hover{
    border-bottom: 1.5px solid #ff6d70;
}

@media (max-width: 640px) {
    header{
        padding-inline: 20px;
    }
    .logo img{
        width: 120px;
    }
    .two{
        display: none;
    }
    .three{
        display: none;
    }
    .top{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-inline: 20px;
    }
    .menu{
        display: flex;
    }
    .menu i{
        background-image: linear-gradient(135deg, #00A7B5 0%, #001E62 75%, #001E62 100%);
        border: none;
    }
    h1{
        font-size: 18px;
    }
    main{
        flex-direction: column;
        gap: 20px;
        padding-inline: 20px;
    }
    .form{
        width: 100%;
    }
    .input-box input{
        width: 100%;
    }
    .check{
        flex-direction: column;
        gap: 20px;
    }
    .checkbox{
        width: 100%;
    }
    .forgot{
        width: 100%;
    }
    .box{
        padding: 34px 18px;
        margin-left: 0;
    }
    .details h2{
        font-size: 22px;
    }
    .details p{
        font-size: 18px;
    }
    .box button{
        width: 100%;
    }
    .info{
        padding-top: 10px;
    }
    .center h3{
        font-size: 22px;
    }
    .web{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .lett h6{
        font-size: 18px;
    }
    .lett p{
        font-size: 15px;
    }
    .lett button{
        width: 200px;
    }
    footer{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 640px) {
    .two{
        display: none;
    }
    .three{
        display: none;
    }
    .logo img{
        width: 130px;
    }
    .top .shop{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu{
        display: flex;
    }
    .menu i{
        background-image: linear-gradient(135deg, #00A7B5 0%, #001E62 75%, #001E62 100%);
        border: none;
    }
    main{
        padding-inline: 0px;
    }
    h1{
        width: 220px;
    }
    .input-box input{
        width: 226px;
    }
    .btn{
        width: 226px;
    }
    .check{
        flex-direction: column;
    }
    .box{
        margin-left: 0px;
        flex-grow: 0;
        flex-shrink: 1;
    }
    .web{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    footer{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 750px) {
    main{
        padding-inline: 60px;
        width: 100%;
        gap: 30px;
    }    
    .form{
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: calc(25% - 64px);
    }
    .box{
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: calc(25% - 64px);
    }
    h1{
        width: 100%;
    }
    .input-box input{
        width: 100%;
    }
    .btn{
        width: 100%;
    }
    .checkbox{
        width: 100%;
        padding-bottom: 10px;
    }
    .forgot{
        width: 100%;
    }
}

@media (min-width: 1050px) {
    .two{
        display: flex;
    }
    .three{
        display: flex;
    }
    .menu{
        display: none;
    }
}

@media (min-width: 1280px) {
    .check{
        flex-direction: row;
    }
    .web{
        display: flex;
    }
    footer{
        display: flex;
    }
}