*{
    font-family: "SUSE","Nunito","Kanit", system-ui;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;    
}

h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}
h4{
    font-size: 20px;
    color: #222;
}
h6{
    font-weight: 700px;
    font-size: 12px;
}
p{
    font-size: 16px;
    margin: 15px 0 20px 0;
}
.section-p1{
padding: 40px 80px;
}
.section-m1{
    margin: 40px 0;
}

body{
    width: 100%;
    
}


.red{
    color: red;
}

.green{
    color: green;
}





/* header start  */
#header{
    justify-content: space-around;
    display: flex;
    align-items: center;
 
    background-color:#e2ddd9e7;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    flex-shrink: 1;
    
    
}

.logo{
    height: 90px;
    width: 120px;
    padding: 0;
    padding-left: 50px;
}



#header h2{
    font-size: 35px;
    color: #C70039 ;
    padding-left: 0;
   
}

#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    
}



#navbar li{
    list-style: none;
    padding: 0 15px;
}

#navbar li a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: #0D1321;
    transition: 0.3s ease-in;
    padding-right: 20px;
}

#navbar li a:hover,
#navbar li a.active{
    font-size: 18px;
    color: #D30C7B;
    
}

#mobile{
    display: none;
    align-items: center;
}

#mobile i{
    color: #1a1a1a;
    font-size: 24px;
    padding-left: 20px;
}

#close{
    display: none;
}

/* header2 */


#header2{
    height: 70px;
    width: 100%;
    background: #fc624d;
    box-shadow: 0 5px 15px rgba(0 ,0 ,0 ,0.16);
  margin-bottom: 50px;
    
}

.arrow{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
   padding: 10px;
}

.arrow h4{
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}

.arrow h4:hover{
    color:#18587a ;
    font-weight: 500;
    font-size: 32px;
    transition: 0.2s ease;
    cursor: pointer;
   
    
}

.arrow a{
    text-decoration: none;
}




#fresh{
    height: 100%;
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

#freshfresh{
    height: 100%;
    width: 95%;
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
    border-radius: 23px;
    display: flex;
    justify-content: space-evenly;
   padding-top: 40px;
   flex-wrap: wrap;
   

}

.card{
    height: 330px;
    width: 220px;
    border-radius: 20px;
  
    border: 1px solid rgb(181, 181, 181);
    display: flex;
   padding: 20px 25px 0 27px;
  
    padding-top: 20px;
    margin-bottom: 40px;
    box-shadow: 20px 20px 30px rgba(0 , 0 , 0, 0.05);
    cursor: pointer;
    transition: 0.2s ease;
    overflow: hidden;
     
}

.card:hover{
    box-shadow: 20px 20px 30px rgba(0 ,0 ,0 ,0.16);
}

.caim img{
    height: 180px;
    width: 150px;
    border-radius: 5%;
    margin-bottom: 10px;
   
    
}

.des h4{
    margin-bottom: -13px;
}

.des p{
    margin-bottom: -10px;
}




/* ursa  */

#ursa-product{
    text-align: center;
    flex-wrap: wrap;
}

#ursa-product .ursa{
    width: 20%;
    min-width: 250px;
    padding: 10px 12px ;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0,0.07);
    transition: 0.2s ease;
    margin: 15px 1px;
  
}

#ursa-product .ursa:hover{
    box-shadow: 20px 20px 20px rgb(149, 148, 148);
}

#ursa-product .ursa img{
    height: 250px;
    width: 100%;
    border-radius: 20px;
  }

#ursa-product .ursa .des{
    text-align: start;
    padding: 15px 10px;
}

#ursa-product .ursa .des h4{
    font-weight: 600;
    
}

#ursa-product .ursa .des span{
    font-size: 25px;
    font-weight: 700;
}


 #ursa-product .ursa-pro{
   display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 20px ;
   
 }


/* singleproursa */

#prodetails{
    margin-top: 20px;
    display: flex;
}


#prodetails .single-image{
    width: 40%;
    margin-right: 50px;
  
}

.small-img-group{
    display: flex;
    justify-content: flex-start;
    
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
    border: 1px solid rgb(201, 200, 200);
   margin: 10px;
    padding: 20px;
    border-radius: 10px;
}

#MainImg{
    border: 1px solid rgb(201, 200, 200);
   margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
}

#prodetails .single-pro-detail{
    width: 50%;
    padding-top: 30px;
}

#prodetails .single-pro-detail h4{
    padding: 40px 0 20px 0;
    font-size: 30px;
}

#prodetails .single-pro-detail h2{
    font-size: 26px;
}

#prodetails .single-pro-detail h1{
    color: rgb(150, 148, 148);
 
}

#prodetails .single-pro-detail span{
    line-height: 25px;
}

/* button  */

#but{
    padding: 20px 0 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}




.btn-20 {
  appearance: button;
  backface-visibility: hidden;
  background-color: #fc624d;
  border-radius: 20px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 10px;
  outline: none;
  overflow: hidden;
  padding: 10px 30px ;
  /* position: relative; */
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 100%; */
}

.btn-20:disabled {
  cursor: default;
}

.btn-20:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}


/* newsletter */

#newsletter{
    display: flex;
    justify-content: center;
   
    align-items: center;
    height: 150px;
    width: 100%;
    background-color: #ffa8ec;
    margin-top: 50px;
}

.newsletter h2{
    color: white;
}


/* footer  */
footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* background-color: #393e46;
    color: white; */

}

footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer .logo{
    margin-bottom: 30px;
    margin-left: -50px;
}

footer h4{
    font-size: 17px;
    padding-bottom: 10px;
}

footer p{
    font-size: 14px;
    margin-bottom: 15px;
}

footer a{
    font-size: 15px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
}

footer strong{
    padding: 10px 0 10px 0;
}

footer .col1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px 0 10px;
}

footer .follow{
    margin-top: 10px;

}

footer .follow i{
    color: #1b2a45;
    padding-right: 4px;
    cursor: pointer;
}

footer .follow i:hover,
footer a:hover{
    color: #6E44FF;
    font-weight: 700;
}



/* brands */

#dealer{
    height: 100%;
margin: 30px 0 30px 0;
    padding: 20px;
}


.dealer{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.dealer h2{
    color: #6E44FF;
    font-size: 3.5rem;
    padding-bottom: 5rem;
}



.deal img{
    width: 350px;
    height: auto;

}

.deal{
    display: flex;
    justify-content: center;
    padding-bottom: 3.5rem;
    

}

.deal h1{
    font-size: 2.5rem;
    color: rgb(249, 92, 92);
}

.dealbg{
    height: 100%;
    padding-bottom: 20px;
   
}


/* equipment */
.brands{
    background-image: url(img/bg.jpg);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
}
.brands h2{
    font-size: 30px;
    padding-left: 80px;
    color: white;

}







/* rental */
.rentrent h2{
    font-size: 30px;
    color: red;
}


.rentrent{
    background-image: url(img/wow.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    }
    


/* waves  */
.sw{
    
    
   padding-top: 15px;
 
   
}



/* about */

#us p{
color: #D30C7B;
}



#first-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#first-pic img{
    height: 400px;
    width: 900px;
    margin-top: 15px;
    margin-bottom: 30px;
    border: 4px solid rgb(123, 130, 126);
}

#second-pic img{
    height: 350px;
    width: auto;
    margin: 50px 50px 50px 30px;
    border:  4px solid rgb(123, 130, 126);
}

#second-pic{
    display: flex;
   align-items: center;

}

.bold{
    font-size: 40px;
    font-weight: 700;
    color: #bd2938;
}

.para{
    font-size: 20px;
    font-weight: 500;
}

#third-pic{
    display: flex;
    align-items: center;
 
}

#third-pic img{
 height: 400px;
 width: auto;
 margin: 50px 30px 50px 30px;
 border:  4px solid rgb(123, 130, 126);
}

#third-pic p{
    padding-left: 45px;
    padding-right: 45px;
}

.ok{
    display: flex;
    justify-content: center;
    align-items: center;
   

}
.ok h2{
    padding-top: 20px;
    color:#ff6f3c;
    
}

#forth-pic{
    display: flex;
    align-items: center; 
}

#forth-pic img{
height: 400px;
 width: 550px;
 margin: 50px 30px 50px 30px;
 border:  4px solid rgb(123, 130, 126);
}


/* contact */
#contact-start{
    
 height: 25vh;
 width: 100%;
 background: radial-gradient(circle at -8.9% 51.2%, rgb(255, 124, 0) 0%, rgb(255, 124, 0) 15.9%, rgb(255, 163, 77) 15.9%, rgb(255, 163, 77) 24.4%, rgb(19, 30, 37) 24.5%, rgb(19, 30, 37) 66%);
 padding-left: 550px;
 padding-top: 50px;

}

#contact-start h2{
    color: #AF7A6D;
    font-size: 70px;
}
#contact-start h4{
    color: #E2D4BA;
}

#contact-start span{
    color: #fff;
    font-size: 40px;
    font-weight: 600;

}

#contact-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#contact-details .details li{
    list-style: none;
    padding: 10px 0;
    display: flex;
}

#contact-details .details li i{
    font-size: 20px;
    padding-right: 22px;
}

#contact-details .details li p{
    margin: 0;
    font-size: 14px;
}

.details h6{
    font-size: 40px;
}
.name{
    font-size: 30px;
    font-weight: 600;
}

.email {
    width: 60%;
    height: 100%;
}

.email form{
    max-width: 30rem;
    margin: 1rem auto;
    text-align: center;
    margin-bottom: 3rem;
}

.email form .input-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.email form .input-box input,
.email form textarea{
    width: 100%;
    padding: 1.5rem;
    font-size: 1rem;
    border-radius: 0.8rem;
    margin: 0.7rem 0;
    background-color: 	#D3D3D3;
    color: black;
}

.email form textarea{
    resize: none;
}

.btn {
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    margin: 2rem;
    cursor: pointer;
  }
  
  .btn {
    background: #D30C7B;
    box-shadow: #d476ce;
  }
  
  .btn:hover {
    box-shadow: 0 0 5px rgb(225, 89, 164),
                0 0 25px rgb(221, 0, 255),
                0 0 50px rgb(244, 145, 255),
                0 0 100px rgba(219, 14, 195, 0.881);
  }






/* start meadia queri */


@media (max-width:960px){


    #header h2 {
        font-size: 20px;
        color: #C70039;
        padding-left: 0;
    }

    #freshfresh {
        height: 100%;
        width: 92%;
        background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
        border-radius: 23px;
        display: flex;
        justify-content: space-evenly;
        padding-top: 40px;
        flex-wrap: wrap;
        flex-shrink: 1;
    }

    

    #contact-start h2 {
        color: #AF7A6D;
        font-size: 40px;
        
    }

    #ursa-product {
        padding: 30px;
        text-align: center;
        flex-wrap: wrap;
    }

    .small-img-col {
        flex-basis: 24%;
        cursor: pointer;
        border: 1px solid rgb(201, 200, 200);
        margin: 10px;
        padding: 10px;
        border-radius: 10px;
    }

    .small-img-col img {
       width: auto;
       height: 50px;
    }

    .btn-20 {
        
        font-size: 0.8rem;
       
      }

      .sw {
        height:80px;
        width: 90px;
        
    }
   

}

@media (max-width:799px){

#navbar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 0;
    right: -300px;
    /* height: 1030px; */
    width: 250px;
    height: 100%;
    background-color: #f8f8f87f;
    backdrop-filter: blur(7px);
    position: fixed;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
    padding: 80px 0 0 10px;
    transition: 0.3s;
    overflow: hidden;
}

#navbar.active{
    right: 0px;
    z-index: 1;
}

#mobile i {
    color: #1a1a1a;
    font-size: 24px;
    padding-left: 10px;
}


    #header {
         width: auto;
        justify-content: space-between;
        display: flex;
        align-items: center;
        background-color: #e2ddd9e7;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
        height: 100px;
       overflow: hidden;
       flex-shrink: 1;

    }

    #navbar li a {
        text-decoration: none;
        font-size: 17px;
        font-weight: 700;
        color: #0D1321;
        transition: 0.3s ease-in;
        padding-right: 5px;
    }
    #header h2 {
        font-size: 20px;
        color: #C70039;
     line-height: 30px;
        padding-left: 10px;
       
    }

#navbar li{
    margin-bottom: 25px;
}

#mobile{
    display: flex;
    align-items: center;
    
}

#close{
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px;
    position: absolute;
    font-size: 24px;
    color: #1b2a45;
}


#header2 {
    height: 70px;
    width: 100%;
    background: #fc624d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
    margin-bottom: 90px;
    overflow: hidden;
}

.caim img {
    height: 230px;
    width: 180px;
    border-radius: 7px;
    padding-left: 0px;
}

.card {
   
    padding:  20px;
   
}
#fresh {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 0 10px ;
  
    overflow: hidden;
}

#newsletter {
    display: flex;
    width:100%;
    background-color: #ffa8ec; 
}

 #newsletter h2 {
    font-size: 30px;
    line-height: 50px;
    color: #222;
}

.logo {
    height: 70px;
    width: auto;
    padding: 0;
    padding-left:0;
}

footer .logo {

    height: auto;
    width: 90px;
    margin-left: 5px;
}

footer .col1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0 5px 0 0;
}

footer {
    
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 ;
    
}

.rentrent  {
    font-size: 30px;
    color: red;
    width: 810px;
}

.sw {
    height:80px;
    width: 10px;
    
}

.brands h2 {
    padding-top: 30px;
    font-size: 30px;
    padding-left: 50px;
    color: white;
    height: 100vh;
}



#contact-start {
    height: 25vh;
    width: 100%;
    overflow: hidden;
    background: radial-gradient(circle at -8.9% 51.2%, rgb(255, 124, 0) 0%, rgb(255, 124, 0) 15.9%, rgb(255, 163, 77) 15.9%, rgb(255, 163, 77) 24.4%, rgb(19, 30, 37) 24.5%, rgb(19, 30, 37) 66%);
    padding-left: 200px;
    padding-top: 65px;
}

#contact-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.details h6 {
    font-size: 30px;
}

.small-img-col img{
    width: auto;
    height: 50px;
}

#prodetails {
    margin-top: 20px;
    display: flex;
    padding: 30px;
    flex-direction: column;
}

#contact-start h2 {
    color: #AF7A6D;
    font-size: 40px;
}

#prodetails .single-pro-detail {
    width: 100%;
    padding-top: 30px;
}

#MainImg {
    border: 1px solid rgb(201, 200, 200);
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
    width: auto;
    height: 60vh;
}

#dealer{
    height: 100%;
margin: 30px 0 30px 0;
    padding: 20px;
overflow: hidden;
    width: 100%;
}

.dealer h2 {
    font-size: 20px;
   
    color: #222;
}


.dealer{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}



.deal img{
    width: 350px;
   max-height: 250px;

}

.deal{
    display: flex;
    justify-content: center;

}

.ok{
    width: 100%;
    overflow: hidden;
}

.ok h2{
    font-size: 30px;
    
}

#ursa-product .ursa {
    margin: 15px 10px;
}

#ursa-product {
    padding: 30px;
    text-align: center;
    flex-wrap: wrap;
}

#first-pic {
    display: flex;
    width: 100%;
    overflow: hidden;
}

#first-pic img {
    width: auto;
height: 350px;
  
}

#second-pic img {
    height: 350px;
    width: auto;
    margin: 50px 30px 50px 30px;
    border: 4px solid rgb(123, 130, 126);
}

.but{
    display: flex;
    flex-direction: column;

}
.btn-20 {
        
    font-size: 1rem;
   
  }

  .email{
    width: 100%;
  }
}


@media only screen and (max-width: 699px){
    #first-pic {
        display: flex;
        width: 100%;
        overflow: hidden;
    }

    #first-pic img {
        width: auto;
   height: 280px;
      
    }

    #second-pic {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    #second-pic img {
        height: 350px;
        width: auto;
        margin: 50px 10px 50px 10px;
        border: 4px solid rgb(123, 130, 126);
    }

    #third-pic {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #MainImg {
        border: 1px solid rgb(201, 200, 200);
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 10px;
        width: auto;
        height: 40vh;
    }
}

@media only screen and (max-width: 500px){
    footer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 ;
       

    }

    #header {

         width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        background-color: #e2ddd9e7;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
        height: 100px;
       overflow: hidden;
     flex-grow: 1;
     

    }

    footer .col1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 100px 0 10px;
    }

    footer .col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        padding: 0 100px 0 10px;
        flex-wrap: wrap;
    }

    .brands h2 {
        padding-top: 30px;
        font-size: 30px;
        padding-left: 50px;
        color: white;
        height: 100%;
    }

    .arrow h4 {
        color: #fff;
        font-weight: 300;
        font-size: 1.5rem;
    }
    

    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        top: 0;
        right: -300px;
        width: 250px;
    height: 100%;
    background-color: #f8f8f87f;
    backdrop-filter: blur(7px);
        position: fixed;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
        padding: 100px 0 0 30px;
        transition: 0.3s;
    }

    #bar{
        padding-right: 30px;
    }

    .ok h2 {
        padding-top: 20px;
        color: #ff6f3c;
        font-size: 20px;
   
    }
    .ok{
        width: 100%;
        overflow: hidden;
        /* height: ; */
       
    
    }

    #first-pic {
        display: flex;
        
        width: 100%;
        overflow: hidden;
    }

    #first-pic img {
        width: auto;
   height: 220px;
      
    }

    
    .para {
        font-size: 20px;
        font-weight: 500;
       width: 300px

    }

    

   
    
    #third-pic p {
        padding-left: 45px;
        padding-right: 45px;
        width: 600px;
    }
   
    .card{
        height: auto;
    }

    .logo {
        height: 70px;
        width: auto;
        padding: 0;
        padding-left: 0;
    }

    .sw{
    padding-top: 30px;
    
    }

    #header h2 {
        font-size: 20px;
        color: #C70039;
        line-height: 30px;
        padding-left: 20px;
    }

    #mobile i {
        color: #1a1a1a;
        font-size: 24px;
        padding-left: 10px;
    }

    #prodetails {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }

    #prodetails .single-image {
        width: 100%;
        margin-right: 0px;
    }

    #prodetails .single-pro-detail {
        width: 100%;
     
    }

    /* contact  */

    #contact-start {
        height: 25vh;
        width: 100%;
        overflow: hidden;
        background: radial-gradient(circle at -8.9% 51.2%, rgb(255, 124, 0) 0%, rgb(255, 124, 0) 15.9%, rgb(255, 163, 77) 15.9%, rgb(255, 163, 77) 24.4%, rgb(19, 30, 37) 24.5%, rgb(19, 30, 37) 66%);
        padding-left: 80px;
        padding-top: 65px;
    }

    .email form .input-box input, 
    .email form textarea {
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        border-radius: 0.8rem;
        margin: 0.7rem 0;
        background-color: #D3D3D3;
        color: black;
    }
    
    .email{
        width: 100%;
    }
    

   


    
    .details h6 {
        font-size: 30px;
    }
    
    .small-img-col img{
        width: 100%;
        height: 50px;
    }
    
    #contact-start h2 {
        color: #AF7A6D;
        font-size: 30px;
    }

    #third-pic {
        display: flex;
        width: 100%;
        overflow: hidden;
        flex-direction: column;
        
    }

    #third-pic p {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        font-size: 20px;
    }

    .bold {
        font-size: 30px;
        font-weight: 700;
        color: #bd2938;
    }

    #forth-pic {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        width: 100%;
        overflow: hidden;
    }

    #forth-pic img {
        height: 300px;
        width: auto;
        margin: 50px 30px 50px 30px;
        border: 4px solid rgb(123, 130, 126);
    }

    .para {
        font-size: 20px;
        font-weight: 500;
        width: 100%;
    }

    #second-pic {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        width: 100%;
        overflow: hidden;
    }

    #second-pic img {
        height: 320px;
        width: auto;
        margin: 50px 10px 50px 10px;
        border: 4px solid rgb(123, 130, 126);
    }

    #MainImg {
        border: 1px solid rgb(201, 200, 200);
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 10px;
        width: 300px;
        height: auto;
    }


}


@media only screen and (max-width: 400px){

    footer .col1 {
        padding: 0 10px 0 10px;
    }

    #MainImg {
        border: 1px solid rgb(201, 200, 200);
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 10px;
        width: auto;
        height: 40vh;
    }

    .logo {
        height: 50px;
        width: auto;
        padding: 0;
        padding-left: 0;
    }

    #mobile i {
        color: #1a1a1a;
        font-size: 15px;
        /* padding-left: 10px; */
    }

    #first-pic {
        display: flex;
        
        width: 100%;
        overflow: hidden;
    }

    #first-pic img {
        width: auto;
   height: 190px;
      
    }

    #second-pic img {
        height: 270px;
        width: auto;
        margin: 50px 10px 50px 10px;
        border: 4px solid rgb(123, 130, 126);
    }

    #forth-pic img {
        height:400px;
        width: auto;
        margin: 50px 30px 50px 30px;
        border: 4px solid rgb(123, 130, 126);
    }

    .para {
        font-size: 15px;
        font-weight: 500;
        width: 100%;
        padding-left: 10px;
    }

    #MainImg {
        border: 1px solid rgb(201, 200, 200);
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 10px;
        width: 200px;
        height: auto;
    }

    .but{
        display: flex;
        flex-direction: column;
    
    }
    .btn-20 {
            
        font-size: 0.8rem;
       
      }

      .btn {
        padding: 10px 20px;
        border: none;
        font-size: 12px;
        color: #fff;
        border-radius: 7px;
        letter-spacing: 4px;
        font-weight: 700;
        text-transform: uppercase;
        transition: 0.5s;
        transition-property: box-shadow;
        margin: 2rem;
        cursor: pointer;
    }
    
    #newsletter h2 {
        font-size: 20px;
        line-height: 25px;
        color: #222;
    }
    
}



