
.hero-video {
    position: relative;
    width: 100%; /* Set to full width */
    height: 125vh; /* Full viewport height */
    overflow: hidden;
}
.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the container */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1; /* Ensure it is on top of the video */
}
.top-nav a span {
    height: 2px;
    width: 50px;
    background: #fff;
    position: relative;
}
.top-nav a span::before {
    content: '';
    height: 2px;
    width: 50px;
    position: absolute;
    top: 10px;
    background: #fff;
}
.header-style-01 {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 125vh;
    position:relative;
}
.top-header {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    position: absolute;
    z-index: 999;
    top: 0;
    width: 80%;
    /* left:50px; */
}
.social ul {
    display: flex;
    position: absolute;
    bottom: 50px;
    gap: 25px;
    z-index: 999;
}
.social ul li a {
    font-size: 15px;
    color: var(--white);
}
.secTwo-Wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}
.secTwo-content {
    padding: 60px 50px;
}
.secTwo-content h1 {
    font-size: 100px;
    font-family: var(--heading-font);
    line-height: 120px;
    font-weight: 300;
}
.secTwo-content h1 span {
    font-family: var(--igot-font);
    color: #FF415A;
    font-size: 140px;
}
.content-points {
    padding: 30px 0;
}
.content-points p {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}
.content-points p:last-child {
    padding-bottom: 0;
}
.content-points ~ p {
    font-size: 20px;
    line-height: 30px;
    color: #555;
    padding-bottom: 20px;
}
.secTwoCol1 {
    position: relative;
}
.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 111;
}
.slider-nav ul {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.slider-nav ul li {
    color: #fff;
    font-size: 125px;
    font-family: var(--heading-font);
}
.slider-nav li img {
    vertical-align: 30px;
}
.slider-nav ul li:last-child {

    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
}
.nav-btns {
    display: flex;
}
.nav-btns a i {
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.secThree-Wrapper {
    padding: 30px 0;
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
section.secThree-col .secThree-heading {
    display: flex;
    justify-content: center;
}
section.secThree-col {
    position: relative;
}
.secThree-notice h3 {
    color: #FF415A;
    font-family: var(--igot-font);
    font-size: 300px;
    padding-top: 100px;
}
.secThree-notice {
    position: absolute;
    top: 250px;
    display: flex
;
}
.secThree-content p {
    padding-right: 30%;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
}

.secSeven{
    background-position:top center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    margin-top: 150px;
    margin-bottom: 30px;

}
.secSeven-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}
.secSeven-heading {
    padding: 100px 0;
}
.secSeven-heading h2 {
    font-size: 103px;
    line-height: 120px;
}

.secSeven-heading h2 span {
    color: #FE6101;
    font-family: var(--igot-font);
    font-size: 140px;
}
.igotForm-row {
    grid-template-columns: 1fr 1fr;
    display: grid
;
    grid-column-gap: 20px;
}
#submitContactform input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #C2C2C2;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    height: 35px;
}
#submitContactform label {
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
}
#submitContactform label span {
    color: #B70002;
}
#submitContactform {
    padding-top: 50px;  
}
.home-contact-form h3 {
    font-size: 2.4rem;
    line-height: 3rem;
}
select#categories {
    width: 100%;
    padding-bottom: 20px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #c2c2c2;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.igotForm-single-row button {
    margin-top: 30px;
    background: rgb(254, 97, 1);
    background: linear-gradient(90deg, rgba(254, 97, 1, 1) 0%, rgba(255, 186, 73, 1) 100%);
    color: #fff;
    border: 0;
    padding: 0.5rem 2.5rem;
    font-size: 14px;
}
select#categories option {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.igotFooterWrapper .footerLogo {
    display: flex;
    justify-content: center;
}
.igotFooterWrapper {
    padding-top: 50px;
}

.igotFooterCopyright {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    justify-items: center;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px;
}
ul.footer-pages {
    display: flex;
    gap: 15px;
}
ul.footer-pages li {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding-right: 20px;
}
ul.footer-pages li:last-child {
    border: 0;
}
.footer-social ul {
    display:flex;
    gap:15px;
}
.footer-social ul li a i {
    background: #B70002;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}
.footer-social ul li a i:hover {
    transform: scale(1.2);
}
.sectFourVideo-wrapper {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
}
.sectFourVideo-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the container */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1; /* Ensure it is on top of the video */
}
section.secFour {
    margin-top: 150px;
    margin-bottom:50px;
}
.secFour-heading {
    display: flex
;
    justify-content: center;
}
.secFour-heading h2 {
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--body-font);
}
.videoDots div {
    height: 2px;
    background: #000;
    margin-bottom: 30px;
    cursor:pointer;
}
.videoDots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-top: -28px;
}
.videoDots div:last-child {
    background: #A3A3A3;
}

.secFive-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 750px;
}
.secFive-content::after {
    content: '';
    background: url(http://localhost/igot/assets/igot-images/eclipse.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
}
.secFiveCol:first-child {
    position: relative;
}
.secFive-content {
    z-index: 2;
    height: 100%;
}

.secFive-content h3 span {
    font-family: var(--igot-font);
    color: #FF415A;
    display: block;
    font-size: 100px;
}
.secFive-content h3 {
    padding: 100px 130px;
    font-size: 80px;
    height: 100%;
    text-transform: capitalize;
}
.secFiveImagesWrapper {
    display: flex;
    gap: 20px;
    align-items: end;
}
.secFiveImagesWrapper .secFiveImagesCol img {
    padding-bottom: 20px;
}
.secFiveImagesWrapper .secFiveImagesCol:last-child {
    flex: 0 0 auto;
    width: 60%;
}
.secFiveImagesWrapper .secFiveImagesCol {
    flex: 0 0 auto;
    width: 30%;
}
.sliderImgs {
    position: relative;
    width: 100%;
    height: 1092px; /* Adjust as needed */
    overflow: hidden;
}

.sliderImgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.active {
    opacity: 1 !important;
}
.slider-nav li:last-child {
    position: relative;
    display: inline-block;
}

.slider-nav li:last-child .actual {
    position: relative;
    z-index: 2; /* Keeps the real number on top */
}

.slider-nav li:last-child .transition-copy {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; /* Behind the actual number */
    opacity: 1;
}
.contactDetails {
    position: relative;
}
.contactDetails p {
    position: absolute;
    color: #fff;
    bottom: 40px;
    left: 20px;
}
.contactDetails p span {
    font-size: 15px;
}
.contactDetails p a {
    font-size: 16px;
}
section.secSix {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 125vh;                                                                                                                                                  
}
.secSix-wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.secSix-wrapper h2 {
    font-family: var(--igot-font);
    font-size: 200px;
    color: #fff;
}
.secSix-counter ul {
    display: flex
;
    gap: 50px;
    justify-content: center;
    text-align: center;
}
.secSix-counter ul li p {
    color: #fff;
}
.secSix-counter ul li {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
.secSix-counter ul li p:first-child {
    font-size: 50px;
    font-family: var(--heading-font);
}
.secSix-counter ul li p:last-child {
    font-size: 14px;
}
section.secEight {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
}

.secEight-heading h2 {
    color: #fff;
    font-size: 120px;
    line-height: 140px;
}
.secEight-heading h2 span {
    position: relative;
    left: -50px;
    color: #FF415A;
    font-family: var(--igot-font);
    font-size: 140px;
}
section.secEight .secSeven-heading span {
    position: relative;
    left: -50px;
}
.secEight-heading + p {
    color: #fff;
    text-align: center;
}
.subscribe-group {
    padding-top: 50px;
    position: relative;
}
.secEightWrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.subscribe-group input {
    width: 60%;
    height: 55px;
    border-radius: 5px;
    padding-left: 15px;
    border: 0;
    outline: 0;
}
button.subscribe-go {
    position: relative;
    left: -80px;
    border: 0;
    width: 9%;
    background: #B70002;
    color: #fff;
    font-weight: 600;
    height: 45px;
    border-radius: 5px;
}
.subscribe-group + p {
    color: #fff;
    font-size: 14px;
    width: 88%;
    padding-top: 10px;
}
@media (max-width:575px)
{
    .top-header {

        width: 100%;
        left: 15px;
    }
    .hero-video {
        height: 80vh;
    }
    
    .header-style-01{
        height:80vh;
    }
    .social ul {
        left: 30px;
    }
    .secTwo-Wrapper {
        grid-template-columns: 100%;
    }
    .secTwo-content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .secTwo-content h1 span {
        font-size: 75px;
    }
    .content-points p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .content-points ~ p {
        font-size: 16px;
        line-height: 22px;
    }
    .content-points {
        padding: 10px 0 20px 0;
    }
    .secThree-notice {

        display: none;
    }
    .secThree-content p {
        padding-right: 0;
        color: #333333;
        font-size: 20px;
        line-height: 30px;
        text-align:center;
    }
    .secThree-Wrapper {
        padding: 0px 20px;
        grid-template-columns: 100%;
    }
    section.secThree-col .secThree-heading img {
        transform: scale(0.7);
    }
    section.secFour {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .secFour-heading h2 {
        font-size: 85px;
    }
    .videoDots {
        margin-top: 0px;
    }
    .videoDots + div {
        height: 550px;
    }
    .secFive-wrapper {
        grid-template-columns: 100%;
        height: 100%;
    }
    .secFive-content h3 {
        padding: 0px 50px 0 50px;
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    }
    /* section.secFive {
        height: 245vh;
    } */
    .secFive-content::after{
        background:unset;
    }
    .secFive-content {
        margin-bottom: 130px;
    }
    .secFiveImagesWrapper {
     
        flex-direction: column;
        gap:0;
    }
    .secTwo-content {
        padding: 0px 50px;
    }
    .secFive-content h3 span {
        font-size: 45px;
    }
    .secTwo-content {
        text-align: center;
    }
    .sliderImgs {
        height: 650px;
    }
    .secFiveImagesWrapper .secFiveImagesCol {
        width: 100%;
    }
    .secFiveImagesWrapper .secFiveImagesCol:last-child {
        width: 100%;
    }
    .contactDetails p {
  
        display: flex;
        flex-direction: column;
    }
    .secFiveImagesWrapper img {
        width: 100%;
    }
    .secSix-wrapper h2 {
        font-size: 45px;
    }
    .secSix-counter ul {
  
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }
    section.secSix {
        height: 500px;
    }
    .secSix-wrapper h2 {
        padding-bottom: 40px;
    }
    .secSeven {
        margin-top:30px;
        margin-bottom: 30px;
    }
    .secEight-heading h2 {
        color: #fff;
        font-size: 75px;
        line-height: 80px;
    }
    .secEight-heading h2 span {
        font-size: 75px;
        left: 0;
    }
    
    button.subscribe-go {
        position: absolute;
        right: 5px;
        left: unset;
        width: 10%;
        bottom: 5px;
    }
    .secSeven-heading h2 span {
        font-size: 50px;
    }
    .subscribe-group + p {
        padding: 10px 20px;
        line-height: 20px;
        width:100%;
    }
    .subscribe-group {
        margin: 0 20px;
    }
    .subscribe-group input {
        width: 100%;
    }
    .secSeven-heading h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .secSeven-heading h2 br {
        display: none;
    }
    .secSeven-heading {
        padding: 50px 0;
        text-align:center;
    }
    .secSeven-wrapper {
        grid-template-columns: 100%;
    }
    .home-contact-form {
        padding-top: 50px;
    } 
    .home-contact-form h3 {
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .igotFooterCopyright{
        grid-template-columns:100%;
    }
    .igotFooterCopyright {

        grid-row-gap: 10px;
    }
    .secSeven {
        margin-bottom: 30px;
    } 
    .secFive-content h3 br {
        display: none;
    }   
    .secFive-content::after {
        left: 20%;
    }
    .top-nav {
        margin-right: 50px;
    }
    .top-logo {
        position: relative;
        left: 20px;
    }
}

@media (min-width: 576px) and (max-width: 720px) {
    .top-header {

        width: 100%;
        left: 15px;
    }
    .top-nav {
        margin-right: 50px;
    }
    .hero-video {
        height: 80vh;
    }
    
    .header-style-01{
        height:80vh;
    }
    .home-contact-form h3 {
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .social ul {
        left: 30px;
    }
    .secTwo-Wrapper {
        grid-template-columns: 100%;
    }
    .secTwo-content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .secTwo-content h1 span {
        font-size: 75px;
    }
    .content-points p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .content-points ~ p {
        font-size: 16px;
        line-height: 22px;
    }
    .content-points {
        padding: 10px 0 20px 0;
    }
    .secThree-notice {

        display: none;
    }
    .secThree-content p {
        padding-right: 0;
        color: #333333;
        font-size: 20px;
        line-height: 30px;
        text-align:center;
    }
    .secThree-Wrapper {
        padding: 0px 20px;
        grid-template-columns: 100%;
    }
    section.secThree-col .secThree-heading img {
        transform: scale(0.7);
    }
    section.secFour {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .secFour-heading h2 {
        font-size: 85px;
    }
    .videoDots {
        margin-top: 0px;
    }
    .videoDots + div {
        height: 550px;
    }
    .secFive-wrapper {
        grid-template-columns: 100%;
        height: 100%;
    }
    .secFive-content h3 {
        padding: 0px 50px 0 50px;
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    }
    /* section.secFive {
        height: 245vh;
    } */
    .secFive-content::after{
        background:unset;
    }
    .secFive-content {
        margin-bottom: 130px;
    }
    .secFiveImagesWrapper {
     
        flex-direction: column;
        gap:0;
    }
    .secTwo-content {
        padding: 0px 50px;
    }
    .secFive-content h3 span {
        font-size: 45px;
    }
    .secTwo-content {
        text-align: center;
    }
    .sliderImgs {
        height: 650px;
    }
    .secFiveImagesWrapper .secFiveImagesCol {
        width: 100%;
    }
    .secFiveImagesWrapper .secFiveImagesCol:last-child {
        width: 100%;
    }
    .contactDetails p {
  
        display: flex;
        flex-direction: column;
    }
    .secFiveImagesWrapper img {
        width: 100%;
    }
    .secSix-wrapper h2 {
        font-size: 45px;
    }
    .secSix-counter ul {
  
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }
    section.secSix {
        height: 500px;
    }
    .secSix-wrapper h2 {
        padding-bottom: 40px;
    }
    .secSeven {
        margin-top:30px;
        margin-bottom: 30px;
    }
    .secEight-heading h2 {
        color: #fff;
        font-size: 75px;
        line-height: 80px;
    }
    .secEight-heading h2 span {
        font-size: 75px;
        left: 0;
    }
    
    button.subscribe-go {
        position: absolute;
        right: 5px;
        left: unset;
        width: 10%;
        bottom: 5px;
    }
    .secSeven-heading h2 span {
        font-size: 50px;
    }
    .subscribe-group + p {
        padding: 10px 20px;
        line-height: 20px;
        width:100%;
    }
    .subscribe-group {
        margin: 0 20px;
    }
    .subscribe-group input {
        width: 100%;
    }
    .secSeven-heading h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .secSeven-heading h2 br {
        display: none;
    }
    .secSeven-heading {
        padding: 50px 0;
        text-align:center;
    }
    .secSeven-wrapper {
        grid-template-columns: 100%;
    }
    .home-contact-form {
        padding-top: 50px;
    } 
    .igotFooterCopyright{
        grid-template-columns:100%;
    }
    .igotFooterCopyright {

        grid-row-gap: 10px;
    }
    .secSeven {
        margin-bottom: 30px;
    } 
    .secFive-content h3 br {
        display: none;
    }   
    .secFive-content::after {
        left: 20%;
    }
    .top-logo {
        position: relative;
        left: 20px;
    }
}
@media (min-width: 721px) and (max-width: 1000px) {
    .top-header {

        width: 100%;
        left: 15px;
    }
    .home-contact-form h3 {
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .top-nav{
        margin-right:50px;
    }
    .hero-video {
        height: 80vh;
    }
    
    .header-style-01{
        height:80vh;
    }
    .social ul {
        left: 30px;
    }
    .secTwo-Wrapper {
        grid-template-columns: 100%;
    }
    .secTwo-content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .secTwo-content h1 span {
        font-size: 75px;
    }
    .content-points p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .content-points ~ p {
        font-size: 16px;
        line-height: 22px;
    }
    .content-points {
        padding: 10px 0 20px 0;
    }
    .secThree-notice {

        display: none;
    }
    .secThree-content p {
        padding-right: 0;
        color: #333333;
        font-size: 20px;
        line-height: 30px;
        text-align:center;
    }
    .secThree-Wrapper {
        padding: 0px 20px;
        grid-template-columns: 100%;
    }
    section.secThree-col .secThree-heading img {
        transform: scale(0.7);
    }
    section.secFour {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .secFour-heading h2 {
        font-size: 85px;
    }
    .videoDots {
        margin-top: 0px;
    }
    .videoDots + div {
        height: 550px;
    }
    .secFive-wrapper {
        grid-template-columns: 100%;
        height: 100%;
    }
    .secFive-content h3 {
        padding: 0px 50px 0 50px;
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    }
    /* section.secFive {
        height: 245vh;
    } */
    .secFive-content::after{
        background:unset;
    }
    .secFive-content {
        margin-bottom: 50px;
    }
    .secFiveImagesWrapper {
     
        flex-direction: column;
        gap:0;
    }
    .secTwo-content {
        padding: 0px 50px;
    }
    .secFive-content h3 span {
        font-size: 45px;
    }
    .secTwo-content {
        text-align: center;
    }
    .sliderImgs {
        height: 650px;
    }
    .secFiveImagesWrapper .secFiveImagesCol {
        width: 100%;
    }
    .secFiveImagesWrapper .secFiveImagesCol:last-child {
        width: 100%;
    }
    .contactDetails p {
  
        display: flex;
        flex-direction: column;
    }
    .secFiveImagesWrapper img {
        width: 100%;
    }
    .secSix-wrapper h2 {
        font-size: 45px;
    }
    .secSix-counter ul {
  
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }
    section.secSix {
        height: 500px;
    }
    .secSix-wrapper h2 {
        padding-bottom: 40px;
    }
    .secSeven {
        margin-top:30px;
        margin-bottom: 30px;
    }
    .secEight-heading h2 {
        color: #fff;
        font-size: 75px;
        line-height: 80px;
    }
    .secEight-heading h2 span {
        font-size: 75px;
        left: 0;
    }
    
    button.subscribe-go {
        position: absolute;
        right: 5px;
        left: unset;
        width: 10%;
        bottom: 5px;
    }
    .secSeven-heading h2 span {
        font-size: 50px;
    }
    .subscribe-group + p {
        padding: 10px 20px;
        line-height: 20px;
        width:100%;
    }
    .subscribe-group {
        margin: 0 20px;
    }
    .subscribe-group input {
        width: 100%;
    }
    .secSeven-heading h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .secSeven-heading h2 br {
        display: none;
    }
    .secSeven-heading {
        padding: 50px 0;
        text-align:center;
    }
    .secSeven-wrapper {
        grid-template-columns: 100%;
    }
    .home-contact-form {
        padding-top: 50px;
    } 
    .igotFooterCopyright{
        grid-template-columns:100%;
    }
    .igotFooterCopyright {

        grid-row-gap: 10px;
    }
    .secSeven {
        margin-bottom: 30px;
    } 
    .secFive-content h3 br {
        display: none;
    }   
    .secFive-content::after {
        left: 20%;
    }
    .top-logo {
        position: relative;
        left: 20px;
    }
}
@media (min-width: 1001px) and (max-width: 1200px){
    .top-header {

        width: 100%;
        left: 15px;
    }
    .top-nav{
        margin-right:50px;
    }
    .top-logo {
        position: relative;
        left: 20px;
    }
    .hero-video {
        height: 80vh;
    }
    
    .header-style-01{
        height:80vh;
    }
    .social ul {
        left: 30px;
    }
    .secTwo-Wrapper {
        grid-template-columns: 100%;
    }
    .secTwo-content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .secTwo-content h1 span {
        font-size: 75px;
    }
    .content-points p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .content-points ~ p {
        font-size: 16px;
        line-height: 22px;
    }
    .content-points {
        padding: 10px 0 20px 0;
    }
    .secThree-notice {

        display: none;
    }
    .secThree-content p {
        padding-right: 0;
        color: #333333;
        font-size: 20px;
        line-height: 30px;
        text-align:center;
    }
    .secThree-Wrapper {
        padding: 0px 20px;
        grid-template-columns: 100%;
    }
    section.secThree-col .secThree-heading img {
        transform: scale(0.7);
    }
    section.secFour {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .secFour-heading h2 {
        font-size: 85px;
    }
    .videoDots {
        margin-top: 0px;
    }
    .videoDots + div {
        height: 550px;
    }
    .secFive-wrapper {
        grid-template-columns: 100%;
        height: 100%;
    }
    .secFive-content h3 {
        padding: 0px 50px 0 50px;
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    }
    /* section.secFive {
        height: 245vh;
    } */
    .secFive-content::after{
        background:unset;
    }
    .secFive-content {
        margin-bottom: 50px;
    }
    .secFiveImagesWrapper {
     
        flex-direction: column;
        gap:0;
    }
    .secTwo-content {
        padding: 0px 50px;
    }
    .secFive-content h3 span {
        font-size: 45px;
    }
    .secTwo-content {
        text-align: center;
    }
    .sliderImgs {
        height: 650px;
    }
    .secFiveImagesWrapper .secFiveImagesCol {
        width: 100%;
    }
    .secFiveImagesWrapper .secFiveImagesCol:last-child {
        width: 100%;
    }
    .contactDetails p {
  
        display: flex;
        flex-direction: column;
    }
    .secFiveImagesWrapper img {
        width: 100%;
    }
    .secSix-wrapper h2 {
        font-size: 45px;
    }
    .secSix-counter ul {
  
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }
    section.secSix {
        height: 500px;
    }
    .secSix-wrapper h2 {
        padding-bottom: 40px;
    }
    .secSeven {
        margin-top:30px;
        margin-bottom: 30px;
    }
    .secEight-heading h2 {
        color: #fff;
        font-size: 75px;
        line-height: 80px;
    }
    .secEight-heading h2 span {
        font-size: 75px;
        left: 0;
    }
    
    button.subscribe-go {
        position: absolute;
        right: 5px;
        left: unset;
        width: 10%;
        bottom: 5px;
    }
    .secSeven-heading h2 span {
        font-size: 50px;
    }
    .subscribe-group + p {
        padding: 10px 20px;
        line-height: 20px;
        width:100%;
    }
    .subscribe-group {
        margin: 0 20px;
    }
    .subscribe-group input {
        width: 100%;
    }
    .secSeven-heading h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .secSeven-heading h2 br {
        display: none;
    }
    .secSeven-heading {
        padding: 50px 0;
        text-align:center;
    }
    .secSeven-wrapper {
        grid-template-columns: 100%;
    }
    .home-contact-form {
        padding-top: 50px;
    } 
    .igotFooterCopyright{
        grid-template-columns:100%;
    }
    .igotFooterCopyright {

        grid-row-gap: 10px;
    }
    .secSeven {
        margin-bottom: 30px;
    } 
    .secFive-content h3 br {
        display: none;
    }   
    .secFive-content::after {
        left: 20%;
    }
}


@media (min-width: 1367px) and (max-width: 1600px){
    /*Igotthespot*/
.secTwo-content h1 {
 font-size: 75px;
 line-height: 85px;
}
.secTwo-content h1 span {
 font-size: 75px;
}
.secTwo-content {
 padding: 60px 20px;
}
.content-points p {
 font-size: 20px;
 padding-bottom: 10px;
}
.content-points ~ p {
 font-size: 16px;
 line-height: 20px;
 color: #555;
 padding-bottom: 20px;
}
.content-points {
 padding: 30px 0 10px 0;
}
.secThree-notice h3 {

 font-size: 150px;
 padding-top: 100px;
}
.top-nav {
 margin-right: 300px;
}
.top-header {
 width: 100%;
}

.igotFooterCopyright {
 display: grid
;
 grid-template-columns: 100%;
 margin-top: 50px;
 grid-row-gap: 15px;
} 
.slider-nav {

 bottom: 50px;

}
.slider-nav ul li {
 font-size: 100px;
}
.secFive-content h3 {
 padding: 100px 70px;
 font-size: 55px;
 line-height: 75px;
}
.secFive-wrapper {
 display: grid
;
 grid-template-columns: 40% 60%;
 height: 750px;
}
.secFive-content h3 span {
 color: #FF415A;
 font-size: 85px;
}
.contactDetails p a {
 font-size: 14px;
}
.secSix-wrapper h2 {
 font-size: 140px;
}
}

@media (min-width: 1601px) and (max-width: 1750px){
    /*Igotthespot*/
.secTwo-content h1 {
 font-size: 75px;
 line-height: 85px;
}
.secTwo-content h1 span {
 font-size: 75px;
}
.secTwo-content {
 padding: 60px 20px;
}
.content-points p {
 font-size: 20px;
 padding-bottom: 10px;
}
.content-points ~ p {
 font-size: 16px;
 line-height: 20px;
 color: #555;
 padding-bottom: 20px;
}
.content-points {
 padding: 30px 0 10px 0;
}
.secThree-notice h3 {

 font-size: 250px;
 padding-top: 100px;
}
.top-nav {
 margin-right: 300px;
}
.top-header {
 width: 100%;
}

.igotFooterCopyright {
 display: grid
;
 grid-template-columns: 100%;
 margin-top: 50px;
 grid-row-gap: 15px;
} 
.slider-nav {

 bottom: 50px;

}
.slider-nav ul li {
 font-size: 100px;
}
.secFive-content h3 {
 padding: 100px 70px;
 font-size: 55px;
 line-height: 75px;
}
.secFive-wrapper {
 display: grid
;
 grid-template-columns: 40% 60%;
 height: 750px;
}
.secFive-content h3 span {
 color: #FF415A;
 font-size: 85px;
}
.contactDetails p a {
 font-size: 14px;
}
.secSix-wrapper h2 {
 font-size: 140px;
}
}