*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: hsla(270, 20%, 96%, 0.315);
    font-family: RubikReg;
}
.purpleshape{
    height: 570px;
    background: linear-gradient(to left,hsl(293, 76%, 56%),hsl(264,100%,61%));
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    width: 550px;
    margin-left: -140px;
    position: relative;
}
.grayshape{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 550px;
    background-color: hsla(270, 20%, 96%, 0.432);
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    width: 35%;
    margin-right: -180px;
}
.cont{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: -50px;
}
.phoneshape{
    position: relative;
    height: 525px;
    width: 250px;
    background-color: hsl(270, 20%, 96%);
    border: 10px solid hsl(0, 100%, 100%);
    border-radius: 30px;
    box-shadow: 10px 10px 30px rgba(119, 121, 119, 0.3);
    margin-left: 350px;
    margin-top: 60px;

}.dinisland{
    position: absolute;
    top: 0;
    left: 48px;
    background-color: hsl(0, 100%, 100%);
    height: 18px;
    width: 140px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.phoneheader{
    background: linear-gradient(to left,hsl(293, 76%, 56%),hsl(264,100%,61%));
    height: 70px;
    width: 100%;
    border-radius: 20px 20px 10px 10px;
    padding: 15px;
}
.insideheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.headerinfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.backicon{
    color: #fff;
    font-family: RubikLight;
    height: 20px;
    width: 5px;
    margin-right: 3px;
}
.pfp{
    border-radius: 50%;
    border: 2px solid #f3f0f0;
    height: 30px;
    width: 30px;
}
.userinfo{
    margin-left: 4px;
}
.name{
    color: #fff;
    font-size: 12px;
}
.status{
    color: hsl(270, 4%, 82%);
    font-size: 10px;
}
.moreicon{
    width: 20px;
    height: 20px;
    stroke: #fff;
}
.messages{
    padding: 5px;
}
.msg1,.msg2,.msg5,.cost1,.cost2{
    background-color: hsla(266, 15%, 91%, 0.925);
    height: 40px;
    width: 160px;
    margin-top: 5px;
    border-radius: 12px 12px 12px 7px;
    color: hsl(276, 55%, 52%);
    font-size: 10px;
    padding: 8px;
}
.msg2{
    position: relative;
}
.msg5{
    height: 50px;
}
.dogoimg{
    width: 40px;
    height: 40px;
    border-radius: 12px;
}
.usermsg{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.picmsgs{
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.msg3,.msg4{
    display: flex;
    background-color: hsl(0, 0%, 100%);
    height: 40px;
    width: 160px;
    font-size: 10px;
    margin-top: 8px;
    border-radius: 12px 12px 7px 12px;
    color: hsl(267, 4%, 55%);
    padding: 10px;
    align-items: center;
}
.msg4{
    width: 100px;
    height: 28px;
}
.grouping{
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.cost1,.cost2{
    color: #fff;
    width: 180px;
    height: 38px;
    margin-top: 7px;
    padding: 9px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to left,hsl(293, 76%, 56%),hsl(264,100%,61%));
}

.circle{
    background: hsl(264,100%,61%);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
}
.price{
    font-family: RubikBold;
    font-size: 16px;
}
.askbar{
    display: flex;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    box-shadow: 3px 3px 30px #c4c0c062;
    border-radius: 30px;
    background-color: hsl(0, 100%, 100%);
    color: #7c7979;
    font-size: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.askbarp{
    margin-left: 5px;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(271, 36%, 24%);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.textdiv{
    position: absolute;
    top: 160px;
    left: 330px;
    width: 450px;
}
h1{
    color: #202020e8;
    letter-spacing: 1.5px;
}
.paragraph{
    margin-top: 20px;
    color: hsl(260, 3%, 66%);
    line-height: 1.5;
}
.notvisible{
    display: none;
}
@font-face {
    font-family: RubikBold;
    src: url(fonts/Rubik-Bold.ttf);
}
@font-face{
    font-family: RubikReg;
    src: url(fonts/Rubik-Regular.ttf);
}
@font-face{
    font-family: RubikLight;
    src: url(fonts/Rubik-Light.ttf);
}
@media(max-width: 700px){
    .purpleshape,.grayshape,.cont{
        display: none;
    }
    body{
        background: #0000AA;
    }
   
    .notvisible{
        display: block;
        color: hsl(300, 10%, 94%);
        font-family: serif;
        text-align: start;
        font-size: 24px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        letter-spacing: 2px;
    }
     .emoji{
        margin-top: 250px;
        margin-left: 20px;
        font-size: 50px;
    }

}
