*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
   margin: 1rem 6rem 0.5rem 6rem;
}
:root{
   
    --font-secondary:open sans ;
}
li a{
    text-decoration: none;
    color: inherit;
}
.loginbtn{
    background-color:#0A55FF;
    color: white;
    padding:0.2rem 0.8rem 0.2rem 0.8rem;
    border: 0.1rem solid #0A55FF;
    border-radius: 1rem;
    z-index: 2;
}
.loginbtn:hover{
    background-color:#04319c;
    color: white;
    padding:0.2rem 0.8rem 0.2rem 0.8rem;
    border: 0.1rem solid #04319c;
    border-radius: 1rem;
    transition:all 0.3s;
}

.Navigation{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem 2rem 0 2rem;
    
}

nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li{
    list-style: none;
    margin: 1.3rem;
    font-family: var(--font-secondary);
    padding:0.2rem 0.8rem 0.2rem 0.8rem;
    z-index: 2;
}
nav ul li:hover{
    list-style: none;
    margin: 1.3rem;
    font-family: var(--font-secondary);
    background-color: rgb(0, 89, 255);
    color: white;
    border-radius: 1rem;
    z-index: 2;
    transition: all 0.3s;
    cursor: pointer;
}

.logo{
    width:7.81rem;
    height:3.3rem;
}
@media screen and (min-width:952px){
    .menutoggle{
      display: none;
    }
    }
    @media (max-width:952px){
    html{
        margin: 1rem 1rem 0.2rem 1rem;
    }


        .menutoggle{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        cursor:pointer;
        margin-right: 1rem;
        width:30px;
        height:30px;
        z-index: 1000;
    }
    
    .menutoggle i{
        position: absolute;
    }
    .menutoggle.active{
        
        position: fixed;
        top: 10px;
        right:10px;
        background: red;
        color: white;
    }
    .menutoggle.active i:nth-child(1){
        display: none;
    }
    .menutoggle.active i:nth-child(2){
        display: block;
    }
    .menutoggle i:nth-child(1){
        display: block;
    }
    .menutoggle i:nth-child(2){
        display: none;
    }

.navlist.active{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(228, 228, 228);
    color:rgb(37, 37, 37);
    z-index: 999;
}
.navlist.active ul li{
    font-size: 1rem;
}
.navlist {
    display: none;
}
.nav_list{
display: flex;
flex-direction: column;
}
}

.bigflat{
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 1.5rem 0 0.5rem 5rem;
}
.flat_p{
    font-family: open sans;
    font-size: 1rem;
    background-color: rgb(15, 170, 41);
    color: whitesmoke;
    padding: 0.3rem;
    border-radius: 0.2rem;
    font-weight: bold;
}

.redline{
    width: 0.4rem;
    height: 13rem;
    background-color: rgb(204, 12, 12);
}
.bigtypes{
    display: flex;
    justify-content: center;
    align-items: center;
}
.type p{
    font-family: open sans;
    font-size: 3rem;
    margin-left: 2rem;
}

.form{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
}
.inputs{
    margin: 0.5rem 0 0.5rem 0;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    width: 21rem;
    box-shadow: 0.2rem 0.2rem 0.3rem rgb(207, 207, 207);
    border-radius: 0.2rem;
    border:0.05rem solid rgb(196, 194, 194);
}
.form h2{
    font-family: open sans;
}
label{
    width: 21rem;
    font-family: open sans
}
.checkbox{
    display: flex;
    justify-content: left;
    align-items:flex-start;
}
.check{
   width: 2rem;
   margin-top: 0.5rem;
}
.price p{
    text-decoration-line: line-through;
    font-family: open sans;
    color: rgb(59, 59, 59);
}
.price h2{
    font-family: open sans;
    color: rgb(24, 179, 19);
    margin: 1rem 8rem 1rem 0.5rem;
}
.price{
    display: flex;
    justify-content:left;
    align-items: center;
    width: 21rem;
}
.enrol{
    width: 13rem;
    font-family: open sans;
    background-color: rgb(241, 14, 14);
    padding: 0.1rem 2.3rem 0.1rem 2.3rem;
    color: white;
    font-size: 1.1rem;
    border: 0.2rem solid rgb(241, 14, 14);
}
.enrol:hover{
    width: 13rem;
    font-family: open sans;
    background-color: rgb(204, 8, 8);
    padding: 0.1rem 2.3rem 0.1rem 2.3rem;
    color: white;
    font-size: 1.1rem;
    border: 0.2rem solid rgb(204, 8, 8);
}
.bigenrol{
    width: 21rem;
    display: flex;
    justify-content: left;
    align-items: center;
}

.youwillget{
    text-align: center;
    font-size:2rem;
    font-family: open sans;
    color: rgb(0, 68, 255);
    margin-top:4rem;
}
.icons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}
.icons2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}
.icon_and_name{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 15rem;
}
.icon_and_name p{
    color: rgb(255, 68, 0);
    font-family: open sans;
    font-size: 1rem;
}
.headquarters{
    margin-left: 2rem;
    margin-top: 3rem;
}
.headquarters h3{
    font-family: var(--font-secondary);
}
.headquarters h4{
    font-family: var(--font-secondary);
    color: rgb(0, 47, 255);
}
.orange{
    color: orangered;
}

.certificate{
    display: flex;
    justify-content: space-around;
    align-items:flex-start;
}
.certificate_{
    width: 25rem;
    padding: 3rem 0 3rem 0;
}
.bigfeatures{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 3rem;
}
.features_sub{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:25rem;
}
.feature{
    display: flex;
    justify-content: left;
    align-items: center;
    width:25rem;
}
.feature img{
    width:2rem;
}
.feature h3{
    color: rgb(0, 60, 255);
    font-family: open sans;
}
.feature_deep{
    font-family: open sans;
}
.learn_p{
    text-align: center;
    color: rgb(0, 60, 255);
    font-family: open sans;
    font-size: 1.6rem;
    font-weight: bold;
}
.webdev{
    background-color: rgb(0, 119, 255);
    color: rgb(36, 36, 36);
    font-size: 1.4rem;
    font-family: open sans;
    font-weight: bold;
    width: 18rem;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem;
}
.front{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1rem;
}
.front_p{
    font-family: open sans;
    font-size: 1rem;
    font-weight: bold;
}
.row1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 4rem 2rem 4rem;
}
.row2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 4rem 2rem 4rem;
}
.symbols{
display: flex;    
justify-content: center;
align-items: center;
flex-direction: column;
}
._logo{
    width: 7rem;
}
.joint{
    width: 20rem;
    height: 0.2rem;
    background-color: rgb(51, 51, 51);
}
.name{
    background-color: rgb(207, 207, 207);
    color: rgb(0, 89, 255);
    font-family: open sans;
    padding:0.3rem 0.3rem 0.3rem 0.3rem;
    font-weight: bold;
}
.row1_app{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2rem 4rem 2rem 4rem;
}
.row1_ui{
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 2rem 4rem 2rem 4rem;
}
._ui{
    border-radius: 1rem;
    width: 13rem;
}
.symbols_ui{
    margin:1rem 2rem 4rem 2rem;
}
.footer{
    background-color: rgb(209, 146, 63);
}
.foothead{
    font-size: 1.2rem;
    text-decoration: underline;
    font-family: var(--font-secondary);
    font-weight: bold;
    color: white;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.container6{
    background-color: rgb(209, 146, 63);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.c{
    text-align: center;
    font-family: open sans;
    padding: 1rem 0 1rem 0;
}
li{
    list-style: none;
    font-family: var(--font-secondary);
}

@media screen and (min-width:952px){
    .menutoggle{
      display: none;
    }
    .bigcon1{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-image: url("Path\ -3.png");
        background-position: left;
        background-size: 60%;
        background-repeat: no-repeat;
    }
    }
    @media (max-width:952px){
    html{
        margin: 1rem 1rem 0.2rem 1rem;
    }


        .menutoggle{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        cursor:pointer;
        margin-right: 1rem;
        width:30px;
        height:30px;
        z-index: 1000;
    }
    
    .menutoggle i{
        position: absolute;
    }
    .menutoggle.active{
        
        position: fixed;
        top: 10px;
        right:10px;
        background: red;
        color: white;
    }
    .menutoggle.active i:nth-child(1){
        display: none;
    }
    .menutoggle.active i:nth-child(2){
        display: block;
    }
    .menutoggle i:nth-child(1){
        display: block;
    }
    .menutoggle i:nth-child(2){
        display: none;
    }

.navlist.active{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(228, 228, 228);
    color:rgb(37, 37, 37);
    z-index: 999;
}
.navlist.active ul li{
    font-size: 1rem;
}
.navlist {
    display: none;
}
.nav_list{
display: flex;
flex-direction: column;
}
}
.foot p{
    font-family: var(--font-secondary);
}
@media screen and (max-width:952px){
    .bigcon1{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .type p{
        font-family: open sans;
        font-size: 2.5rem;
        margin-left: 1rem;
    }
    .bigtypes{
        background-image: url("Path\ -3.png");
        padding:4rem;
        background-size: 95%;
        background-repeat:no-repeat;
    }
    .header p{
        text-align:center;
    }
    .icons{
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: auto auto;
    }
    .icons2{
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: auto auto;
    }
    .certificate{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .learn_p{
        text-align: center;
        font-size: 1.5rem;
    }
    .webdev{
        padding: 0.2rem;
        text-align: center; 
    }
    .we{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .row1{
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: auto auto auto;
    }
    .joint{
        display: none;
    }
    .container6{
        display:block;
        margin-left: 2rem;
        margin-right: 2rem;   
    }
    .foot{
        padding-top: 1.8rem;
    }
    .row1_ui{
        margin:0 1rem 0 1rem;
    }
    ._ui{
        width: 8rem;
    }
    .certificate_{
        width: 15rem;
        margin-left: 0;
    }
    .features_sub{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width:18rem;
    }
    .icon_and_name{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 8rem;
        margin: 1rem;
    }
    .inputs{
        margin: 0.5rem 0 0.5rem 0;
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        width: 16rem;
        box-shadow: 0.2rem 0.2rem 0.3rem rgb(207, 207, 207);
        border-radius: 0.2rem;
        border:0.05rem solid rgb(196, 194, 194);
    }
    label{
        width: 16rem;
        font-family: open sans
    }
    .price p{
        text-decoration-line: line-through;
        font-family: open sans;
        color: rgb(59, 59, 59);
    }
    .price h2{
        font-family: open sans;
        color: rgb(24, 179, 19);
      
    }
    .price{
        display: flex;
        justify-content:center;
        align-items: center;
    }
    .bigenrol{
        width: 18rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .feature{
        display: flex;
        justify-content: center;
        align-items: center;
        width:18rem;
    }
    .feature img{
        width:1.7rem;
    }
    .icon_and_name img{
        width: 5rem;
    }
    ._logo{
        width: 6rem;
    }
}


.form form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.insta{
    font-size: 2rem;
    padding: 0.5rem;
    color: rgb(255, 11, 64);
}
.fb{
    font-size: 2rem;
    padding: 0.5rem;
    color: rgb(11, 76, 255);
}
.tweet{
    font-size: 2rem;
    padding: 0.5rem;
    color: rgb(11, 137, 255);
}
.insta:hover{
    font-size: 2rem;
    padding: 0.5rem;
    color: rgb(167, 4, 40);
}
.fb:hover{
    font-size: 2rem;
    padding: 0.5rem;
    color: rgb(3, 35, 124);
}
.tweet:hover{
    font-size: 2rem;
    padding: 0.5rem;
    color: rgb(2, 90, 172);
}


