*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
    width: 100vw;
    overflow-x: hidden;
}


header{position: fixed; top:0; left: 0; background-color: white;
    z-index: 3;
    width: calc(100vw - 20vw);
    padding: 5px 10vw;
    display: flex;
    justify-content: space-between;
    align-items:center ;
 
}
.flex-row-between{
    display: flex;
    justify-content: space-between;
    align-items:center ;
    flex-wrap: wrap;
}
.flex-row-center{
    display: flex;
    justify-content: center;
    align-items:center ;
    flex-wrap: wrap;
}
.flex-row-arround{
    display: flex;
    justify-content:space-around;
    align-items:flex-start ;
    flex-wrap: wrap;
}
a {
    all: unset;
    cursor: pointer;
}
#mob-part{
    display: none;
}
#mobile1{
    z-index: 4;
    background-color: white;
    position: fixed;
    top: 60px;
    left:0;
    width: 100%;
    display: none;
    ul{
    width: 100%;
        padding: 10px;

       a{
            font-size: 20px;
            width: calc(100% - 20px);
            margin: 10px 0;
            
        }
    }
}
.flex-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
nav{
    width: 600px;
    
}
#toggle-i{
    display: none;
}
ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center ;
    width: 100%;
}
.menu{
    font-size: 17px;
    font-weight: 500;}


    /* section1 */
    .section1 img{
        width: 100vw;
        height: auto;
    }
    .sec1p1{
        background-image: url(img/banner\ background.jpg);
        background-size: 100% 100%;
        width: 100vw;
        height: 45vw;
        padding:0 2vw;
    }
h1{
    font-size: 3.7rem;
}
    h5{
        font-family:Georgia, 'Times New Roman', Times, serif;
            color: #ba0731;
            font-weight: 200;
            font-size: 2.8rem;
            text-align: center;
    }
    /* section2 */
    .section2{
        background-color: #f8f3eb;
        padding: 2vw 12vw;
        text-align: center;
        #shi{
            font-family:Georgia, 'Times New Roman', Times, serif;
            color: #ba0731;
            font-weight: 200;
            font-size: 2.8rem;
        }
        p{
            font-weight: 700;
            font-size: 16px;
           padding: 20px 6vw 3vw;
        }
    }
    .card1{
        position: relative;
        width: 300px;
        height: 420px;
        /* background-color: black; */
        /* background-image: url(img/user.png); */
        background-size: 100% auto;

        .play{
            position: absolute;
left:calc((100% - 4rem)/2); top: 45%; font-size: 4rem;
            color: white;
        }
        .insta{
            position: absolute;
            font-size: 3rem;
            color: white;
            font-weight: 100;
            left: 2%; top: 1%;
        }
    }
    .but{
        margin: 35px 0;
        padding: 7px 28px 11px;
        border: none;
        border-radius: 25px;
        background-color: #ba0731;
        color: white;
        font-weight:500 ;
        font-size: 20px;
    }

   


    /* section3 */
    .section3{
        width: 100vw;
        height: auto;
        img{
            width: 50%;
            height: 100%;
        }
    }
    .sec3p1{
        width: calc(50% - 14vw);
        padding: 7vw;

        input, textarea{
            width: calc(100% - 40px);
            padding: 10px 20px;
            font-size: 24px;
            border-radius: 29px;
            margin: 6px 0;
            border: 2px solid black;
        }
        .sub{
            width: 100%;
            margin: 7px 0;
            padding: 7px 28px 11px;
            border: none;
            border-radius: 25px;
            background-color: #ba0731;
            color: white;
            font-weight:500 ;
            font-size: 26px;
        }
    }
    /* section4 */
    .section4{
        padding: 6vw 7vw 4vw;
    }
 
    
    .card2{
        padding:0 calc((100vw - 14vw - 550px)/2);
        /* max-width: 550px; */
       text-align: center;
       img{
        width: 150px !important;
         height: 150px;
       }
       h4{
        font-size: 23px;
        color: rgb(67, 67, 67);
       }p{
        font-size: 21px;
        font-weight: 550;
        color: rgb(67, 67, 67);
       }
    }


    /* section5 */
    .section5{
        width: 100vw;
        height: auto;
    }



    /* footer */
    footer{
        background-color: #840537;
        padding:5vw 10vw;

        .but2{
            margin: 35px 0;
            padding: 7px 28px 11px;
            border: none;
            border-radius: 25px;
            color: #ba0731;
            background-color: white;
            font-weight:700 ;
            font-size: 23px;
        }
        hr{
            width: 100%;
            margin: 2vw 0;
        }
        p{
            color: rgb(235, 235, 235);
            font-size: 18px;
        
        }
        .i{
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ba0731;
            width: 18px;
            height: 18px;
            background-color: #f8f3eb;
            padding: 6px;
            margin: 0 7px;
            border-radius: 50%;
        }
    }
    @media screen and (max-width: 1173px) {h1{
        font-size: 2.5rem;
       }}
    @media screen and (max-width: 903px) {
       .section3{
      img{
        width: 100vw;
        margin-bottom: 30px;
      }
       }
       .sec3p1{
        width: 100vw;
       }
       
    }



    @media screen and (max-width: 803px) {
        nav{
            display: none;
        }
        #toggle-i{
            display: block;
        }
        /* Styles for screens 768 pixels wide or less */
       h1{
        font-size: 2.1rem;
       }
    }
    @media screen and (max-width: 673px) {
#pc-part{
    display: none;
}
        #mob-part{
            display: block;
        }
       .card1{
        width:calc(100vw - 24vw);
       }
       .section2{
        #shi{
            font-size: 1.9rem;
        }
       }
       footer{
        p{
            text-align: center;
        }
        .icon{
            width: 100%;
            text-align: center;
        }
       }
        /* Styles for screens 768 pixels wide or less */
       
    }
    @media screen and (max-width: 393px) {
        .card1{
         background-size: auto 100%;
        }
        
         /* Styles for screens 768 pixels wide or less */
        
     }
    