@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");

:root {
  --orange-color: #f3744f;
  --blue-color: #0166b2;
  --grey-color: #717171;
}

body {
  line-height: 1.6;
  font-size: 1rem;
  font-family: "Lora", serif !important;
  font-weight: 400;
  color: #333;
  background-color: #d0d8ea40 !important;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  font-family: "Lora", serif;
}
h1,
h2,
h3 {
  font-family: "Lora", serif !important;
  letter-spacing: 0px !important;
  /* letter-spacing: 1.5px !important; */
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.pad_Left{
  padding-left: 30px;
}
.pad_Right{
  padding-right: 18px;
}
.header_section {
  padding: 20px 0;
  position: relative;
  background-color: #fff;
}
.menu_section {
  text-align: right;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: flex-end;
  top: 0;
  bottom: 0;
  right: 0;
}
.menu_section ul {
  padding: 0;
  margin: 0;
}
.menu_section ul li {
  display: inline-block;
  margin: 0 10px;
}
.menu_section ul li a {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
}

.btn_call {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: var(--orange-color);
  border-radius: 5px;
  transition: 0.4s;
  font-size: 16px !important;
}
.btn_call:hover {
  background-color: var(--blue-color);
  color: #fff;
}

.banner_section {
  background-size: cover !important;
  height: calc(100vh - 157px);
  display: flex;
  align-items: center;
  background-position: right 46% center !important;
}
/*.banner_header > * {*/
/*  text-align: center;*/
/*}*/
.banner_header {
  width: 50%;
  max-width: 1000px;
  margin-left: 30px;
}
.banner_header h1 {
  color: var(--blue-color);
  font-size: 2.8rem;
  font-weight: 800;
  padding-bottom: 10px;
  line-height: 1.2;
}
.banner_header h2 {
  color: var(--blue-color);
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.orange_line_banner {
  height: 3px;
  width: 95%;
  background-color: var(--orange-color);
}
.banner_text {
  padding-top: 10px;
  padding-bottom: 30px;
}
.poor_section {
  padding: 100px 0;
}

.simple_header h2 {
  color: var(--blue-color);
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.grid-3-10 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-gap: 13px;
}

.grid-4-10 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  grid-gap: 13px;
}


.poor_div {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgb(208 216 234 / 30%);
  transition: 0.3s;
  text-align: center;
}
.poor_div:hover {
  box-shadow: 0px 10px 30px 0px rgb(208 216 234 / 80%);
}
.poor_img img{
 display: inline-block;
}
.poor_text {
  padding: 15px 0;
}
.poor_text h3 {
  color: var(--grey-color);
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px !important;
}

/* READY SECTION */
.ready_section {
  position: relative;
  background-size: cover !important;
  background-position: top !important;
}
.blue_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #0166b2;
  opacity: 0.5;
}
.white_header h2 {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 600;
}
.orange_line {
  height: 3px;
  width: 97%;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: var(--orange-color);
}
.display_here {
  z-index: 5;
  position: relative;
}
.ready_main {
  padding: 100px 0;
}
.angles {
  text-align: center;
}
.icon_angle {
  color: var(--orange-color);
  border-radius: 50%;
  font-size: 45px;
}
.angle_text {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

/* READY SECTION */

/* MARKET SEGMENT */
.market_section {
  padding: 100px 0;
}
.blue_header {
  color: var(--blue-color);
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.blue_header h1 {
  color: var(--blue-color);
  font-size: 2rem;
  font-weight: 700;
}
.blue_header h2 {
  color: var(--blue-color);
  font-size: 2rem;
  font-weight: 700;
}
.orange_line1 {
  height: 3px;
  background-color: var(--orange-color);
  width: 100%;
}
.blue_content {
  color: var(--blue-color);
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 5px;
}
.grid-5-10 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
.market {
  margin: 0 auto;
}
.market_div {
  margin-top: 60px;
}
.market_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
@media(min-width: 768px){
   .market_image {
      object-fit: cover;
      overflow: hidden;
    } 
}
.img-market {
  width: 100%;
  height: 100%;
}
.market_text {
  color: var(--grey-color);
  text-align: center;
  padding-top: 10px;
}
/* MARKET SEGMENT */

/* BRANDS  */
.brands_section {
  padding-bottom: 100px;
}
.brands_div {
  padding-top: 50px;
}
.grid-6-10 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1px;
}
.brand_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 22px;
}
/* BRANDS  */

/* OUR PRODUCTS */
.white {
  color: #fff !important;
}
.product_section {
  padding: 80px 0;
  background-color: var(--blue-color);
}
.product_div{
  text-align: center;
}
.product_image img{
  display: inline-block;
}
.img-product {
  height: 100%; 
  width: 100%;
  object-fit: cover;
}

.product_name {
  padding: 10px;
  text-align: center;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  margin: 5px auto auto auto;
}

.client_section {
  padding: 80px 0;
}
.orange_section {
  background-color: var(--orange-color);
  padding: 100px 0;
  margin-top: 40px;
}
.client_div {
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: space-between;
}
.client_center{
    text-align: center;
    padding-top: 50px;
}
.grid-1-2 {
    padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}

.client_image img{
  border-radius: 50%;
  height: 80px;
  width: 80px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 10px;
}
.client_content {
  color: #fff;
  font-size: 1rem;
}
.client_text {
    color: #fff;
    font-size: 12px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.how_text{
    text-align: center;
    color: var(--grey-color);
    padding-top: 10px;
    font-weight: 600;
}
.how{
    text-align: center;
}
.how_div{
    padding: 40px 0;
}
.how_icon img{
    height: 90px;
    width: 90px;
    margin: 20px 0;
}
.how_section{
    padding-top: 20px;
    padding-bottom: 80px;
}
.download_section{
    padding: 80px 0;
}
.intl-tel-input{
	display: block !important;
}
@media (min-width: 768px) {
    .download_section .col-md-8 {
        padding-top: 36px;
    }
}
.download_section img {
    height: 280px;
    margin-left: auto;
    display: block;
}
@media (max-width: 767px) {
    .download_section img {
        height: auto;
    }
}
.download_box{
    box-shadow: 0px 5px 40px -10px rgb(86 104 146 / 33%);
    padding: 38px;
    
}
.download_header h2{
    color: var(--grey-color);
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}
.download_content{
    color: var(--grey-color);
    padding-bottom: 30px;
    padding-right: 30px;
    font-size: 19px;
	width: 90%;
}
.footer_section{
  background-color: var(--blue-color);
  padding: 80px 0;
}
.social_media{
  text-align: left;
}
.social_media ul {
  padding: 0;
  margin: 0;
}
.social_media ul li{
  display: inline-block;
  margin: 0 10px;
}
.social_media ul li a {
  color: #fff;
}
.footer_items h4{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer_items ul {
  padding: 0;
  margin: 0;
}
.footer_items ul li{
  list-style: none;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer_items ul li a{
  color: #fff;
  font-size: 16px;
}
.final_footer{
  background: #242a56;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.final_footer img{
  width: 60px;
}
.mobile_menu{
  display: none;
}
.navbar-collapse{
  display: none;
}

/*PRODUCT ARCHIVE*/
.archive_section{
  padding: 80px 0;
}
.latest_products{
  padding-top: 40px; 
}
.my_product{
  margin: 0 auto !important;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  text-align: center;
}
.my_product_image{
    display: inline-block;
}
.my_product_text{
  color: var(--blue-color);
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
.my_product_text:hover{
  color: var(--blue-color);
}

.my_product .image_overlay{
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 381px;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.my_product:hover .image_overlay{
  opacity: 1;
}

.click{
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 30%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}
.my_product:hover .click{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.fadeIn-top{
  top: 20%;
}
.click_icon{
  color: var(--orange-color);
  font-size: 30px;
}
/*PRODUCT ARCHIVE*/
.footer_text{
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer_logo{
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.table_section{
  padding: 30px 0;
  overflow-x: auto;
}
.table{
  background-color: #fff;
}
.form-control{
    border: 1px solid #999 !important;
    box-shadow: none !important;
    outline: none !important;
}
.close{
    background: #fff !important;
    color: #333 !important;
}
.btn_down{
    background-color: var(--blue-color) !important;
    border: transparent !important;
    border-radius: 5px !important;
    padding: 8px 20px !important;
}
.btn_down:hover{
    color: #fff !important;
}
.about_box{
    padding: 40px;
    box-shadow: 0px 5px 40px -10px rgb(86 104 146 / 33%);
    background: #fff;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .d-none{
        display: none;
    }
  .mobile_menu{
    display: block;
    text-align: right;
    background: #fff;
  }
  ..header_section{
      height: 110px;
  }
  .mobile_products{
     position: relative;
     top: 10px;
     font-weight: 600;
     font-size: 16px;
  }
	
	
	.mobile_blogs{
     position: relative;
     top: 15px;
     font-weight: 600;
     font-size: 16px;
  }

  .btn_mobile{
      padding: 10px;
      background: #fff;
      text-align: center;
  }
  .btn_call1{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: var(--orange-color);
  transition: 0.4s;
  font-size: 16px;
  text-align: center;
  display: block;
  }
  .menu_section{
    display: none;
  }
  .navbar-collapse{
    display: block;
    padding: 10px 10px 25px 10px;
    background: #f1f1f1;
  }
  .first-button{
    outline: none !important;
    border: none;
    background-color: transparent !important;
  }
  /* MOBILE MENU */
  .animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }
    
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }
    
    .animated-icon1 span {
    background: #e65100;
    }
    
    .animated-icon2 span {
    background: #e3f2fd;
    }
    
    .animated-icon3 span {
    background: #f3e5f5;
    }
    
    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }
    
    .animated-icon1 span:nth-child(2) {
    top: 10px;
    }
    
    .animated-icon1 span:nth-child(3) {
    top: 20px;
    }
    
    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }
    
    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }
    
    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
  /* MOBILE MENU */
  .banner_section {
    /*background-position: calc(100% + 450px) 0 !important;*/
    background-position: bottom -90px center !important;
    background-image: url('https://generalplasticindustries.com/wp-content/uploads/2021/04/mobile_homepage.jpg') !important;
    align-items: flex-end;
    height: calc(100vh - 110px) !important; 
    position: relative;
  }
  .banner_contents{
      padding: 20px 15px 15px 15px;
  }
  .banner_header{
    text-align: center;   
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .blur_div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    filter: blur(1px);
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 0;
  }
  .banner_header h1 {
    font-size: 1.6rem;
  }
  .banner_header h2 {
    font-size: 1.1rem;

  }

  .poor_section {
    padding: 30px 0;
  }
  .simple_header h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
    .grid-3-10 {
    grid-template-columns: 1fr;
  }
	
	.grid-4-10 {
    grid-template-columns: 1fr;
  }
	
	.white_header h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
  }
  .ready_main {
    padding: 30px 0;
  }
  .btn_call {
    text-align: center;
  }
  .market_section {
    padding: 55px 0;
  }
  .blue_header h2 {
    font-size: 24px;
  }
  .grid-5-10 {
    grid-template-columns: 2fr;
  }
  .market_div {
    margin-top: 10px;
  }
  .grid-6-10 {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_section {
    padding: 40px 0;
  }
  .client_section {
    padding: 45px 0;
  }
  .client_div{
    margin-bottom: 15px;
  }
  .client_center{
    padding-top: 10px;
}
  .orange_section {
    padding: 30px 0;
    margin-top: 20px;
  }
  .how_div {
    padding: 0;
    margin-bottom: 40px;
  }
.how_section{
    padding-top: 10px;
    padding-bottom: 60px;
}
.download_section{
    padding: 20px 0;
}
.download_box{
    box-shadow: 0px 5px 40px -10px rgb(86 104 146 / 33%);
    padding: 30px;
    
}
.download_btn{
  margin-bottom: 25px;
	text-align: center;
}
.download_header h2{
    padding-bottom: 10px;
    font-size: 20px;
}

.footer_section{
  padding: 30px 0;
}
.archive_section{
  padding: 30px 0;
}
.pad_Left{
  padding-left: 0;
}
.pad_Right{
  padding-right: 0;
}
.latest_products{
  padding-top: 20px; 
}
.right{
    text-align: center;
}
.left{
    text-align: center;
}
.how_icon img {
    height: 70px;
    width: 70px;
    margin: 0px 0;
    margin-top: 25px;
}
.how_text{
    font-size: 18px;
}
.download_content {
    font-size: 16px;
	padding-bottom: 20px;
	padding-right: 0;
	width: 100%;
	text-align: center;
}
.download_header{
	text-align: center;
}
}
@media(min-width:1800px){
/*  .banner_section {*/
/*    background-position: right -250px center !important;*/
/*}*/
}