
#back {
    /*width: 100%;
    height: 100vh;
    background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(images/aboutback.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll; */
    
    width: 100%;
    height: 100vh;
     background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(images/aboutback.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
#ttext {
    width: 100%;
    height: 100vh;
}
#bigback {
      background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(images/aboutback.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

  
#ptext {
    width: 100%;
    height: 100vh;
    background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0)), url(images/aboutback.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
#ntext {
    width: 100%;
    height: 100vh;
    background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0)), url(images/backgroundresized.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}



 #navig {width: 85%;
        margin: auto;
        padding: 35px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
            }
#navigp {width: 85%;
        margin: auto;
        padding: 35px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
            }
.logo {
    width: 120px;
    cursor: pointer;
    }
#navig ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
#navigp ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
#navig ul li a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
#navigp ul li a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
#navig ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #ed092b;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.5s;
}
#navigp ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #ed092b;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.5s;
}
#navig ul li:hover::after{
    width: 100%;
}
#navigp ul li:hover::after{
    width: 100%;
}
#Intro {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    
}

#ttext ul li a{
    text-decoration: none;
    color:white;
    text-transform: uppercase;
}
#ptext ul li a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
#ntext ul li a{
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}
#Introt {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    
}
#Introp {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    
}
#Intron {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: black;
    
}
/* next */
#services {
    width: 90%;
    height: 100vh;
    padding: 70px;
    
    
    
    
}

#service-box {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    transition: 0.5s;
    
}
#service-box #singlet:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
#singlet {
    flex-basis: 48%;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    color: white;
    position: relative;
}
#singlet img {
    width: 60%;
    border-radius: 7px;
    vertical-align: bottom;
}
#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
}
/* pods8*/
#yho{
    flex-basis: 48%;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    color: white;
    position: relative;
}
#yho h1{
    color: black;
}
#yho p{
    margin-left: 150px;
    width: 80%;
    top: 50%;
    text-align: center;
    color: black; 
}
#yho h2{
     margin-left: 150px;
    width: 80%;
    top: 50%;
    text-align: center;
    color: white; 
}
#yho h3{
     margin-left: 150px;
    width: 80%;
    top: 50%;
    text-align: center;
    color: white; 
}
#space{
    padding-right: 10px;
    padding-bottom: 10px;
}
#indi p{
    margin-left: 150px;
    width: 80%;
    top: 50%;
    text-align: center;
    color: red; 
}
#indi h2{
     margin-left: 150px;
    width: 80%;
    top: 50%;
    text-align: center;
    color: white; 
}
#indi h3{
     margin-left: 150px;
    width: 80%;
    top: 50%;
    text-align: center;
    color: white;
}
#indi{
    flex-basis: 48%;
    text-align: center;
    border-radius: 7px;
    margin-top: 100px;
    margin-bottom: 20px;
    color: red;
    position: relative;
}
/**#backf {
   width: 100%;
    height: 100vh;
    padding: 70px;
   background-color: goldenrod; 
*/
    
   #backf {
    /*width: 100%;
    height: 100vh;
    background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(images/aboutback.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll; */
       
       width: 91%;
    height: 100vh;
    padding: 70px;
    background-color: cyan;
    
   
    
}
   
.gallery {
    display: flex;
    gap: 40px;
    justify-content: center;
} 

.gallery img {
    width: 350px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}
 

#backm {
    width: 91%;
    height: 100vh;
    padding: 70px;
    background-color: cyan;
    
}
#backs {
    width: 91%;
    height: 100vh;
    padding: 70px;
    background-color: cyan;
    
}
#backc {
    width: 91%;
    height: 100vh;
    padding: 70px;
    background-color: cyan;
    
}


.lefty,
.righty {
    width: 45%;
    padding: 20px;
    margin: 20px 0;
}

.lefty {
    margin-right: auto;
}

.righty {
    margin-left: auto;
    text-align: right;
}

.section {
    width: 40%;
    padding: 20px;
    margin: 50px 0;
}

.section:nth-child(odd) {
    margin-right: auto;
}

.section:nth-child(even) {
    margin-left: auto;
    text-align: right;
}
.section {
    width: 40%;
    padding: 20px;
    margin: 40px 0;
}

.left {
    margin-right: auto;
}

.right {
    margin-left: auto;
    text-align: right;
}
.section {
    width: 40%;
    padding: 20px;
    margin: 40px 0;
    background: #111;
    border-radius: 10px;
    color: white;
}
footer{
    /*width: 100%;
    text-align: center;
    padding: 20px;
    
    padding-top: 500px
    box-sizing: border-box;*/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.social-icons img {
    
    width: 32px;
    height: 32px;
    transition: 0.3s;
    
}
.social-icons img: hover {
    
    transform: scale(1.2);
}