/*Обнулення стилів*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
}
*:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}




/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@font-face {
  font-family: 'Montserrat';
  src: url('../asset/fonts/Montserrat.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Bungee';
  src: url('../asset/fonts/Bungee.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
/* @font-face {
  font-family: 'Indie Flower';
  src: url('../asset/fonts/IndieFlower.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Playpen Sans';
  src: url('../asset/fonts/PlaypenSans.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
} */
/* @font-face {
  font-family: 'Rubik';
  src: url('../asset/fonts/Rubik.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Nonito';
  src: url('../asset/fonts/Nonito.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
} */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
/* 1 rem = 16px    1em = 16px */
html {
    /* 10px / 16px = 62.5% */
    font-size: 62.5%;
}
/* 1 rem = 10px    1em = 10px */

/* BODY AND WRAPPER...........................................................................................................*/

body {
    overflow: auto;
    overflow-x: hidden;
   font-family: 'Montserrat', sans-serif;
   color: #101010;
   line-height: 2;

   background-color: #ffffff;
}

body.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}

body::-webkit-scrollbar {
    width: 0em;
}

body::-webkit-scrollbar-thumb {
    background-color: transparent;
     width: 0em;
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    min-height: 100vh;

    
  
}

/* LOTTIE ANIMATION....................................................................................................*/

.anim_wrapper{
    cursor: pointer;
    position: relative;
     width: 300px;
     height: 300px;
     
}
.anim_wrapper-min{
    cursor: pointer;
    position: relative;
     width: 300px;
     height: 300px;
}

.anim_wrapper-planer {
  position: absolute; 
  top: 0;
  left: 0;
  offset-rotate: 0deg;
  offset-distance: 0%;

  pointer-events: none;
  z-index: 100;
}

.anim_wrapper-planer.is-active {

  animation: flyPath 5s ease-in-out forwards;
}

@keyframes flyPath {
  0% {
    scale: 1;
    offset-distance: 0%;
  }
  100% {
    scale: 1.2;
    offset-distance: 100%;
  }
}




.anim{
    position: absolute;
    width: 100%;
    height: auto;
}
#webdog{
z-index: 10;
bottom: -3.5rem;
left: -2rem;
}
#jobdog{
z-index: 10;
bottom: -16px;

}
#thanosdog{
z-index: 10;
bottom: -19px;
}



.anim_wrapper-max{
    cursor: pointer;
    position: relative;
     width: 450px;
     height: 300px;
}
.anim-max{
    position: absolute;
    width: 100%;
    height: auto;
}

#webdevdog{
    z-index: 10;
    right: -20px;
    bottom: -15px;
}


/* .............................delete */
#thanosdog1{
z-index: 10;
bottom: -19px;
}
#thanosdog2{
z-index: 10;
bottom: -19px;
}
/* ............................. delete*/


@media (max-width: 1300px) {

}
@media (max-width: 1100px) {
.anim_wrapper{
   
     width: 260px;
     height: 260px;
}
.anim_wrapper-min{
    
     width: 260px;
     height: 260px;
}

}
@media (max-width: 960px) {
.anim_wrapper-min{
    
     width: 230px;
     height: 180px;
}


}
@media (max-width: 700px) {
.anim_wrapper{
   
     width: 230px;
     height: 230px;
}
#webdog{
z-index: 10;
bottom: -3.8rem;
left: -1.5rem;
}


}
@media (max-width: 400px) {


}
/* BLOCK SECTION............................................................................................................*/

.block{
    width: 100%;
    padding: 0 6rem;

     transition: 0.3s;
}
.block-100{
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    

      transition: 0.3s;
}
/* ............................................................. */


.block-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0rem;
}

.block-columns{
    width: 100%;
    display: grid;
    grid-template-columns: 5fr 5fr;
    gap: 2rem;

     transition: 0.3s;
}

.block-columns-service{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 5fr 5fr;
    gap: 1rem;

     transition: 0.3s;
}
.block-columns-service > :nth-child(1) {
    display: flex;
    align-items: flex-center;
    justify-content: flex-start;

    height: 100%;
}
.block-columns-service > :nth-child(2) {
    display: flex;

    align-items: flex-end;
    justify-content: flex-end;
}

.block-columns-left{
    width: 100%;
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 2rem;

     transition: 0.3s;
}
.block-columns-right{
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 2rem;

     transition: 0.3s;
}

.block-columns-left > :nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

/* HEADER...........................................................................................................*/
header{
    width: 100%;
    position: relative;
}

.block-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.block-header-top{

    position: absolute;
    top: 2rem;
    right: 2rem;
    gap: 1rem;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;

    z-index: 15;

}


/* MAIN..............................................................................................................*/
main{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    gap: 3rem;

}



/* FOOTER................................................................................................................*/
footer{
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #E873FF;

    padding: 2rem 2rem 0rem 2rem;
}



@media (max-width: 1300px) {

}
@media (max-width: 1100px) {

    .block{
    width: 100%;
    padding: 0 4rem;
}



}
@media (max-width: 960px) {
.block{
    width: 100%;
    padding: 0 2rem;
}


.block-columns{
    grid-template-columns: 1fr;

}



.block-columns-left{

    grid-template-columns: 8fr 2fr;
    gap: 1rem;
}
.block-columns-right{
    grid-template-columns: 2fr 8fr;
    gap: 1rem;
}
}
@media (max-width: 810px) {



.block{
    width: 100%;
    padding: 0 1.5rem;
}

.block-columns{
  
    gap: 1rem;
}
.block-columns-left{

    grid-template-columns: 1fr;
    gap: 1rem;
}
.block-columns-right{
    grid-template-columns: 1fr;
    gap: 1rem;
}

main{

    gap: 1.5rem;
}
}
@media (max-width: 600px) {


    .block-columns-service{

    grid-template-columns: 1fr;
    gap: 1rem;

}

.block-header-top{


    top: 1rem;
    right: 1rem;



}


}


/* TEXT...............................................................................................................*/

/* .........................................................................................H1 Ivan Busenko */
h1{

font-family: 'Bungee', sans-serif; color:#e6ffde; font-size: 10rem; font-weight: 900; line-height: 4rem;
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
 -webkit-text-stroke: 4px #279324; 
gap:4rem;
z-index: 2;

position: relative;


}
.h1-author{-webkit-text-stroke: 4px #4e0044; color:#e873ff;}
.h1-text{font-family: 'Montserrat', sans-serif; color:#7400b3; font-size: 4rem; font-weight: 700;  -webkit-text-stroke: 0px transparent; z-index: 1;}

#h1-design{color: #001c70;}
#h1-anim{color: #00696b;}
#h1-dev{color: #59006d;}

.h1-site{font-size: 2rem;}

.h1-none{
position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
        -webkit-user-select: none; 
user-select: none; 
}


/* .....................................H2 */
h2{font-size: 3.2rem; font-weight: 800;}
/* .....................................H3 */
h3{font-size: 2.6rem; font-weight: 700;}
/* .....................................H4 */
h4{font-size: 2.5rem; font-weight: 700;}
/* .....................................H5 */
h5{font-size: 2.4rem; font-weight: 700;}   
/* .....................................H6 */
h6{font-size: 2.2rem; font-weight: 700;}






/* ...................................................................................................................... */
.logo-text {

    font-family: 'Bungee', sans-serif;  font-size: 4rem; font-weight: 900; line-height: 3.6rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}
.logo-bus {
     color:#e6ffde;
    -webkit-text-stroke: 2px #279324; 
}
.logo-web {
      color:#e873ff;
    -webkit-text-stroke: 2px #4e0044;  
}
/* ...................................................................................................................... */






/* ...................................Paragraph */
p{font-size: 1.8rem; font-weight: 600;}
strong{font-weight: 700;}


.text-position-right{text-align: right;}
.text-position-center{text-align: center;}
/* .............................................................................................SVG Icons */

/* .................................................................................................icon */
.svg-icon {width: 1.5em; height: 1.5em; flex-shrink: 0; vertical-align: middle; position: relative;}
/* .................................................................................................logo */
.svg-logo {width: 2em; height: 2em; flex-shrink: 0; vertical-align: middle; position: relative;}
/* .................................................................................................list */
.svg-list {width: 1.4em; height: 1.4em; flex-shrink: 0; vertical-align: middle; position: relative;}

/* .....................................................pos */
.icon-link-left{margin-right: 0.2em; top: 0em;}
.icon-link-right{margin-left: 0.2em; top: -0.2em;}
.icon-button-left{margin-right: 0.2em;}
.icon-button-right{margin-left: 0.2em;}


/* ...................................Link */
a {    
    text-decoration: none;
    white-space: nowrap;

    color: #0077b3;
    
    font-size: 1.8rem;
    font-weight: 700;
}
.link{
  
    padding: 0 0.3em;
    transition: 0.3s;
}
.link-btn{
  
    background-color: #ffffff;
    border: 3px solid #0077b3; color: #0077b3;
    
    display: inline-flex;
    align-items: center;
    white-space: nowrap;

    font-size: 2rem;
    font-weight: 700;

    border-radius: 3em;
    padding: 0.1em 0.6em;
    transition: 0.3s;
}
.link-btn:hover {
    transform: scale(1.01);
}
.link-nav{
     padding: 0 0.3em;
     color: #7400b3;
}


/* ...................................Button */
button{
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;

    font-size: 2rem;
    font-weight: 700;

    border-radius: 3em;
    padding: 0.3em 0.6em;

}

.btn-circle {

    padding: 0.3em 0.3em;
    border-radius: 50%;
  
}

.btn-success {border: 3px solid #006b12; color: #006b12;}
.btn-danger {border: 3px solid #dc3545; color: #dc3545;}
.btn-warning {border: 3px solid #ffbf00; color: #ffbf00;}
.btn-info {border: 3px solid #0077b3; color: #0077b3;}

.btn-dev {border: 3px solid #370044; color: #370044;}
.btn-anim {border: 3px solid #00494a; color: #00494a;}
.btn-design {border: 3px solid #001450; color: #001450;}


.btn-danger, .btn-success, .btn-warning, .btn-info {
    transition: 0.3s;
}
.btn-danger:hover, .btn-success:hover, .btn-warning:hover, .btn-info:hover {
    transform: scale(1.01);
}

/* ...................................List */
ul {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    font-weight: 600;

    margin: 1rem 0;
    gap: 0.5rem;

}

.ul-service{
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

li {
    display: flex; 
    align-items: flex-start; 
    justify-content: flex-start;
    gap: 0.5em;

    text-align: left;
}

/* ......................................... span*/

.span-success {color: #006b12;}
.span-danger {color: #dc3545;}
.span-warning {color: #ffbf00;}
.span-info {color: #0077b3;}




@media (max-width: 1100px) {

    h1{font-size: 8rem; font-weight: 900; line-height: 4rem; -webkit-text-stroke: 4px #279324; gap:2.5rem;}
.h1-text{font-size: 3rem; font-weight: 700;}
.h1-site{font-size: 1.5rem;}

/* .....................................H2 */
h2{font-size: 3rem; font-weight: 800;}
/* .....................................H3 */
h3{font-size: 2.4rem; font-weight: 700;}
/* .....................................H4 */
h4{font-size: 2.3rem; font-weight: 700;}
/* .....................................H5 */
h5{font-size: 2.2rem; font-weight: 700;}   
/* .....................................H6 */
h6{font-size: 2rem; font-weight: 700;}


/* ...................................Paragraph */
p{font-size: 1.6rem; font-weight: 600;}

/* ...................................Link */
a {    

    font-size: 1.6rem;
    font-weight: 700;
}

.link-btn{
  
    font-size: 1.8rem;
    font-weight: 700;
}


/* ...................................Button */
button{
    font-size: 1.8rem;
}


/* ...................................List */
ul {
    font-size: 1.6rem;
}

}

@media (max-width: 810px) {


/* .....................................H2 */
h2{font-size: 2.4rem; font-weight: 700; text-align: center;}
/* .....................................H3 */
h3{font-size: 2rem; font-weight: 700;}
/* .....................................H4 */
h4{font-size: 1.8rem; font-weight: 700;}
/* .....................................H5 */
h5{font-size: 1.7rem; font-weight: 700;}   
/* .....................................H6 */
h6{font-size: 1.6rem; font-weight: 700;}


/* ...................................Paragraph */
p{font-size: 1.6rem; font-weight: 500;}




.text-position-right{text-align: center;}
.text-position-center{text-align: center;}
/* ...................................Link */
a {    

    font-size: 1.6rem;
    font-weight: 600;
}

.link-btn{
  
    font-size: 1.6rem;
    font-weight: 600;
      

}


/* ...................................Button */
button{
    font-size: 1.6rem;

    
}


/* ...................................List */
ul {
    font-size: 1.6rem;
}
}


@media (max-width: 700px) {
h1{

font-size: 6rem; font-weight: 900; line-height: 4rem;

 -webkit-text-stroke: 3px #279324; 
gap:1rem;

}
.h1-author{-webkit-text-stroke: 3px #5d0051;}
.h1-text{font-size: 1.8rem; font-weight: 700;}
.h1-site{font-size: 1.2rem;}
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.item_wrapper {
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.item {
    width: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    overflow: hidden;
   
}


#design-item {
   
    border: solid 3px transparent;
    border-radius: 2rem;
    /* background-color:#d7e1ff; */
    


background: 

        linear-gradient(135deg,  rgb(215,225,255) 0%,rgb(188,224,255) 65%,rgb(112,159,255) 100%) padding-box,
        linear-gradient(135deg, #7295ff, #2e5cff) border-box; 

    box-shadow: 0 10px 20px rgba(0, 21, 139, 0.2);


    
}
#design-item .item-btn {
    
    color: #001450;

}
#design-item ul .svg-list {
   
    color: #001450;
}

#animation-item {
    
    border: solid 3px transparent;
    border-radius: 2rem;

  background: 
        linear-gradient(135deg,  rgb(219,254,255) 0%,rgb(219,255,231) 65%,rgb(109,249,228) 100%) padding-box,
    
        linear-gradient(135deg, #00b084, #47ceb3) border-box;

     box-shadow: 0 10px 20px rgba(0, 134, 116, 0.2);
}
#animation-item .item-btn {
   
    color: #00494a

}

#animation-item ul .svg-list {
   
    color: #00494a;
}

#development-item {
    
    border: solid 3px transparent;
    border-radius: 2rem;
    /* background-color:#fae4ff; */
background: 
        linear-gradient(135deg,  rgb(250,228,255) 0%,rgb(198,207,255) 65%,rgb(235,145,247) 100%) padding-box,
        linear-gradient(135deg, #9100b5, #c232ff) border-box; 

    box-shadow: 0 10px 20px rgba(98, 0, 136, 0.2);
}
#development-item .item-btn {
   
    color: #370044;
}
#development-item ul .svg-list {
   
    color: #370044;
}
    




.item-btn {
    background-color:transparent;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.item-btn-conteiner {
    display: flex;
    align-items: center;

    gap: 0.5em;

    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 20;
}


.img-rotate {
    transform: rotate(180deg); 
    transition: 0.3s ease;
    
  }
  
  .rotated {
    transform: rotate(0deg); 
  }

.item-info {

    position: relative;

    max-height: 0;
    overflow: hidden;
    width: 100%;
    
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); 

    /* will-change: max-height; */
}
.info_wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 0.5rem 2rem;

}




@media (max-width: 1100px) {


.item_wrapper {
    width: 80%;

}

}

@media (max-width: 960px) {
.item_wrapper {

    gap: 1rem;
}

.item-btn {

    padding: 1rem 1.5rem;
}


.info_wrapper{
    padding: 0.5rem 1.5rem;

}
}

@media (max-width: 700px) {


.item_wrapper {
    width: 90%;

}

}
@media (max-width: 640px) {


.item_wrapper {
    width: 100%;

}

}

/* .................................................................................................... */

.form-order{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 0.5rem;
}
.form-order h3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    font-size: 2rem;
}

.form-order input,
.form-order textarea {
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
    box-sizing: border-box;
    box-shadow: none;
}


.form-order input:-webkit-autofill,
.form-order textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s;
}


.input-group {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 1.6rem 1.5rem;
    border: 3px solid #A6A6A6;
    border-radius: 1rem;
    transition: border-color 0.3s ease;
    background-color: transparent;
}

.input-group textarea {
    resize: vertical;
    min-height: 120px;
    max-height: 200px;
}



.input-group input:focus,
.input-group textarea:focus {
    border-color: #0077b3; 
}



.input-group label {
    position: absolute;
    left: 1.5rem;
    top: 1.3rem;
    color: #505050;
    font-size: 1.6rem;
    font-weight: 500;
    pointer-events: none; 
    transition: 0.2s ease all;
    background-color: #ffffff; 
    padding: 0 0.5rem;
}




.input-group input:not(:placeholder-shown),
.input-group textarea:not(:placeholder-shown) {
    border-color: #006b12; 
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: #0077b3; 
}

.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label,
.input-group textarea:focus + label,
.input-group textarea:not(:placeholder-shown) + label {
    top: -1.5rem;
    left: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #006b12; 
}

.input-group input:focus + label,
.input-group textarea:focus + label {
    color: #0077b3; 
}


.input-group input.error,
.input-group textarea.error,
.input-group input.error:focus,
.input-group textarea.error:focus,
.input-group input.error:not(:placeholder-shown),
.input-group textarea.error:not(:placeholder-shown) {
    border-color: #dc3545;
}


.input-group input.error + label,
.input-group textarea.error + label,
.input-group input.error:focus + label,
.input-group textarea.error:focus + label,
.input-group input.error:not(:placeholder-shown) + label,
.input-group textarea.error:not(:placeholder-shown) + label {
    color: #dc3545;
}

/* ............................ */


.service-group {
    display: flex;
    gap: 1rem;
    width: 100%;
    
}

.service-group input[type="radio"] {
    display: none; 
    
}


.service-btn {
    flex: 1; 
    text-align: center;
    padding: 0.5rem;
    border: 3px solid #A6A6A6;
    border-radius: 1rem;
    color: #505050;
    font-size: 2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
}

.service-btn:hover {
    border-color: #0077b3;
    color: #0077b3;
}

.service-group input[type="radio"]:checked + .service-btn {
    border-color: #006b12;
    background-color: rgba(0, 133, 22, 0.05); 
    color: #006b12;
}




.form-btn-container {
    display: flex;

    justify-content: space-between;
    align-items: center;
    width: 100%;

    gap: 1rem;

}


@media (max-width: 1100px) {


.form-order h3 {

    font-size: 1.8rem;
}


.service-btn {

    font-size: 1.8rem;
    font-weight: 600;

}


}
@media (max-width: 960px) {

.form-order h3 {

    font-size: 1.6rem;
}


.service-btn {

    font-size: 1.6rem;
    font-weight: 600;

}

.form-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;

}
}
@media (max-width: 810px) {
.input-group input,
.input-group textarea {
    padding: 1.2rem 1rem;

}
.input-group label {
    position: absolute;
    left: 1.5rem;
    top: 0.9rem;
   
}
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {

    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-text-fill-color: #333 !important;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
   
.popup-overlay {
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    
    height: 100dvh;
    width: 100%;
    
    z-index: 60;
    display: flex;
    justify-content: center;
    align-items: center;
    
    visibility: hidden;
 
    transition: visibility 0.4s; 
}

.popup-overlay.show {
    visibility: visible;
}

.popup-overlay::before {
    content: "";
    position: absolute;
    
    top: -100px; 
    left: -50px; 
    right: -50px; 
    bottom: -100px;
    

    background-color: rgba(0, 0, 0, 0.6);

    
    opacity: 0;
    transition: opacity 0.4s ease; 
    will-change: opacity;
}

.popup-overlay.show::before {
    opacity: 1;
}

.popup {
    position: relative;
    z-index: 2;
    padding: 2rem; 
    background-color: #ffffff;
    border: 3px solid #00b3ff;
    border-radius: 20px;
    
    box-shadow: inset 3px 0 5px rgba(0,0,0,0.3), inset 3px 5px 10px rgba(0,0,0,0.3);

    max-width: 70%; 
    max-height: 80%;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;

    will-change: transform;
    backface-visibility: hidden;
    
   
    transform: translate3d(0, 150vh, 0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}


.popup-overlay.show .popup {
    transform: translate3d(0, 0, 0);
}

.popup__title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.popup__wraper {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.popup__wraper::-webkit-scrollbar {
    width: 0em; 
}

.popup__wraper::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.closePopup {
    position: absolute;
    top: -2rem; 
    right: -2rem;
    cursor: pointer;
    transition: transform 0.2s ease; 
}

.closePopup:hover {
    transform: scale(1.1);
}

@media (max-width: 1100px) {
  .popup {
        max-width: 90%;
        max-height: 80%;
    }
}
@media (max-width: 810px) {
  .popup {
        max-width: 95%;
        max-height: 80%;
    }
    .closePopup {
        top: -1rem;
        right: -1rem;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.present {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     position: relative;
}

.container {
    width: 60vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider {
    width: 100%;
    contain: layout; 
    touch-action: pan-y; 
    user-select: none; 
    -webkit-user-select: none;
}

.slides {
    display: flex;
    height: auto;
    will-change: transform;
}

.slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    will-change: transform, opacity;
  
}


.slide.active {
    z-index: 2;
}

.slide.inactive {
    z-index: 1;
}

.slide_wrapper {
    width: 100%;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide_wrapper h2{
    font-family: 'Bungee', sans-serif;
    font-size: 5rem;
}

#slide-design {
    border: solid 3px transparent;
    border-radius: 2rem;
    background: 
        linear-gradient(135deg,  rgb(215,225,255) 0%,rgb(188,224,255) 65%,rgb(112,159,255) 100%) padding-box,
        linear-gradient(135deg, #7295ff, #2e5cff) border-box; 
    box-shadow: 0 10px 20px rgba(0, 21, 139, 0.2);

     color: transparent;
    -webkit-text-stroke: 3px #001450; 

}


#slide-anim {
    border: solid 3px transparent;
    border-radius: 2rem;
    background: 
        linear-gradient(135deg,  rgb(219,254,255) 0%,rgb(219,255,231) 65%,rgb(109,249,228) 100%) padding-box,
        linear-gradient(135deg, #00b084, #47ceb3) border-box;
    box-shadow: 0 10px 20px rgba(0, 134, 116, 0.2);

        color: transparent;
        -webkit-text-stroke: 3px #00494a; 

}

#slide-dev {
    border: solid 3px transparent;
    border-radius: 2rem;
    background: 
        linear-gradient(135deg,  rgb(250,228,255) 0%,rgb(198,207,255) 65%,rgb(235,145,247) 100%) padding-box,
        linear-gradient(135deg, #9100b5, #c232ff) border-box; 
    box-shadow: 0 10px 20px rgba(98, 0, 136, 0.2);

     color: transparent;
     -webkit-text-stroke: 3px #370044; 
}

.slide_content {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide_content article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.arrow-prev,
.arrow-next {
   
    cursor: pointer;
    position: absolute;
    z-index: 15;
    top: 50%;
    transform: translateY(-50%);

    color: #00b3ff;
   
}

.arrow-prev {
    left:  1rem;
  

    transform: rotate(-90deg);
}

.arrow-next {
    right: 1rem;
    
    transform: rotate(90deg);
}


@media (max-width: 1100px) {

    .container {
    width: 90vw;


}

}

@media (max-width: 600px) {




.slide_content {
    
    height: 500px;

}


.slide_wrapper h2{
    font-family: 'Bungee', sans-serif;
    font-size: 3rem;
}

#slide-design {-webkit-text-stroke: 2px #001450;}


#slide-anim {-webkit-text-stroke: 2px #00494a;}

#slide-dev {-webkit-text-stroke: 2px #370044;}
}