@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Ibarra+Real+Nova:wght@400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500&display=swap');
html{
  scroll-behavior: smooth;
}
.nfce{
  color: white;
  font-weight: 800;
}
.second-flag{
  margin-left: -30px;
}

*{
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tw-logo{
  height: 50px;
  margin-right: -30px;
}
.tw-bg{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tw-bg img{
  width: 100%;
  position: relative;
  margin-top: -30px;
  z-index: -999;
  height: 80vh;
}

/*------------ header -----------------*/

.nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 15vh;
  background: rgb(0, 0, 0);
}
.nav__brand {
  text-transform: uppercase;
}

.nav__brand > img{
  width: 200px;
}
.flag{
  border-radius: 50%;
}
a{
  color: #20409a;
}

.nav__menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
}
.nav__toggler {
  display: none;
}
.nav__toggler div {
  width: 2.5rem;
  height: 0.2rem;
  margin: 0.4rem;
  background: rgb(204, 204, 204);
  transition: 0.3s ease-in;
}

.nav__link{
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: 500;
  font-size: 14px!important;
}

@media screen and (max-width: 1168px) {
  .nav__toggler {
    display: block;
    cursor: pointer;
  }
  .second-flag{
    margin-left: 0;
  }
  .nav__menu {
    display: none;
    position: absolute;
    top: 7vh;
    height: 50vh;
    width: 100vw;
    background: rgb(0, 0, 0);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30px;
    align-items: center;
    transform: translateX(100%);
  gap: 2rem;
    transition: 0.5s ease-in;
  }
}
/* Active Class */
.nav__active {
  display: inherit;
  transform: translateX(0%);
}

/* Toggle Icon Animation */

.toggle .line1 {
  transform: rotate(-45deg) translate(-9px, 8px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-4px, -5px);
}

.tw-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px;
  background-color: white;
}
#cfare{
  background-color: #000;
}
.tw-info-img img {
  width: 400px;
}
.tw-info-text {

  width: auto;
}
.two{
  background-color: #20409a;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.pak{
  margin-top: 20px;
}
.pak h4 a{
  padding: 30px;
}
.tw-info-text h1 {
  font-size: 60px;
  margin: 0;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.white{
  color: white;
}
.blue{
  color: #3367f5;
}
.tw-info-text p {
  line-height: 26px;
  font-size: 16px;
  
  margin-top: 20px;
}
.tw-info-text a {
  text-decoration: none;
  font-size: 14px;
  color: black;
  border-radius: 8px;
  background-color: #2b2b2b;
  padding: 15px 20px;
  letter-spacing: 0.5px;
  color: white;
}
.tw-info-text a svg {
  width: 13px;
  padding-left: 10px;
}
.tw-info-text .tw-link {
  margin-top: 40px;
}
.tw-uses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.tw-uses .tw-text {
  text-align: right;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
.tw-box-text h1{
  font-size: 40px;
  padding: 0;
  margin: 0;
  color: black;
}
.tw-box-text p{
  font-family: 'Poppins', sans-serif;
  color: black;
  font-size: 16px;
  margin: 0;
}
.tw-box-img i{
  font-size: 70px;
}
.tw-middle-txt{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  margin-top: 100px;
  text-align: center;
}
.tw-middle-txt h1{
  
  font-size: 40px;
}
.tw-box-one{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  background-color: #f3f3f3;
  border: 5px solid white;
  padding: 40px 50px;
  color: #3668f2;
}
.blue{
  color: #3668f2;
}
.tw-func{
  margin-top: 50px;
}
.tw-func-txt{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tw-func-txt h1{
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 500;
}
.tw-func-txt p{
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.tw-func-imgs img
{
  width: 300px;
  margin: 20px;
}

.tw-func-img{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.border-img{
  border: 1px solid rgb(100, 100, 100);
}
.tw-func-services{
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  margin-top: 50px;
  flex-wrap: wrap;
}
.tw-func-box{
  max-width:400px;
  text-align: center;
}
.tw-func-box h1{
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 10px;
}
.tw-func-box p{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin: 0;
}
.tw-benefits-boxes{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  flex-wrap: wrap;
}
.tw-benefits-boxes img{
  width: 120px;
}
.tw-benefits-text{
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.tw-benefits-text h1{
  font-size: 40px;
}
.tw-benefits-boxes .tw-benefit-box{
  width: 300px;
  height: 200px;
  margin: 60px 30px;
  text-align: center;
}
.tw-benefit-box h1{
  font-size: 23px;
  font-family:  'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  margin: 10px 0;
}
.tw-benefit-box p{
  font-family:  'Poppins', sans-serif;
  color: #757575;
  font-size: 16px;
}
footer{
  margin-top: 80px;
  background: rgb(0, 0, 0);
  height: auto;
  padding-top: 40px;
  color: #fff;
}



.footer-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-content h3{
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
}
.footer-content p{
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #cacdd2;
  font-family: 'Poppins', sans-serif;
}

.socials{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.example{
  width: 200px!important;
}

.socials li{
  margin: 0 10px;
  font-size: 20px;
}

.socials a{
  text-decoration: none;
  color: #fff;
}

.socials a i{
  transition: color .4s ease;
}


.footer-menu{
  margin-bottom: 20px;
}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}

.footer-menu ul li a{
  color: #cfd2d6;
  border: 1.3px solid white;
  padding: 6px 15px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
.footer-bottom{
  background: #000;
  padding: 20px;
  text-align: center;
  font-family:  'Poppins', sans-serif;
}
.footer-bottom p{
  text-align: center;
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.footer-bottom p a{
color:#ffffff;
font-size: 16px;
text-decoration: none;
}
.footer-bottom span{
  text-transform: uppercase;
  opacity: .4;
  font-weight: 200;
}

@media (max-width:759px) {
  .footer-menu ul{
    display: inline;
  }
  .footer-menu ul li{
    margin-bottom: 20px;
  }
  p{
      font-size: 16px!important;
  }
  .tw-middle-txt h1{
      font-size: 30px!important;
      margin-bottom: 0!important;
  }
  .work-w{
      font-size: 20px;
  }
  }
/*----- Card --------*/
.card-w {
  width: 360px;
  height: 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(170, 170, 170, 0.75);
  padding: 0px 20px;
  margin-top: 25px;
}
.card-w img {
  width: 100px;
  border-radius: 100%;
  height: 90px;
  margin-top: -50px;
  margin-bottom: 0;
}
.header-w {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #757575;
  color: white;
  width: 90%;
  height: 270px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 100% 75%, 53% 100%, 0 75%, 0% 75%);
  font-family: 'Poppins', sans-serif;
  position: relative;
  background-color: #a9caff;
}
.ceo-w {
  margin: 0;
  font-weight: 300;
}
.title-w {
  margin: 0;
}
.shape-w {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 7px;
  background: #333333;
  left: 7px;
  right: 7px;
  bottom: 7px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 100% 75%, 53% 100%, 0 75%, 0% 75%);
}
.text-w {
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-top: 30px;
  border-left: 5px solid #123949;
}
span {
  font-weight: 600;
}
.work-w {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 20px;
}
.slogan-w {
  margin: 0;
  font-size: 17px;
}
.div-w {
  margin-top: 20px;
  width: 200px;
  margin-left: -40px;
}
.info-w {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
}
.info-w a {
  margin-left: 20px;
  text-decoration: none;
  color: #3b3b3b;
  font-size: 16px;
}
.info-w i {
  color: #123949;
  font-size: 16px;
}
.shape-two-w {
  width: 70%;
  height: 300px;
  background-color: #123949;
}
.shape-three-w {
  width: 100%;
  height: auto;
  background: red;
}
.save-w {
  margin-top: 30px;
  font-size: 16px;
  color: #ffffff;
  background-color: #123949;
  padding: 10px;
  width: 100%;
  border: 0;
  cursor: pointer;
  margin-bottom: 0;
}
.ml-w {
  margin-left: 10px;
}
.links-w {
  margin-top: 30px;
  width: 100%;
  font-size: 25px;
  display: flex;
  justify-content: space-evenly;
  color: #ffffff;
  align-items: center;
}
.links-w i {
  padding: 10px;
  border-radius: 100%;
  background-color: #123949;
}


@media screen and (max-width:1540px){
  .tw-info-img img{
    width: 500px;
  }
}

  @media screen and (max-width:1146px){
    .tw-info-text{
      text-align: center;
    }
    .tw-info-img {
      margin-top: 60px;
    }
    .tw-uses{
      margin-top: 40px;
    }
    .tw-bg img{
      height: auto;
    }
  }

  
  @media screen and (max-width:854px){
    .tw-uses{
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
    }
    .card{
      margin-top: 50px;
    }
  }
  
  
  @media screen and (max-width:705px){
    .br{
      display: none;
    }
    .tw-paragraph{
      margin: auto;
      width: 80%;
    }
    .tw-func-txt{
      text-align: center;
    }
    .tw-func-txt h1{
      font-size: 40px;
    }
    .tw-func-txt p{
      padding: 0 50px;
    }
  }

  
  @media screen and (max-width:665px){
    .tw-func-services{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .tw-func-box{
      margin-top: 20px;
    }
    .tw-info-img img{
      width: 300px;
    }
    .tw-info-text h1{
      font-size: 40px;
      margin-top: 20px;
    }
    .row{
      display: block;
    }
    .tw-text h1{
      font-size: 40px;
    }
    .tw-benefits-text h1{
      font-size: 40px;
    }
  }

    .imgslack1{
    width:400px;
  }


  
  @media screen and (max-width:540px){
    .tw-func-txt h1{
      font-size: 30px;
    }
    .tw-benefits-text h1{
      font-size: 30px;
    }
    
  .imgslack1{
    width:300px;
  }
  }

  
  @media screen and (max-width:423px){
    .tw-benefits-text h1{
      font-size: 30px;
      padding: 0 40px;
    }
    .tw-info-text h1{
      font-size: 30px;
    }
    .tw-text{
      font-size: 30px;
    }
    .tw-benefits-text{
      text-align: center;
    }
    footer{
      margin-top: 70px;
    }
  }

  /* -------------------------ADNAN--------------------- */
  .card-s {
    max-width: 370px;
    max-height:655px;
    background-color: rgb(255, 255, 255);
    margin: 15px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.75);
  }
  .la{
    width: 280px;
  }
  .rec-one-s {
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
  }
  .titu {
    font-size: 50px;
    margin-left: 60px;
    color: white;
    margin-top: 0 !important;
    padding-top: 30px;
    font-family: 'Poppins', sans-serif;
  }
  
  .left-rec-s {
    width: 350px;
    height: 300px;
    background-color: #152f79;
    clip-path: polygon(0 0, 14% 15%, 14% 100%, 0 85%);
  
    margin-top: -180px;
  }
  .left-rec-two-s {
    width: 350px;
    height: 300px;
    background-color: #152f79;
    clip-path: polygon(0 0, 14% 22%, 14% 100%, 0 85%);
  
    margin-top: -70px;
  }
  .left-rec-three-s {
    width: 350px;
    height: 180px;
    background-color: #152f79;
    clip-path: polygon(0 0, 14% 22%, 14% 100%, 0 85%);
  
    margin-top: -80px;
  }
  
  .rec-name-s {
    width: 290px;
    height: 80px;
    background-color: rgb(242 242 242);
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%);
    position: relative;
  
    top: -470px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 18px;
    text-align: center;
    font-family: "Poppins", sans-serif;
  }
  
  .rec-name-s h1 {
    padding-top: 5px;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    color: #0c1e50;
    letter-spacing: 0.7px;
  }
  .working {
    color: orange;
    margin-left: 170px;
    font-family: monospace;
    font-weight: 700;
    font-size: 14px!important;
    margin-top: 40px;
  }
  .emriii {
    margin-left: -10px !important;
  }
  .rec-name-s p {
    padding-bottom: 10px;
    margin-top: 2px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #626262;
  }
  .exc-s {
    width: 30px;
    height: 85px;
    position: relative;
  
    top: -577px;
    left: 305px;
  }
  
  .triangle-s {
    width: 150px;
    height: 149px;
    background-color: rgb(242 242 242);
    position: relative;
    z-index: 999;
    top: -241px;
    left: 0px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  
  .bottom-s {
    width: 260px;
    height: 80px;
    background-color: #152f79;
    position: relative;
    z-index: 999;
    top: -321px;
    left: 90px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  }
  .sss {
    text-align: center;
    color: white;
    margin-left: 60px;
  }
  .sss p{
    color: white;
  }
  .rus {
    margin-top: 10px;
  }
  .add {
    color: white;
    height: auto !important;
  }
  .links-s {
    width: 80px;
    background-color: rgb(242 242 242);
    position: relative;
  
    top: -700px;
    margin: 0 30px;
    padding: 10px 5px;
    border: 10px solid white;
  }
  
  .ul-s {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
  }
  
  .ul-s i {
    font-size: 30px;
    padding: 15px;
    border-radius: 100%;
    margin-left: 10px;
    background-color: white;
    color: #152f79;
  }
  
  .ul-s h1 {
    font-size: 15px;
    margin-left: 25px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px !important;
  }
  
  .second-s {
    margin-top: 10px;
  }
  .animated {
    position: relative;
  }
  
  .animated-info {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    min-width: 400px;
    position: relative;
  }
  
  .animated-item {
    color: #3367f5;
  }
  
  .animated-item {
    font-size: 38px;
    line-height: inherit;
    display: block;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    animation: BottomTotop 6s linear infinite 0s;
  }
  .animated-item:nth-child(2n+2) {
    animation-delay: 2s;
  }
  .animated-item:nth-child(3n+3) {
    animation-delay: 4s;
  }
  
h1 .blue{
    color: #3367f5!important;
  }