body{
    width: auto;
    max-width: 100%;
    height:100vh;
    min-height:min-content;
    margin: 0;
    font-family:var(--font-family);
    background-color: var(--NewBody);
    font-variant: normal;
    font-weight: 400;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
}
header .Layout{
     width: auto;
     height: auto;
     margin-left:0;
     margin-right: 0;
     padding-left:16px;
     padding-right:16px;
     position: relative;
     z-index:1;
}
nav{
    display: block;
    width:auto;
    min-width: 100%;
    height: auto;
}
.NewHeader header{
    width: auto;
    height: auto;
    border-radius: 0 0 20px 20px;
    border-bottom:none;
   background-color:#313131;
}

.Layout .header{
    display: flex;
    height: 45px;
    overflow: hidden;
}
.cover{
    width:100%;
    height: 60vh;
    min-width:auto;
    position:absolute;
    z-index: 3;
    overflow: hidden;
}

.frameCover{
    position: absolute;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    height: 60vh;
}
.coverFilter{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 60vh;
    background: var(--liheral-gradient);
}
.videoCover{
    position: absolute;
    z-index: 3;
    object-fit:cover;
    width:100%;
    height:100%;
}
.layout{
     text-align: center;
     float: left;
     position:absolute;
     z-index: 2;
     width:100%;
     min-width:auto;
     min-height: 100vh;
     height: auto;
     margin-left:auto;
     margin-right: auto;
     padding-left:0;
     padding-right:0;
}
.body{
    position: relative;
    z-index: 5;
    width:auto;
    height: auto;
    padding-top: 10px;
    margin-top: 60vh;
}
.col1{
   display: flex;
   flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap:30px;
}
.content1{
    text-align: left;
    width: auto;
    height: auto;
    min-width:50vh;
}
h1{
    margin-left:15px;
    color: white;
}
.blog1{
    overflow: hidden;
    padding-top:50px;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.blog2{
    padding-top:20px;
}
.standard-sizeImg{
    margin: 0;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    object-fit: cover;
    z-index: 2;
    width:auto;
    cursor: pointer;
    max-width:478px;
    max-height:478px;
    min-width:auto;
    min-height: auto;
    border-radius: 20px;
    height:100%;
}
.btn{
    width: 20vh;
    height: auto;
    color: white;
    cursor: pointer;
    min-height:3vh;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    border: 0;
    background: var(--liheral-gradient);
    border-radius: 10px;
 
}
.col2{
    border-radius: 20px;
    background-color: rgb(85, 85, 85);
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 120px;
    padding-right: 120px;
}
.content2{
    zoom: 150%;
    color: white;
    position: absolute;
    z-index: 5;
    display: flex;
     flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.toph2{
    padding-top:20px;
}

.topbutton{
    padding-top:40px;
}

.content67{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
    width: 480px;
    height:auto;
    gap: 10px;
    display:grid;
}
.imgcrugSapur{
    position: relative;
    left: 50%;
    border-radius: 100px;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    object-fit:cover;
    max-width: 100px;
    max-height: 100px;
    min-width: auto;
    min-height:auto;
    margin: 0;
}
.btn123{
    position: relative;
    left:50%;
     transform: translate(-50%);
}
.h145{
    padding-top: 24px;
}
.h176{
    padding-top:40px;
}

.toph1{
    font-size:120%;
    color: white;
}

.col3{
    gap: 10px;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 120px;
    padding-right: 120px;
}
a{
    text-decoration: none;
}
.texxt354{
    display: flex;
    text-decoration: none;
    color: white;
}
h1{
    margin: 0;
}
.toph3{
    padding-top:40px;
    font-size: 120%;
    color: rgb(119, 119, 119);
}

.btn2678{
    zoom:140%;
}
.icon28{
    text-align: left;
}
.text28{
    margin-left: 5px;
    height: 28px;
    line-height:28px;
}
@media (max-width:425px) {
   #body1{
    margin-top:60vh;}
    .content1{
    text-align: left;
    width: auto;
    height: auto;
    min-width:20vh;
}
.col2{
    background-color: rgb(85, 85, 85);
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
}
.content67{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
    width:auto;
    min-width: 20vh;
    height:auto;
    gap: 10px;
    display:grid;
}
.col3{
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 5px;
    padding-right: 5px;
}
.Layout .header{
    height: 70px;
}

main{
    width: auto;
    height: auto;
    overflow: hidden;
    min-height:100vh;
    margin-bottom:70px;
}
.NewHeader header{
    width: auto;
    height: auto;
    border-radius: 20px 20px 0px 0px;
    border-bottom:none;
    background-color:#313131;
}
.btn{
    width: 20vh;
    /*  */
    height: auto;
    color: white;
    cursor: pointer;
    min-height:3vh;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    border: 0;
    background: var(--liheral-gradient);
    border-radius: 10px;
 
}
.menuBobiles{
    width:auto;
   display:flex;
   gap: 5px;
   width: auto;
   height: auto;
   margin-bottom: 0;

}
.h4357{
    text-align: center;
}
.h656{
    text-align: center;
    font-size:120%;
}
.text28{
    display: none;
}

}