* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* background-color: #F9F9F9; */
}

#loginsignup {
    border: none;
    color: #167B83;
    background-color: white;
    padding: 10px;
    margin: 0px 60px;
    border-radius: 10px;

}

.con {
    width: 100%;
    padding-top: 0px;
    padding-left: 40px;
    background-image: linear-gradient(to right, #2E5581, #167B83);
    margin: 0;
}

.nav-item a {
    color: white;
    font-family: "Poppins";
    font-size: 15px;
    /* text-decoration: none;
    list-style: none;
    padding: 10px;
    margin: 50%; */
}

.logo {
    padding-top: 0%;
    padding-left: 50px;
    width: 10%;
}

.maincontainer {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.left {
    width: 45%;
    /* background-color: aliceblue; */
}

.right{
    width: 55%;
    /* background-color: antiquewhite; */
    margin: auto;
}

.headingmain{
    margin-top: 50px;
    margin-bottom: 5px;
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    padding: 0px 10px;

}

.firstpara{
    font-family: "Poppins";
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    padding-right: 12px;
}

#createvideobutton{
    width: 38%;
    margin: 0px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    padding: 18px;
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 1px;
    color: white;
    border: none;
    background: linear-gradient(to right, #2E5581, #167B83);
}

#indeximage{
    width: 100%;
    /* height: 350px; */
    filter: brightness(70%);
    border-radius: 10px;
    /* position: relative; */
}


.rightimgs {
    margin: auto;
    width: 100%;
    position: relative;
}

#v3 {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#v4 {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50.5%;
    transform: translate(-50%, -50%);
}


.section2{
    width: 80%;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}

.secondmain, .thirdmain{
    /* background-color: aquamarine; */
    width: 82%;
    margin: auto;
    display: flex;
}

#indeximage2, #indeximage3 {
    width: 100%;
    /* filter: brightness(70%); */
    border-radius: 0px;
}

.secondleft{
    width: 43%;
    /* background-color: antiquewhite; */
    margin: auto;
    padding: 2%;
}

.secondright{
    width: 45%;
    /* background-color: antiquewhite; */
    margin: 8% auto;
    margin-left: 0%;
}

#indeximage2{
    border-bottom-right-radius: 20%;
}

.thirdleft{
    width: 45%;
    /* background-color: antiquewhite; */
    margin: 8% auto;
    /* margin-right: 0; */
}

.thirdright{
    width: 43%;
    /* background-color: antiquewhite; */
    margin: auto;
    padding: 2%;
}

#indeximage3{
    border-bottom-left-radius: 20%;
}

.headingmain2{
    margin-top: 50px;
    margin-bottom: 5px;
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    padding: 0px 8px;

}

.secondpara, .thirdpara{
    font-family: "Poppins";
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    padding-right: 12px;
}