#BGVideo{
    display: block;
}
#OGPart1{
    width: 100%;
    height: fit-content;
}
#OGPart1 p{
    position: relative;
    color: white;
    font-family: 'MainFontIt';
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height: 1.7;
}
#OGPart2{
    width: 100%;
    height: fit-content;
    position: relative;
}
#OGPart2 img{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}
#OGPart2 p{
    width: max-content;
    height: max-content;
    color: white;
    font-family: 'MainFontIt';
    font-size: 30px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.7;
}
#OGPart3 , #OGPart3_{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#OGPart3 h1 , #OGPart3 p , #OGPart3_ p , #OGPart3_ h1{
    color: white;
    font-family: 'MainFontIt';
    font-size: 2vw;
    position: relative;
}
#OGPart3 h1 , #OGPart3_ h1{
    width: 100%;
    text-align: center;
    font-size: 2.5vw;
}
#OGPart3 p , #OGPart3_ p{
    text-align: left;
    padding: 30px;
    z-index: 1;
    line-height: 1.7;
}
#OGPart3_ p{
    text-align: center;
    font-size: 1.8vw;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    height: fit-content;
}
#OilPart3Sec::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ceb36c;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
}
#OilPart3Sec , #OilPart3Sec_{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    z-index: 2;
    position: relative;
}
#OilPart3Images , #OilPart3Images_{
    width: 95%;
    height: 80%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4  , 25%);
    z-index: 2;
    column-gap: 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    margin-top: 0;
}
#OilPart3Images_{
    grid-template-rows: repeat(3  , 33.33%);
    row-gap: 5px;
}
#OilPart3Images img , #OilPart3Images_ img{
    width: 100%;
    height: auto;
    max-height: 100%;
}
#OilP3Big{
    grid-column: span 2;
    grid-row: span 2;
    border-radius: 20px;
}
#OGPart4{
    width: 100%;
    height: fit-content;
    position: relative;
    margin-top: 30px;
}
#OGPart4 img{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}
#OGPart4 div{
    width: 100%;
    height: fit-content;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#OGPart4 div h1{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: white;
    font-family: 'MainFontIt';
}
#OGPart4 div p{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 30px;
    color: white;
    font-family: 'MainFontIt';
    line-height: 1.7;
}
@media(max-width : 1370px){
    #OGPart1 p , 
    #OGPart2 p ,
    #OGPart3 p,
    #OGPart4 div p
    {
        font-size: 2vw;
        font-weight: 500;
    }
    #OGPart4 div h1 {
        font-size: 3vw;
    }
    #OGPart2 p {
        left: 2%;
    }
}
@media(max-width : 1000px){
    #OilPart3Sec , #OilPart3Sec_{
        grid-template-columns: 1fr;
        grid-template-rows: 25% 75%;
    }
    #OilPart3Sec{
        grid-template-columns: 1fr;
        grid-template-rows: 25% 80%;
    }
    #OGPart3 p , #OGPart3_ p{
      font-size: 2.4vw;
    }
    #OilPart3Images_{
        order: 1;
    }
}