 body,html{
        font-family: "Poppins", sans-serif;
        background-color:#1B1A1A;
        width:100%;
        height:100%;
    }
    .main{
        background-color:#1B1A1A;
        position:relative;
    }

    .blackshade{
        height:200px;
        background: rgb(27,26,26);
background: linear-gradient(0deg, rgba(27,26,26,1) 50%, rgba(27,26,26,0) 100%);
    }

    .layer1{
        background:tranparent;
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        z-index:1;
    }

    .layer2{
        padding-top:100px;
        position:relative;
        width:100%;
        z-index:2;
        
    }
.bannerheading{
    font-family: "Poppins", sans-serif;
    font-weight:700;
    color:white;
    font-size:50px;
    text-align: center;
}

    .topimage{
        width:40%;
        position:absolute;top:0;right:0;
    }

    .celebphoto{ 
        width:100%;
    }

    .transparentbutton{
        padding:15px;
        border:0px;
        border-radius:30px;
        border:1px solid white;
        color:white;
        background-color: transparent;

    }

    .menu{
        position:absolute;
        top:0px;
        padding:10px;
        width:100%;
        z-index:10;
    }
    .logo{
        width:150px;
    }

    .textinput{
        width:100%;
        border:0px;
        border-bottom:2px solid white;
        background:transparent;
    }

    .careerform{
/*        background: rgb(217,217,217);*/
/*background: linear-gradient(0deg, rgba(217,217,217,0.41) 0%, rgba(183,183,183,1) 48%, rgba(115,115,115,0.41) 100%);*/
background: rgb(235 4 4 / 44%);
padding:30px;
border-radius:20px;   
}

.submitbutton{
width:100%;
background: black;
color:white;
text-align: center;
padding:5px;
border:0px;
border-radius: 10px;
}

.global-wrap {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 66px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.global-detail {
    text-align: right;
}
.global-img-wrap {
    max-width: 706px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 28px;
}

.global-box {
    height: 306px;
    position: relative;
}
.global-img {
    position: relative;
    width: 100%;
    height: 100%;
}
.global-info {
    padding: 0 18px 36px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.global1 {
    grid-area: 1 / 1 / 2 / 5;
}
.global2 {
    grid-area: 1 / 5 / 2 / 8;
}
.global3 {
    grid-area: 2 / 1 / 3 / 4;
}
.global4 {
    grid-area: 2 / 4 / 3 / 8;
}
    
    .global-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.5) -0.54%, rgba(0, 0, 0, 0) 99.61%);
}
.global-img img {
    -o-object-fit: cover;
    object-fit: cover;
     width: 100%;
    height: 100%;

}
img {
   
}
    
@media (max-width: 1200px){
.global-wrap {
    gap: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.global-detail {
    text-align: center;
    max-width: 500px;
}
}

@media (max-width:576px){
    .global-img-wrap {
    display: block;
}
.global-box {
    margin-bottom: 16px;
}
.global-info {
    padding: 0 20px 20px 20px;
}
.global-box:last-child {
    margin-bottom: 0;
}
.blackshade{
    height:100px;
}
}

@media (max-width:640px){
.global-img-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.global1 {
    grid-area: 1 / 1 / 2 / 2;
}
.global2 {
    grid-area: 1 / 2 / 2 / 3;
}
.global3 {
    grid-area: 2 / 1 / 3 / 2;
}
.global4 {
    grid-area: 2 / 2 / 3 / 3;
}
}

@media (max-width:768px){
    .global-img-wrap {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.global1 {
    grid-area: 1 / 1 / 2 / 4;
}
.global2 {
    grid-area: 1 / 4 / 2 / 6;
}
.global3 {
    grid-area: 2 / 1 / 3 / 3;
}
.global4 {
    grid-area: 2 / 3 / 3 / 6;
}
}

.cardd{
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.tinput{
    background:transparent;
    border:0px;
    border-bottom:2px solid black;
    width:100%;
}
