*{
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: noto;
    src: url(fonts/noto.ttf);
}

body{
    font-family: noto;
}

.container{
    display: flex;
    width: 100%;
    height: 100vh;
}

.leftside{
    width: 50%;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    padding-top: 150px;
}

.package{
    display: flex;
    width: 60%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.package span{
    position: absolute;
    top: -7px;
    left: 52px;
}

.package span h6{
    padding: 0px 8px;
    background: black;
    border-radius: 20px;
    color: white;
}

.packegeIcon{
    display: flex;
    justify-content: center;
    padding: 14px 0px;
    border: 2px solid black;
    border-radius: 20px;
}

.package img{
    width: 50%;
}

.package .heading {
    font-size: 16px;
    font-weight: 700;
}

.feeSection{
    display: flex;
    flex-direction: column;
    
}

.charges{
    display: flex;
    gap: 250px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}

.sar h4{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.767);
    /* font-weight: 600; */
}

.subHeading h4{
    font-size: 16px;
    font-weight: 500;
}

.complimentry h4{
    font-size: 16px;
    font-weight: 500;
}

.total{
    display: flex;
    width: 60%;
    justify-content: space-between;
}

.total .totalSar h3{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.total .totalHeading h3{
    font-size: 16px;
    font-weight: 700;
}

/* leftside end  */

.rightside{
    width: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightside form{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
    width: 80%;
    position: relative;
}

form label{
    font-size: 16px;
    font-weight: 600;
}

form input{
    padding: 15px ;
    
    border-radius: 15px;
    border: 1.5px solid #D9D8DD;
}

#email{
    border: 1.5px solid #7047EB;
}



#tel{
    
    
    text-align: center;
}

span{
    display: flex;
    position: absolute;
    top: 275px;
    left: -1px;
    gap: 8px;
    padding-left: 15px;
    /* border: 1.5px solid #D9D8DD; */
    /* padding: 10px; */
    /* border-radius: 15px 0px 0px 15px; */
}

span h5{
    font-weight: 400;
    font-size: 12px;
}

span h6{
    font-weight: 100;
    color: rgba(128, 128, 128, 0.272);
    /* font-size: 15px; */
}

form input::placeholder{
    text-align: right;
}

form .cityPostal{
    width: 100%;
}

/* #city{
    width: 48%;
} */

/* input[type="number"]{
    width: 20%;
} */

form button{
    background: #41030C;
    color: white;
    font-family: noto;
    border-radius: 15px;
    padding: 10px 35px;
    cursor: pointer;
}




/* responsive  */


@media (max-width: 600px){
    .container{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 110vh;
    }
    
    .leftside{
        width: 100%;
        background: #F2F2F2;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        gap: 10px;
        padding-top: 40px;
    }
    
    .package{
        display: flex;
        width: 80%;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    
    .package span{
        position: absolute;
        top: -7px;
        left: 52px;
    }
    
    .package span h6{
        padding: 0px 8px;
        background: black;
        border-radius: 20px;
        color: white;
    }
    
    .packegeIcon{
        display: flex;
        justify-content: center;
        padding: 14px 0px;
        border: 2px solid black;
        border-radius: 20px;
    }
    
    .package img{
        width: 50%;
    }
    
    .package .heading {
        font-size: 16px;
        font-weight: 700;
    }
    
    .feeSection{
        display: flex;
        flex-direction: column;
        
    }
    
    .charges{
        display: flex;
        gap: 150px;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 500;
    }
    
    .sar h4{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.767);
        /* font-weight: 600; */
    }
    
    .subHeading h4{
        font-size: 16px;
        font-weight: 500;
    }
    
    .complimentry h4{
        font-size: 16px;
        font-weight: 500;
    }
    
    .total{
        display: flex;
        width: 80%;
        justify-content: space-between;
    }
    
    .total .totalSar h3{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 16px;
        font-weight: 700;
    }
    
    .total .totalHeading h3{
        font-size: 16px;
        font-weight: 700;
    }
    
    /* leftside end  */
    
    .rightside{
        width: 90%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px auto;
    }
    
    .rightside form{
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: right;
        width: 80%;
        position: relative;
    }
    
    form label{
        font-size: 16px;
        font-weight: 600;
    }
    
    form input{
        padding: 15px ;
        
        border-radius: 15px;
        border: 1.5px solid #D9D8DD;
    }
    
    #email{
        border: 1.5px solid #7047EB;
    }

    hr{
        opacity: .5;
        width: 90% !important;
    }
    
    
    
    #tel{
        
        
        text-align: center;
    }
    
    span{
        display: flex;
        position: absolute;
        top: 275px;
        left: -1px;
        gap: 8px;
        padding-left: 15px;
        /* border: 1.5px solid #D9D8DD; */
        /* padding: 10px; */
        /* border-radius: 15px 0px 0px 15px; */
    }
    
    span h5{
        font-weight: 400;
        font-size: 12px;
    }
    
    span h6{
        font-weight: 100;
        color: rgba(128, 128, 128, 0.272);
        /* font-size: 15px; */
    }
    
    form input::placeholder{
        text-align: right;
    }
    
    form .cityPostal{
        width: 100%;
    }
    
    /* #city{
        width: 48%;
    } */
    
    /* input[type="number"]{
        width: 20%;
    } */
    
    form button{
        background: #41030C;
        color: white;
        font-family: noto;
        border-radius: 15px;
        padding: 10px 35px;
        cursor: pointer;
        margin-bottom: 10px;
    
    }

    .hr{
        display: none;
    }

    hr{
        display: flex;
    }
    
}