:root {
  --red: #e40521;
  --red-hover: #f92541;
  --white: #f8f9fa;
  --gray: #e5e7e9;
  --text-left: left;
  --text-right: right;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

img.lazyload:not([src]) {
  visibility: hidden;
}

/* =========================== Font For First titale ============================= */

@font-face {
  font-family: 'superRetro54';
  src: url("/fonts/Super Retro M54.ttf");
}

/* =========================== Font For Second titale ============================= */

@font-face {
  font-family: 'jost-title';
  src: url("/fonts/Jost-Black.ttf");
}

/* =========================== Font For body paragraph ============================= */

@font-face {
  font-family: 'jost';
  src: url("/fonts/Jost-VariableFont_wght.ttf");
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

h1, h3, h5 {
  font-family: 'jost-title';
}

p {
  font-family: 'jost';
}

@media screen and (max-width: 575px) and (min-width: 320px) {
  h1 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
}

/* =========================== START root Variables ============================= */

.base_color {
  color: var(--red-hover);
}

.text-left {
  text-align: var(--text-left);
}

.text-right {
  text-align: var(--text-right);
}

.title_font {
  font-family: 'superRetro54', sans-serif;
}

.text_font {
  font-family: "jost", "Helvetica Neue", sans-serif;
}

.float_left {
  float: var(--text-left);
}

.float_right {
  float: var(--text-right);
}

.list-red-square {
  list-style-type: square;
  color: var(--red);
  font-size: 1rem;
}

.red-square-li {
  line-height: 18px;
}

/* =========================== END root Variables ============================= */

/* =========================== START Header Navbar ============================= */

.navbar {
  background-color: var(--red);
}

.navbar-brand-rtl {
  filter: brightness(0) invert(1);
  height: 75px;
  width: 80px;
  margin-top: -1rem;
 
}
.navbar-brand {
  filter: brightness(0) invert(1);
  height: 75px;
  width: 80px;
  margin-top: -2rem;
  margin-left: -1rem;
}

.navbar span {
  font-family: 'superRetro54';
  font-size: 0.75rem!important;
  line-height: 0.75rem!important;
}

.navbar p {
  font-family: 'jost';
  font-size: small;
}

.nav-link small {
  font-family: 'jost';
  font-size: 1rem!important;
}

.logo-text {
  margin-left: -20px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .navBarMain {
    margin-right: -2rem;
  }
}

.link_number {
  margin-left: -1.25rem;
}

@media screen and (max-width: 991px) and (min-width: 320px) {
  .link_number {
    margin-left: 0;
  }
}

.navbar-nav {
  margin-right: -10rem;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/Icons/menu.svg) !important;
}

.navbar-nav .nav-link {
  position: relative;
  color: var(--white) !important;
  font-size: 1rem!important;
  font-family: 'jost';
  margin-left: 12px;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}

.navbar-nav .nav-link:hover::before {
  width: 99%;
}

@media screen and (max-width: 2048px) and (min-width: 1773px) {
  .nav-bar-margin-right-rtl {
    margin-right: 45rem !important;
  }
}
@media screen and (max-width: 1772px) and (min-width: 1701px) {
  .nav-bar-margin-right-rtl {
    margin-right: 40rem !important;
  }
}
@media screen and (max-width: 1701px) and (min-width: 1615px) {
  .nav-bar-margin-right-rtl {
    margin-right: 35rem !important;
  }
}
@media screen and (max-width: 1614px) and (min-width: 1454px) {
  .nav-bar-margin-right-rtl {
    margin-right: 25rem !important;
  }
}
@media screen and (max-width: 1453px) and (min-width: 1300px) {
  .nav-bar-margin-right-rtl {
    margin-right: 18rem !important;
  }
}
@media screen and (max-width: 1343px) and (min-width: 1277px) {
  .nav-bar-margin-right-rtl {
    margin-right: 14rem !important;
  }
}
@media screen and (max-width: 1276px) and (min-width: 1174px) {
  .nav-bar-margin-right-rtl {
    margin-right: 8rem !important;
  }
}
@media screen and (max-width: 1174px) and (min-width: 1094px) {
  .nav-bar-margin-right-rtl {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 1094px) and (min-width: 987px) {
  .nav-bar-margin-right-rtl {
    margin-right: 0rem !important;
  }
}
@media screen and (max-width: 1094px) and (min-width: 987px) {
  .nav-bar-margin-right-rtl {
    margin-right: 5rem !important;
    text-align-last: center;
  }
}

/* =========================== END Header Navbar ============================= */

/* =========================== START Carousel and Slider ============================= */

.slider .carousel-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
 
}

.carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 1px solid var(--white);
}

.carousel-indicators .active {
  background-color: var(--white);
}

.slider .carousel-inner .carousel-item .carousel-caption {
  left: 5%;
  z-index: 2;
}

.slider .carousel-inner .overlay-image {
  /* position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; */
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* background: linear-gradient(115deg, black 40%, rgba(0, 0, 0, 0));
  opacity: 0.7;
  z-index: 1; */
}

.slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 30px;
  cursor: pointer;
  left: 10%;
  z-index: 2;
}

.slider {
  position: relative;
  height: 100vh;
}

.slider .carousel-caption {
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  
}

.carousel-caption h5 {
  font-family: 'superRetro54', sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
}

.carousel-caption p {
  font-family: 'jost', Arial, sans-serif;
  font-size: 1.5rem;
  padding-top: 1.5rem;
}

.slider .carousel-indicators {
  bottom: 35%;
  left: -10%;
  justify-content: left;
}

@media screen and (max-width: 575px) and (min-width: 320px) {
  .carousel-caption h5 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .carousel-caption p {
    font-family: 'jost', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .slider .carousel-indicators {
    bottom: 25%;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .carousel-caption h5 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .carousel-caption p {
    font-family: 'jost', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .slider .carousel-indicators {
    bottom: 25%;
    left: -5%;
    justify-content: left;
  }
}

/* =========================== END Carousel and Slider ============================= */

/* =========================== START Shipping Centers ============================= */

.shippingCenters img {
  border-radius: 25px;
  width: 150px;
  height: 100px;
  transition: transform 0.2s ease 0s;
}

.shippingCenters img:hover {
  transform: scale(1.5);
}

.shippingCenters h1 {
  font-size: 2.8rem;
}

@media screen and (max-width: 575px) and (min-width: 320px) {
  .shippingCenters h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 576px) {
  .shippingCenters h1 {
    font-size: 2rem;
  }
}

.shippingCenters h3 {
  color: var(--red);
}

/* =========================== END Shipping Centers ============================= */

/* =========================== START Choice Us ============================= */

.choice-us {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.imag-person {
  max-width: 90%;
  margin-left: 0rem;
}

.imag-world {
  max-width: 90%;
  margin-left: 0rem;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .imag-person {
    max-width: 85%;
    margin-left: 5rem;
  }
}

.imag-world {
  max-width: 80%;
  margin-left: 2.5rem;
}

@media screen and (max-width: 1920px) and (min-width: 1200px) {
  .imag-person {
    max-width: 85%;
    margin-left: 5rem;
  }
  .imag-world {
    max-width: 80%;
    padding-bottom: 0rem;
  }
}

.square-border {
  position: relative;
  font-size: 16px;
  max-width: 100%;
  left: 5%;
}

.square-border::before {
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  left: -33px;
  top: -3px;
  margin-top: 10px;
  border: 2px solid var(--white);
}

.square-border-rtl {
  position: relative;
  font-size: 16px;
  max-width: 100%;
  right: 3%;
}

.square-border-rtl::before {
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  right: -33px;
  top: -3px;
  margin-top: 10px;
  border: 2px solid var(--white);
}

/* =========================== END Choice Us ============================= */

/* =========================== START Our Services ============================= */

.ps-trans {
  transform: translateX(5rem);
}

.img-ourservices {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 2560px) and (min-width: 1200px) {
  .img-ourservices {
    max-width: 42rem;
    height: 30rem;
    margin-right: -1rem;
  }
}

.our-services .container h1 {
  position: relative;
}

.absoluteOurservices {
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 100px;
  transform: translateX(-10rem);
  /* left: 5rem; */
  /* margin-top: 1rem; */
}

.absoluteOurservices-rtl {
  height: 70px;
  width: 140px;
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: 1.5rem;
}

.ourservices-logo {
  margin-left: 10rem;
}

@media screen and (max-width: 2560px) and (min-width: 1200px) {
  .ourservices-logo {
    margin-left: 0rem;
  }
  .left-texts {
    padding-left: 10rem;
  }
}

/* =========================== END Our Services ============================= */

/* =========================== START Our Activity ============================= */

.OurActivity {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.center-icnoss {
  max-width: max-content;
}

.center-icnoss-rtl{
  max-width: max-content;
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
  .center-icnoss {
    /* max-width: max-content; */
    margin-left: 3rem;
  }
  .center-icnoss {
    max-width: max-content;
  }
  .center-icnoss-rtl{
    margin-right: 3rem;
  }
  .center-icnoss-rtl{
    max-width: max-content;
  }
}


@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .center-icnoss {
    /* max-width: max-content; */
    margin-left: 5rem;
  }
  .center-icnoss {
    max-width: max-content;
  }
  .center-icnoss-rtl{
    margin-right: 9.5rem;
  }
  .center-icnoss-rtl{
    max-width: max-content;
  }
}

@media screen and (max-width: 2560px) and (min-width: 1401px) {
  .center-icnoss {
    /* max-width: max-content; */
    margin-left: 10rem;
  }
  .center-icnoss {
    max-width: max-content;
  }

  .center-icnoss-rtl{
    margin-right: 15rem;
  }
  .center-icnoss-rtl{
    max-width: max-content;
  }
}

.OurActivity .baseHead, strong {
  color: var(--red);
}

.iconss img {
  width: 90px;
  height: 90px;
  transition: transform 0.3s ease;
}

.iconss img:hover {
  filter: brightness(1);
  border-radius: 50%;
  padding: 0.5rem;
  transform: scale(1.5);
}

.iconss span {
  padding: 5px;
  padding-bottom: 10px;
}

.iconss span:hover {
  background-color: #141414;
  transition: all 1s;
}

@media screen and (max-width: 2560px) and (min-width: 576px) {
  .inlineTitle {
    width: max-content;
  }
}

/* =========================== END Our Activity ============================= */

/* =========================== START How We Do Ship ============================= */

.how-do-we-ship {
  background-color: var(--red);
}

@media screen and (max-width: 554px) and (min-width: 320px) {
  .howDoWeShip {
    padding: 1.5rem;
  }
}

.how-do-we-ship .text .listOfSquare {
  list-style: square inside;
  color: var(--red);
  padding-left: 1rem;
}

@media screen and (max-width: 1920px) and (min-width: 1200px) {
  .our-customer h1 {
    margin-bottom: -3rem;
  }
}

/* =========================== END How We Do Ship ============================= */

/* =========================== START OFFER OUR CUSTOMER ============================= */

.girl_img {
  max-width: 100%;
  height: 40rem;
}

.bodyUi .text-dark {
  font-size: 1rem;
}

@media screen and (max-width: 575px) and (min-width: 320px) {
  .sideOfImage {
    padding-left: 5rem;
  }
  .girl_img {
    height: 15rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .sideOfImage {
    padding-left: 10rem;
  }
  .girl_img {
    height: 24rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sideOfImage {
    padding-left: 15rem;
  }
  .girl_img {
    height: 24rem;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sideOfImage {
    padding-left: 15rem;
  }
  .girl_img {
    height: 24rem;
  }
}

/* =========================== END OFFER OUR CUSTOMER ============================= */

/* =========================== START Our Warehouses ============================= */

.our-warehouses {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.our-warehouses .Card {
  position: relative;
  min-height: 250px;
  border: 2px solid var(--white);
}

.our-warehouses .flag-card {
  position: absolute;
  top: 15px;
  right: 15px;
}
.our-warehouses .flag-card-rtl {
  position: absolute;
  top: 15px;
  left: 15px;
}

.side-flag {
  height: 60px;
  width: 100px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .fontTablt {
    padding-right: 4rem;
  }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
  .our-warehouses .Card {
    position: relative;
    min-height: 175px;
    border: 1.5px solid var(--white);
  }
  .our-warehouses .flag-card {
    position: absolute;
    top: 5px;
    right: 0px;
    /* width: 80px;
    height: 50px; */
    padding-right: 5px;
  }
  .side-flag {
    height: 50px;
    width: 80px;
  }
  .fontTablt {
    padding-right: 5rem;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: 1rem;
  }
  small {
    font-family: 'jost';
    font-size: 1rem!important;
  }
}

/* =========================== END Our Warehouses ============================= */

/* ========================== START Offer Our Customer ======================= */

.offer-our-customer {
  background-color: var(--gray);
}

/* =========================== END Offer Our Customer ============================= */

/* =========================== START CONTRACTS Section ============================ */

.contract_title {
  padding-left: 1.8rem;
}
.contract_title-rtl {
  padding-right: 1.8rem;
}

.contract_img {
  height: 600px;
  width: 600px;
}

.contract_list {
  text-align: justify;
  padding-top: 10rem;
}

.contract_ul {
  list-style-type: square;
  color: var(--red);
  font-size: 1.4rem;
}

.contract_li {
  line-height: 18px;
}

.contract_li span {
  color: black;
  font-family: 'jost', "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .contract_title {
    padding-left: 1.8rem;
  }
  .contract_img {
    height: 460px;
    width: 460px;
  }
  .contract_img_pos {
    position: relative;
    right: 90px;
    top: 24px;
  }
  .contract_list {
    text-align: justify;
    padding-top: 5rem;
  }
  .contract_ul {
    list-style-type: square;
    color: var(--red);
    font-size: 1.4rem;
  }
  .contract_li {
    line-height: 20px;
  }
  .contract_li span {
    color: black;
    font-family: "jost", "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .contract_title {
    text-align: center;
    padding-left: 1.8rem;
  }
  .contract_img {
    height: 350px;
    width: 350px;
  }
  .contract_list {
    text-align: justify;
    padding-top: 1rem;
  }
  .contract_ul {
    list-style-type: square;
    color: var(--red);
    font-size: 1.4rem;
  }
  .contract_li {
    line-height: 18px;
  }
  .contract_li span {
    color: black;
    font-family: 'jost', "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1rem;
  }
}

/* =========================== END CONTRACTS Section ============================= */

/* =========================== START Guangzhou Section ============================= */

.guangzhou_section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 4rem;
}

.guangzhou_container {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.guangzhou_title_padding_top {
  padding-top: 5rem;
}

.guan_logo_pos {
  position: relative;
  bottom: 55px;
  margin-bottom: 0rem;
}

.guangzhou_logo {
  filter: brightness(0) invert(1);
  height: auto;
  width: 250px;
}

.guan_title_align {
  padding-right: 0rem;
}
.guan_title_align-rtl {
  padding-left: 0rem;
}

@media screen and (min-width: 1200px) and (max-width: 2560px) {
  .guan_title_align {
    padding-right: 4rem;
  }
  .guan_title_align-rtl {
    padding-left: 4rem;
  }
}

.guan_title_1_pos {
  position: relative;
  font-size: 2.5rem;
}

.guan_title_2_pos {
  position: relative;
  bottom: 18px;
  font-size: 2.5rem;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .guan_logo_pos {
    margin-bottom: -6rem
  }
  .guan_title_1_pos {
    font-size: 1.5rem;
  }
  .guan_title_2_pos {
    font-size: 1.5rem;
    bottom: 12px;
  }
}

.guan_sub_title_pos {
  position: relative;
  bottom: 18px;
  font-weight: bolder;
  letter-spacing: 3px
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .text_font {
    padding-left: 13rem;
    padding-right: 13rem
  }
  .text_font_bold {
    padding-left: 16rem;
    padding-right: 16rem
  }
}

/* =========================== END Guangzhou Section ============================= */

/* =========================== START Contact Us ============================= */

.contact_us_icon_width, .social_media_icon_width {
  width: 12%;
}

.contact_us_icon_size, .social_media_icon_size {
  font-size: 2rem;
}

.contact_us_phone {
  font-size: 1rem;
}

.contact_us_domain {
  font-family: 'jost-title';
  font-size: 2.2rem;
  color: #141414;
}

.contact_us_domain:hover {
  color: var(--red);
  transition: all 1s;
}

.contacsUs {
  padding-top: 6rem;
}

.absoluteContactsUs {
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 200px;
  transform: translate(8rem, -8rem);
}
.absoluteContactsUs-rtl {
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 200px;
  transform: translate(-4.4rem, -2rem);
}

@media screen and (min-width: 100px) and (max-width: 560px) {
  .absoluteContactsUs-rtl {
    transform: translate(5.6rem, -9rem);
    margin-top: 1rem;
  }
}
@media screen and (min-width: 560px) and (max-width: 992px) {
  .absoluteContactsUs-rtl {
    transform: translate(5.6rem, -3rem);
    margin-top: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 1400px) {
  .absoluteContactsUs {
    transform: translate(0rem, -3rem);
    margin-top: 1rem;
  }
  
  .contacsUs {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 320px) {
  .padding-x-cards {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_us_departments, .contact_us_social_media {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .padding-sides {
    font-size: 1.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .absoluteContactsUs {
    transform: translate(5rem, -3rem);
  }
  .absoluteContactsUs-rtl {
    transform: translate(0.6rem, -3rem);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact_us_departments, .contact_us_social_media {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .padding-sides {
    font-size: 1.5rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .absoluteContactsUs {
    transform: translate(10rem, -3rem);
  }
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .contact_us_departments, .contact_us_social_media {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .padding-sides {
    font-size: 1.5rem;
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .absoluteContactsUs {
    transform: translate(14rem, -3rem);
  }
  .absoluteContactsUs-rtl {
    transform: translate(-8.4rem, -3rem);
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  h6 {
    font-size: 14px;
  }
  .bg-card-media {
    background-color: #141414;
    padding-right: 1.5rem;
  }
  .contact_us_icon_width {
    width: 14%;
  }
  .social_media_icon_width {
    width: 12%;
    position: relative;
    right: 10px;
    bottom: 1px;
  }
  .social_media_icon_size, .contact_us_icon_size {
    font-size: 1.3rem;
  }
  .social_card_title_font_size {
    font-size: 0.9rem;
  }
  .contact_us_phone {
    font-size: 0.8rem;
  }
}

.card {
  padding-bottom: 1.5rem;
  border: 1px solid rgb(0 0 0 / 80%);
  border-radius: 0;
}

.card:hover {
  background-color: var(--red);
  color: var(--white);
  border: 1px solid var(--white);
  transition: all 1s;
}

.bg-card-media {
  background-color: #141414;
  padding-right: 0rem;
}

h6 {
  font-family: 'jost-title', Tahoma, sans-serif;
}

.title_font_contact {
  font-family: 'jost-title', sans-serif;
  font-size: 1.5rem;
}

.contacsUs h1 {
  position: relative;
}

/* =========================== END Contact Us ============================= */

/* =========================== START FOOTER ============================= */

footer .footer_head {
  height: 350px;
  background-color: #141414;
}

.footer_head_title {
  margin-top: 1.5rem;
  font-size: 2.2rem;
  font-family: "jost-title", sans-serif;
}

.footer_head_title:hover {
  color: var(--red-hover);
  transition: all 1s;
}

.footer_head_boday {
  margin-top: 2rem;
  font-family: "jost", "Open Sans", sans-serif;
  font-size: 22px;
}

@media screen and (max-width: 991px) and (min-width: 300px) {
  footer .footer_head {
    height: 250px;
    background-color: #141414;
  }
  .footer_head_title {
    font-size: 1.5rem;
  }
  .footer_head_boday {
    font-size: 16px;
  }
}

/* =========================== END Contact Us ============================= */