@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;1,900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200&family=Ubuntu:wght@300;400;700&display=swap');
*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
.navbar{
    width: 100%;
    display:  flex;
    justify-content: space-around; 
    align-items: center;
    background-color: rgb(255, 255, 255);
    font-family: "poppins";
    color: black;
    font-weight: 500;


}
.teamname{
    margin: .5rem 1.5rem;
    font-size: 1.1rem;
    letter-spacing: 10px;
    display: flex;
 }
 .teamname a{
    text-decoration: none;
    color: black;
 }
 .teamname h4{
    font-size: .9rem;
    text-align: center;
    font-style: italic;
    font-weight: 200;
    letter-spacing: 2px;
 }
 .teamname img{
    width: 90px;
    height: 75px;
 }
.links ul{
    display: flex;
 
}
.links li{
    list-style: none;
}
.links li a{
    text-decoration: none;
    margin-right: 40px;
    display: block;
    color: black;
    font-size: .9rem;
    transition: 300ms all ease-in;
}
.links li a:hover{
    color: #4999B2;
     
}
     

.toggleb{
    position: absolute;
    top: 50%len(navbar); 
    right: 1rem;
    display: none ;
    flex-direction: column;
    justify-content: space-between ;
    width: 30px;
    height: 21px;   
}
.toggleb .bar{
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
}
@media  (max-width: 745px){
    .toggleb{
        display: flex;
    }
    .links{
        display: none;
        width: 100%;
    }
    .navbar{
        flex-direction: column;
        align-items: center;
    }
    .navbar .links ul{
        flex-direction: column ;
        width: 100% ;
    }
    .navbar .links li{
        text-align: center;
    }
    .navbar .links li a{
        margin: 0px;
        padding: 5px 0px;
     }
     .links li:hover{
        background-color: #F1F1ED;
     }
    .links.active{
         display: flex ;
         transition: all 1s ease-in;
    }
}
.space-img{
    background-image: url(img/mainimg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "poppins";
    align-items: center;
    justify-content: center;
    padding-bottom: 140px
     
}

.space-img h3{
    position: relative;
    top: 30px;
    font-size: 20px;
    text-align: center;
     color: #fff;

text-shadow: 3px 3px 20px #090004,
    -2px 1px 30px #000000;
    font-weight: 500;
  margin-bottom: 30px;
}
.space-img h5{
    font-size: 50px;
    text-align: center;
    width: 100%;
    padding: 7px;
    letter-spacing: 5px;
    /* text-shadow: -.5px -1px 0 #000, .5px 0px 0 #000, .5px 1px 0 #000, .4px 1px 0 #000; */
}
.space-img h4{
    text-align: center;
    text-shadow: 0px 15px 5px rgba(0,0,0,0.1),
                 10px 20px 5px rgba(0,0,0,0.05),
                 -10px 20px 5px rgba(0,0,0,0.05);
    font-weight: 100;
    margin-bottom: 10px;
    text-shadow: 3px 3px 20px #090004,
    -2px 1px 30px #000000;
    font-weight: 500;
    letter-spacing: 2px;
}
.containerb{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
 
}
.fake{
    width: 40%;
    max-width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: black;

}
.fake a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: 300ms;
}
 
.fake:hover{
    background-color: white;
    border: 2px black solid;
    transform: 300ms;
    
    
}
.fake:hover a{
    color: black;
  font-size: 14px;
    
}


@media (max-width: 530px){
    .space-img h5{
        font-size: 40px;
    }

 
.containerb{
    margin: 20px 0px;
}
}
@media (max-width: 450px){
    .space-img h5{
        font-size: 40px;
         
    }
}
.about-us{
    width: 100%;
    display: flex;
    margin: 30px 0px;
    justify-content: center;
    padding: 0px 60px;
}
@media (max-width: 1100px){
    .about-us{
        padding: 30px;
    }
}
@media (max-width: 900px){
    .about-us{
        padding: 0px;
    }
     
}
.aboutinfo{
    width: 50%;
    display: flex;
    flex-direction: column;
 }
 .aboutinfo a{
    text-decoration: none;
    color:rgba(10, 180, 180, 1);
     
 }
.aboutimg{
    width: 40%;
    height: 420px;
    display: flex;
    background-image: url(img/schoolimg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    justify-self: center;
    align-self: center;
    background-position: bottom;
}
@media (max-width: 400px){
    .aboutimg{
      width: 95%;
      height: 400PX;
    }
}

.smalline{
    width: 60px;
    height: 3px;
    background-color: black;
    margin: 60px 0px 0px 50px;
    margin-right: 5px;
}
.amtext{
   font-size: 45px;
   font-family:  poppins;
   height: fit-content;
   margin: 10px 0px;
   align-self: center;
  border-bottom: 5px black solid;
 }
.about-us p{
    padding: 0px 20px;
    line-height: 26px;
    line-height: 1.7em;
    font-size: 15px;
    font-family: "arial";
    letter-spacing: 5px;
    
}
.coolb{
    width: 40%;
    max-width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    margin: 40px 66px;
 
}
.coolb a{
    color: white;
    text-decoration: none;
    padding: 8px 11px;
    
}
 
.coolb:hover{
    background-color: white;
    border: 2px black solid;
    transform: 300ms;
    
    
}
.coolb a:hover{
    color: black;
    font-size: 14px;
    transition: 300ms;
}
.omh1{
    display: flex;
    width: 65%;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 24px; */
}
@media (max-width: 900px){
    
    .about-us{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }
    .aboutinfo{
        width: 90%;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .aboutinfo h1{
        text-align: center;
    }
    .aboutinfo p {
        width: 90%;
        align-self: center;
        

    }
    .aboutimg{
        width: 500px;
        height: 450px;
    }
    .omh1{
        width: 100%;
    }
}

         
@media (max-width: 600px){
    .aboutinfo {
        width: 100%;
    }
    .aboutinfo p {
        width: 100%;
        
    }
    .aboutimg{
         width: 400px;
         height: 350px;
    }
    .ompt p {
        font-size: 10px;
    }
}
.om{
    background-image: url(img/pexels-noelle-otto-906093.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    padding: 0px 60px;
    background-position: center;
}
.omline{
    width: 60px;
    height: 3px;
    background-color: black;
    margin: 60px 0px 0px 50px;
    margin-right: 5px;
}
.om h1{
   font-size: 45px;
   font-family:  "poppins";
   height: fit-content;
   margin: 10px 66px;
   border-bottom: 5px solid;
   color: white;
        text-shadow: 3px 3px 20px #090004,
    -2px 1px 30px #000000;
}
.ompt{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    color: black;
    margin-bottom: 60px;
 }
.om p{
    width: 100%;
    line-height: 1.7em;
    font-size: 15px;
    font-family: "arial";
    letter-spacing: 5px;
    max-width: 800px;
    color: white;
    text-shadow: 3px 3px 20px #090004, -2px 1px 0px #000000;
}
.omimg{
    background-image: url(img/Picture9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding: 0px 60px;
    width: 90%;
    max-width: 500px;
    height: 400px;
    border-radius: 40px;
    margin-bottom: 30px;
 
}
@media (max-width: 600px){
    .ompt{
        padding: 30px 0px;  
    }
    .ompt p{
        width: 96%;
        font-size: 12px;
        text-align: center;
    }
    .om h1{
        font-size: 40px;
        margin: 10px 0px;
    }
    .amtext{
        font-size: 45px;
    }
    
    
}
@media(max-width: 700px){
    .om {
        padding: 0px 20px;
    }
}
@media(min-width: 1100px){
    .ompt{
        flex-direction: row;
        justify-content: space-around;
    }
    .ompt p{
        width: 45%
    }
    .omimg{
        width: 400px;
        height: 350px;
    }
    .contact{
      background-color: rgb(209,162,110)
    }
}
 
.om2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    padding: 0px 60px;
    background-position: center;
    background-color: #F5F3F1;
}

.om2 h1{
   font-size: 45px;
   font-family:  "poppins";
   height: fit-content;
   margin: 10px 66px;
   border-bottom: 5px solid #090004;
   color: white;
   text-shadow: 3px 3px 20px #090004,
    -2px 1px 30px #000000;
}
.ompt2{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: black;
    margin-bottom: 60px;
    background: #F5F3F1;
 }
.om2 p{
    width: 100%;
    line-height: 26px;
    line-height: 1.7em;
    font-size: 15px;
    font-family: "arial";
    letter-spacing: 5px;
}
@media(max-width: 1100px){
   .om2 p{
       margin: 50px 10px;
   }
}
@media(max-width: 1100px){
   .om p{
       margin-top: 50px;
   }
}
.omimg2{
    background-image: url(img/npcimg1/Picture1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding: 0px 60px;
    width: 90%;
    max-width: 500px;
    height: 400px;
    border-radius: 30px;
    margin-top: 30px;
    order: 2;
}
@media (max-width: 600px){
    .ompt2{
        padding: 30px 0px;
    }
    .ompt2 p{
        width: 96%;
        /* font-size: 12px; */
        text-align: center;
    }
    .om2 h1{
        font-size: 40px;
        margin: 10px 0px;
    }
    .amtext2{
        font-size: 45px;
    }
    
    
}
@media(max-width: 700px){
    .om2 {
        padding: 0px 1px;
    }
}
@media(min-width: 1100px){
    .ompt2{
        flex-direction: row;
        justify-content: space-around;
    }
    .ompt2 p{
        width: 45%
    }
    .omimg2{
        width: 400px;
        height: 350px;
    }

}
@media(max-width: 1100px){
     omimg2{
         order: -10;
     }
}
 .contact{
    width: 100%;
    background: linear-gradient(0deg, rgba(73, 153, 178, 1) 92%, rgba(0,0,0,0) 100%);
 }
.cline{
    width: 60px;
    height: 3px;
    margin: 0px 66px ;
    background-color: black;
 }
.contact h1{
   font-size: 20px;
   font-family:  "poppins";
   height: fit-content;
   margin: 15px 66px;
   letter-spacing: 4px;
   font-weight: 700;
   
}
.heco{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
     
}
.hinfo{
    width: 349px;
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px 50px;
 }
.hinfo p{
    padding-bottom: 24px;
    line-height: 25px;
    font-family: poppins;
    font-size: 15px;

}
.hform{
    width: 40%;
}
.himg{
    width: 30px;
    height: 30px; 
    margin-bottom: 24px;
    transition: 300ms;
    
}
.himg:hover{
    width: 35px;
    height: 35px;
    transition: 300ms;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
 

.signupSection {
  background: transparent;
  background-repeat: no-repeat;
  width: 500px;
  height: 400px;
  text-align: center;
  display: flex;
  color: white;
  box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
}


.signupSection h2 {
    padding-top: 30px;
    font-weight: 300;
  }
  .signupSection p {
    font-size: 18px;
  }
  .icon {
    font-size: 8em;
    padding: 20px 0;
    color: rgba(10, 180, 180, 1);
  }


.signupForm {
  width: 70%;
  padding: 30px 0;
  background:  #515E6F;
  transition: .2s;
}
  .signuoForm h2 {
    font-weight: 300;
  }


.inputFields {
  margin: 15px 0;
  font-size: 16px;
  padding: 10px;
  width: 250px;
  border: 1px solid  rgba(73, 153, 178, 1);
  border-top: none;
  border-left: none;
  border-right: none;
  background: rgba(20, 20, 20, .2);
  color: white;
  outline: none;
}

.noBullet {
  list-style-type: none;
  padding: 0;
}

#join-btn {
  border: 1px solid  rgba(73, 153, 178, 1);
  background: rgba(20, 20, 20, .6);
  font-size: 18px;
  color: white;
  margin-top: 20px;
  padding: 10px 50px;
  cursor: pointer;
  transition: .4s;
  }
@media (max-width: 900px) {
    .heco{
        flex-direction: column;
        align-items: center;
    }
    .hinfo{
      width: 93%;
      padding-right: 66px;
    }
    .signupSection{
      width: 100%;
    }

}
@media (max-width: 900px) {
    .signupSection{
      width: 100%;
      height: 400px;
       
    }
    .contact{
        padding-bottom: 0px;
    }

}
.broody{
    padding-bottom: 24px;
    line-height: 25px;
    font-family: poppins;
    font-size: 13px;
    color: black;
}
@media (max-width: 400px){
    .aboutimg{
      width: 95%;
      height: 400PX;
    }
}
.footer{
   background-color: #4999B2;
}
.footer p{
    width: 100%;
    text-align: center;
    font-size: 10px;
    background-color: #515E6F;
}
 .teamname a{
    text-decoration: none;
    color: #4999B2;
 }
.amtextb{
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family:  poppins;
    height: fit-content;
    margin: 10px 0px;
    margin-bottom: 30px;
    border-bottom: 5px black solid;
}
.ourmission{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.theinfo,.theinfo2 {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: 300px;
    margin: 20px 20px;
    justify-content: space-between;
}
.infobro, .infobro2, .infobro3,.infobro4{
    width: 49%;
    border: 3px black solid;
    border-radius: 40px;
    display: flex;

}
.infobro4{
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}
.infobro4 h1{
    font-size: 25px;
    font-family: "poppins";
    padding-bottom: 5px;
    text-align: center;
    border-bottom: rgba(10, 180, 180, 1) solid 8px;
     
}
.infobro4 p{
    margin-top: 20px;
}
.infobro3 img{
     width: 100%;
     height: 100%;
     border-radius: 30%;
}
.infobro{
    display: flex;
    flex-direction: column;
    background-image: url("img/360_F_215948377_kgIhNUy4X0iYsyUfYd9KKIViSPOxclbC.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 20px 30px

}
.infobro h1{
    margin-bottom: 20px;
}
.infobro p{
    line-height: 30px;
}
.infobro2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.infobro2 img{
    width: 70%;
    height: 100%;
    border-radius: 50%;
 }
 @media(max-width: 900px){
    .theinfo,.theinfo2{
        flex-direction: column;
        height: 800px;
        align-items: center;
        margin: 0px 0px;

    }
    .infobro3{
        order: 1;
    }
    .infobro, .infobro2, .infobro3,.infobro4{
        height: 50%;
        align-items: center;
        margin: 30px 0px; 
        width: 90%;      
        max-width: 500px; 
    }
    .infobro2 img{
        height: 90%;
    }
 }
 @media(max-width: 450px){
    .infobro2 img{
        height: 80%;
    }
 }
 .theinfo2{
    margin-bottom: 60px;
 }
 .past-event{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .telphone{
    color: black;
    text-decoration: none;
    list-style: none;
}
.npc{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 800px;
    height: 600px;
    margin-bottom: 40px;
    
}
.npctoo{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 800px;
    height: 500px;
    margin-bottom: 40px;
    text-align: center;
}
.npc2{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 800px;
    margin-bottom: 40px;
}
#npcimg1{
    width: 100%;
    height: 80%;
    border-radius: 50px; 
 }
.npctitle{
    padding: 7px 0px;
    color: rgba(10, 180, 180, 1);
}
.npcp{
    opacity: .8;

}
.npcdate{
    font-size: .70rem;
    opacity: 1;
    margin-top: 10px;
}
.npcimg3{
    width: 100%;
    height: 80%;
    background-image: url(img/rouan.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;

}
 
 .aboutus2{
    width: 100%;
   
  }
 .gallery{
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit ,minmax(250px, 1fr ));
    grid-auto-rows: 250px;
    grid-auto-flow: dense ;
    
 }
 
 .v-stretch{
    grid-row: span 1;
    grid-column: span 2;
 }
 .h-stretch{
    grid-column: span 2;
 }
 .big-stretch{
    grid-row: span 2;
    grid-column: span 2;
 }

 .gallery div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    background-position: center;
 }
 .ourvision{
    width: 100%;
    height: 500px;
 }
 .om2 p a{
    text-decoration: none;
    color: #4999B2;
 }
 #npcimg1{
    width: 100%;
    height: 80%;
}
#npcimg1 a img{
    width: 800px;
    height: 465px;
    border-radius: 20px;
}
#npcimg1 a{
    position: absolute;
}
#npcimg1 img{
    object-fit: cover;
    background-position: top;
    /* border-radius: 20px; */
}
#npcimg1 a:nth-of-type(1){
    animation-name: fader;
    animation-delay: 7s;
    animation-duration: 1s ;
    z-index: 20;
}
#npcimg1 a:nth-of-type(2){
    z-index:10;
}
#npcimg1 a:nth-of-type(n+3){
    display:none;
}
@keyframes fader{
    from{opacity: 1.0;}
    to{opacity:0.0};       

}
 #npcimg2{
    width: 100%;
    height: 80%;
}
#npcimg2 a img{
    width: 800px;
    height: 480px;
    border-radius: 20px;
}
#npcimg2 a{
    position: absolute;
}
#npcimg2 img{
    object-fit: cover;
    background-position: top;
    border-radius: 20px;
}
#npcimg2 a:nth-of-type(1){
    animation-name: fader2;
    animation-delay: 7s;
    animation-duration: 1s ;
    z-index: 20;
}
#npcimg2 a:nth-of-type(2){
    z-index:10;
}
#npcimg2 a:nth-of-type(n+3){
    display:none;
}
@keyframes fader2{
    from{opacity: 1.0;}
    to{opacity:0.0};       

}
 
@media (max-width: 900px){
    #npcimg1 a img{
        width: 600px;
        height: 480px;
        border-radius: 50px;
    }
    #npcimg1{
        display: flex;
        justify-content: center;
        border: 0px black solid;
    }
    .npc{
     height: 650px;
    }
       
}
@media (max-width: 600px){
    #npcimg1 a img{
        width: 450px;
        height: 380px;
        border-radius: 50px;
    }
    #npcimg1{
        display: flex;
        justify-content: center;
        border: 0px black solid;
    }
    .npc{
     height: 550px;
    }
       
}
@media (max-width: 500px){
    #npcimg1 a img{
        width: 400px;
        height: 380px;
        border-radius: 50px;
    }
       
}
@media (max-width: 400px){
    #npcimg1 a img{
        width: 350px;
        height: 380px;
        border-radius: 50px;
    }
       
}
@media(max-width: 600px){
     .super{
        grid-row: span 1;
        grid-column: span 2;
 }
}
@media(max-width: 600px){
     .npc ,.npc2{
        width: 95%;
    
 }
}
@media(max-width: 1100px){
     .ompt2 div{
         order: -10;
     }
 
}
 
#npcimg12{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 20px 0px; */
    text-align: center;
}
#npcimg12 img{
    width: 300px;
    border: 3px #4999B2 solid;
    border-radius: 50%; 
    height: 290px;
    object-fit: cover;
    
}
.redthingy{
    width: 100%;
    background-color:#4999B2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.redthingy a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle{
    width: 90%;
    max-width: 800px;
    min-height: 50px;
    border-radius: 40px;
    text-align: center;
    color: #4999B2;
    font-size: 1rem;
    font-weight: 100;
    font-family: poppins;
    transition: 500ms ease-in-out;
    background-color: white;
    margin: 10px 0px;
    border: none;
    padding: 8px;
}
.circle:hover{
    width: 91%;
    font-size: 1.03rem;
 
    
}
.redthingy a{
    padding: 0px 20px;
    text-decoration: double;
}
 @media (max-width: 450px) {
    .hinfo{
      width: 93%;
      padding: 20px 0px;
    }

}
.noiframe{
    display: none;
}
.headerark {
    height: 360px;
    z-index: 10;
}
.arttitlea{
    text-decoration: none;
    color: inherit;
}
.header-banner {
    background-color: #333;
    background-image: url('img/articlepicture/articlemainimg.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
}
 @media (max-width: 750px) {
    .header-banner{
      background-size: cover;
      background-attachment: scroll;

    }

}

.headerark h1 {
    background-color: rgba(18,72,120, 0.8);
    color: #fff;
    padding: 0 1rem;
    position: absolute;
    top: 2rem; 
    left: 2rem;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

 

/* demo content */
body { 
    color: #292f36;
    font-family: helvetica;
    line-height: 1.6;
}
.content{ 
    margin: 0 auto;
    padding: 4rem 0;
    width: 960px;
    max-width: 100%;
    font-family: "montserrat";
}
article {
    float: left;
    width: 720px;
}
article h1{
    font-size: 30px;
    margin: 20px 0px;
    font-weight: 600;
 }
article p:first-of-type {
    margin-top: 0;
}
aside {
    float: right;
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
 
 }
aside p{
    margin: 10px 0px 15px 0px;
}
 
aside img{
    margin-top: 10px;
}
aside img{
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.artquareimg{
    height: 350px;
    width: 670px;
    margin: 20px 0px;
    object-fit: cover;
 }
.timg{
    height: 350px;
    max-width: 370px;
    width: 100%;
    object-fit: cover;
    margin: 20px 0px;
}
.lastp{
    margin-bottom: 51px;
}


@media only screen and (max-width: 1025px) {
    .content{ 
        padding: 2rem 0;
    }
    article {
        float: none;
        margin: 0 auto;
        width: 96%;
        display:  flex;
        justify-content: space-around; 
        align-items: center;
       flex-direction: column
    }
    article:last-of-type {  
        margin-bottom: 3rem;
     
      
    }
    aside {  
        float: none;
        text-align: center;
        width: 100%;
    }
    .lastp{
        margin-bottom: 10px;
    }

}
.arta{
    color: #4999B2;
    font-weight: 700;
    text-decoration: underline;
    
}
.checkout{
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    color: white;
    background-color: #4999B2;
    font-size: 10px;
    padding: 5px 0px;

}
#specialcase{
    width: 100px;
}
.smallh4{
    font-weight: 500;
}
.atul{
    padding-left: 30px;
    font-weight: 600;
}
@media(max-width: 700px){
    p{
        width: 100%;
    }
    .artquareimg{
        width: 100%;
     }
}
.titleheader{
    font-size: 25px;
    opacity: .9;
}
.dates{
    font-weight: 600;
    font-size: 12px;
    padding-bottom: 10px;
}
.felxible{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin: 20px 0px;
}
.felxible img {
    width: 250px;
    height: 205px;
 }