body {
  margin: 0;
  font-family: "Roboto";
  background: #fff;
}

#applogo{
  margin-left: 50px;
}

.main_section{
  /* width: 1400px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  /* justify-content: center; */
}

.active_nav::after{
  content: '';
  margin: auto;
  margin-top: 5px;
  display: block;
  width: 40px;
  height: 5px;
  background-color: #8C141A;
}
.active_nav{
  color: #8C141A !important;

}
/* card */

.card1 {
  height: 80px;
  width: 100%;
  background-color: #d9141d;
  font-size: 22px;
  font-weight: 500;
  color: #faf5f5;
  text-align: center;
}
.card1 p {
  padding: 25px 10px;
}

.card-heading {
  font-weight: 900;
  text-align: center;
  margin: 80px auto;
  /* text-transform: capitalize; */
}
ul{
  font-family: "Poppins";

}
.card-heading p {
  font-family: "Poppins";
}

.red {
  color: #d9141d;
}

.container1,.section3,.card-heading
.container3 {
  margin: 0 160px;
}

.heading1 {
  width: 100%;
  margin: 10px 0;
  font-size: 36px;
  /* text-transform: capitalize; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading1 h3 {
  width: 300px;
  font-weight: 700;
  margin: 22px 0;
}
.heading1 .underline {
  border-bottom: #d9141d 2px solid;
  width: 300px;
  border-width: 5px;
  margin-bottom: 50px;
}

.section1 .row .col-sm-8 p {
  font-family: "Poppins";
  margin: 50px 0;
}
.section3 p{
  font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
/* or 200% */

letter-spacing: 0.1em;
/* text-transform: capitalize; */

color: #131212;
}
.card-heading p{
 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.08em;
  /* text-transform: capitalize; */
  color: #161515;

}
.footer_section p{
  
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */

letter-spacing: 0.1em;

color: #FFFFFF;
}

.section_copyright p{
  
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  /* font-size: 20px; */
  line-height: 23px;
  letter-spacing: 0.1em;
  /* text-transform: capitalize; */
  color: #E8EFF6;

}

/*  */
.section2 .row {
  margin: 50px 0;
}

.section2 .row .col-sm-6 {
  margin: 10px 0;
}

.section2 .row .col-sm-6 .subheading,
.section2 .row .col-sm-6 .img {
  display: flex;
  justify-content: center;
  text-align: center;
}

.section2 .row .col-sm-6 .subheading h2 {
  border-left: 5px solid #d9141d;
  padding-left: 8px;
  margin: 15px 0;
}

.para {
  /* font-family: "Poppins"; */
  font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
/* or 175% */

letter-spacing: 0.08em;
/* text-transform: capitalize; */

color: #161515;
}

.container2{
  background: rgba(230, 73, 73, 0.06);
  padding: 50px;
}

.container3 .row .col-sm-6 img {
  width: 500px;
}
.container3 .row .col-sm-6 ul {
  list-style: none;
  margin-top: 60px;
}
.container3 .row .col-sm-6 ul li::before {
  content: "\2022";
  color: #d9141d;
  font-weight: 900;
  display: inline-block;
  width: 1em;
  font-size: 30px;
}

.grandparent {
  display: flex;
  justify-content: space-around;
}
.parent{
  margin: 0 100px;
}
.child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.underline2 {
  width: 150px;
  height: 5px;
  text-align: center;
  background-color: #d9141d;
}

.card-heading2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container4 {
  height: 500px;
  background: rgba(255, 225, 225, 0.1);
  box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.2);
  border-radius: 43px;
  margin-bottom: 100px;
}

input {
  width: 400px;
  height: 55px;
  border: 1px solid rgba(22, 21, 21, 0.6);
  border-radius: 8px;
  font-size: 20px;
}
.texarea {
  width: 400px;
  height: 155px;
  border: 1px solid rgba(22, 21, 21, 0.6);
  border-radius: 8px;
  font-size: 20px;
}

.lable {
  margin: 30px 0 10px 0;
}

#submitbtn {
  font-family: 'Roboto';

  width: 224px;
  height: 57px;
  left: 1006px;
  top: 7260px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 60px;
  background: #8c141a;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.section_copyright{
  padding: 20px 100px;
  background-color: #861010;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.section_copyright p {
  margin: 0;
}
.footer_section{
  background: #9E1A1A;
  padding: 30px 80px 0px 80px;
  color:#FFFFFF;
}
.footer_section .row .col-sm-5 img{
  margin-bottom: 20px;
}
.footer_section .row div {
  margin: 20px  0;
}
.footer_heading{
  font-weight: 600;
  width: 240px;
  font-family: 'Roboto';
  border-bottom: #848986 4px solid;
}
.section3 .row .col-sm-3 img{
  height: 350px;
  margin-top: 100px;
    }

    .section3 .row {
      flex-wrap: nowrap;
      align-items: center;
  
    }
/* For mobile view  */
@media screen and (max-width: 1366px) {
  .section3 .row {
    flex-wrap: nowrap;
    align-items: center;

  }
  .section3 p {
    font-size: 15px;
    /* line-height: 0px; */
  }
  .section3 .row .col-sm-3 img{
    height: 350px;
    margin-top: 135px;
      }
  .container3 .row .col-sm-6 img{
    width: 300px;
    
    }
    .container3 .row {
      /* width: 300px; */
      align-items: flex-end;
      }
  input {
    width: 250px;
    height: 35px;
    border: 1px solid rgba(22, 21, 21, 0.6);
    border-radius: 8px;
    font-size: 20px;
}
.texarea {
  width: 250px;
  height: 155px;
  border: 1px solid rgba(22, 21, 21, 0.6);
  border-radius: 8px;
  font-size: 20px;
}
  .gridimg{
    width:100%;
  }
  .main_section .card-heading p{
    margin: 0 60px !important;
  
  }
} 
@media only screen and (max-width: 600px) {
  body {
    padding: 0;
    width: 100%;
    /* background-color: purple; */
  }

  .container1,.section3,.card-heading
.container3 {
  margin: 0 60px;
}
.main_section .card-heading p{
  margin: 0 60px !important;

}
.container1,.section3,.card-heading
.container3 {
  margin: 0 60px;
}
/* card-heading */
  input {
    width: 250px;
    height: 35px;
    border: 1px solid rgba(22, 21, 21, 0.6);
    border-radius: 8px;
    font-size: 20px;
}
.texarea {
  width: 250px;
  height: 155px;
  border: 1px solid rgba(22, 21, 21, 0.6);
  border-radius: 8px;
  font-size: 20px;
}
  #applogo{
    margin-left: 0;
  }
  .main_section{
    /* background-color: rebeccapurple; */
    width: 100%;
  }
  .card1 {
    height: 100px;
    font-size: 16px;
  }
  .card-heading {
    margin: 20px 10px 10px 10px;
  }
  .card-heading p {
    font-size: 10px;
  }
  .card-heading h1 {
    font-size: 18px;
  }
  .heading1 .underline {
    width: 180px;
  }
  .heading1 h3 {
    margin: 75px 0 0 0;
  }
  .container1,
  .container3 {
    margin: 0 50px;
  }
  .container2{
    padding: 20px;
    width: 100%;
  }
  video{
    width: 200px;
    height: 200px;
  }
  #img1{
    width: 300px;
  }
  .container3 {
    margin-top: 50px;
  }
  .gridimg {
    width: 300px;
    /* margin: auto 30px; */
  }
  .main_section img{
    margin: auto ;
    vertical-align: middle;

  }

  .section3 .row {
    display: flex;
    flex-direction: column;
}
  img#img1 {
    width: inherit !important;
}
.d-flex.ms-auto {
  background: white;
}
  .p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }

  .card-heading p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    /* color: #FFFFFF; */
  }
  .section2 .row {
    margin: 0;
  }
  .section2 .row .col-sm-6 {
    margin: 30px 0;
  }
  .section2 .row .col-sm-6 .subheading h2 {
    margin: 20px 0;
  }
  .container3 .row .col-sm-6 img {
    width: 280px;
  }
  .container3 .row .col-sm-6 ul {
    padding: 0;
  }
  .grandparent {
    flex-direction: column;
  }
  .parent{
    margin: 0 10px;
  }
  input{
    width: 230px;
    height: 30px;
    border-radius: 4px;
  }
  .lable{
    margin: 10px 0;
  }
  .texarea{
    width: 230px;
  }
  .container4{
    margin: 20px;
    height: 700px;
    padding: 20px 0;
    border-radius: 10px;
  }
  .container4 .row .col-sm-4{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_copyright{
    padding: 20px;
    font-size: 10px;
  }
  .active_nav::after{
    width: 0;
    height: 0;
  }
}
