*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::before, *::after{
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

ul, li{
    list-style: none;
}

header{
  position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 9999;
}



.top {
    background: url('../images/top-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: start;
    height: 87vh;
}

.top-block {
    max-width: 612px;
}
.top-block__p {
    color: #ffff;
    font-size: 2rem;
}
.top-block__h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffff;
    max-width: 612px;
    text-align: start;
}
.top-block__li {
    color: #ffff;
}



.about {
    margin: 100px 0;
}

.about-p {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
    color: #111;
}
.about-li {
    font-size: 1.25rem;
    font-weight: 300;
    color: #111;
    margin: 30px;
}
.about-img {
    max-width: 400px;
}

.why{
    margin-bottom: 100px;
}

.why-right, .why-left{
    padding: 120px 0;
}

.why-items{
    display: flex;
    justify-content: space-around !important;
    align-items: center;
}

.why-right{
    background-color: #111;
}

.why-left{
    background: linear-gradient(45deg, #000428, #004e92);
    background-size: 500% 500%;
    animation: gradient 10s ease infinite;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}

@keyframes gradient {
  0% {
      background-position: 0 50%;
  }
  50%{
      background-position: 100% 50%;
  }
  100%{
      background-position:  0% 50%;
  }
}




.category{
    position: relative;
    top: 140px;
}



.why-content__1, .why-content__2 ,.why-content__3{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 20px;
}

i{
    font-size: 70px;
    margin-bottom: 10px;
    color: #fff;
}

.why-content__text{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    color: #fff;
    line-height: 26px;
}

.why-content__p{
    color: #fff;
    
}


.why-h4 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    padding-bottom: 25px;
    
}
.why-img {
    max-width: 600px;
}

.why-pic{
    display: flex;
    justify-content: center;
    align-items: center;
}


.prod-h5{
    font-size: 60px;
    padding-bottom: 100px;
}

.product{
  margin-bottom: 100px;
}


.team {
    margin-top: 50px;
  }
  
  
  
  .team-member {
    height: 335px;
    perspective: 1000;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    -ms-perspective: 1000;
    transform: perspective(1000px);
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -o-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    margin-bottom: 30px;
  }
  
  .team-member:hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
  }
  
  .team-member .flipper {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    position: relative;
  }
  
  .team-member .team-member-front,
  .team-member .team-member-back {
    height: 335px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .team-member .team-member-front {
    z-index: 2;
    /* border: 1px solid #ccc; */
    width: 100%;
  }
  
  .team-member .team-member-front .team-member-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    /* border: 1px solid #196fc2; */
  }
  
  .team-member .team-member-front .team-member-thumb img {
      width: 300px !important;
      
    margin: 0 auto;
  }
  
  .img-res2{
    height: 300px;
  }
  
  .team-member .team-member-front .team-member-front-name {
    text-align: center;
    margin: 20px 0 0;
    font-weight: 600;
  }
  
  .team-member .team-member-back {
    padding: 0 20px;
    display: table;
    background: linear-gradient(45deg, #000428, #004e92);
    background-size: 500% 500%;
    animation: gradient 10s ease infinite;
    text-align: center;
    color: #ffffff;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    z-index: 5;
  }
  
  .team-member .team-member-back .team-member-info {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
  }
  
  .team-member .team-member-back .team-member-back-name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }
  
  .team-member .team-member-back .team-member-back-position {
    margin: 10px 0 0;
    font-size: 12px;
  }
  
  .team-member .team-member-back .team-member-back-info {
    position: relative;
    margin: 0 auto;
    font-size: 25px;
  }
  .team-member__btn{
    width: 100px;
    border-radius: 10px;
    background: none;
    border: 1px solid #fff;
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .team-member__btn a{
    color: #fff;
  }
  
  .team-member .team-member-back .team-member-back-info:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    width: 30px;
    background-color: #ffffff;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 991px) {
    /* Section: Team */
    .section-team .col-xs-6:nth-child(n+3) {
      margin-top: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    /* Section: Team */
    .team {
      margin-top: 30px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    /* Section: Team */
    .section-team .col-xs-6 {
      width: 100%;
    }
    .section-team .col-xs-6:nth-child(n+2) {
      margin-top: 30px;
    }
  }
  
  
  .contact {
    padding: 50px 0;
}
.contact-block {
    display: flex;
    justify-content: space-between;
}
.contact-theme {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 54px;
    color: rgb(228, 168, 19);
    padding-top: 60px;
    max-width: 456px;
}
.contact form {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}  
.contact input, textarea{
    outline: none;
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
    
    height: 70px;
    margin-bottom: 20px;
    color: #fff;
}

::placeholder{
  color: whitesmoke;
}

textarea {
    height: 65px;
}
.contact-p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 263px;
    height: 45px;
}



.contact-a{
    border-style: solid;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: auto;
    letter-spacing: normal;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    border-color: #fff;
    color: #fff;
}

.contact-a:hover{
  color: #fff;
}

.contact{
  background: linear-gradient(45deg, #000428, #004e92);
  background-size: 500% 500%;
  animation: gradient 10s ease infinite;
}


.contact-info {
  margin-top: 25px;
}
.contact-h6, .logo {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  margin: 0 472px 0 0;
  color: #fff;
  margin-bottom: 20px;
}
.contact-p {
  font-size: 1.125rem;
  color: #fff;
}

.contact-info a{
  color: #fff;
}

.logo{
  margin: 0 !important;
  color: #111 !important;
}

.logo-v2{
  color: #fff !important;
}


.about-item__2{
  background: linear-gradient(45deg, #000428, #004e92);
  background-size: 500% 500%;
  animation: gradient 10s ease infinite;
  padding: 10px 0;
}

.about-li__v2{
  color: #ffffff;
  margin: 20px 30px;
}

.product-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  
}
.product-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 320px;
  padding: 20px 0;
}

.product-block img {
  width: 239px;
  height: 330px;
}
.product-p {
    text-transform: uppercase;
    font-size: 30px;
    color: #082465;
    font-weight: bold;
}
.product-p__small{
    text-transform: uppercase;
    font-size: 20px;
    color: #082465;
    font-weight: 100;
}
.product-btn {
  width: 200px;
  height: 50px;
  background-color: #082465;
  color: #fff;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-btn:hover{
  color: #000;
  background-color: #fff;
  transition: 0.5s;
  border-color: #000;
}