*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
   
}

nav{
    height: 60vh;
    width: 100%;
    font-size: 14px;
    background-image: url(https://b.zmtcdn.com/web_assets/81f3ff974d82520780078ba1cfbd453a1583259680.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.a1{
    font-size: 18px;
    font-weight:lighter;
    color: #ffffff;
    text-decoration: none;
}

footer {
    /* margin-top: 380px; */
    width: 100%;
    height: 500px;
    background-color: #f8f8f8;
}

a:hover{
    text-decoration: none;
    /* color: black; */
}
a{
    text-decoration: none;
    color: #696969;
}
.body1 {
    display: flex; 
    margin: auto; 
 /* padding-top: 200px;    */
 /* background-color: #fffbf7; */
 
    width: 65%;
 
    
 
}
.accordian{
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 0px 15px 0px 15px;
    border-radius: 10px; 
    height: 66px;
    width: 73%;
    background-color: white ;
    border: 1px solid #f4f4f4;
    margin: auto;
    margin-top: 20px;
}
.accordian1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px 5px 15px;
    border-radius: 10px; 
    height: 66px;
    width: 30%;
    background-color: white ;
    border: 1px solid gainsboro;
    margin: auto;
    box-shadow:gainsboro 1px 3px 3px 1px;
    
}
.accordianp1{
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 400;
}
.accordianp2{
    font-size: 16px;
    color: #696969;
    font-weight:100;
    margin-top: 5px;
}
.container{
    width: 78%;
    height: 40vh;
    display: flex;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    
}
.container1{
    width: 78%;
    
    height: 40vh;
    display: flex;
    margin: auto;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 200px;
    
}
.card{
    height: 250px;
    width: 370px;
    flex-wrap: wrap;
    margin-top: 20px;
    
    border-radius: 10px;
    background-image: url(https://b.zmtcdn.com/webFrontend/e5b8785c257af2a7f354f1addaf37e4e1647364814.jpeg?output-format=webp&fit=around|402:360&crop=402:360;*,*);
   
}

.card1{
    height: 250px;
    width: 370px;
    flex-wrap: wrap;
    margin-top: 20px;
    
    border-radius: 10px;
    background-image: url(https://b.zmtcdn.com/webFrontend/d026b357feb0d63c997549f6398da8cc1647364915.jpeg?output-format=webp&fit=around|402:360&crop=402:360;*,*);
   
}
.card2{
    height: 250px;
    width: 370px;
    flex-wrap: wrap;
    margin-top: 20px;
    
    border-radius: 10px;
    background-image: url(https://b.zmtcdn.com/data/o2_assets/371de657644f1b5818fcb5d83387c8c91722851940.png?output-format=webp&fit=around|402:360&crop=402:360;*,*);
   
}

.cardA{
    height: 388px;
    width: 270px;
    flex-wrap: wrap;
    margin-top: 20px;
    
    border-radius: 8px;
    background-image: url(https://b.zmtcdn.com/data/collections/ef140246fb4f5b15717d0ac120a303e0_1693550413.png?output-format=webp);
   background-size: cover;
   
}
.cardB{
    height: 388px;
    width: 270px;
    flex-wrap: wrap;
    margin-top: 20px;
    
    border-radius: 8px;
    background-image: url(https://b.zmtcdn.com/data/collections/6d15bb3be793058440ed5e7006149c07_1685697152.jpg?output-format=webp);
   background-size: cover;
   
}
.cardC{
    height: 388px;
    width: 270px;
    flex-wrap: wrap;
    margin-top: 20px;
    
    border-radius: 8px;
    background-image: url(https://b.zmtcdn.com/data/collections/aaccef7199995c73258750f61c1961f0_1685696893.jpg?output-format=webp);
   background-size: cover;
   
}
.cardD{
    height: 388px;
   width: 270px;
    flex-wrap: wrap;
    margin-top: 20px;
    
    border-radius: 8px;
    background-image: url(https://b.zmtcdn.com/data/collections/21ebc8e2867c6917de5b0eb1aae8174e_1685695703.jpg?output-format=webp);
   background-size: cover;
   
}
.accordianp{
    font-size: 20px;
    font-weight: 400;
    color: #1c1c1c;
}
