@font-face {
  font-family: "Coolvetica";
  src: url('coolvetica_rg.otf');
}

/*gradient transition stuff*/

@property --myColor1 {
  syntax: '<color>';
  initial-value: #1B58F1;
  inherits: false;
}

@property --myColor2 {
  syntax: '<color>';
  initial-value: #1B58F1;
  inherits: false;
}

@property --myColor3 {
  syntax: '<color>';
  initial-value: #F6F6F6;
  inherits: false;
}

@property --myColor4 {
  syntax: '<color>';
  initial-value: #F6F6F6;
  inherits: false;
}

@property --myColor5 {
  syntax: '<color>';
  initial-value: #c0c0c0;
  inherits: false;
}

@property --myColor6 {
  syntax: '<color>';
  initial-value: #c0c0c0;
  inherits: false;
}

/*=--------------gradient transition stuff=--------------------*/

body {
  font-family: 'Jost';
}

.logo{
  font-size: 23px;
  font-weight: 700;
}

.nk-nav {
  background: #FDFDFD;
  box-shadow: 0px 7px 58px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 50px 50px;
  height:126px;
}

.navbar-brand, .nav-link{
  color: #000;
}

.nk-footer{
    background: #F7F7F7;
    border-radius: 101px 101px 0px 0px;
    height: 138px;
     display: flex; 
    align-items: center; 
    padding: 37px 0px;
    gap: 10px;
    font-family: 'Jost'; 
    font-style: normal; 
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #9A9A9A;
}
.nk-footer a{
  text-decoration: none;
  color:#1B58F1;
}

.hdr-fx{
  margin-top:126px;
}
.hdr-img-fix{
  margin-top: -45px;
}

.nk-input{
  border-radius: 29px;
  border: 1.5px solid #6c757d;
  padding-left: 1%;
}

.nk-h1{
  font-family: 'Coolvetica', sans-serif;
  font-size: 93px;
  line-height: 97%;
  letter-spacing: 0.02em;
  color: #2C2C2C;
  max-width: 450px;
}
.nk-h1 span{
  font-size: 112px;
  font-weight: 900;
  background: -webkit-linear-gradient(0deg, #FFAE65,#ED6F78,#B141CD,#6344E5, #4081FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nk-h2 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 105.5%;
  text-align: center;
  color: #2C2C2C;
}

.cool{
    font-family: 'Coolvetica';
    font-size: 64px;
    
}

#responce .cool{
  margin-top: 4%;
}

.nk-h3 {
  font-family: 'Jost';
  font-style: normal;
  font-size: 34px;
/*  text-align: center;*/
  color: #2C2C2C;
}

.nk-p2{
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #9A9A9A;
}

#header .nk-p2 {
  max-width: 450px;
}

.nk-grey{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
/*  line-height: 26px;*/
  color: #9A9A9A;
}

.nk-emo-select{
  background: #F7F7F7;
  border-radius: 101px;
  margin: 5% 0;
  padding: 5% 7%;
}

.nk-app-card{
  padding: 56px 39px;
  border-radius: 49.5px;
  height: 100%;
}

.nk-pers-card{
  border-radius: 20%;
  width: 400px;
  overflow: hidden;
  margin-right: 6%;
}

.nk-pd-card{
 width: 500px;
 padding: 5% 0;
}
.nk-pd-card h3{
  color: #c0c0c0;
  font-family: 'Jost', sans-serif;
}

/*Nika background colors*/
.nk-blue{
  background: #1B58F1;
  color:#FDFDFD;
}
.nk-red{
  background: #ED6F78;
}
.nk-yellow{
  background: #F8D254;
}
.nk-purple{
  background: #6344E5;
  color:#FDFDFD;
}

.nk-light-grey {
  background: #F7F7F7;
}


.nk-social-icon{
  --myColor5: #c0c0c0;
  --myColor6: #c0c0c0;
  border-radius: 50%;
  padding: 10px;
  background: #c0c0c0;
  background: linear-gradient(90deg,var(--myColor5) 0%, var(--myColor6) 100%);
  transition: --myColor5 0.5s, --myColor6 0.5s;
  display: inline-block;
  line-height: 1;
  font-family: bootstrap-icons;
  color: #FDFDFD;
}

.nk-btn {
  --myColor1: #1B58F1;
  --myColor2: #1B58F1;
  font-family: 'Jost';
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.03em;
  border: none;
  padding: 20px 28px;
  width: 227px;
  height: 69px;
  box-shadow: inset 0px 1.18586px 0px rgb(255 255 255 / 10%);
  background: linear-gradient(100.1deg,var(--myColor1) 1.72%, var(--myColor2) 100%);
  transition: --myColor1 0.5s, --myColor2 0.5s;
}

.nk-btn:hover{
  --myColor2: #24A6F4;
  filter: drop-shadow(0px 4px 48px #9DD6FF);
} 

.nk-btn:disabled{
  background: #DADADA;
  box-shadow: inset 0px 1.18586px 0px rgba(255, 255, 255, 0.1);
  color: #9A9A9A;
  border: none;
  opacity: 1;
} 

.nk-long-button {
  --myColor3:#F6F6F6;
  --myColor4:#F6F6F6;
  padding: 20px 0px;
  background: linear-gradient(90deg,var(--myColor3) 0%, var(--myColor4) 100%);
  width: 100%;
  display: block;
  border-radius: 70.5px;
  font-size: 40px;
  text-decoration: none;
  transition: --myColor3 0.5s, --myColor4 0.5s;
}

.nk-long-button:hover, .nk-social-icon:hover {
  --myColor3: #1B58F1;
  --myColor4: #24A6F4;
  --myColor5: #1B58F1;
  --myColor6: #24A6F4;
}

.nk-long-button span{
  background: -webkit-linear-gradient(0deg, #1b58f1,#24a6f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
}
.nk-long-button span i{
  font-size: 25px;
  font-family: bootstrap-icons;
}

.nk-long-button:hover span{
  -webkit-text-fill-color: unset;
  color:#FDFDFD;
}

.nk-dwnld{
  font-family: 'Jost';
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #1B58F1;
  border-color: #1B58F1;

}

.nk-dwnld:hover {
  --myColor1: #1B58F1;
  background-color: var(--myColor1) ;
  border-color: var(--myColor1);
}

/*spacing helpers*/

.nk-mt-5{
  margin-top: 7%;
}

.nk-mt-60-20{
  margin: 60px 0 20px
}


.emo{
  padding: 6px;
/*  display: inline-block;*/
  margin: 12px 5px;
}

.swatch{
  border-radius: 29px;
  padding: 12% 15% 70%;

  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2C2C2C;
  text-transform: uppercase;
}

/*.swatch i, .swatch-3 i {
  display:none;
}*/

.swatch:hover > i, .swatch-3:hover > .copy{
  display: block;
}

.swatch-h {
  font-weight: 600;
  font-size: 20px;
/*  line-height: 29px;*/
  text-transform: capitalize;
  text-decoration: none;
  color: inherit;
  
}

.swatch-h:hover{
  color: inherit;
}

.swatch-2:first-of-type{
  border-radius: 29px 29px 0 0;
}

.swatch-2:last-of-type{
  border-radius: 0 0 29px 29px ;
}

.swatch-2, .swatch-3{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2C2C2C;
  text-transform: uppercase;
  text-align: center;
  padding: 8% 0%;
}

.swatch-3{
  padding: 15px;
}

.swatch-3 .copy{
    left: 35%;
    bottom: -20%;
    box-shadow: 0px 5px 18px 5px rgb(0 0 0 / 10%);
}

/*.swatch-3:hover{
  color: rgba(0, 0, 0, 0.5);
}
*/

.emorow .col:first-of-type .swatch-3{
  border-radius: 29px  0 0 29px;
}

.emorow .col:last-of-type .swatch-3{
  border-radius: 0 29px 29px 0 ;
}

.copy{
  background-color: #fdfdfd;
  padding: 6%;
  border-radius: 50%;
  box-shadow: 0px 5px 18px 5px rgb(0 0 0 / 7%);
  position: absolute;
  bottom: 6%;
  left: 8%;
  cursor: pointer;
  line-height: 1;
  color: #2c2c2c;
}

.copy:hover{
  color: var(--myColor1);
}

#responce{
  display: none;
}

#allcol2 {
  margin-bottom: 100px;
}

#allcol2 .swatch-h{
  margin-left: 20px;
}

#isolated, #balanced{
  margin-bottom:4%;
}

#reset_form:hover{
  border-bottom:1px dashed #9A9A9A;
}

/*tooltip stuf*/
.mytooltip {
  position:relative; /* making the .tooltip span a container for the tooltip text */
  cursor: pointer;
/*  border-bottom:1px dashed #000; /* little indicater to indicate it's hoverable */
}

.mytooltip:before {
  content: attr(data-text); /* here's the magic */
  position:absolute;
  
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
  
  /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:500px;
  padding: 40px 20px;
  background:#FDFDFD;
  color: #2c2c2c;
  text-align: left;
  box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.07);
  border-radius: 23px;

  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;

  display:none; /* hide by default */
}

.mytooltip:hover:before {
  display:block;
  z-index: 100;
}

.mytooltip:hover i{
  color:#000;
}

.mytooltip i, .copy, .nk-grey i{
  font-family: bootstrap-icons;
  vertical-align: middle;
}


.bi-chevron-up {
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display:inline-block;
  font-family: bootstrap-icons;
  vertical-align: bottom;
}


.swatch-h.collapsed .bi-chevron-up {
  transform: rotate(-180deg);
}

.navbar-nav .nav-link.active{
  --bs-navbar-active-color:#1B58F1;
}

.navbar-nav .nav-link:hover{
  background: linear-gradient(100.1deg, #1B58F1 1.72%, #24A6F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}