@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #d00000;
  --secondary-color: #001f51;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block;
}
ul {
  list-style-type: none;
}

/* =================================
  Navbar
  section
================================= */

.nav-logo {
  padding-top: 20px;
}
nav,
.navbar-collapse,
.navbar-collapse > ul {
  display: flex;
  align-items: center;
}

.navbar-collapse {
  flex-grow: 1;
  padding-top: 24px;
  padding-bottom: 7px;
}

.navbar-collapse > ul {
  margin: 0 auto;
}

.nav-items,
.nav-links {
  margin-left: 55px;
}

.bnt {
  background: #001f51;
  padding: 18.5px 30.5px;
  border-radius: 7px;
  margin-left: 30px;
  color: #ffffff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col {
  width: 50%;
  padding: 0 15px;
}

.col-7 {
  width: calc(8.33% * 7);
  padding: 0 15px;
}

.col-5 {
  width: calc(8.33% * 5);
  padding: 0 15px;
}

.col-4 {
  width: calc(8.33% * 4);
  padding: 0 15px;
}

.col-6 {
  width: calc(8.33% * 6);
  padding: 0 15px;
}

.col-1 {
  width: calc(8.33% * 1);
  padding: 0 15px;
}

.col-3 {
  width: calc(8.33% * 3);
  padding: 0 15px;
}

/*= = = = = = = = = = = =

Banner section code

 = = = = = = = = = = =  =*/

.banner-section {
  background: url(../assets/bgimage.png) no-repeat center/cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-form input,
.banner-form textarea {
  display: inline-block;
  width: 100%;
}

.banner-form {
  background: white;
  padding: 34px 39px 40px 19px;
  border-radius: 20px;
  /* height: 477px;
  width: 468px; */
}

.banner-form-content {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 47px;
}

.banner-form input {
  padding: 14px 15px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
}

.userinput > div.row,
.userinput > input#email {
  margin-bottom: 20px;
}

.userinput textarea {
  height: 106px;
  border-radius: 5px;
  padding: 16px 15px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #b8b8b8;
  font-size: 18px;
  margin-bottom: 30px;
}

.banner-row {
  align-items: center;
}

.banner-content > h1.title1 > i {
  color: red;
  font-weight: bold;
}

.title1 {
  font-size: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.userinput input[type="submit"] {
  background: var(--primary-color);
  color: white;
}

.banner-content > p {
  max-width: 571px;
  font-size: 18px;
  color: var(--secondary-color);
  margin: 35px 0;
}

.primary-btn {
  border-radius: 7px;
  background-color: var(--primary-color);
  color: white;
  padding: 18.5px 36.5px;
}

/* 
Banner section 2 
About Section
*/

.banner-section2 {
  padding: 100px 0;
}

.content-banner2 {
  display: inline-block;
  width: 100%;
  /* padding: 226px 125px 0 0; */
}

.about-sec .row {
  align-items: center;
}

.about-main-img {
  max-width: 568px;
}

.about-main-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.img-banner2 {
  margin: 100px 0;
}

.title2 {
  margin-bottom: 37px;
  font-size: 50px;
  color: var(--secondary-color);
  font-family: "Inter", sans-serif;
}
p.title2 > i {
  color: var(--primary-color);
}

.p-content {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 37px;
}

.btn-banner2 > a {
  background-color: var(--secondary-color);
  color: white;
  border-radius: 7px;
  padding: 18.5px 36px;
}

.banner-section3 {
  background-color: #f3f3f3;
}

.banner-section3,
.row2 {
  display: flex;
  align-items: center;
}
/* p,
a {
  display: inline-block;
  text-decoration: none;
} */

.banner3-row1 {
  text-align: center;
}
.row1-heading {
  font-family: "Inter", sans-serif;
  font-size: 50px;
}

b {
  color: var(--primary-color);
}

/* p.row1-heading {
  /* margin-top: 100px; */
/* margin-bottom: 40px; */

.products-sec {
  padding: 100px 0;
}

p.row1-cntn {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 40px 0 40px;
}

.row2 > .coloumn {
  display: flex;
  align-items: center;
}

.container > .lastbtn {
  border-radius: 7px;
  background-color: var(--secondary-color);
  color: white;
  padding: 18.5px 36px;
  margin-top: 21px;

  display: inline-block;
}

/*-------------------- Banner section 3/ Products Section -----------------------*/

.products-sec .row {
  align-items: center;
}

.card {
  background: white;
  padding: 15px;
  border-radius: 20px;
}

.card-img {
  max-width: 340px;
}

.card-img > img {
  width: 100%;
  max-height: 285px;
  object-fit: cover;
  border-radius: 20px;
}

.card-cntn {
  margin-top: 22px;
  font-size: 23px;
  font-weight: 600;
}

.products-sec,
.container > .lastbtn {
  text-align: center;
  /* margin-bottom: 50px; */
}

/*======================

Footer-Section          

=========================*/

.ftr {
  background: #001f51;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 55px 0;
}

.ftr-cntn {
  color: white;
  font-size: 18px;
  margin: 60px 0 50px;
  text-align: center;
}

/* .menu {
  display: none;
} */

@media screen and (max-width: 1200px) {
  /*-----------------------navbar-section------------*/

  .menu {
    position: relative;
    padding: 18px 20px;
    margin-left: auto;
    /* background: white; */
    z-index: 999;
  }
  .menu span {
    position: absolute;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 17px;
    background-color: black;
    /* transform: translateY(-50%); */
    transition: 0.5s linear;

    /* opacity: 1; */
  }

  .menu.show span {
    /* transition: 1s linear; */
    transform: translate(-30px);
    opacity: 0;
  }
  /* .menu.show {
    transition: 0.5s linear;
    } */
  .menu::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 27px;
    background-color: black;
    transition: 0.5s linear;
  }
  .menu::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 7px;
    background-color: black;
    transition: 0.5s linear;
  }

  .menu.show::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: black;
    transform: rotate(45deg);
    transition: 0.5s linear;
  }
  .menu.show::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: black;
    transform: rotate(-45deg);
    transition: 0.5s linear;
  }

  .navbar-collapse {
    flex-direction: column;
    background: rgba(251, 249, 249, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding-top: 58.67px;
    /* margin-top: 20px; */

    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 60%;
    right: -100%;
    padding-top: 100px;
    transition: 1s linear;
  }

  /* .navbar-collapse > ul,
  .nav-btn {
    font-size: 12px;
  } */
  /* .navbar-collapse {
    display: none;
  } */

  /* input[type="checkbox"]:checked ~ .navbar-collapse {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60%;
    padding-top: 83px;
    background: white;
  } */

  .navbar-collapse > ul {
    flex-direction: column;
    font-size: 16px;
  }
  .nav-items {
    margin: 0;
    margin-bottom: 20px;
  }

  .navbar-collapse > .nav-items:hover {
    border: 1px solid black;
    border-width: 1px 0 1px 0;
  }
  .nav-btn {
    text-align: center;
  }
  .btn {
    margin: 0;
  }
  /* .nav-btn > .btn:last-child a {
    margin: 0;
  } */
}

@media screen and (max-width: 768px) {
  /*---------------------------------------Banner section----------------------------*/
  .title1 {
    font-size: 60px;
  }
  .banner-content > .para1 {
    font-size: 16px;
  }

  .banner-form {
    margin: 20px 0;
  }
  /*-----------------------------------------Card-section---------------------------------*/
  .products-sec .row {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }
  .products-sec .col-4 {
    width: 50%;
  }
  .col-4 > .mt {
    margin-top: 40px;
  }
  .ftr-logo > img {
    height: 70px;
    width: 250px;
  }
}

@media screen and (max-width: 467px) {
  /*----------------------------------------Banner-section--------------------------*/
  .title1 {
    margin-top: 20px;
  }
  .banner-section .row {
    flex-wrap: wrap;
  }
  .banner-section .col-5,
  .banner-section .col-7 {
    width: 100%;
  }

  .col-5 > .banner-form {
    /* max-width: 290px; */
    width: 70%;
    margin: 0 auto;
  }

  main > .banner-section {
    margin: 20px 0;
  }

  .banner-section > .col-7 > .banner-content {
    margin: 0 auto;
  }

  /*---------------------------------------About-section------------------------------*/
  .about-sec .row {
    flex-wrap: wrap;
  }
  .about-sec .col-6 {
    width: 100%;
  }

  /*---------------------------------------Product-section------------------------------*/
  .products-sec .row {
    flex-wrap: wrap;
  }
  .products-sec .col-4 {
    width: 100%;
  }

  .products-sec .image {
    max-width: 405px;
  }

  .products-sec .card {
    margin-bottom: 10px;
  }
  .products-sec .card {
    margin-bottom: 10px;
  }
  .products-sec .mt {
    margin: 0;
  }

  .banner-section .col-5 {
    margin: 20px 0;
  }
}
