* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Open Sans', sans-serif !important;
  background-color: #fcf2eb;

  
}

/* -----------------------------------------  */

/* navbar  */ 

 
.navbar {
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #383745;
  color: white;
  position: fixed  !important;
  top: 0;
  width: 100%;
  padding: 15px 29px;
  box-shadow: 0px 0px 10px 0px black;
  z-index: 10 !important;
}

.brand-title {
  margin: 0.5rem;
}

.brand-title a {
  text-decoration: none; 
  color: #969ba1; 
  font-size: 30px !important;
  
}

.navbar-links ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar-links li {
  list-style: none;
  font-size: 1.3rem;
}

.navbar-links li a {
  text-decoration: none;
  color: #969ba1;
  padding: 1rem;
  display: block;
  font-family: "Poppins", sans-serif;
}

.navbar-links li a:hover {
  color: white;
}

.toggle-button {
  position: absolute;
  top: 1.8rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 21px;
}

.toggle-button .bar1 {
  height: 3px;
  width: 70%;
  border-radius: 20px;
  background-color: #bcbcbf;
}

.toggle-button .bar2 {
  height: 3px;
  width: 50%;
  border-radius: 20px;
  background-color: #bcbcbf;
  text-align: center;
}

.toggle-button .bar3 {
  height: 3px;
  width: 70%;
  border-radius: 20px;
  background-color: #bcbcbf;
}

.toggle-button .bar4 {
  height: 3px;
  width: 60%;
  border-radius: 20px;
  background-color: black;
}


/* End navbar  */ 


/* ------------------------------------  */


/* header  */

header {
  padding: 400px;
  background: transparent;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  /* background: #22202B;       */
  background: url("/images/yer2.jpg");
  /* background-color: #484c50; */
  /* background-color: rgb(71, 74, 78); */
  
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  text-align: center;
  z-index: -1;
}




header h1{
  font-size: 40px !important;
  font-weight: 300;
  letter-spacing: 2px;
  color: whitesmoke;
  text-shadow: 0 1px 0 rgb(194, 182, 182),

  0 1px 0 #868b90,
  0 1px 0 #868b90,
  0 2px 0 #868b90,
  0 3px 0 #868b90,
  0 4px 1px rgba(0,0,0,.1),
  0 0 4px rgba(0,0,0,.1),
  0 1px 2px rgba(0,0,0,.3),
  0 2px 4px rgba(0,0,0,.2),
  0 5px 7px rgba(0,0,0,.25),
  0 8px 6px rgba(0,0,0,.2),
  0 15px 15px rgba(0,0,0,.15);
  
}

header h2 {
  letter-spacing: 2px;
  opacity: 0.8;    
  color: whitesmoke;
  font-size: 22px;
  text-align: center;
}

hr {
    margin: auto;
    width: 80%;
    border-top-color:#bbb;
  opacity:0.2;
}

  



/* End of header  */




/* ----------------------------------------------------------------   */

/* Start of main  */


main {
    max-width: 1500px;
    margin: auto;
    padding: 20px 20px 100px 20px;
    font-size: 20px;
    text-align: center;
    display: flex;
  
 
    
}

@media (max-width: 1000px) {
  .about-text {
    flex-direction: column;
  }

  .about-text img {
    margin-bottom: 50px;
  
  }

  .cont-js p {
    font-size: 25px !important;
  }
}





.about-text {
  text-align: left;
  color: #737373;
  display: flex;
  justify-content: space-evenly;
}

.about-text img {
  margin-right: 50px;

}




main a {
    padding: 15px 50px;
    background: #648bfb;
    text-decoration: none;
    color: white;
}

main a:hover {
  text-decoration: underline;
  background: #648bfb;
}


/* End of main */





/* ----------------------------------------------------------------   */



/* Up & Down buttons  */




.arrows {
  position: fixed;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 2%;
  bottom: 5%;
  position: fixed;
}

.arrows img {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background:  #f5f5f7;
  transition: 0.5s;
  margin: 5px 0;
  border-radius: 50%;
  border: 3px solid #648bfb;
  ;
}

.arrows img:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* End of Up & Down Buttons  */


/* -----------------------------------------------------   */



/* Footer  */

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:16px;
  line-height:24px;
  color:#737373;
}

.row {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
   
}

.row .text-justify {
    max-width: 400px;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.2;
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d;
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)


{
  .header h2 {
      font-size: 16px;
  }

  main {
      font-size: 16px;
  }

  main img {
      width: 100% !important;
  }



  .row {
      flex-direction: column;
      text-align: center;
     
  }

  .about-text a {
      padding: 10px 30px;
      font-size: 16px;
      
  }
  
  .site-footer
  {
   
    font-size:12px;
   
  }

}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


/* End of footer  */


/* --------------------------------------------------------  */


/* RESPONSIVE VERSION  */




@media (max-width: 600px) {

  hr {
    width: 200px; 
    margin: auto;
  }

  .header h1 {
    font-size: 30px !important;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .toggle-button {
    display: flex;
  }
      
  .navbar-links {
    display: none;
    width: 100%;
  }
  

  .navbar-links ul {
    width: 100%;
    flex-direction: column;
  }

  .navbar-links li {
    text-align: center;
  }

  .navbar-links li a {
    padding: 1rem 1rem;
  }

  .navbar-links.active {
    display: flex;
  }

  header {
   
    padding: 100px 20px 50px 20px;
   
    
  }

 

}


.cont-js p {
  font-size: 60px;
  color: #4b4c47;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: left;
  overflow: hidden;
}


.cont-js p span.typed-text {
  font-weight: normal;
  color: orangered;
}
.cont-js p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.cont-js p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: white; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}











































/* * {
  box-sizing: border-box;
  } */
  
  /* body {
    margin: 0;
    padding: 0;
    

    background: linear-gradient(90deg, #fafafa 50%, #eaf2fc 50%) !important;
    position: relative;
  } */
  
  /* h1,
  h2,
  h3,
  h4,
  p {
    font-family: "Poppins", sans-serif;
  }
  

  
 

  main {
    width: 1400px;
    height: 1000px;
    top: 80px;
    bottom: 80px;
    margin: auto;
    background-image: url('yer2.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    color: white;
    font-family: sans-serif;
    display: flex;
    
  }

  main img {
    width: 100%;
    height: 100%;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    color: white;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 29px;
    
  }
  
  .brand-title {
    margin: 0.5rem;
  }

  .brand-title a{
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0.5rem;
    font-family: "Poppins", sans-serif;
 
    text-decoration: none;
    font: bold 48px arial, sans-serif;
    background-color: black;
    color: transparent;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
       -moz-background-clip: text;
            background-clip: text;
  } */

  /* .brand-title p {
    color: black !important;
    font-size: 18px !important; 
    margin-top: -6px !important; 
    margin-left: 16px !important; 
    font-weight: 200 !important;
  }
  
  .navbar-links ul {
    margin-top: -30px !important;
    padding: 0;
    display: flex;
  }
  
  .navbar-links li {
    list-style: none;
    font-size: 1.1rem;
  }
  
  .navbar-links li a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    padding: 1rem;
    display: block;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 0 rgb(194, 182, 182),

    0 1px 0 #868b90,
    0 1px 0 #868b90,
    0 2px 0 #868b90,
    0 3px 0 #868b90,
    0 4px 1px rgba(0,0,0,.1),
    0 0 4px rgba(0,0,0,.1),
    0 1px 2px rgba(0,0,0,.3),
    0 2px 4px rgba(0,0,0,.2),
    0 5px 7px rgba(0,0,0,.25),
    0 8px 6px rgba(0,0,0,.2),
    0 15px 15px rgba(0,0,0,.15);
  }
   */
  
/* --------------------- */

    /* .navbar-links li a:after {
    content: '';
    position: absolute;
    margin-bottom: 5px;
    bottom: 0;
    left: 2px;
    width: 0;
    border-bottom: 2px solid #5565B4;
    transition: 0.44s;
    }
    .navbar-links li a:hover:after {
    width: 99%;
    } */


/* ------------------------ */

  /* .motto {
    position: absolute;
    right: 7%;
    top: 50%;
  }

  .container p {
    font-size: 60px;
    color: #4b4c47;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
  }

  .container {
    position: absolute;
    right: 7%;
    top: 15%;
  }


  .container p span.typed-text {
    font-weight: normal;
    color: orangered;
  }
  .container p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
  }
  .container p span.cursor.typing {
    animation: none;
  }
  @keyframes blink {
    0%  { background-color: white; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
  }



 
  .left-side ul {
    width: 100vh;
    line-height: 1;
    display: block;
    margin: 0;
    margin-top: 50vh;
    margin-left: -9px;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    left: 2%;
    top: 50%;
    text-align: center;
  }



  
  .left-side ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
  }
  
  .left-side ul li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    padding: 0 2px;
    text-decoration: none;
    color: black;
  }
  

  .left-side ul li a:hover {
    color: rgb(93, 118, 165);
  }
  
  .left-side ul li a img {
    display: block;

    position: relative;
    padding: 0 2px;

    text-decoration: none;
  } */



 

/* 
  

  .learnmore {
    outline: none;
    border: none;
    cursor: pointer;
    padding: 12px 30px;
    margin-left: 10px;
   
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color:#E6E9F4;
    text-align: center;
    background: #323C71;
    backdrop-filter: blur(15px);

    transition: 0.5s;
  } */
/* 
  .learnmore:hover {
   
  
    background: coral;
   
    transition: 0.5s;
  }


  .partners {
    outline: none;
    border: none;
    cursor: pointer;
    padding: 12px 30px;
    margin-left: 10px;

    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color:#323C71;
    text-align: center;
    opacity: 8;
    background: #E6E9F4;
    backdrop-filter: blur(20px);
  
    transition: 0.5s;
  }
  
  
  
  @media screen and (max-width: 700px) {
    .navbar {
      flex-direction: column;
    }
  }
  
  @media screen and (max-width: 700px) {
    .header {
      flex-direction: column;
      align-items: center;
    }
  
    .theme {
      margin: 0px;
    }
  
    .navbar {
      box-shadow: 0px 0px 10px 0px black;
    }
  
    .navbar a {
      padding: 20px 0px 10px 0px;
    }
  
    .navbar a:hover {
      color: black;
      background-color: #f8c529;
    }
  
    .header img {
      width: 90%;
      height: 90%;
    }
  
    .description {
      text-align: center;
    }
  
    .ceni {
      flex-direction: column;
      text-align: center;
    }
  }
  
  .footer {
    padding: 50px;
    text-align: center;
  
    color: black;
  }
   */



   