@font-face {
    font-weight: 700; /* Соответствует значению bold */
    font-family: CannonadeBold;
    src: url("Font/CannonadeBold.ttf");
}
@font-face {
    font-weight: 400; /* Соответствует значению bold */
    font-family: Cannonade;
    src: url("Font/cannonade-medium.ttf");
}
*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    
}
body {

    scroll-behavior: smooth;
    color: white;
    min-width: min-content;
    background-color: #1D1D1D;
}
.body-cont {
  overflow-x: hidden;
  position: relative;

}
a{
    text-decoration: none;
}


.nav {
    z-index: 10;
    margin-top: 20px;
 justify-content: center;
    display: flex;
    align-items: center;
}

.icon-1 {
  margin-top: 7px;
  margin-left: 4px;
position: absolute;
width: 20px;
height: 20px;

transition: all 0.3s;
}



.button1 {
    border-radius: 40px;
    width: 231px;
    height: 39px ;
    position: relative;
    overflow: hidden;
    margin-left: 850px ;
   
    border:none;
    background: white;

    color: #8954FF;
    cursor: pointer;
    transition: 1s;


    
/* Head/16 */
font-family: CannonadeBold;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 19.2px */
}

.button1:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
}

.button1:hover {
    color: white;
    transition: 0.4s;
    background: linear-gradient(135deg, #8954FF 0%, #B454FF 100%);
    box-shadow: 0px 0px 40px 0px rgba(180, 84, 255, 0.60);
}

.button1:hover:before {
    transition: 0.4s;
    top: 0;
    height: 100%;
}



.bg-1 {
    top: -10px;
    margin-left: -200px;
    position: absolute;
}


.cover {
  z-index: 10;
    margin-top: 208px ;
    display: flex;
    justify-content: center;
}
.cover-content h1{
  position: relative;
  z-index: 10;
    color: var(--white, #FFF);
text-align: center;
/* Head/66 */
font-family: CannonadeBold;
font-size: 66px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 66px */
}
.cover-content h2 {
  position: relative;
    margin-top:20px ;
    z-index: 10;
    color: var(--white, #FFF);
text-align: center;
font-family: Cannonade;
font-size: 22px;
font-weight: 400;
line-height: 140%; /* 30.8px */
}
.cover-btn {
    margin: auto;
    margin-top: 80px;
    border: none;
    display: flex;
   justify-content: center;
    align-items: center;
    gap: 10px;  
    width: 276px;
    height: 66px;
    border-radius: 100px;
background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));
}
.href{
    color: var(--white, #FFF);
    font-family: CannonadeBold;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
}
.href :hover{
    float: left;
}
.img :hover{
    float: right;
}





.button--secondary {
    transition: 0.3s;
    width: 276px;
    height: 66px;
    border-radius: 100px;
background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));

   margin:60px  auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   
    color: #ffffff;

  
    line-height: 44px;
    text-align: center;
    cursor: pointer;
  }
  .button--secondary:before {
   
    content: "";
    position: absolute;
    right: 25px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: scale(0);
    opacity: 0;
    transition: all .33s cubic-bezier(.68,-.55,.265,1.55);
  }
  .button--secondary .textt {
    white-space: nowrap;
    
    transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
  }
  .button--secondary .icon-arrow {
   
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
  }
 
  .button--secondary:hover {
    transition: 0.3s;
    /* Shadow */
box-shadow: 0px 0px 40px 0px rgba(180, 84, 255, 0.60);
     animation: icon-arrow-off .33s cubic-bezier(0,0,.2,1);
  }
  @keyframes icon-arrow-off {
    0% {
      transform: scale(1); }
    50% {
      transform: scale(0.95); }
    100% {
      transform: scale(1); } 
  }
  .button--secondary:hover:before {
    transform: scale(1);
    opacity: 1;
  }
  .button--secondary:hover .textt {
    transform: translateX(-21px);
  }
  .button--secondary:hover .icon-arrow {
    transform: translateX(-30px) scale(.8);
    opacity: 0;
  }

.textt {
    color: var(--white, #FFF);

/* Head/22 */
font-family: CannonadeBold;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 26.4px */
}

  .shield {
    z-index: 1;
    transition: 0.4s;
  }
  .shield:hover {
    z-index: 1;
    transition: 0.5s;
    filter: drop-shadow(0 0 30px rgb(255, 255, 255));

  }

  .user {
    z-index: 10;
    position: absolute;
   
   width: 20px;
  
    transition: 0.5s;
  }
  .user:hover{
    transition: 0.5s;
    rotate: -45deg;
  }

   .block {
width: 30px;
height: 37px;
    background-image: url(img/Vector\ \(7\).png);
    background-repeat: no-repeat;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear ;
    -o-transition: all .3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
   }
   .block.drop-filter:hover{
    filter: drop-shadow(0 0 30px rgb(255, 255, 255));
    -webkit-filter: drop-shadow(0 0 30px rgb(255, 255, 255));
   }
   .block :hover .user{
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
   }





.angry-grid {
   z-index: 10;
    margin-top: 60px ;
    max-width: 1200px;
    display: grid; 
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    
    gap: 0px;
    height: 100%;
    
 }
 .table {
    margin-bottom: 0px;
    z-index: 10;
    margin-top:400px ;
    display: flex;
   
    justify-content: center;
 }
 .title{
  position: relative;
  z-index: 10;
    width: 1200px;
    color: var(--white, #FFF);
text-align: center;
/* Head/50 */
font-family: CannonadeBold;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 100%;
 }
   
 #item-0 {
  z-index: 10;
    border-radius: 40px 0px 0px 0px;
    padding: 40px;
    border: 1px solid var(--white-20, rgba(255, 255, 255, 0.20));
    grid-row-start: 1;
    grid-column-start: 1;
 
    grid-row-end: 2;
    grid-column-end: 2;
    
 }
 #item-1 {
  z-index: 10;
    border-radius: 0px 40px 0px 0px;
    padding: 40px;
    border: 1px solid var(--white-20, rgba(255, 255, 255, 0.20));
    grid-row-start: 1;
    grid-column-start: 2;
 
    grid-row-end: 2;
    grid-column-end: 4;
    
 }
 #item-2 {
    padding: 40px;
    border-radius: 0px 0px 0px 40px;
    border: 1px solid var(--white-20, rgba(255, 255, 255, 0.20));
    grid-row-start: 2;
    grid-column-start: 1;
    z-index: 10;
    grid-row-end: 3;
    grid-column-end: 3;
    
 }
 #item-3 {
    border-radius: 0px 0px 40px 0px;
    padding: 40px;
    border: 1px solid var(--white-20, rgba(255, 255, 255, 0.20));
    grid-row-start: 2;
    grid-column-start: 3;
    z-index: 10;
    grid-row-end: 3;
    grid-column-end: 4;
    
 }
 .item-cont {
  z-index: 10;
    height: 70px;
 }
 .item-cont-child h3{
    text-align: left;
    margin:20px 0px 20px 0px;
    color: var(--white, #FFF);
    z-index: 10;
/* Head/28 */
font-family: CannonadeBold;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
 }
 .item-cont-child h2{
  z-index: 10;
    text-align: left;
    color: var(--white, #FFF);

font-family: Cannonade;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
 }
 #txt-grid1{
    max-width: 328px;
 }
 #txt-grid2 {
    max-width: 713px;
 }
 #txt-grid3 {
    max-width: 564px;
 }
 #txt-grid4 {
    max-width: 477px;
 }

 .one {
    transition: 0.8s;
 }
 
 .one:hover {
  filter: drop-shadow(0 0 20px rgb(255, 255, 255));
    transform: translateY(-20px ) translateX(20px) ;
    

 }

    

.button--secondary2 {
   margin-top: 60px;
   margin-left: 60px;
    transition: 0.3s;
    width: 276px;
    height: 66px;
    border-radius: 100px;
background: white;


    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   
    

  
    line-height: 44px;
    text-align: center;
    cursor: pointer;
  }
  .button--secondary2:before {
   
    content: "";
    position: absolute;
    right: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));
    transform: scale(0);
    opacity: 0;
    transition: all .33s cubic-bezier(.68,-.55,.265,1.55);
  }
  .button--secondary2 .textt2 {
    white-space: nowrap;
    
    transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
  }
  .button--secondary2 .icon-arrow2 {
   
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    border-radius: 50%;
    background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));
   
    transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
  }
 
  .button--secondary2:hover {
    transition: 0.3s;
    /* Shadow */
box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.6);
     animation: icon-arrow-off .33s cubic-bezier(0,0,.2,1);
  }
  @keyframes icon-arrow-off {
    0% {
      transform: scale(1); }
    50% {
      transform: scale(0.95); }
    100% {
      transform: scale(1); } 
  }
  .button--secondary2:hover:before {
    transform: scale(1);
    opacity: 1;
  }
  .button--secondary2:hover .textt2 {
    transform: translateX(-21px);
  }
  .button--secondary2:hover .icon-arrow2 {
    transform: translateX(-30px) scale(.8);
    opacity: 0;
  }

.textt2 {
    background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

/* Head/22 */
font-family: CannonadeBold;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 26.4px */
}




    

.cont-tg {
    display: flex;
}
.div-tg {
    
    margin:10px auto;
    width: 1200px;
height: 346px;
    border-radius: 40px;
    background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));  
}
.tg-btn {
    width: 306px;
    height: 66px;
   margin-top: 60px;
   margin-left: 60px;
    border: none;
    display: flex;
   justify-content: center;
    align-items: center;
    gap: 10px;  
    padding: 20px 40px;
    border-radius: 100px;
    background: var(--white, #FFF);
}
.tg-btn a{
    font-family: CannonadeBold;
    font-weight: 700;
   background: linear-gradient(95.35deg, #8954FF -0.07%, #B454FF 99.84%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   color: #0B2349;
   display: table;
    font-size: 16px;

}
.div-tg h1{
    text-align: left;
   padding: 60px 60px 0px;
    max-width: 820px;
    color: var(--white, #FFF);
    line-height: 100%; /* 50px */
font-family: CannonadeBold;
font-size: 50px;
font-style: normal;
font-weight: 700;

}
.cont-tg img{
    margin-top: -50px;
    margin-left: 375px;
}

footer { 
  margin-top: 160px;
    max-width: 1200px;
    margin-bottom: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.h1-footer{
    margin-right: 435px;
    color: var(--white, #FFF);

/* Head/16 */
font-family: CannonadeBold;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 19.2px */
}
.div-up{
    margin-left: 435px;
    align-items: center;
 
    display: flex;
}
.div-up h2{
    color: var(--white, #FFF);

/* Head/22 */
font-family: CannonadeBold;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 26.4px */
    margin-right: 7px;
}



.first {
  display: flex;
  width: 36px;
  height: 36px;
  background-image: url(img/tg-white.svg);
  transition: 0.5s;
}
.first:hover{
  transition: 0.5s;
  background-image: url(img/tg-purple.svg);
}
.second {
  width: 85px;
  height: 20px;
  background-image: url(img/up-wh.png);
  transition: 0.5s;
}
.second:hover{
  background-image: url(img/up-purp.png);
  transition: 0.5s;
}
  


    
.shadow-one{
 
  z-index: 11;
 margin-top: -10px;
 margin-left: -310px;
  transition: 1.3s;
}
.shadow-one:hover{ 
    transform: translateY(40px ) translateX(-40px) ;
}


.shadow-two {
  width: max-content;
  transition: 1.3s;
  position: absolute;
height: min-content;
z-index: 11;
margin-top: -400px;
margin-left: 350px;
}
.shadow-two:hover{
  transform: translateY(-40px ) translateX(40px) ;
}





.petno-div {
  margin-top: -10px;
display: flex;
position: absolute;
margin-left: 1100px;

}
.petnoone {
  position: absolute;
}
.petnotwo{
  float: right;
  margin-left: 0px;
  opacity: 10%;
  transition: 1s;
}
.petnotwo:hover {
  opacity: 80%;
}


.petnothree {
  display: none;
}
@media (min-width: 1750px ) and (max-width: 1920px ) {
  .petno-div {
    margin-left: 870px;
  }
}
@media (min-width: 1500px ) and (max-width: 1749px ) {
  .petno-div {
    margin-left: 770px;
  }
}
@media (min-width: 1200px ) and (max-width: 1499px ) {
  .petno-div {
    margin-left: 570px;
  }
}


 @media (min-width: 100px ) and (max-width: 1200px ) {
   


  .body-cont {
    
  }
     
.nav {
  z-index: 10;
  margin-top: 20px;
justify-content: center;
  display: flex;
  align-items: center;
}
.nav img{
  margin: auto;
}

.icon-1 {
margin-top: px;
margin-left: 0px;
position: absolute;
width: 20px;
height: 20px;

transition: all 0.3s;
}



.button1 {
  display: none;
  border-radius: 40px;
  width: 231px;
  height: 39px ;
  position: relative;
  overflow: hidden;
  margin-left: 850px ;
 
  border:none;
  background: white;

  color: #8954FF;
  cursor: pointer;
  transition: 1s;


  
/* Head/16 */
font-family: CannonadeBold;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 19.2px */
}

.button1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
}

.button1:hover {
  color: white;
  transition: 0.4s;
  background: linear-gradient(135deg, #8954FF 0%, #B454FF 100%);
  box-shadow: 0px 0px 40px 0px rgba(180, 84, 255, 0.60);
}

.button1:hover:before {
  transition: 0.4s;
  top: 0;
  height: 100%;
}



.bg-1 {
  top: -10px;
  margin-left: -200px;
  position: absolute;
}


.cover {
z-index: 10;
  margin-top: 108px ;
  display: flex;
  justify-content: center;
}
.cover-content h1{
  justify-content: center;
 display:flex;
 margin: auto;
 width: 320px;
position: relative;
z-index: 10;
color: var(--white, #FFF);
text-align: center;

/* Head/38 */
font-family: CannonadeBold;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 45.6px */
}
.cover-content h2 {
  margin: auto;
  width: 320px;
position: relative;
  margin-top:20px ;
  z-index: 10;
  color: var(--white, #FFF);
text-align: center;
font-family: Cannonade;
font-size: 16px;
font-weight: 400;
line-height: 140%; /* 30.8px */
}
.cover-btn {
  margin: auto;
  margin-top: 80px;
  border: none;
  display: flex;
 justify-content: center;
  align-items: center;
  gap: 10px;  
  width: 205px;
  height: 49px;
  border-radius: 100px;
background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));
}
.href{
  color: var(--white, #FFF);
  font-family: CannonadeBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
}
.href :hover{
  float: left;
}
.img :hover{
  float: right;
}





.button--secondary {
  transition: 0.3s;
  width: 205px;
  height: 49px;
  border-radius: 100px;
background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));

 margin:60px  auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
 
  color: #ffffff;


  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.button--secondary:before {
  display: none;
  content: "";
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: scale(0);
  opacity: 0;
  transition: all .33s cubic-bezier(.68,-.55,.265,1.55);
}
.button--secondary .textt {
  
  white-space: nowrap;
  
  transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
}
.button--secondary .icon-arrow {
 
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
}

.button--secondary:hover {
  transition: 0.3s;
  /* Shadow */
box-shadow: 0px 0px 40px 0px rgba(180, 84, 255, 0.60);
   animation: icon-arrow-off .33s cubic-bezier(0,0,.2,1);
}
@keyframes icon-arrow-off {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(0); }
  100% {
    transform: scale(0); } 
}
.button--secondary:hover:before {
  transform: scale(1);
  opacity: 1;
}
.button--secondary:hover .textt {
  transform: translateX(-21px);
}
.button--secondary:hover .icon-arrow {
  transform: translateX(-30px) scale(.8);
  opacity: 0;
}

.textt {
  color: var(--white, #FFF);

/* Head/22 */
font-family: CannonadeBold;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 26.4px */
}

.shield {
  z-index: 1;
  transition: 0.4s;
}
.shield:hover {
  z-index: 1;
  transition: 0.5s;
  filter: drop-shadow(0 0 30px rgb(255, 255, 255));

}

.user {
  z-index: 10;
  position: absolute;
 
 width: 20px;

  transition: 0.5s;
}
.user:hover{
  transition: 0.5s;
  rotate: -45deg;
}

 .block {
  margin-top: 10px;
  margin-right: 10px;
width: 30px;
height: 37px;
  background-image: url(img/Vector\ \(7\).png);
  background-repeat: no-repeat;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear ;
  -o-transition: all .3s linear;
display: flex;
align-items: center;
justify-content: center;
 }
 .block.drop-filter:hover{
  filter: drop-shadow(0 0 30px rgb(255, 255, 255));
  -webkit-filter: drop-shadow(0 0 30px rgb(255, 255, 255));
 }
 .block :hover .user{
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
 }






.table {
  
  margin-bottom: 0px;
  z-index: 10;
  margin-top:150px ;
  display: flex;
 
  justify-content: center;
}


.angry-grid {
    margin-left: -15px;
      display: grid; 
      width: 300px;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr;
      
      gap: 0px;
      height: 100%;
      
   }
     
   #item-0 {
    z-index: 10;
    border-radius: 10px 10px 0px 0px;
    padding: 15px;
  height: 140px;
     
      grid-row-start: 1;
      grid-column-start: 1;
   
      grid-row-end: 2;
      grid-column-end: 2;
      
   }
   #item-1 {
    margin-top: -110px;
    z-index: 10;
    border-radius: 40px 0px 0px 0px;
    padding: 15px;
      border-radius: 0px;
      grid-row-start: 2;
      grid-column-start: 1;
      padding-bottom: 150px;
      grid-row-end: 3;
      grid-column-end: 2;
      height: 130px;
      
   }
   #item-2 {
    z-index: 10;
    border-radius: 0px 0px 0px 0px;
    padding: 15px;
      border-radius: 0px;
      grid-row-start: 3;
      grid-column-start: 1;
      margin-top: -95px;
      grid-row-end: 4;
      grid-column-end: 2;
      height: 190px;
      
   }
   #item-3 {
    z-index: 10;
    border-radius: 0px 0px 10px 10px;
    padding: 15px;
      margin-top: -155px;
      height: 165px;
      grid-row-start: 4;
      grid-column-start: 1;
   
      grid-row-end: 5;
      grid-column-end: 2;
      
   }




.title{
position: relative;
z-index: 10;
  width: 1200px;
  color: var(--white, #FFF);
text-align: center;
/* Head/50 */
font-family: CannonadeBold;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 100%;
}
 

.item-cont {
z-index: 10;
  height: 70px;
}
.item-cont-child {
  display: flex;
  flex-wrap: wrap;
}
.item-cont-child h3{
  margin: 15px 0px 0px 0px;
  float: right;
  text-align: left;

 
  color: var(--white, #FFF);
  z-index: 10;

font-family: CannonadeBold;
font-size: 22px;;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
}

.item-speed {
  margin-bottom: 20px;
max-width: 300px;
position: absolute;
padding-left: 50px;
top: 1558px;
}
#txt-grid3{
  margin-top: 24px;
}
.item-cont-child h2{
z-index: 10;
  text-align: left;
  color: var(--white, #FFF);
  margin-top: 15px;
font-family: Cannonade;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}
#txt-grid1{
  max-width: 328px;
}
#txt-grid2 {
  max-width: 713px;
}
#txt-grid3 {
  max-width: 564px;
}
#txt-grid4 {
  max-width: 477px;
}

.one {
  transition: 0.8s;
}

.one:hover {

filter: drop-shadow(0 0 0px rgb(255, 255, 255));
  transform: translateY(0px ) translateX(0px) ;
  

}

  

.button--secondary2 {
 margin-top: 40px;
 margin-left: 60px;
  transition: 0.3s;
  width: 205px;
  height: 49px;
  border-radius: 100px;
background: white;


  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
 
  


  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.button--secondary2:before {
 
  content: "";
  position: absolute;
  right: 12px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));
  transform: scale(0);
  opacity: 0;
  transition: all .33s cubic-bezier(.68,-.55,.265,1.55);
}
.button--secondary2 .textt2 {
  white-space: nowrap;
  
  transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
}
.button--secondary2 .icon-arrow2 {
 
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border-radius: 50%;
  background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));
 
  transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
}

.button--secondary2:hover {
  transition: 0.3s;
  /* Shadow */
box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.6);
   animation: icon-arrow-off .33s cubic-bezier(0,0,.2,1);
}
@keyframes icon-arrow-off {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } 
}
.button--secondary2:hover:before {
  transform: scale(1);
  opacity: 1;
}
.button--secondary2:hover .textt2 {
  transform: translateX(-21px);
}
.button--secondary2:hover .icon-arrow2 {
  transform: translateX(-30px) scale(.8);
  opacity: 0;
}

.textt2 {
  background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

/* Head/22 */
font-family: CannonadeBold;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 26.4px */
}




  

.cont-tg {
  display: flex;
  flex-direction: column;
  
}
.div-tg {
  
  margin:-150px auto;
  width: 320px;
height: 265px;
  border-radius: 20px;
  background: var(--linear, linear-gradient(135deg, #8954FF 0%, #B454FF 100%));  
}
.tg-btn {
  width: 306px;
  height: 66px;
 margin-top: 10px;
 margin-left: 60px;
  border: none;
  display: flex;
 justify-content: center;
  align-items: center;
  gap: 10px;  
  padding: 10px 40px;
  border-radius: 100px;
  background: var(--white, #FFF);
}
.tg-btn a{
  font-family: CannonadeBold;
  font-weight: 700;
 background: linear-gradient(95.35deg, #8954FF -0.07%, #B454FF 99.84%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 color: #0B2349;
 display: table;
  font-size: 16px;

}
.div-tg h1{
  text-align: center;
 padding: 25px 0px 0px;
  max-width: 820px;
  color: var(--white, #FFF);
  line-height: 120%; /* 50px */
font-family: CannonadeBold;
font-size: 28px;
font-style: normal;
font-weight: 700;



}
.cont-tg img{
  margin-top: -80px;
  margin-left: -5px;
  width: 200px;
height: 106px;
}

footer { 
margin-top: 185px;
 
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-footer{
  margin-right: 27px;
  color: var(--white, #FFF);

/* Head/16 */
font-family: CannonadeBold;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 19.2px */
}
.div-up{
  margin-left: 56px;
  align-items: center;

  display: flex;
}
.div-up h2{
  color: var(--white, #FFF);

/* Head/22 */
font-family: CannonadeBold;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 26.4px */
  margin-right: 7px;
}






.first {
  display: flex;
  width: 36px;
  height: 36px;
  background-image: url(img/tg-white.svg);
  transition: 0s;
}
.first:hover{
  transition: 0s;
  background-image: url(img/tg-purple.svg);
}
.second {
  width: 85px;
  height: 20px;
  background-image: url(img/up-wh.png);
  transition: 0s;
}
.second:hover{
  background-image: url(img/up-purp.png);
  transition: 0s;
}
  


  
.shadow-one{
opacity: 50%;
z-index: 11;
margin-top: -318px;
margin-left: -287px;
transition: 1.3s;
}
.shadow-one:hover{ 
  transform: translateY(0px ) translateX(0px) ;
}


.shadow-two {
 
  opacity: 50%;
width: max-content;
transition: 1.3s;

height: min-content;
z-index: 11;
margin-top: -400px;
margin-left: 0px;
}
.shadow-two:hover{
transform: translateY(0px ) translateX(0px) ;
}





.petno-div {
  display: flex;
  justify-content: center;
  z-index: -1;
margin: auto;
right: 0px;
position: absolute;

}
.petnoone {
  display: none;
  z-index: -1;
position: absolute;
}
.petnotwo{
  display: none;
  z-index: -1;
margin-left: 0px;
opacity: 10%;
transition: 1s;
}
.petnothree {
  display: flex;
  margin: 100px ;
  width: 200%;


}
.petnotwo:hover {
  
opacity: 100%;
}

 }
