* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
}

html {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

body {
    background-color: #0A0A0A;
    width: 1920px;
}

.headlogo {
    position: absolute;
    height: 100%;
    left: 165px;
    top: 15px;
}

.headlogo img {
    width: 105px;
}

.head {
    width: 1920px;
    position: fixed;
    display: flex;
    top: -1px;
    justify-content: center;
    z-index: 33;
    
}

.headd {
    justify-content: center;
    display: flex;
    align-items: center;

    width: 1834px;
    height: 50px;
    background-image: url(./svg/hd.svg);
    background-repeat: no-repeat;
}

.headtext {
    margin-top: 10px;
    width: 485px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.headtext p {
    color: aliceblue;
    font-size: 14px;
    font-family: "Sometype Mono", serif;
    opacity: 50%;
    transition: opacity 0.3s;
}

.headtext p:hover {
    margin-top: -1px;
    opacity: 100%;
    border-bottom: 1px aliceblue solid;
}

a {
    text-decoration: none;
}


/* Стили для выпадающего меню */
.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px; 
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    flex-direction: column;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none; /* Не мешает наведению */
}

.dropdown-menu a {
    display: block;
    padding: 8px 15px;
    color: black;
    font-size: 14px;
    font-family: "Sometype Mono", serif;
    transition: background 0.3s;
}

.dropdown-menu a:hover {
    background: #e0e0e0;
}

/* Показываем меню с задержкой */
.dropdown:hover .dropdown-menu,
.dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.headbutton {
    width: 138px;
    height: 29px;
    position: absolute;
    right: 145px;
}



.hm{
    display: none;
}


.headdm {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 1834px;
    height: 50px;
    background-repeat: no-repeat;
}

.headtextm {
    margin-top: 10px;
    width: 485px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.headtextm p {
    color: aliceblue;
    font-size: 14px;
    font-family: "Sometype Mono", serif;
    opacity: 50%;
    transition: opacity 0.3s;
}

.headtextm p:hover {
    margin-top: -1px;
    opacity: 100%;
    border-bottom: 1px aliceblue solid;
}

a {
    text-decoration: none;
}


/* Стили для выпадающего меню */
.dropdownm {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px; 
}

.dropdown-menum {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    flex-direction: column;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none; /* Не мешает наведению */
}

.dropdown-menum a {
    display: block;
    padding: 8px 15px;
    color: black;
    font-size: 14px;
    font-family: "Sometype Mono", serif;
    transition: background 0.3s;
}

.dropdown-menum a:hover {
    background: #e0e0e0;
}

/* Показываем меню с задержкой */
.dropdownm:hover .dropdown-menu,
.dropdownm.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.headbuttonm {
    width: 138px;
    height: 29px;
    position: absolute;
    right: 145px;
}


footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 230px;
}
.footer{
    width: 1300px;
    
    height: 230px;
}
.footercontent{
   height: 200px;border: white 2px solid;
   display: flex;
}
.underfooter{
    border: white 2px solid;
    justify-content: end;
    width: 1300px;
    height: 30px;
    background-color: white;
    font-family: "Sometype Mono", serif;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
}

.underfooter p{
    padding-left: 35px;
}

.f1{
width: 218px;
color: aliceblue;
display: flex;
flex-direction: column;
font-family: "Sometype Mono", serif;
font-size: 13px;
margin-left: 35px;
margin-top: 35px;
}

.f1 p{
font-family: "Sometype Mono", serif;
font-size: 13.385px;
font-style: normal;
font-weight: 400;border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
font-size: 13px;
padding-bottom: 5px;
}

.f1 a{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #757575;
}
.f1 a:hover{
        
        color: #e9e9e9;
}

.f2{
    width: 218px;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    font-family: "Sometype Mono", serif;
    font-size: 13px;
    margin-top: 35px;
    }
    
    .f2 p{
    font-family: "Sometype Mono", serif;
    font-size: 13.385px;
    font-style: normal;
    border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 5px;
    }
    
    .f2 a{
        margin-top: 5px;
    margin-bottom: 5px;
        color: #757575;
    }
    .f2 a:hover{
           
            color: #e9e9e9;
    }




    
.f3{
    width: 218px;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    font-family: "Sometype Mono", serif;
    font-size: 13px;
    
    margin-top: 35px;
    }
    
    .f3 p{
    font-family: "Sometype Mono", serif;
    font-size: 13.385px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
    padding-bottom: 5px;
    }
    
    .f3 a{
        margin-top: 5px;
    margin-bottom: 5px;
        color: #757575;
    }
    .f3 a:hover{
            
            color: #e9e9e9;
    }


    .f4{
        width: 218px;
        color: aliceblue;
        display: flex;
        flex-direction: column;
        font-family: "Sometype Mono", serif;
        font-size: 13px;
        
        margin-top: 35px;
        }
        
        .f4 p{
        font-family: "Sometype Mono", serif;
        font-size: 13.385px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        padding-bottom: 5px;
        border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
        }
        
        .f4 a{
            margin-top: 5px;
    margin-bottom: 5px;
            color: #757575;
        }
        .f4 a:hover{
                
                color: #e9e9e9;
        }



.comform{
    margin-top:20px ;
    margin-bottom: 150px;
    width: 1920px;
    display: flex;
    justify-content: center;

}

    
.rectangle-82 {
    width: 1300.161px;
    height: 101.044px;
    top: 5375.923px;
    border: 1px dashed #ffffff;
    z-index: 34;
  }
  .empty-83 {
    position: relative;
    width: 1298.874px;
    height: 93.551px;
    margin: 3.747px 0 0 0.64px;
    background-size: cover;
    z-index: 35;
    mix-blend-mode: color-dodge;
  }
  .headlogo:hover{
    opacity: 50%;
}
  .empty-833 {
    position: relative;
    width: 1298.874px;
    height: 93.551px;
    margin: 3.747px 0 0 0.64px;
    background: url(./svg/joinanimation.gif)
      no-repeat center;
    background-size: cover;
    filter: blur(4px);
    z-index: 35;
    mix-blend-mode: color-dodge;
  }
  .rectangle-84 {
  
    width: 752.419px;
    height: 37.875px;
    top: 30.422px;
    left: 28.647px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 178;
  }
  .type-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 22px;
    top: 6.938px;
    left: 17.709px;
    color: #636363;
    font-family: "Sometype Mono", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-decoration: underline;
    white-space: nowrap;
    z-index: 179;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .rectangle-85 {
    
    width: 208.397px;
    height: 37.875px;
    
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 176;
    transition: opacity 0.2s ease-in-out;
    
  }
  .rectangle-85:hover{
    opacity: 50%;
    cursor: pointer;
  }
  .join-waitlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 22px;
    top: 6.938px;
    left: 24.197px;
    color: #ffffff;
    font-family: "Sometype Mono", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 177;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  
  .rectangle-84 {
    position: absolute;
    width: 752.419px;
    height: 37.875px;
    top: 30.422px;
    left: 28.647px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 178;
  }
  
  .type-text-input {
    width: calc(100% - 35px);
    height: 100%;
    padding: 6px 17.709px;
    background: transparent;
    border: none;
    color: #636363;
    font-family: "Sometype Mono", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    outline: none;
  }
  
  .type-text-input::placeholder {
    color: #636363;
  }
  
  .rectangle-85 {
    position: absolute;
    width: 208.397px;
    height: 37.875px;
    top: 30.422px;
    left: 1055.026px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 176;
    transition: opacity 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rectangle-85:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  
  .notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    max-height: calc(5 * 60px);
    overflow: hidden;
    z-index: 100;
  }
  
  .notification {
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    min-width: 200px;
    font-family: "Sometype Mono", serif;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .notification.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .notification.hide {
    opacity: 0;
    transform: translateY(20px);
  }

  .stay{
    width: 100%;
    text-align: center;
}

.stay p{
    color: #000000;
    font-size: 89px;
    /* -webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #FFF; */
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
margin-bottom: 30px;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
}



.headbutton {
    width: 138px;
    height: 29px;
    position: absolute;
    right: 145px;
    transition: opacity 0.2s;
}

.headbutton:hover{
    opacity: 50%;
}
.headbutton1 {
    width: 138px;
    height: 29px;
    position: absolute;
    right: 145px;
    transition: opacity 0.2s;
}

.headbutton1:hover{
    opacity: 50%;
}

.headbutton1{
    display: none;
}

.main{
    width: 100%;
    
    display: flex;
    justify-content: center;
    margin-top: 200px;
    
}

.maincontent1{
    margin-top: 50px;
    background-image: url(./svg/bg22.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 1300px;
    height: 499px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.maincontent1 h1{
    color: #000000;
    text-align: center;
    font-size: 91px;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
line-height: 82px;
font-style: normal;
letter-spacing: 12px;
text-transform: uppercase;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
        /* padding-bottom: 90px; */
        
}
.maincontent1 span{
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 13.2px #000000;
}

.maincontent1 p{
    margin-top: 50px;
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
width: 100%;
    
}

.main2{
    width: 100%;
    height: 588px;
   
    display: flex;
    justify-content: center;
}

.maincontent2{
    width: 450px;
    height: 100%;
   
    background-image: url(./svg/line1.svg);
    background-position: center;
    background-repeat: no-repeat;
}


.main3{
    width: 100%;
    margin-bottom: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontent3{
    width: 1300px;
   
    background-position: center;
    background-repeat: no-repeat;
}

.maincontent3 h1{
    color: #000000;
    font-size: 91px;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
line-height: 82px;
font-style: normal;
text-transform: uppercase;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
        /* padding-bottom: 90px; */
}

.line2{
    height: 128px;
    background-image: url(./svg/line2.svg);
    background-repeat: no-repeat;
    background-position-x: 250px;
}

.maincontent4{
    width: 1300px;
    height: 100%;
   
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./svg/linee.svg);
}

.box11{
    width: 250px;
    height: 110px;
    border: white solid 1px;
    font-family: "Sometype Mono", serif;
    font-size: 25px;
    color: #727272;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.box11 p{
    font-family: "Sometype Mono", serif;
    font-size: 25px;
    color: #A178F6;

}

.line3{
    width: 100%;
    height: 128px;
    background-image: url(./svg/line3.svg);
    background-repeat:no-repeat;
    background-position-x: 250px;

}

.box12{
    width: 250px;
    height: 110px;
    border: white solid 1px;
    font-family: "Sometype Mono", serif;
    font-size: 25px;
    color: #727272;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.box12 p{
    font-family: "Sometype Mono", serif;
    font-size: 25px;
    color: #A178F6;

}

.boxflex{
    width: 100%;
    display: flex;

    justify-content: end;
}

.line4{
    width: 100%;
    height: 128px;
    background-image: url(./svg/line4.svg);
    background-repeat:no-repeat;
    background-position-x:1000px;

}

.line4 img{
    display:flex;
    justify-content: center;
}

.noline{
    display: none;
    width: 100%;
    height: 440px;
    


}
.biglogo{
    position: absolute;
    margin-left: auto;
margin-right: auto;left: 0;
right: 0;
z-index: 2;
margin-top: -190px;
}

.line5{
    width: 100%;
    height: 52px;
    background-image: url(./svg/line5.svg);
    background-repeat:no-repeat;
    background-position-x:250px;

}

.line6{
    width: 100%;
    height: 128px;
    background-image: url(./svg/line6.svg);
    background-repeat:no-repeat;
    background-position-x:930px;

}


.main4{
    width: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontent14{
    width: 1300px;
    border: solid 1px white;
    height: 120px;
    display: flex;
    justify-content: center;
}

.con{
    width: 31px;
    height: 119px;
    background-color: white;
}
.con2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 119px;
    color: white;
    font-family: "Sometype Mono", serif;
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}

.main5{
    width: 100%;
    height: 240px;
   
    display: flex;
    justify-content: center;
}

.maincontent51{
    width: 450px;
    height: 100%;
  
    background-image: url(./svg/line7.svg);
    background-position: start;
    background-repeat: no-repeat;
}

.main6{
    width: 100%;
    margin-bottom: 230px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontent61{
    width: 1300px;
    
    background-position: center;
    background-repeat: no-repeat;
}

.maincontent61 h1{
    color: #000000;
    font-size: 91px;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
line-height: 82px;
font-style: normal;

text-transform: uppercase;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
}


.casermq1{
    margin-top: 90px;
}
.casermq1 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q1grid{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q1grid span{
    color: white;
    font-weight: medium;
}
.q1grid {
    display: grid;
    grid-template-columns: 500px 744px;
    grid-template-rows: 165px;
    gap:30px;
    
}

.div1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: solid 0.5px #424242;
    padding-bottom: 25px
}

#nobr{
    border: none;
}


.main7{
    width: 100%;
    margin-bottom: 230px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontent71{
    width: 1300px;
 
    background-position: center;
    background-repeat: no-repeat;
}

.maincontent71 h1{
    color: #000000;
    font-size: 91px;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
line-height: 82px;
font-style: normal;

text-transform: uppercase;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
}


.casermq11{
    margin-top: 90px;
}
.casermq11 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q1grid1{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q1grid1span{
    color: white;
    font-weight: medium;
}
.q1grid1 {
    display: grid;
    grid-template-columns: 160px 160px 388px 160px 160px; 
    grid-template-rows: 216px;
    gap:68px;
    
}

.div11{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px
}
.div111{
    display: flex;
    justify-content: center;
    ;z-index:20;
}

.div111 img{
    display: flex;
    justify-content: center;
    ;z-index:20;
}

.div111 span{
    position: absolute;
    z-index: 10;
}

.div111 p{
margin-top: 170px;
position: absolute;
color: #FFF;
text-shadow: 1px 0px 13.2px #A178F6;
-webkit-text-stroke-width: 1px;


font-family: Inter;
font-size: 91px;
font-style: normal;
font-weight: 900;
line-height: 82px; /* 90.11% */
letter-spacing: 5.005px;
text-transform: uppercase;
z-index: 30;
}

.div111 h1{
    margin-top: 185px;
    position: absolute;
    color: #ffffff;
    text-shadow: 1px 0px 13.2px #A178F6;
    -webkit-text-stroke-width: 1px;    
    font-family: Inter;
    font-size: 91px;
    font-style: normal;
    font-weight: 900;
    line-height: 82px; /* 90.11% */
    letter-spacing: 5.005px;
    text-transform: uppercase;
    z-index: 29;
    opacity: 50%;
    }

.div111 h2{
        margin-top: 195px;
        position: absolute;
        color: #ffffff;
        text-shadow: 1px 0px 13.2px #A178F6;
        -webkit-text-stroke-width: 1px;    
        font-family: Inter;
        font-size: 91px;
        font-style: normal;
        font-weight: 900;
        line-height: 82px; /* 90.11% */
        letter-spacing: 5.005px;
        text-transform: uppercase;
        z-index: 28;
        opacity: 10%;
        }
.casermq12{
    margin-top: 90px;
}
.casermq12 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q1grid2{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q1grid2 span{
    color: white;
    font-weight: medium;
}
.q1grid2 {
    display: grid;
    grid-template-columns: 160px 160px 160px 160px 160px 160px; 
    grid-template-rows: 216px;
    gap:68px;
    
}

.div12{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px
}

/* Общие стили для карточек */
.div11 {
    position: relative;
    cursor: pointer;
    perspective: 1000px; /* Эффект 3D */
}

/* Внутренний контейнер для переворота */
.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

/* Переворачиваем при добавлении класса flipped */
.flip-card-inner.flipped {
    transform: rotateY(180deg);
}

/* Лицевая и задняя сторона карточки */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* Задняя сторона карточки (перевернута) */
.flip-card-back {
    transform: rotateY(180deg);
}

/* Общие стили для карточек */
.div112, .div113, .div114, .div115, .div116, .div117, .div118, .div119, .div120, .div121 {
    position: relative;
    cursor: pointer;
    perspective: 1000px; /* 3D-эффект */
}

/* Внутренний контейнер для переворота */
.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

/* Добавляем класс flipped при клике */
.flip-card-inner.flipped {
    transform: rotateY(180deg);
}

/* Лицевая и задняя сторона карточки */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* Задняя сторона карточки (перевернута) */
.flip-card-back {
    transform: rotateY(180deg);
}

/* Постоянное свечение по контуру PNG + Пульсация */
@keyframes glow-animation {
    0% { filter: drop-shadow(0 0 10px rgba(161, 120, 246, 0.3)); }
    50% { filter: drop-shadow(0 0 20px rgba(161, 120, 246, 0.8)); }
    100% { filter: drop-shadow(0 0 10px rgba(161, 120, 246, 0.3)); }
}

/* Усиление свечения при наведении */
@keyframes glow-hover {
    0% { filter: drop-shadow(0 0 15px rgba(161, 120, 246, 0.6)); }
    50% { filter: drop-shadow(0 0 30px rgba(161, 120, 246, 1)); }
    100% { filter: drop-shadow(0 0 15px rgba(161, 120, 246, 0.6)); }
}

/* Каждая карточка получает свой вариант анимации свечения */
.flip-card-inner img {
    animation: glow-animation 2s infinite ease-in-out;
    transition: filter 0.3s ease-in-out;
}

/* Усиленное свечение при наведении */
.flip-card-inner:hover img {
    animation: glow-hover 1s infinite ease-in-out;
}

/* Анимация левитации */
@keyframes levitate {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Универсальный класс левитации */
.levitate {
    display: inline-block; /* Делаем элемент строчно-блочным, чтобы transform работал */
    animation: levitate 3s infinite ease-in-out;
}

/* Разная задержка для асинхронного движения */
.levitate:nth-child(odd) {
    animation-delay: 0.1s;
}

.levitate:nth-child(even) {
    animation-delay: 1s;
}


@keyframes levitate2 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Универсальный класс левитации */
.levitate2 {
    display: inline-block; /* Делаем элемент строчно-блочным, чтобы transform работал */
    animation: levitate 3s infinite ease-in-out;
}

/* Разная задержка для асинхронного движения */
.levitate2:nth-child(odd) {
    animation-delay: 0.7s;
}

.levitate2:nth-child(even) {
    animation-delay: 1s;
}

.casermq11mob{
    display: none;
}
.casermq12mob{
    display: none;
}


@media (max-width:1300px){

    .head {
        width: 10% !important;
        position: fixed;
        display: flex;
        top: -1px;
        justify-content: center;
        z-index: 33;
        
    }
    
    .headd {
        justify-content: center;
        display: flex;
        align-items: center;
    
        width: 90% !important;
        height: 50px;
        background-image: url(./svg/hd.svg);
        background-repeat: no-repeat;
    }

body{
    width: 80% !important;
}
.main{
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-top: 200px;
    
}


.maincontent1{
    margin-top: 50px;
    background-image: url(./svg/bg22.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    height: 499px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.maincontent1 h1{
    color: #000000;
    text-align: center;
    font-size: 91px;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
line-height: 82px;
font-style: normal;
letter-spacing: 12px;
text-transform: uppercase;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
        /* padding-bottom: 90px; */
        
}
.maincontent1 span{
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 13.2px #000000;
}

.maincontent1 p{
    margin-top: 50px;
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
width: 100%;
    
}

.main2{
    width: 100%;
    height: 588px;
   
    display: flex;
    justify-content: center;
}

.maincontent2{
    width: 450px;
    height: 100%;
   
    background-image: url(./svg/line1.svg);
    background-position: center;
    background-repeat: no-repeat;
}


.main3{
    width: 100%;
    margin-bottom: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontent3{
    width: 100%;
   
    background-position: center;
    background-repeat: no-repeat;
}

.maincontent3 h1{
    color: #000000;
    font-size: 91px;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
line-height: 82px;
font-style: normal;
text-transform: uppercase;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
        /* padding-bottom: 90px; */
}

.line2{
    height: 128px;
    background-image: url(./svg/line2.svg);
    background-repeat: no-repeat;
    background-position-x: 250px;
}

.maincontent4{
    width: 100%;
    height: 100%;
   
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./svg/linee.svg);
}

.box11{
    width: 250px;
    height: 110px;
    border: white solid 1px;
    font-family: "Sometype Mono", serif;
    font-size: 25px;
    color: #727272;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.box11 p{
    font-family: "Sometype Mono", serif;
    font-size: 25px;
    color: #A178F6;

}

.line3{
    width: 100%;
    height: 128px;
    background-image: url(./svg/line3.svg);
    background-repeat:no-repeat;
    background-position-x: 250px;

}

.box12{
    width: 250px;
    height: 110px;
    border: white solid 1px;
    font-family: "Sometype Mono", serif;
    font-size: 25px;
    color: #727272;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.box12 p{
    font-family: "Sometype Mono", serif;
    font-size: 25px;
    color: #A178F6;

}

.boxflex{
    width: 100%;
    display: flex;

    justify-content: end;
}

.line4{
    width: 100%;
    height: 128px;
    background-image: url(./svg/line4.svg);
    background-repeat:no-repeat;
    background-position-x:1000px;

}

.line4 img{
    display:flex;
    justify-content: center;
}

.noline{
    width: 100%;
    height: 340px;
    


}
.biglogo{
    position: absolute;
    margin-left: auto;
margin-right: auto;left: 0;
right: 0;
z-index: 2;
margin-top: -150px;
width: 500px;

}

.line5{
    width: 100%;
    height: 52px;
    background-image: url(./svg/line5.svg);
    background-repeat:no-repeat;
    background-position-x:250px;

}

.line6{
    width: 100%;
    height: 98px;
    background-image: url(./svg/line6.svg);
    background-repeat:no-repeat;
    background-position-x:650px;

}


.main4{
    width: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontent14{
    width: 100%;
    border: solid 1px white;
    height: 120px;
    display: flex;
    justify-content: center;
}

.con{
    width: 31px;
    height: 119px;
    background-color: white;
}
.con2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 119px;
    color: white;
    font-family: "Sometype Mono", serif;
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}

.main5{
    width: 100%;
    height: 240px;
   
    display: flex;
    justify-content: center;
}

.maincontent51{
    width: 450px;
    height: 100%;
  
    background-image: url(./svg/line7.svg);
    background-position: start;
    background-repeat: no-repeat;
}

.main6{
    width: 100%;
    margin-bottom: 230px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontent61{
    width: 100%;
    
    background-position: center;
    background-repeat: no-repeat;
}

.maincontent61 h1{
    color: #000000;
    font-size: 91px;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
line-height: 82px;
font-style: normal;

text-transform: uppercase;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
}


.casermq1{
    margin-top: 90px;
}
.casermq1 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q1grid{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q1grid span{
    color: white;
    font-weight: medium;
}
.q1grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 165px;
    gap:30px;
    
}

.div1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: solid 0.5px #424242;
    padding-bottom: 25px
}

#nobr{
    border: none;
}


.main7{
    width: 100%;
    margin-bottom: 230px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontent71{
    width: 100%;
 
    background-position: center;
    background-repeat: no-repeat;
}

.maincontent71 h1{
    color: #000000;
    font-size: 91px;
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 900;
line-height: 82px;
font-style: normal;

text-transform: uppercase;
    color: #0A0A0A;
    text-shadow: 
        -0.7px -0.7px 0 rgb(255, 255, 255), 
        0.7px -0.7px 0 rgb(255, 255, 255), 
        -0.7px 0.7px 0 rgb(255, 255, 255), 
        0.7px  0.7px 0 rgb(255, 255, 255);
}

.casermq11{
display: none;
}

.casermq12{
    display: none;
    }

    .casermq11mob{
        display: flex;
        }
        
        .casermq12mob{
            display: flex;
            }
.casermq11mob{
    margin-top: 90px;
}
.casermq11mob h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q1grid1{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q1grid1span{
    color: white;
    font-weight: medium;
}
.q1grid1 {
    display: grid;
    grid-template-columns: 160px 160px 160px; 
    grid-template-rows: 216px 216px ;
    row-gap: 30px;
    column-gap:158px;
    
}
.div1151{
   opacity: 0%;
}
.div11{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px
}
.div111{
    display: flex;
    justify-content: center;
    ;z-index:20;
}

.div111 img{
    display: flex;
    justify-content: center;
    ;z-index:20;
}

.div111 span{
    position: absolute;
    z-index: 10;
}

.div111 p{
margin-top: 170px;
position: absolute;
color: #FFF;
text-shadow: 1px 0px 13.2px #A178F6;
-webkit-text-stroke-width: 1px;


font-family: Inter;
font-size: 91px;
font-style: normal;
font-weight: 900;
line-height: 82px; /* 90.11% */
letter-spacing: 5.005px;
text-transform: uppercase;
z-index: 30;
}

.div111 h1{
    margin-top: 185px;
    position: absolute;
    color: #ffffff;
    text-shadow: 1px 0px 13.2px #A178F6;
    -webkit-text-stroke-width: 1px;    
    font-family: Inter;
    font-size: 91px;
    font-style: normal;
    font-weight: 900;
    line-height: 82px; /* 90.11% */
    letter-spacing: 5.005px;
    text-transform: uppercase;
    z-index: 29;
    opacity: 50%;
    }

.div111 h2{
        margin-top: 195px;
        position: absolute;
        color: #ffffff;
        text-shadow: 1px 0px 13.2px #A178F6;
        -webkit-text-stroke-width: 1px;    
        font-family: Inter;
        font-size: 91px;
        font-style: normal;
        font-weight: 900;
        line-height: 82px; /* 90.11% */
        letter-spacing: 5.005px;
        text-transform: uppercase;
        z-index: 28;
        opacity: 10%;
        }
.casermq12mob{
    margin-top: 90px;
}
.casermq12mob h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q1grid2{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q1grid2 span{
    color: white;
    font-weight: medium;
}
.q1grid2 {
    display: grid;
    grid-template-columns: 160px 160px 160px; 
    grid-template-rows: 216px 216px;
    row-gap: 30px;
    column-gap:158px;
    
}

.div12{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px
}

}

@media (max-width:851px)
{
    body{
        width: 500px !important;
    }

    .maincontent1 h1{
        width: 500px;
        font-size: 50px;
        line-height: 50px;
font-style: normal;
letter-spacing: 1px;
    }
.main2{
    display: none;
}
.con2{
    font-size: 10px;
}
.biglogo{
    margin-top: -60px;
    width: 300px;
}
.maincontent4{
height: 1000px;
}
.noline{
    height: 150px;
}
.line6{
    display: none;
}





.casermq1{
    margin-top: 90px;
    width: 100%;
}
.casermq1 h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.q1grid{
    width: 100%;
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
}

.q1grid span{
    color: white;
    font-weight: medium;
}
.q1grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 165px;
    gap:30px;
    
}
.q1grid img{
    width: 100%;
}
.div1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: solid 0.5px #424242;
    padding-bottom: 25px
}

.casermq11mob{
    display: flex;
    }
    
    .casermq12mob{
        display: flex;
        }
.casermq11mob{
margin-top: 90px;
width: 100%;
}
.casermq11mob h2{
font-family: "Inter", serif;
color: white;
font-size: 24px;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 60px;
}

.q1grid1{
width: 90%;
font-family: "Sometype Mono", serif;
font-size: 15px;
color: #727272;

}
.maincontent71 h1{
    font-size:89px;
}
.q1grid1span{
color: white;
font-weight: medium;
}
.q1grid1 {
display: grid;
grid-template-columns: 130px 130px 130px; 
grid-template-rows: 136px 136px;
row-gap: 60px;
column-gap:30px;

}
.div1151{
opacity: 0%;
}
.div11{
display: flex;
justify-content: center;
flex-direction: column;
padding-bottom: 25px
}
.div111{
display: flex;
justify-content: center;
;z-index:20;

}

.div111 img{
display: flex;
justify-content: center;
;z-index:20;
width: 130px;
}

.div111 span{
position: absolute;
z-index: 10;

}
.div111 span img{
    width: 130px;
}
.div111 p{
margin-top: 80px;
position: absolute;
color: #FFF;
text-shadow: 1px 0px 13.2px #A178F6;
-webkit-text-stroke-width: 1px;
font-family: Inter;
font-size: 51px;
font-style: normal;
font-weight: 900;
line-height: 82px; /* 90.11% */
letter-spacing: 5.005px;
text-transform: uppercase;
z-index: 30;
}

.div111 h1{
margin-top: 90px;
position: absolute;
color: #ffffff;
text-shadow: 1px 0px 13.2px #A178F6;
-webkit-text-stroke-width: 1px;    
font-family: Inter;
font-size: 51px;
font-style: normal;
font-weight: 900;
line-height: 82px; /* 90.11% */
letter-spacing: 5.005px;
text-transform: uppercase;
z-index: 29;
opacity: 50%;
}
.div112 img{
    width: 100%;
}
.div113 img{
    width: 100%;
}
.div114 img{
    width: 100%;
}
.div115 img{
    width: 100%;
}

.div116 img{
    width: 100%;
}
.div111 h2{
    margin-top: 100px;
    position: absolute;
    color: #ffffff;
    text-shadow: 1px 0px 13.2px #A178F6;
    -webkit-text-stroke-width: 1px;    
    font-family: Inter;
    font-size: 51px;
    font-style: normal;
    font-weight: 900;
    line-height: 82px; /* 90.11% */
    letter-spacing: 5.005px;
    text-transform: uppercase;
    z-index: 28;
    opacity: 10%;
    }
.casermq12mob{
margin-top: 90px;
width: 100%;
}
.casermq12mob h2{
font-family: "Inter", serif;
color: white;
font-size: 24px;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 60px;
}

.q1grid2{
width: 100%;
/* height: 300px; */
font-family: "Sometype Mono", serif;
font-size: 15px;
color: #727272;

}

.q1grid2 span{
color: white;
font-weight: medium;
}
.q1grid2 {
display: grid;
grid-template-columns: 160px 160px; 
grid-template-rows: 216px 216px;
row-gap: 30px;
column-gap:158px;

}

.div12{
display: flex;
justify-content: center;
flex-direction: column;
padding-bottom: 25px
}
.q1grid2 {
    display: grid;
    grid-template-columns: 130px 130px 130px; 
    grid-template-rows: 136px 136px;
    row-gap: 60px;
    column-gap:30px;
    
    }

    .q1grid2 img{
        width: 100%;
    }
}

@media (max-width:549px){
    
        body{
            width: 300px !important;
        }
    
        .maincontent1 h1{
            width: 300px;
            font-size: 40px;
            line-height: 50px;
    font-style: normal;
    letter-spacing: 1px;
        }
        .main{
            margin-top: 50px;
        }
    .main2{
        display: none;
    }
    .con2{
        font-size: 10px;
        line-height: 10px;
    }
    .biglogo{
        margin-top: 30px;
        width: 300px;
    }
    .maincontent4{
    height: 800px;
    background-image: none;
    align-items: left;
    display: flex;
    flex-direction: column;
    }
    .noline{
        height: 150px;
    }
    .line6{
        display: none;
    }
    .boxflex{
        margin-top: 60px;
        margin-bottom: 60px;
        justify-content: left;
        align-items: left;
    }
    .line4{
        display: none;
    }
    .biglogo{
        display: none;
        margin-top: -30px;
       
    }
    .line5{
        display: none;
    }
    .casermq1{
        margin-top: 90px;
        width: 100%;
    }
    .casermq1 h2{
        font-family: "Inter", serif;
        color: white;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 60px;
    }
    
    .q1grid{
        width: 100%;
        font-family: "Sometype Mono", serif;
        font-size: 15px;
        color: #727272;
        
    }
    
    .q1grid span{
        color: white;
        font-weight: medium;
    }
    .q1grid {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 165px;
        gap:30px;
        
    }
    .q1grid img{
        width: 100%;
    }
    .div1{
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-bottom: solid 0.5px #424242;
        padding-bottom: 25px
    }
    
    .casermq11mob{
        display: flex;
        }
        
        .casermq12mob{
            display: flex;
            }
    .casermq11mob{
    margin-top: 90px;
    width: 100%;
    }
    .casermq11mob h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
    }
    
    .q1grid1{
    width: 90%;
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
    }
    .maincontent71 h1{
        font-size:60px;
    }
    .q1grid1span{
    color: white;
    font-weight: medium;
    }
    .q1grid1 {
    display: grid;
    grid-template-columns: 130px 130px ; 
    grid-template-rows: 136px 136px 136px;
    row-gap: 60px;
    column-gap:30px;
    
    }
    .div1151{
    opacity: 0%;
    }
    .div11{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px
    }
    .div111{
    display: flex;
    justify-content: center;
    ;z-index:20;
    
    }
    
    .div111 img{
    display: flex;
    justify-content: center;
    ;z-index:20;
    width: 250px;
    }
    
    .div111 span{
    position: absolute;
    z-index: 10;
    
    }
    .div111 span img{
        width: 230px;
    }
    .div111 p{
    margin-top: 100px;
    position: absolute;
    color: #FFF;
    text-shadow: 1px 0px 13.2px #A178F6;
    -webkit-text-stroke-width: 1px;
    font-family: Inter;
    font-size: 71px;
    font-style: normal;
    font-weight: 900;
    line-height: 82px; /* 90.11% */
    letter-spacing: 5.005px;
    text-transform: uppercase;
    z-index: 30;
    }
    
    .div111 h1{
    margin-top: 120px;
    position: absolute;
    color: #ffffff;
    text-shadow: 1px 0px 13.2px #A178F6;
    -webkit-text-stroke-width: 1px;    
    font-family: Inter;
    font-size: 71px;
    font-style: normal;
    font-weight: 900;
    line-height: 82px; /* 90.11% */
    letter-spacing: 5.005px;
    text-transform: uppercase;
    z-index: 29;
    opacity: 50%;
    }
    .div112 img{
        width: 100%;
    }
    .div113 img{
        width: 100%;
    }
    .div114 img{
        width: 100%;
    }
    .div115 img{
        width: 100%;
    }
    
    .div116 img{
        width: 100%;
    }
    .div111 h2{
        margin-top: 140px;
        position: absolute;
        color: #ffffff;
        text-shadow: 1px 0px 13.2px #A178F6;
        -webkit-text-stroke-width: 1px;    
        font-family: Inter;
        font-size: 71px;
        font-style: normal;
        font-weight: 900;
        line-height: 82px; /* 90.11% */
        letter-spacing: 5.005px;
        text-transform: uppercase;
        z-index: 28;
        opacity: 10%;
        }
    .casermq12mob{
    margin-top: 90px;
    width: 100%;
    }
    .casermq12mob h2{
    font-family: "Inter", serif;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
    }
    
    .q1grid2{
    width: 100%;
    /* height: 300px; */
    font-family: "Sometype Mono", serif;
    font-size: 15px;
    color: #727272;
    
    }
    
    .q1grid2 span{
    color: white;
    font-weight: medium;
    }
    .q1grid2 {
    display: grid;
    grid-template-columns: 160px 160px; 
    grid-template-rows: 216px 216px;
    row-gap: 30px;
    column-gap:158px;
    
    }
    
    .div12{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px
    }
    .div115{
        display: none;

    }
    .div111{
        margin-left: 145px;
    }
    .q1grid2 {
        display: grid;
        grid-template-columns: 130px 130px ; 
    grid-template-rows: 136px 136px 136px;
        row-gap: 60px;
        column-gap:30px;
        
        }
    
        .q1grid2 img{
            width: 100%;
        }
        .maincontent3 h1{
            font-size: 60px;
            margin-bottom: 50px;
        }
        .line2{
            display: none;
        }
        .line3{
            display: none;
        }
        .box11{
            width: 100%;
        }
        .box12{
            width: 100%;
        }

        .main3{
            margin-bottom: 0px;
        }
        .maincontent61 h1{
            font-size: 60px;
        }
        .maincontent51{
            display: none;
        }
        .div1{
            font-size: 13px;
        }
    
        .main7{
            margin-bottom: 100px;
        }
    }
