
@media  (max-width:1024px) {
header{
    background-color: rgb(212, 56, 56);
    height: 60px;
      background-color: #669ac7;
      margin: 0 0px 20px;
      border-radius: 0px 0px 10px 10px;
}
    header #navgtion{
    padding-top: 20px;
}
header #navgtion ul {
flex-direction: row;
}
header #navgtion ul li{
    list-style: none;
font-size: medium;
font-weight:bold ;
}
header #navgtion ul li a{
color: rgb(0, 0, 0);
text-decoration: none;
white-space: nowrap;
}
.welcome{
    height: auto;
    padding: 30px 0;
}
.welcome .welcome_word{
    padding-top: 0;
}
.welcome .welcome_word h2{
    font-size: xx-large;
    margin-bottom: 20px;
}
.welcome .welcome_word h3{
    font-size: x-large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
    .contact_word{
    gap: 40px;
}
.contact_word .whatsapp img{
    height: 60px;
    width: 60px;
    margin-right: 11px;
}
.contact_word .whatsapp h3{
font-size: medium;

}
.contact_word .insta img{
    height: 60px;
    width: 60px;
    margin-right: 11px;

}
.contact_word .insta h3{
font-size: medium;


}
.contact_word .number img{
     height: 60px;
    width: 60px;
    margin-right: 11px;

}
.contact_word .number h3{
font-size: medium;



}
}
@media  (max-width:600px) {
header{
    background-color: rgb(212, 56, 56);
    height: 60px;
      background-color: #669ac7;
      margin: 0 0px 20px;
      border-radius: 0px 0px 10px 10px;
}
    header #navgtion{
    padding-top: 20px;
}
header #navgtion ul {
flex-direction: row;
}
header #navgtion ul li{
    list-style: none;
font-size: small;
font-weight:bold ;
}
header #navgtion ul li a{
color: rgb(0, 0, 0);
text-decoration: none;
white-space: nowrap;
}
.welcome{
    height:auto ;
    padding: 30px 0;
}
.welcome .welcome_word{
    padding-top: 0;
}
.welcome .welcome_word h2{
    font-size: x-large;
    margin-bottom: 20px;
}
.welcome .welcome_word h3{
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
    .contact_word{
    gap: 40px;
}
.contact_word .whatsapp img{
    height: 50px;
    width: 50px;
    margin-right: 11px;
}
.contact_word .whatsapp h3{
font-size: small;

}
.contact_word .insta img{
    height: 50px;
    width: 50px;
    margin-right: 11px;

}
.contact_word .insta h3{
font-size: small;

}
.contact_word .number img{
     height: 50px;
    width: 50px;
    margin-right: 11px;

}
.contact_word .number h3{
font-size: small;


}
}
/* @media screen and (max-width:1355px) {
     .welcome .welcome_word h2{
        font-size: x-large;
    }
     .welcome .welcome_word h3{
        font-size: medium;
    }
       .welcome .welcome_word{
    padding-top:30px ;
    }
} */