/* start media query  For xxl screen: */
@media (min-width: 1900px) {
  .hero-info h1 {
    font-size: 57px;
    line-height: 70px;
}
.feat-info p{
  font-size: 23px;
}
footer{

  background-size:300px , 350px;

}
.partnars {
  height: 1200px;
}
.hand-bg{
  height: 490px;
  margin-top: -600px;
}

.hand img {
  height: 100%;
  margin-left: -100px;
  margin-top: -86px;
}
.down-info h3 {
  font-size: 45px;

}
.down-info p {
  font-size: 25px;

}
.down-btn li img{
  width: unset;
}
.down-info {
  margin-top: 170px;
}
.sec-head h2{
  font-size: 45px;

}

}
/* strat media query for ipad pro */
@media  (min-width: 1023px) and (max-width:1024px){
  
}

  /* start media query For ipad mini and ipad air: */
@media (min-width: 765px) and (max-width:820px) {
    
}
@media (max-width: 1000px) {
  .hero-big {
    margin-top: 0px;
}
header {
  /* margin-top: 0px; */
  height: 100%;

}
.hero {
  height: 100%;
  /* display: flex; */
  /* align-content: center; */
  /* align-items: center; */
}
.featuers {
  padding: 30px 0;
  margin-top: 30px;
}
.switch{
  display: flex;
  flex-direction: column-reverse;
}
.feat-info p {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.partnars {
  background-size: contain;

}
footer::before ,footer::after{
display: none;
}
.hand-bg {
  background: #9e0039;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
  margin:0  10px;
  margin-top: 20px;

}
.down-info {
  margin-top: 0px;
}
.hand img {
  margin-top: 0;
  height: 440px;
  /* float: left; */
  margin-left: 0;
  margin-bottom: 50px;
}
.hand   ,.down-info ,.hero-info{
  text-align: center;
}
.down-btn{
  justify-content: center;
}
.down-info p{
  margin: 0 auto;
}
.sec-head {
  margin-bottom: 20px;
}
.hero-info ul {
  justify-content: center !important;
}
.partnars {
  padding-top: 60px;
  background-size: cover;
  padding-bottom: 100px;
}
.down-info {
  margin-top: 20px;
}
.hand img {
  margin-bottom: -20px;
  margin-top: 30px;
}
.offcanvas-header .btn-close {
  margin-top: -2rem;

}
.partnars {
  background-size: contain;
  height: 480px;
}
footer {
  margin-top: 0px;
  position: relative;
  padding: 41px 0;
  background: url(../images/left.png) no-repeat right bottom, url(../images/right.png) no-repeat left 100px;
  background-size: 160px , 160px;
}
.hand img {
  height: 370px;

}
}
  /*start media query  For  mobile: */
@media (max-width: 600px) {
  .offcanvas-end {

    width: 300px;

}
header {
  margin-top: 140px;
  height: 100%;
}
.hero-info h1 {
  font-size: 35px;

  line-height: 45px;

  margin-bottom: 10px;

}
.hero-info p {
  font-size: 16px;
}
.btn-x {
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 10px;

}
.hero-info  ul {
  display: block;
}
.hero-info  ul li{
  display: grid;
}
.hero-info  ul li a{
  margin:5px 0 ;
}
.feat-info p {
  width: 100%;
}
.partnars {
  background-size: unset;
  background-image: unset;
  background-color: #F9F1F4;
  padding: 20px;
  border-radius: 20px;
  margin: 10px;

}
.contact {
  margin: 10px 0 !important;
  margin-top: 50px !important;
}
/*
.contact li {
  display: grid;
} */
.contact li a {
  font-size: 16px;
}
.down-info h3 {
  font-size: 26px;

}
.down-info p {
  width: 100%;
}
.sec-head h2{
  margin-bottom: 0 ;
}
.down-info {
  margin-top: 20px;
}
.hand img {
  margin-bottom: -20px;
  margin-top: 30px;
}

.part-box {
  margin-bottom: 20px;
}
.navbar-brand img ,.logo-bg img{
  width: 30px;
}
.bg-light {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-light .navbar-nav .nav-link{
  margin-left: 0;
}
footer {
  background: url(../images/left.png) no-repeat right bottom, url(../images/right.png) no-repeat left 40px;
  background-size: 120px , 140px;
}
.partnars {
  height: 400px;
}
.hand img{
  margin: 0 !important;
  margin-bottom: -20px !important;
}
footer{
  background: unset !important;
}

}
/* start media for fold screen */
@media  (min-width: 279px) and (max-width:280px){

}

