*{
  font-family: monospace;
  margin:0%;
  padding: 0%;
  box-sizing: border-box;
}
h1{
    font-size: 2.2rem;
    color: white;
   
}
h2{
    font-size: 2.3rem !important;
    font-weight: 700 !important;
    
}
@media (max-width:650px) {
  h2{
    font-size: 1.8rem !important;
  }
}
@media (max-width:405px) {
  h2{
    font-size: 1.3rem !important;
  }
}
h3{
    font-size: 1.9rem !important;
    font-weight: 700 !important;
    
}
h4{
    font-size: 1.8rem !important;
    color: white;
    font-weight: 700 !important;
}
h5{
    font-size: 1.5rem !important;
    color: white;
    font-weight: 400 !important;
}
@media (max-width:650px) {
  h5{
    font-size: 1rem !important;
  }
}
h6{
    font-size: 1.1rem !important;
    font-weight: 200 !important;
}
@media (max-width:550px) {
  h6{
    font-size: 0.7rem !important;
  }
}

.strong{
  font-weight: 700;
}

body{
  width: 100% !important; 
}

nav{
    width: 100% !important;
    height: 140px ;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0px 100px !important;
    z-index: 1000;
    position: fixed;
  
    
}
nav ul .nav-btn{
    padding: 5px 30px;
    border-left:1px solid white;
}
nav ul{
    width: 50% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 15px;
    float: right;
}
.nav-img {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.nav-img span {
  display: inline-block;
  padding-left: 20px;
}
@media (max-width:1200px) {
  nav ul{
    width: 60% !important;
  }
}
@media (max-width:1000px) {
  nav ul{
    width: 70% !important;
  }
}
@media (max-width:900px) {
  nav ul{
    display: none !important;
  }
}
nav ul li{
    list-style: none;
}
nav ul li a{
    text-decoration: none;
    color: white;
}
.nav-img{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-img img{
  object-fit: cover;
  max-width: 90px;
  border-radius: 4px;
    float: left;
   
}

/* home page */

.home{
    width: 100%;
    height: 830px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
     position: relative;
     padding: 0px 100px;
     border-radius: 0px 0px 100px 100px !important;
   
     
     
     
}
@media (max-width:830px) {
  .home{
    padding:0px 30px;
  }
}
@media (max-width:450px) {
  .home{
   height: 250px !important;
  
  }
}
@media (max-width:415px) {
  .home{
    padding:0px 10px;
  }
}
.home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left !important;
    background: linear-gradient(rgba(4, 25, 101, 0.5), rgba(13, 13, 88, 0.5)), url(../img/home-girl.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    z-index: -1;
    
  }


  
.content-bigg{
  height: 90%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
}
@media (max-width:415px) {
  .content-bigge{
    height: 40% !important;
  }
}
  .home-content{
    text-align: center;
    width: auto;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
   
    
  }
  @media (max-width:650px) {
    .home-content {
      width: 100%;
     
    }
    
  }
  .home-content h2,h5{
    color: white;
  }
  .home-content .home-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0px 50px;
   
  }
  
  .home-content a{
    width: 250px;
    height: 40px;
    
  }
  @media (max-width:650px) {
    .home-content .home-btn{
      width: 70%;
      padding: 0px 0px;
    }
    .home-content a{
      width: 175px;
      margin-left: 7px;
      margin-right: 7px;
    }
  }
  @media (max-width:650px) {
    .home-content a{
      width: 175px;
      margin-left: 7px;
      margin-right: 7px;
      font-size: 0.9rem !important;
    }
  }
  @media (max-width:370px) {
    .home-content a{
      font-size: 0.7rem !important;
      padding-top: 11px;
    }
  }
  .big-cards{
    width: 100%;
    height: auto;
    padding: 100px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(rgba(4, 25, 101, 0.5), rgba(13, 13, 88, 0.5)), url(../img/430096155-by-maca-bilisim-yazilim-donanim-ve-danismanlik-hizmetleri-ltd.-sti..png);
   
  }
  @media (max-width:650px) {
    .big-cards{
      padding: 10px;
    }
    
  }
  .home-cards{
    width: 100%;
    height: auto;
    padding: 100px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
   
    
    
  }
  @media (max-width:1000px) {
    .home-cards{
      padding: 50px;
    }
  }
  @media (max-width:500px) {
    .home-cards{
      padding: 0px;
    }
  }
  

  /* .home-cards::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left !important;
    background: linear-gradient(rgba(4, 25, 101, 0.5), rgba(13, 13, 88, 0.5)), url(../img/home-girl.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    z-index: -1;
    
  } */
  .home-card{
    width: 31%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: white;
    margin-bottom: 30px;
    padding: 7px;
    border: 1px solid rgb(235, 233, 233,0.2);
    
  }
  @media (max-width:1000px) {
    .home-card{
      width:49% ;
    }
  }
  @media (max-width:850px) {
    .home-card{
      width:99% ;
    }
  }
  .home-card img{
    width: 100%;
    height: 85%;
    object-fit: cover;
  }

  .home-course{
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 200px;
    margin-bottom:30px ;
   
 
  }
  @media (max-width:1200px) {
    .home-course{
      padding: 0px 100px;
    }
  }
  @media (max-width:1000px) {
    .home-course{
      padding: 0px 50px;
    }
  }
  @media (max-width:870px) {
    .home-course{
      padding: 0px 0px;
    }
  }
  @media (max-width:450px) {
    .home-course{
      margin-bottom: 150px;
      padding: 0px 20px;
    }
  }
  .home-course .course-card{
    width: 24%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
   
  }
  .home-course .course-card h6{
    color: white;
  }
  .material-symbols-outlined{
    color: white;
    font-size: 2.5rem !important;
  }
  @media (max-width:650px) {
    .material-symbols-outlined{
      font-size: 2.5rem !important;
    }
  }
  @media (max-width:600px) {
    .material-symbols-outlined{
      font-size: 1.9rem !important;
    }
  }
  @media (max-width:550px) {
    .material-symbols-outlined{
      font-size: 1.4rem !important;
    }
    .home-course .course-card h6{
      margin-top: 7px;
    }
  }
  

  /* home2 page */

  .home2{
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px;
   
  
  }
  @media (max-width:870px) {
    .home2{
      padding: 0px 20px;
    }
  }
  @media (max-width:650px) {
    .home2{
      flex-direction: column;
      padding: 50px 20px;
    }
  }
  @media (max-width:550px) {
    .home2{
      height: auto;
    }
  }
  .home2 img{
    width: 45%;
    height: 60%;
    object-fit: cover;
  }
  @media (max-width:650px) {
    .home2 img{
      width: 90%;
    }
  }
  .home2-content{
    width: 55%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
   
    
  }
  @media (max-width:650px) {
    .home2-content{
      width: 90%;
      padding: 30px 0px;
      justify-content: space-between;
    }
  }
  .home2-content h2{
    color: #211c5a;
  }
  .home2-content h6{
    color: #211c5a;
    margin-top: 30px;
  }
  .range-container {
    display: flex;
    align-items: center;
    flex-direction: column;
   
  }
  @media (max-width:8700px) {
    .range-container{
      display: none;
    }
  }

  .range-label {
    margin-bottom: 10px;
  }

  .range-bar {
    width: 570px;
    height: 25px;
    background-color: #ddd;
    /* border-radius: 10px; */
    position: relative;
    margin-bottom: 15px;
  }

  .range-fill {
    height: 100%;
    background-color: #f4a043;
    /* border-radius: 10px; */
    width: 97%; /* Örneğin %50 fill göstermek için */
  }
  .range-fill2 {
    height: 100%;
    background-color: #f4a043;
    /* border-radius: 10px; */
    width: 89%; /* Örneğin %50 fill göstermek için */
  }
  .range-fill3 {
    height: 100%;
    background-color: #211c5a;
    /* border-radius: 10px; */
    width: 94%; /* Örneğin %50 fill göstermek için */
  }

  .range-value {
    position: absolute;
    top: 4px;
    left: 92%; /* Orta hizalamak için */
    transform: translateX(-50%);
    font-size: 0.6rem;
    color: white;
  }
  .range-value3{
    position: absolute;
    top: 5px;
    left: 85%; /* Orta hizalamak için */
    transform: translateX(-50%);
    font-size: 0.6rem;
    color: white;
  }
  .range-value4 {
    position: absolute;
    top: 5px;
    left: 90%; /* Orta hizalamak için */
    transform: translateX(-50%);
    font-size: 0.6rem;
    color: white;
  }
  .range-value2 {
    position: absolute;
    text-align: left;
    top: 5px;
    left: 49px; /* Orta hizalamak için */
    transform: translateX(-50%);
    font-size: 0.6rem;
    color: white;
  }
  /* home3 */

  .home3{
    width: 100%;
    height: 600px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
     position: relative;
    padding: 0px 30px;
     
    
  }
  .home3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left !important;
    background: linear-gradient(rgba(4, 25, 101, 0.5), rgba(13, 13, 88, 0.5)), url(../img/footerarkaplan2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
  .home3-content{
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
   
  }
  .home3-content h2{
    color: white;
   
  }
  .home3-content  h6{
    color: white;
    line-height: 30px;
    
  }

  /* home4 page */

  .home4{
    width: 100%;
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 100px 100px;

    
   
  
  }
  @media (max-width:1200px) {
    .home4{
      padding: 100px 50px;
    }
  }
  @media (max-width:1000px) {
    .home4{
      min-height: 950px;
      height: auto;
    }
  }
  @media (max-width:500px) {
    .home4{
      padding: 100px 10px;
    }
  }
  .home4-content{
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .home4-content .cardd{
    width: 31%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 34px;
    transition: 0.5s;
    border: 2px solid #ddd;
    border-radius: 10px;
  }
  @media (max-width:1000px) {
    .home4-content{
      flex-direction: column !important;
      height: 90%;
      padding: 50px 0px ;
    }
    .home4-content .cardd{
      width: 90% !important;
      margin-bottom: 30px;
    }
    .home4-content .cardd a{
      margin-top: 10px;
    }
  }
  .home4-content .cardd:hover{
    transform: scale(1.04);
  }
  .home4-content .cardd h2{
    color: #211c5a;
  }
  .home4-content .cardd  h6{
    color: #211c5a;
  }
  .home4-content .cardd a{
   width: 85% !important;
   height: 40px !important;
  }

  /* home5 page */

  .home5{
    width: 100%;
    height: 800px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 100px 0px;
    margin: auto;
  
    
  }
  .home5 h2{
    margin-top: 30px;
  }
  .home5 h5{
    color: black;
    margin-bottom: 30px;
  }
  .home5-content{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
 
    
    
    
    
  }
  .home5-content .card5{
    width: 32%;
    height: 95%;
    background: #f0f7fe;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
    border-radius: 30px;

  }
  .home5-content .card5 .card52{
    width: 100%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .home5-content .card5 .card52 img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }


  .slider {
    width: 100%;
  }
  .slider input {
    display: none;
  }
  .testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    min-height: 350px;
    perspective: 1000px;
    overflow: hidden;
  }
  .testimonials .item {
    top: 0;
    position: absolute;
    box-sizing: border-box;
    background-color:rgba(20, 29, 42);
    padding: 30px;
    width: 450px;
    text-align: center;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    user-select: none;
    cursor: pointer;
    border-radius: 20px;
  }
  .testimonials .item img {
    width: 100px;
    border-radius: 50%;
    border: 13px solid rgba(0, 0, 0, 0.1) ;
  }
  .testimonials .item p {
    color: #ddd;
  }
  .testimonials .item h2 {
    font-size: 14px;
  }
  .dots {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dots label {
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #413B52;
    margin: 7px;
    transition: transform 0.2s, color 0.2s;
  }
  /* First */
  #t-1:checked ~ .dots label[for="t-1"] {
    transform: scale(2);
    padding: 4px;
  }
  #t-1:checked ~ .dots label[for="t-2"] {
    transform: scale(1.5);
  }
  #t-1:checked ~ .testimonials label[for="t-1"] {
    z-index: 4;
  }
  #t-1:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 3;
  }
  #t-1:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
    z-index: 2;
  }
  #t-1:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
    z-index: 1;
  }
  #t-1:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(1200px) translateZ(-360px) rotateY(-45deg);
  }
  /* Second */
  #t-2:checked ~ .dots label[for="t-1"] {
    transform: scale(1.5);
  }
  #t-2:checked ~ .dots label[for="t-2"] {
    transform: scale(2);
    /* border:1px solid  #306b9f; */
    padding: 4px;
  }
  #t-2:checked ~ .dots label[for="t-3"] {
    transform: scale(1.5);
  }
  #t-2:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
  }
  #t-2:checked ~ .testimonials label[for="t-2"] {
    z-index: 3;
  }
  #t-2:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 2;
  }
  #t-2:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
    z-index: 1;
  }
  #t-2:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
  }
  /* Third */
  #t-3:checked ~ .dots label[for="t-2"] {
    transform: scale(1.5);
  }
  #t-3:checked ~ .dots label[for="t-3"] {
    transform: scale(2);
    padding: 4px;
  }
  #t-3:checked ~ .dots label[for="t-4"] {
    transform: scale(1.5);
  }
  #t-3:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
  }
  #t-3:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
  }
  #t-3:checked ~ .testimonials label[for="t-3"] {
    z-index: 3;
  }
  #t-3:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 2;
  }
  #t-3:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
  }
  /* Fourth */
  #t-4:checked ~ .dots label[for="t-3"] {
    transform: scale(1.5);
  }
  #t-4:checked ~ .dots label[for="t-4"] {
    transform: scale(2);
    padding: 4px;
  }
  #t-4:checked ~ .dots label[for="t-5"] {
    transform: scale(1.5);
  }
  #t-4:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-900px) translateZ(-270px) rotateY(35deg);
  }
  #t-4:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
  }
  #t-4:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
    z-index: 2;
  }
  #t-4:checked ~ .testimonials label[for="t-4"] {
    z-index: 3;
  }
  #t-4:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
  }
  /* Fifth */
  #t-5:checked ~ .dots label[for="t-4"] {
    transform: scale(1.5);
  }
  #t-5:checked ~ .dots label[for="t-5"] {
    transform: scale(2);
    padding: 4px;
  }
  #t-5:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-1200px) translateZ(-360px) rotateY(45deg);
  }
  #t-5:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(-900px) translateZ(-270px) rotateY(35deg);
    z-index: 1;
  }
  #t-5:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
    z-index: 2;
  }
  #t-5:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
    z-index: 3;
  }
  #t-5:checked ~ .testimonials label[for="t-5"] {
    z-index: 4;
  }

  /* footer */

  .containerr{
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1) ;
    width: 100%;
  
    padding: 0px 100px;
}
@media (max-width:850px) {
    .containerr{
       padding: 0px 50px; 
    }
    
}
@media (max-width:550px) {
    .containerr{
        padding: 0px 30px; 
     }
}

.link{
    width: auto !important;
    text-align: left !important;
    justify-content: baseline;
    

}
@media (max-width:550px) {
    .link{
        padding-right: 150px;
        margin-bottom: 20px;

    }
}
.link h5 {
  color:black;   
}
.link ul {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left !important;
    justify-content: baseline !important;
    
    padding: 0px !important;
    width: auto !important;
}
.link ul li {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: baseline !important;
    list-style: none;
    text-align: left;
    
    width: auto !important;
}
.link ul li a{
    text-decoration: none;
    text-align: left;
    width: auto !important;
}

.footerCon{
    width: auto;
}

.footerContent{
    width: auto !important;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.icc{
    font-size: 2rem;
    margin-right: 10px;
}

.wp{
    position: fixed;
    bottom: 110px;
    right: 30px;
    width: 80px;
    height: 80px;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    background-color: #51f23c;
    color: white;
    border: 4px solid rgb(142, 255, 93);
    transition: 0.9s;
    cursor: pointer;
    z-index: 1000;
}
.wp:hover{
    background-color:white;
}
.wp .wpIco{
    margin-bottom: 15px;
}

.tel{
    position: fixed;
    bottom: 210px;
    right: 30px;
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    background-color: #1379d1;
    border: 4px solid #4091d8;
    transition: 0.9s;
    cursor: pointer;
    z-index: 1000;
}
.tel:hover{
    background-color:white;
}
.tel .telIco{
    margin-bottom: 9px;
    margin-right: 6px;
    color: white;
}
.tel:hover .telIco{
    color: #1379d1;
    
}


.wp a{
    text-decoration: none;
    color: white;
    margin-top: 3px;
}
.wp a:hover{
    color: #51f23c;
}



@media (max-width:768px){
    .wp{
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 75px;
        height: 75px;
        font-size: 2.9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding: 0px;
        background-color: #51f23c;
    color: white;
    border: 4px solid rgb(142, 255, 93);
    }
    .tel{
        position: fixed;
        bottom: 170px;
        right: 20px;
        width: 75px;
        height: 75px;
        font-size: 2.9rem;
        
    }
    .footerLogo{
        margin-bottom: 50px;
    }
    

}
@media (max-width:600px){
    .footerLogo{
       width: 100%;
    }
}

@media (max-width:380px){
    .wp{
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding: 0px;
        background-color: #51f23c;
    color: white;
    border: 4px solid rgb(142, 255, 93);
    }
    .tel{
        position: fixed;
        bottom: 150px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 1.7rem;
        
    }
    .wp a{
        margin-top: 8px;
    }
   .tel .telIco{
    margin-top: 7px;
   }
    

 
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  height: 70vh; }

.footer-20192 {
  position: relative;
  color: #fff;
  padding: 7rem 0;
  background-color: #141d2a; }
  .footer-20192 .container {
    position: relative; }
  .footer-20192 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; }
  .footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }
    .footer-20192 .links li a {
      color: #666873; }
      .footer-20192 .links li a:hover {
        color: #fff; }
  .footer-20192 .social li {
    display: inline-block;
    position: relative; }
    .footer-20192 .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: #8186d5;
      color: #fff; }
      .footer-20192 .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .footer-20192 .copyright {
    color: #666873; }
  .footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #8186d5;
    top: -150px;
    position: relative; }
    .footer-20192 .cta h2, .footer-20192 .cta h3 {
      line-height: 1.5; }
    .footer-20192 .cta h3 {
      font-size: 20px; }

      /* footer */

      .design{
        font-size:0.9rem !important;
      }
      .design2{
        font-size:0.9rem !important;
      }
      .fot{
        width:100%;
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:space-between;
        position:absolute;
        bottom:-80px;
        left:0px;
        padding:0px 70px 0px 0px;
      }
      @media (max-width:770px){
        .fot{
           flex-direction: column;
          
           
        }
        .design2{
          display: none;
        }
    }
      footer{
      
      }
    
@media ( max-width: 1024px ) {
  nav {
    height: 90px !important
  }
  .nav-img {
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .nav-img img {
    max-width: 60px;
    float: none;
  }
}