  

body {
    background: url("./shtq.png");
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position: center;
  
    
}


.content {
    margin-top: 15 rem;
    background: transparent;
    animation: squish 1s ;
    font-family: 'Rancho', cursive;
}

.content h3 {
    top: 3 rem;
    
}
.about_extra {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100vw;
}

.about_us {
  
    
    overflow-x: hidden;
    height: auto;
    margin-top: 5rem;
    width: 100vw;
    min-height: 100vh;
   
}
.about {
    padding-top: 10rem;
    padding-bottom: 10rem;
    
}
.story {
    width: 100vw;
    height: auto;
    color: #fff;
    padding-left: 25vw;
    padding-right: 25vw;
    text-align: center;
    margin-bottom: 15vh;
        
    
}
.story p{
    font-size: 25px;
    padding-bottom: 3rem;
    font-family: 'Rancho', cursive;
    
}
.story p:hover {
    color: #ff0;
}



.story h3 {
    font-size: 30px;
    color: #ff0;
    font-family: 'Rancho', cursive;
   

}
.story_containment_box{
    border: 6px solid transparent;
    border-image: linear-gradient(180deg, cyan, #ff0);
    border-image-slice: 1;
   
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    background:  url("./wdbr.jpg");
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment:fixed;
    object-fit: scale-down;
    background-size:cover;
}
.story_containment_box h3 {
    color: red;
    font-size: 40px;
}


.team_part {
    background: rgba(0,0,0, 0.5);
    height: 10vh;
    margin-top: 17rem;
    display: flex;
    max-width: 100vw;

}

.about_extra {

    display: grid;
    grid-template-columns: 1fr;
    

    
}
.list_box {
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60vh;
    gap: 5rem;
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    
    
    
    
}

.box_image{
    background: transparent;
}
.about_extra h2{
    font-family: 'Rancho', cursive;
    height: 50px;
    font-size: 40px;
    background: linear-gradient(to top,yellow,orange,orangered,#f00 70%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about_extra h2:hover {
    background: linear-gradient(to bottom,yellow,orange,orangered,#f00 70%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.picture3D {
    align-items: center;
    justify-content: center;
    position:static;
    display:grid;
    height: 35vh;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr;
    width: 300px;
    background: linear-gradient(to bottom,cyan,cyan,cyan, rgba(0, 0, 0, 0.5) 100%);
    
    border-radius: 25px;
}
.picture3D:hover {
    
    background: linear-gradient(to bottom, red, orangered, orange,#fff 90%);
}
.image_check img{
 display: flex;
 width: 30px;
 max-height: 30px;
 margin-top: 20px;
 
}


.picture3D img {
    height: 200px;
    width: 300px;
    object-fit: scale-down;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    background-size: cover;
    background-position: center;
    text-align: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.picture3D img:hover{
    animation: squish 0.5s;
}
.picture3D p {
    height: 10px;
    color: #000;
    font-family: 'Rancho', cursive;
    font-size: 25px;

}
.question h2 {
    position: relative;
    text-transform: uppercase;
    overflow: hidden;

    background: linear-gradient(90deg, orangered, cyan, #f00 );
    letter-spacing: 4px;
    background-size: 80%;
    background-clip: clip;
    background-repeat: no-repeat;
    animation: h2 4.5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    
    
}
.question {
    width: 100vw;
    background: transparent;
}
.team {
    width: 100vw;
    height: 30vh;
    
}

.team h2:hover {
    background: linear-gradient(to top,yellow,orange,orangered,#f00 70%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team img {
    object-fit: scale-down;
}
.box_pool img:hover {
    box-shadow: 15px 15px 15px rgba(255, 255, 255, 0.7);
}

/*    Gallery css */

.box_pool{

    background-size: cover;
   
    min-height: 100vh;

}
.pool {
    display:flex;
    position: relative;
    max-width:100vw;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    margin-top: 10rem;
    margin-bottom: 1rem;
    transform: translateX(-100%);
    
}
.pool {
    transition: transform 1.5s ease-in;
    overflow-x: hidden;
    
}
.pool.appear {
    
    transform: translateX(0);
    
}

.pool img:hover { 
    border-radius: 45px;
    animation: rotate 1s;

}

.pool img {
    max-width: 800px;
    height: 500px;
    object-fit: scale-down;
    transition: 0.3s ease-in;
    justify-content: center;
    align-items: center;
    
}
.about_pool{
    margin: auto;
}
.box_pool h2 {
    text-align: center;
    font-size: 45px;
    text-align: center;
    background: linear-gradient(to top,yellow,orange,orangered,#f00 70%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Rancho', cursive;
}

.image_border {
    background: linear-gradient(to right,#A7C7E7,cyan,#40B5AD, #088f8f, #0096ff 120%);
    border-radius: 25px;
    width: 50vw;
    margin: auto;
    height: 700px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    justify-content: center;
    align-items: center;
    display: flex;

}
.image_border img {
    top:-5rem;
}
.image_border:hover{
    background: linear-gradient(to right,red, red, orangered, orange, orange, #fff 120%);
}
.image_border img:hover {
    animation: rotate 1s;
   
    z-index: 10;
    
    
    
}
@keyframes rotate {
    0% {
        transform: rotateX(0deg);
        transform: rotateY(0deg);
        transform: rotateZ(0deg);
    
    }
    35% {
        transform: rotateX(30deg);
        transform: rotateY(80deg);
        transform: rotateZ(15deg);
    
    }
    
    75% {
        transform: rotateX(-30deg);
        transform: rotateY(-80deg);
        transform: rotateZ(-15deg);
    
    }
    100% {
        transform: rotateX(0deg);
        transform: rotateY(0deg);
        transform: rotateZ(0deg);
    }
}
.image_border img{
    margin: auto;
}



@media screen and (max-width: 1300px) {
   
    

    .story {
        height: 45vh;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .about {
        padding-top: 0;
        padding-bottom: 0;
    
    }
    .team {
        margin-top: 20vh;
    }
    .team_part {
        height: auto;
        width: 100vw;
    }
   
    .pool {
        display: grid;
        position: relative;
        grid-template-columns: 1fr;
        height:auto;
        width:100vw;
        justify-content: center;
        gap: 2rem;
        
        
    }
    

    .pool img {
        
        justify-content: center;
    }
    .pool img {
        
        justify-content: center;
        max-width: 800px;
        height: 400px;
        object-fit: cover;

    }

    .picture3D {
        align-items: center;
        justify-content: center;
        height: 250px;
        margin: auto;
        
      
    }
    .picture3D img {
        height: 100px;
        width: 150px;
        margin: auto;
    }
    .list_box{
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        width: 100vw;
        margin-bottom: 15rem;
        
        
    }
    .image_check {
        margin-top: 20px;
    }
    .team_part {
        align-items: center;
        justify-content: center;
        text-align: center;
        height: auto;
        width: 100vw;
        display: grid;
        grid-template-columns: 1fr;
   
     
            
    }
    .team{
        width: 100vw;
        margin: auto;
    }
    .image_border {
        width: 100vw;
    }


}

@media screen and (max-width: 750px) {
   
    body {
  
        overflow-x: hidden;
        background: url("./shtq.png") ;
        background-position: fixed;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 1250px 1100px ;
        background-position: center right;
        
        
     
    }
    .content h3{
        font-size: 75px;
    }
    .story_containment_box{
        border: 0px solid transparent;
        border-radius: 40px;
        overflow-x: hidden;
        background:  rgba(0, 0, 0, 0.5);
        background-position: fixed;
        background-repeat: no-repeat;
        background-attachment:fixed;
        object-fit: scale-down;
        background-size:cover;
    }
    .story {
        height: auto;
        padding-left: 2vw;
        padding-right: 2vw;
        margin-bottom: 20px;
        background:  url("./wdbr.jpg");
        background-position: center;
        background-repeat: no-repeat;
       
        object-fit: scale-down;
        background-size:cover;
        font-size: 30px;

       
    }


    .about {
        padding-top: 0;
        padding-bottom: 0;
    
    }
    .team {
        margin-top: 5vh;
       
        
    }
    .team_part {
        height: auto;
        width: 100vw;
    }
    .footer{
        margin-bottom: 0;
    }
   
    .pool {
        display: grid;
        position:absolute;
        grid-template-columns: 1fr;
        width:100vw;
        margin: auto;
        justify-content: center;
        gap: 2rem;
        height:auto;
        
        margin-top: 10vh;
        margin-bottom: 50vh;
    }
    

    .pool img {
        
        justify-content: center;
        max-width: 80vw;
        height: 300px;
        object-fit: scale-down;
        overflow: show;
    }
 
    .image_border{
        height:80vh;
     
    }
    .about_extra {
        margin-top: 50vh;
        background: rgba(255, 255, 255, 0.7);
    }
    .about_extra h2 {
        font-size: 28px;
    }
    .image_spread {
        background: rgba(255, 255, 255, 0.9);
    }
    .picture3D {
        align-items: center;
        justify-content: center;
        height: 250px;
        margin: auto;
        
      
    }
    .picture3D img {
        height: 100px;
        width: 150px;
        margin: auto;
    }
    .list_box{
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        width: 100vw;
        margin-bottom: 5rem;
        
       
        object-fit: scale-down;
        background-size:cover;
        
        
    }
    .image_check {
        margin-top: 20px;
    }
    .team_part {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 150vh;
        width: 100vw;
        display: grid;
        height: 150vh;
        grid-template-columns: 1fr;
   
     
            
    }
 
    
    .team{
        width: 100vw;
        margin: auto;
        height: 150vh;
    }
    .image_border {
        width: 100vw;
    }
    .question {
        background: rgba(255, 255, 255, 1);
    }
    .question h2 {
        position: relative;
        text-transform: uppercase;
        overflow: hidden;
    
        background: linear-gradient(90deg, #f00, cyan, #f00 );
        letter-spacing: 4px;
        background-size: 80%;
        background-clip: clip;
        background-repeat: no-repeat;
        animation: h2 3.5s linear infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        font-family: 'Rancho', cursive;
    }
    .box_image {
        display: grid;
        grid-template-columns: 1fr;
    } 
    
    .about_us {
        background:  url("./shtq.png");
        background-position: center;
        background-repeat: no-repeat;
       
        object-fit: scale-down;
        background-size:cover;
    }

}

