@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

:root{
    --color:#171717;
    --red:#fa0202;
    --white:white;
}

.social-links{
    width: 100%;
    height:50px;
    display: flex;
    justify-content: flex-end;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
    padding-top:10px;
    position: relative;
    z-index: 1000;
  
    
}
.social-links i{
    margin-right:30px;
    color:var(--red);
}
.social-links i:hover{
    color:white;
}
.navbar{
    background-color:var(--color) !important;
    width:100%;
    height:70px !important;
    z-index: 8 !important;
}

.navbar ul li a{
    color: white;
    font-size:14px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    /* font-weight:400; */
    
}
.navbar ul li a:hover{
    color:var(--red);
}

.navbar-nav .active{
    color:var(--red) !important;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;
    height:90px;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color:white;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color:white;
}

.logo-section {
    width:10%;
    height:100%;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

body{
    /* background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%); */
}
.carousel-inner{
    width:100%;
    height:80vh;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:80vh;
    object-fit: cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:65px;
    
    font-family:"poppins" !important;
    font-weight: 800;

    
}
.carousel-caption h4{
    font-size:25px;
    font-family:"poppins";
}
.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
}

.about-section{
    text-align: center;
    width:100%;
    padding:8%;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}    
.about-section-1 h3{
    color: white !important;
    font-weight: 700;
    z-index:4;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom:20px;
}
.about-section-1 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
    font-size:16px;
    font-weight:500;
}


.film-name{
    width:100%;
    height: auto;
}
.film-name-1{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    justify-content: space-around;
}
.film-name-1 h5{
    color: white;
    border-left:4px solid var(--red);
    padding-left:15px;
    width:30%;
    margin-bottom:40px;
    font-size:18px;
}
.about-section-2{
    display: flex;
    justify-content:flex-end;
    width:100%;
    height: auto;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}
.about-section-3{
    width:47%;
    height:auto;
    position: relative;
}
.about-section-3 img{
    width: 100%;
    height:700px;
    /* object-fit: cover; */
    margin-top:40px;
}
.about-section-3 h3{
  color:white;
  margin-bottom:20px;
  
}
.about-section-3 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
  
}
.over-colour-1 {
    position: absolute;
    z-index:2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
    background: rgb(122,17,17);
    background: linear-gradient(270deg, rgba(122,17,17,0) 28%, rgba(0,0,0,0.9612219887955182) 66%);
}

.our-services{
    text-align: center;
    margin-top:50px;

}
.our-services h3{
    color: var(--red);
    font-family: 'opensans';
    font-weight:bold;

}
.our-services p{
    text-align: center;
    font-family: 'opensans',Arial,sans-serif;
    margin-bottom:20px;
}
.our-services-1{
    display: flex; 
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.our-services-2{
    width:30%;
    height:auto;
    position: relative;
    transition:1s;
    margin-bottom:2%;
   
}
.our-services-2 img{
    width:100%;
    height:200px;

}
.para h4{
    color:var(--red);
    font-family:'popinns';
    font-weight:bold;
    font-size:20px;

}
.para{
    position:relative;
    /* top:90%; */
    left:50%; 
    margin-top:-30px;
    z-index:3;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: white;
    width:75%;
    height: 200PX;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding:2%;
}
.para p{
    /* display: none; */
    font-family: 'opensans',Arial,sans-serif;
}
.our-services-2:hover .para{
     min-height:200px;
    transition:0.5s !important;
    z-index: 2;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
.our-services-2:hover .para p{
    display: block;
    transition:1s !important;
 
}

.choose-head{
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    color: var(--red);
    
}

.choose-head h3{
    font-weight:bold;
    font-family: 'opensans';
}
.why-choose{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width:100%;

}
.whychoose-1{
    width:47%;
     height: auto;
     
}
.whychoose-1 p{
    font-family:'opensans';
    font-size:17px;
}
.why-choose-2{
     display: flex;
    

}
.why-choose-2 i{
   margin-right: 15px;
   color:rgb(237, 27, 27);
   font-size:25px;
}
.why-choose-2 h5{
    font-family: 'opensans';
    font-weight: bold;
}

.huflDf{
    color: #fa0202 !important;
    margin-top:30px;
    font-weight:700;
    font-family: 'opensans';
    text-transform: uppercase;
    
}

element.style {
    display: none !important;
}
.section{
    min-height:100vh;
    width:80%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items:center;
    text-align:center;

}


.title{
    font-size:2rem;
    margin:2rem 0rem;
    text-align: center;
    margin-bottom:40px;
    font-family: 'opensans';
    font-weight: bold;
    color: var(--red);
}



.faq{
    max-width: 100%;
    margin-top:2rem;
    padding-bottom:1rem;
     /* border-bottom:2px solid rgb(191, 2, 2);  */
    cursor: pointer;
}
.question{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question h3{
    font-size:1.3rem;
    font-weight: bold;
    color:rgb(39, 38, 38);
    font-family: 'opensans';
}
.answer p{
     padding-top:1rem;
     line-height:1.6;
     font-size:1rem;
     font-family: 'Poppins', sans-serif;
}
.answer{
    max-height:0;
    overflow: hidden;
    transition: max-height 1.4 ease;
}

.faq.active .answer{
    max-height:300px;
    animation: fade 1s ease-in-out;
}

.faq.active svg {
   transform: rotate(180deg);
}

svg{
    transition: transform .5s ease-in;
}

@keyframes fade{
    from{
        opacity:0;
        transform:translateY(-10px);
    }
    to{
        opacity:1;
        transform: translateY(0px);
    }
}


.foot{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top:60px;
    background:#121212;
    /* background: linear-gradient(270deg, rgba(0,0,0,0.9612219887955182) 46% rgba(0,0,0,0.9612219887955182) 46%); */
    padding:4%;

}
.footer{
    display: flex;
    flex-direction: column;
    width:22%;
    height: 100%;
}

.footer-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.footer-1 .logo{
     width:60%;
     height:150px;
     margin-left:25px;
    }
.logo img{
    width: 100%;
    height:100%;
}
.social-links-1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social-links-1 i{
    color:var(--red);
    font-size:20px;
}
.social-links-1 i:hover{
    color:white;
}
.footer h4{
    margin-bottom:15px;
    color:var(--red);
}
.footer p{
    color: white;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--red);
}
.address a{
    text-decoration: none;
    color: white;
}
.footer a{
    text-decoration: none;
    margin-bottom:5px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.footer a:hover{
    color: var(--red);

}


.after-footer{
    display: flex;
    font-family: 'Poppins', sans-serif;
    color:var(--black);
    justify-content: space-between;
}

.after-footer .copyright{
    width:45%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.after-footer .copyright a{
    text-decoration: none;
    font-size:20px;
    color:var(--red);
    font-weight: bold;
    margin-right: 0;
}
.copyright p{
    font-weight: bold;
}




.blinking {
    position: fixed;
    bottom: 40px;
    left: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
    z-index: 12;
}

.blick {
    width: 50px;
    height: 50px;
}

.blinking .blick img {
    width: 100%;
    animation: blink 3s linear infinite;
    border-radius: 50%;
    opacity: 100%;
}

@keyframes blink {
    0% {
        border: 0px solid var(--gray);
        transform: rotate(0deg);

    }

    50% {
        border: 10px solid var(--green);
        transform: rotate(360deg);

    }

    100% {
        border: 0 nm px solid var(--gray);
        transform: rotate(0deg);


    }
}


.blinking-2 {
    position: fixed;
    bottom: 40px;
    right: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
    z-index: 12;
}

.blick-2 {
    width: 50px;
    height: 50px;

}

.blinking-2 .blick-2 img {
    width: 100%;
    border-radius: 50%;
    animation: blink-1 3s linear infinite;
    opacity: 100%;
}

@keyframes blink-1 {
    0% {
        border: 1px solid var(--gray);
        transform: rotate(0deg);
    }

    50% {
        border: 10px solid var(--blue);
        transform: rotate(360deg);


    }

    100% {
        border: 1px solid var(--gray);
        transform: rotate(0deg);


    }
}




















@media screen and (max-width:320px){


   
.social-links{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: var(--color);
    padding-top:10px;
  
    
}
.social-links i{
    margin-right:30px;
    color:var(--red);
}
.social-links i:hover{
    color:white;
}
.navbar{
    background-color:var(--color) !important;
    width:100%;
    height:75px !important;
    z-index: 4 !important;
    
}


.navbar-nav .nav-link{
    padding-left: 10px;
}
.navbar ul li a{
    color:var(--red);
    font-size:17px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight:400;
    
    
}
.navbar ul{
    background-color: white;
}
.navbar ul li a:hover{
    color:var(--red);
}

.navbar-nav .active{
    color:var(--red) !important;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;

    background-color: #fff;
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color:white;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color:white;
}

.logo-section {
    width:28%;
    height:90px;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

body{
    /* background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%); */
}
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:50vh;
    object-fit: cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 14 !important;
}
.carousel-caption h1{
    font-size:45px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}
.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.about-section{
    text-align: center;
    width:100%;
    padding:8%;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}    
.about-section-1 h3{
    color: white !important;
    font-weight: 700;
    z-index:4;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom:25px;
}
.about-section-1 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
}


.film-name{
    width:100%;
    height: auto;
}
.film-name-1{
    display: flex;
    flex-wrap: wrap;
    
    width:100%;
    justify-content: space-around;
}
.film-name-1 h5{
    color: white;
    border-left:4px solid var(--red);
    padding-left:10px;
    width:47%;
    margin-bottom:40px;
    font-size:18px;
    text-align:justify;
    align-items: center;
}
.about-section-2{
    display: flex;
    flex-direction: column-reverse;
    justify-content:flex-end;
    width:100%;
    height: auto;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}
.about-section-3{
    width:100%;
    height:auto;
    position: relative;
    padding:2%;
}
.about-section-3 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.about-section-3 h3{
  color:white;
  margin-bottom:10px;
  
}
.about-section-3 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;

}
.over-colour-1 {
    position: absolute;
    z-index: 4;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
    background: rgb(122,17,17);
    background: linear-gradient(270deg, rgba(122,17,17,0) 28%, rgba(0,0,0,0.9612219887955182) 66%);
}


.our-services{
    text-align: center;
    margin-top:50px;
}
.our-services h3{
    color: var(--red);
    font-family:'opensans';
    font-weight:bold;

}
.our-services p{
    text-align: center;
    font-family: 'opensans',Arial,sans-serif;
    margin-bottom:10px;
}
.our-services-1{
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.our-services-2{
    width:100%;
    height:auto;
    position: relative;
    transition:1s;
    margin-bottom:1%;
    padding:4%;
   
}
.our-services-2 img{
    width:100%;
    height:200px;

}
.para h4{
    color:var(--red);
    font-family:'popinns';
    font-weight:bold;
    font-size:20px;

}


.para{
    position:relative;
    /* top:90%; */
    left:50%; 
    margin-top:-30px;
    z-index:3;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: white;
    width:75%;
    height: 215PX;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding:4%;
}
.para p{
    /* display: none; */
    font-family: 'opensans',Arial,sans-serif;
}
.our-services-2:hover .para{
     min-height:200px;
    transition:0.5s !important;
    z-index: 2;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
.our-services-2:hover .para p{
    display: block;
    transition:1s !important;
 
}


.choose-head{
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    color: var(--red);
    
}

.choose-head h3{
    font-weight:bold;
    font-family: 'opensans';
}
.why-choose{
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    text-align: center;

}
.whychoose-1{
    width:100%;
     height: auto;
     
}
.why-choose-2{
     display: flex;
     flex-direction: column;
    
    
}
.why-choose-2 i{
   margin-right:0px;
   color:rgb(237, 27, 27);
   font-size:35px;
   margin-bottom:10px;
}
.why-choose-2 h5{
    font-family: 'opensans';
    font-weight: bold;
}



.foot{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top:60px;
    background:#121212;
    /* background: linear-gradient(270deg, rgba(0,0,0,0.9612219887955182) 46% rgba(0,0,0,0.9612219887955182) 46%); */
    padding:4%;

}
.footer{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
}

.footer-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.footer-1 .logo{
     width:70%;
     height:150px;
     margin-left:30px;
     margin-bottom:10px;
    }
.logo img{
    width: 100%;
    height:100%;
}
.social-links-1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social-links-1 i{
    color:var(--red);
    font-size:20px;
}
.social-links-1 i:hover{
    color:white;
}
.footer h4{
    margin-bottom:15px;
    color:var(--red);
}
.footer p{
    color: white;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--red);
}
.address a{
    text-decoration: none;
    color: white;
}
.footer a{
    text-decoration: none;
    margin-bottom:5px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.footer a:hover{
    color: var(--red);

}



.after-footer{
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    color:var(--black);
    justify-content: space-between;
}

.after-footer .copyright{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.after-footer .copyright a{
    text-decoration: none;
    font-size:15px;
    color:var(--red);
    font-weight: bold;
    margin-right: 0;
}
.copyright p{
    font-weight: bold;
}









}



@media screen and (min-width:321px) and (max-width:375px){

   
.social-links{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: var(--color);
    padding-top:10px;
  
    
}
.social-links i{
    margin-right:30px;
    color:var(--red);
}
.social-links i:hover{
    color:white;
}
.navbar{
    background-color:var(--color) !important;
    width:100%;
    height:75px !important;
    z-index: 4 !important;
    
}


.navbar-nav .nav-link{
    padding-left: 10px;
}
.navbar ul li a{
    color:var(--red);
    font-size:17px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight:400;
   
    
}
.navbar ul{
    background-color: white;
}
.navbar ul li a:hover{
    color:var(--red);
}

.navbar-nav .active{
    color:var(--red) !important;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;

    background-color: #fff;
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color:white;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color:white;
}

.logo-section {
    width:26%;
    height:90px;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

body{
    /* background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%); */
}
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:50vh;
    object-fit: cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 14 !important;
}
.carousel-caption h1{
    font-size:45px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}
.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.film-name{
    width:100%;
    height: auto;
}
.film-name-1{
    display: flex;
    flex-wrap: wrap;
    
    width:100%;
    justify-content: space-around;
}
.film-name-1 h5{
    color: white;
    border-left:4px solid var(--red);
    padding-left:10px;
    width:47%;
    margin-bottom:40px;
    font-size:18px;
    text-align:justify;
    align-items: center;
}

.about-section{
    text-align: center;
    width:100%;
    padding:8%;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}    
.about-section-1 h3{
    color: white !important;
    font-weight: 700;
    z-index:4;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom:10px;
}
.about-section-1 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
}


.about-section-2{
    display: flex;
    flex-direction: column-reverse;
    justify-content:flex-end;
    width:100%;
    height: auto;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}
.about-section-3{
    width:100%;
    height:auto;
    position: relative;
    padding:2%;
}
.about-section-3 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.about-section-3 h3{
  color:white;
  margin-bottom:10px;
  
}
.about-section-3 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;

}
.over-colour-1 {
    position: absolute;
    z-index: 4;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
    background: rgb(122,17,17);
    background: linear-gradient(270deg, rgba(122,17,17,0) 28%, rgba(0,0,0,0.9612219887955182) 66%);
}


.our-services{
    text-align: center;
    margin-top:50px;
}
.our-services h3{
    color: var(--red);
    font-family:'opensans';
    font-weight:bold;

}
.our-services p{
    text-align: center;
    font-family: 'opensans',Arial,sans-serif;
    margin-bottom:20px;
}
.our-services-1{
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.our-services-2{
    width:100%;
    height:auto;
    position: relative;
    transition:1s;
    margin-bottom:1%;
    padding:4%;
   
}
.our-services-2 img{
    width:100%;
    height:200px;

}
.para h4{
    color:var(--red);
    font-family:'popinns';
    font-weight:bold;
    font-size:20px;

}
.para{
    position:relative;
    /* top:90%; */
    left:50%; 
    margin-top:-30px;
    z-index:3;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: white;
    width:75%;
    height: 215PX;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding:4%;
}
.para p{
    /* display: none; */
    font-family: 'opensans',Arial,sans-serif;
}
.our-services-2:hover .para{
     min-height:200px;
    transition:0.5s !important;
    z-index: 2;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
.our-services-2:hover .para p{
    display: block;
    transition:1s !important;
 
}



.choose-head{
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    color: var(--red);
    
}

.choose-head h3{
    font-weight:bold;
    font-family: 'opensans';
}
.why-choose{
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    text-align: center;

}
.whychoose-1{
    width:100%;
     height: auto;
     
}
.why-choose-2{
     display: flex;
     flex-direction: column;
    
    
}
.why-choose-2 i{
   margin-right:0px;
   color:rgb(237, 27, 27);
   font-size:35px;
   margin-bottom:10px;
}
.why-choose-2 h5{
    font-family: 'opensans';
    font-weight: bold;
}



.foot{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top:60px;
    background:#121212;
    /* background: linear-gradient(270deg, rgba(0,0,0,0.9612219887955182) 46% rgba(0,0,0,0.9612219887955182) 46%); */
    padding:4%;

}
.footer{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
}

.footer-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.footer-1 .logo{
     width:70%;
     height:150px;
     margin-left:35px;
     margin-bottom:10px;
    }
.logo img{
    width: 100%;
    height:100%;
}
.social-links-1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social-links-1 i{
    color:var(--red);
    font-size:20px;
}
.social-links-1 i:hover{
    color:white;
}
.footer h4{
    margin-bottom:15px;
    color:var(--red);
}
.footer p{
    color: white;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--red);
}
.address a{
    text-decoration: none;
    color: white;
}
.footer a{
    text-decoration: none;
    margin-bottom:5px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.footer a:hover{
    color: var(--red);

}



.after-footer{
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    color:var(--black);
    justify-content: space-between;
}

.after-footer .copyright{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.after-footer .copyright a{
    text-decoration: none;
    font-size:20px;
    color:var(--red);
    font-weight: bold;
    margin-right: 0;
}
.copyright p{
    font-weight: bold;
}




















}
@media screen and (min-width:376px) and (max-width:425px){

     
.social-links{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: var(--color);
    padding-top:10px;
  
    
}
.social-links i{
    margin-right:30px;
    color:var(--red);
}
.social-links i:hover{
    color:white;
}
.navbar{
    background-color:var(--color) !important;
    width:100%;
    height:75px !important;
    z-index: 4 !important;
}

.navbar-nav .nav-link{
    padding-left: 10px;
}
.navbar ul{
    background-color: white;
}
.navbar ul li a{
    color:var(--red);
    font-size:17px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight:400;
    
}
.navbar ul li a:hover{
    color:var(--red);
}

.navbar-nav .active{
    color:var(--red) !important;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;

    background-color: #fff;
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color:white;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color:white;
}

.logo-section {
    width:22%;
    height:90px;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

body{
    /* background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%); */
}
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:50vh;
    object-fit: cover;
} 
.carousel-caption{
    position: absolute;
    top:33%;
    z-index: 14 !important;
}
.carousel-caption h1{
    font-size:45px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}
.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.film-name{
    width:100%;
    height: auto;
}
.film-name-1{
    display: flex;
    flex-wrap: wrap;
    
    width:100%;
    justify-content: space-around;
}
.film-name-1 h5{
    color: white;
    border-left:4px solid var(--red);
    padding-left:10px;
    width:47%;
    margin-bottom:40px;
    font-size:18px;
    text-align:justify;
    align-items: center;
}




.about-section{
    text-align: center;
    width:100%;
    padding:8%;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}    
.about-section-1 h3{
    color: white !important;
    font-weight: 700;
    z-index:4;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom:10px;
}
.about-section-1 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
}


.about-section-2{
    display: flex;
    flex-direction: column-reverse;
    justify-content:flex-end;
    width:100%;
    height: auto;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}
.about-section-3{
    width:100%;
    height:auto;
    position: relative;
    padding:2%;
}
.about-section-3 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.about-section-3 h3{
  color:white;
  margin-bottom:10px;
  
}
.about-section-3 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;

}
.over-colour-1 {
    position: absolute;
    z-index:2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
    background: rgb(122,17,17);
    background: linear-gradient(270deg, rgba(122,17,17,0) 28%, rgba(0,0,0,0.9612219887955182) 66%);
}


.our-services{
    text-align: center;
    margin-top:50px;
}
.our-services h3{
    color: var(--red);
    font-family:'opensans';
    font-weight:bold;

}
.our-services p{
    text-align: center;
    font-family: 'opensans',Arial,sans-serif;
    margin-bottom:20px;
}
.our-services-1{
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.our-services-2{
    width:100%;
    height:auto;
    position: relative;
    transition:1s;
    margin-bottom:1%;
    padding:4%;
   
}
.our-services-2 img{
    width:100%;
    height:200px;

}
.para h4{
    color:var(--red);
    font-family:'popinns';
    font-weight:bold;
    font-size:20px;

}
.para{
    position:relative;
    /* top:90%; */
    left:50%; 
    margin-top:-30px;
    z-index:3;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: white;
    width:75%;
    height: 215PX;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding:4%;
}
.para p{
    /* display: none; */
    font-family: 'opensans',Arial,sans-serif;
}
.our-services-2:hover .para{
     min-height:200px;
    transition:0.5s !important;
    z-index: 2;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
.our-services-2:hover .para p{
    display: block;
    transition:1s !important;
 
}



.choose-head{
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    color: var(--red);
    
}

.choose-head h3{
    font-weight:bold;
    font-family: 'opensans';
}
.why-choose{
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    text-align: center;

}
.whychoose-1{
    width:100%;
     height: auto;
     
}
.why-choose-2{
     display: flex;
     flex-direction: column;
    
    
}
.why-choose-2 i{
   margin-right:0px;
   color:rgb(237, 27, 27);
   font-size:35px;
   margin-bottom:10px;
}
.why-choose-2 h5{
    font-family: 'opensans';
    font-weight: bold;
}



.foot{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top:60px;
    background:#121212;
    /* background: linear-gradient(270deg, rgba(0,0,0,0.9612219887955182) 46% rgba(0,0,0,0.9612219887955182) 46%); */
    padding:4%;

}
.footer{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
}

.footer-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.footer-1 .logo{
     width:70%;
     height:150px;
     margin-left:30px;
     margin-bottom:10px;
    }
.logo img{
    width: 100%;
    height:100%;
}
.social-links-1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social-links-1 i{
    color:var(--red);
    font-size:20px;
}
.social-links-1 i:hover{
    color:white;
}
.footer h4{
    margin-bottom:15px;
    color:var(--red);
}
.footer p{
    color: white;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--red);
}
.address a{
    text-decoration: none;
    color: white;
}
.footer a{
    text-decoration: none;
    margin-bottom:5px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.footer a:hover{
    color: var(--red);

}



.after-footer{
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    color:var(--black);
    justify-content: space-between;
}

.after-footer .copyright{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.after-footer .copyright a{
    text-decoration: none;
    font-size:20px;
    color:var(--red);
    font-weight: bold;
    margin-right: 0;
}
.copyright p{
    font-weight: bold;
}














}
@media screen and (min-width:426px) and (max-width:600px){

       
.social-links{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: var(--color);
    padding-top:10px;
  
    
}
.social-links i{
    margin-right:30px;
    color:var(--red);
}
.social-links i:hover{
    color:white;
}
.navbar{
    background-color:var(--color) !important;
    width:100%;
    height:75px !important;
    z-index: 4 !important;
}

.navbar-nav .nav-link{
    padding-left: 10px;
}
.navbar ul li a{
    color:var(--red);
    font-size:17px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight:400;
   
}
.navbar ul{
    background-color: white;
}
.navbar ul li a:hover{
    color:var(--red);
}

.navbar-nav .active{
    color:var(--red) !important;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;

    background-color: #fff;
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color:white;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color:white;
}

.logo-section {
    width:18%;
    height:80px;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

body{
    /* background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%); */
}
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:60vh;
    object-fit: cover;
} 
.carousel-caption{
    position: absolute;
    top:33%;
    z-index: 14 !important;
}
.carousel-caption h1{
    font-size:45px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}
.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.film-name{
    width:100%;
    height: auto;
}
.film-name-1{
    display: flex;
    flex-wrap: wrap;
    
    width:100%;
    justify-content: space-around;
    margin-left:30px;
}
.film-name-1 h5{
    color: white;
    border-left:4px solid var(--red);
    padding-left:10px;
    width:50%;
    margin-bottom:40px;
    font-size:18px;
    text-align:justify;
    align-items: center;
}

.about-section{
    text-align: center;
    width:100%;
    padding:8%;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}    
.about-section-1 h3{
    color: white !important;
    font-weight: 700;
    z-index:4;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom:20px;
}
.about-section-1 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
}


.about-section-2{
    display: flex;
    flex-direction: column-reverse;
    justify-content:flex-end;
    width:100%;
    height: auto;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}
.about-section-3{
    width:100%;
    height:auto;
    position: relative;
    padding:2%;
}
.about-section-3 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.about-section-3 h3{
  color:white;
  margin-bottom:20px;
  
}
.about-section-3 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;

}
.over-colour-1 {
    position: absolute;
    z-index:2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
    background: rgb(122,17,17);
    background: linear-gradient(270deg, rgba(122,17,17,0) 28%, rgba(0,0,0,0.9612219887955182) 66%);
}



.our-services{
    text-align: center;
    margin-top:50px;
}
.our-services h3{
    color: var(--red);
    font-family:'opensans';
    font-weight:bold;

}
.our-services p{
    text-align: center;
    font-family: 'opensans',Arial,sans-serif;
    margin-bottom:20px;
}
.our-services-1{
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.our-services-2{
    width:100%;
    height:auto;
    position: relative;
    transition:1s;
    margin-bottom:1%;
    padding:4%;
   
}
.our-services-2 img{
    width:100%;
    height:200px;

}
.para h4{
    color:var(--red);
    font-family:'popinns';
    font-weight:bold;
    font-size:20px;

}
.para{
    position:relative;
    /* top:90%; */
    left:50%; 
    margin-top:-30px;
    z-index:3;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: white;
    width:75%;
    height: 215PX;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding:4%;
}
.para p{
    /* display: none; */
    font-family: 'opensans',Arial,sans-serif;
}
.our-services-2:hover .para{
     min-height:200px;
    transition:0.5s !important;
    z-index: 2;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
.our-services-2:hover .para p{
    display: block;
    transition:1s !important;
 
}



.choose-head{
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    color: var(--red);
    
}

.choose-head h3{
    font-weight:bold;
    font-family: 'opensans';
}
.why-choose{
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    text-align: center;

}
.whychoose-1{
    width:100%;
     height: auto;
     
}
.why-choose-2{
     display: flex;
     flex-direction: column;
    
    
}
.why-choose-2 i{
   margin-right:0px;
   color:rgb(237, 27, 27);
   font-size:35px;
   margin-bottom:10px;
}
.why-choose-2 h5{
    font-family: 'opensans';
    font-weight: bold;
}



.foot{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top:60px;
    background:#121212;
    /* background: linear-gradient(270deg, rgba(0,0,0,0.9612219887955182) 46% rgba(0,0,0,0.9612219887955182) 46%); */
    padding:4%;

}
.footer{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
}

.footer-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.footer-1 .logo{
     width:70%;
     height:150px;
     margin-left:60px;
     margin-bottom:10px;
    }
.logo img{
    width: 100%;
    height:100%;
}
.social-links-1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social-links-1 i{
    color:var(--red);
    font-size:20px;
}
.social-links-1 i:hover{
    color:white;
}
.footer h4{
    margin-bottom:15px;
    color:var(--red);
}
.footer p{
    color: white;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--red);
}
.address a{
    text-decoration: none;
    color: white;
}
.footer a{
    text-decoration: none;
    margin-bottom:5px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.footer a:hover{
    color: var(--red);

}



.after-footer{
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    color:var(--black);
    justify-content: space-between;
}

.after-footer .copyright{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.after-footer .copyright a{
    text-decoration: none;
    font-size:20px;
    color:var(--red);
    font-weight: bold;
    margin-right: 0;
}
.copyright p{
    font-weight: bold;
}












}
@media screen and (min-width:601px) and (max-width:768px){

        
.social-links{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: var(--color);
    padding-top:10px;
  
    
}
.social-links i{
    margin-right:30px;
    color:var(--red);
}
.social-links i:hover{
    color:white;
}
.navbar{
    background-color:var(--color) !important;
    width:100%;
    height:75px !important;
    z-index: 4 !important;
}

.navbar-nav .nav-link{
    padding-left: 10px;
}
.navbar ul li a{
    color:var(--red);
    font-size:17px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight:400;
   
}
.navbar ul{
    background-color: white;
}
.navbar ul li a:hover{
    color:var(--red);
}

.navbar-nav .active{
    color:var(--red) !important;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;

    background-color: #fff;
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color:white;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color:white;
}

.logo-section {
    width:15%;
    height:90px;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

body{
    /* background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%); */
}
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:40vh;
    object-fit: cover;
} 
.carousel-caption{
    position: absolute;
    top:33%;
    z-index: 14 !important;
}
.carousel-caption h1{
    font-size:45px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}
.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.film-name{
    width:100%;
    height: auto;
}
.film-name-1{
    display: flex;
    flex-wrap: wrap;
    
    width:100%;
    justify-content: space-around;
    margin-left:5px;
}
.film-name-1 h5{
    color: white;
    border-left:4px solid var(--red);
    padding-left:10px;
    width:30%;
    margin-bottom:40px;
    font-size:18px;
    text-align:justify;
    align-items: center;
}


.about-section{
    text-align: center;
    width:100%;
    padding:3%;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}    
.about-section-1 h3{
    color: white !important;
    font-weight: 700;
    z-index:4;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom:20px;
   
}
.about-section-1 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
}


.about-section-2{
    display: flex;
    flex-direction: column-reverse;
    justify-content:flex-end;
    width:100%;
    height: auto;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}
.about-section-3{
    width:100%;
    height:auto;
    position: relative;
}
.about-section-3 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.about-section-3 h3{
  color:white;
  margin-bottom:20px;
  
}
.about-section-3 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;

}
.over-colour-1 {
    position: absolute;
    z-index:2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
    background: rgb(122,17,17);
    background: linear-gradient(270deg, rgba(122,17,17,0) 28%, rgba(0,0,0,0.9612219887955182) 66%);
}



.our-services{
    text-align: center;
    margin-top:50px;
}
.our-services h3{
    color: var(--red);
    font-family:'opensans';
    font-weight:bold;

}
.our-services p{
    text-align: center;
    font-family: 'opensans',Arial,sans-serif;
    margin-bottom:20px;
}
.our-services-1{
    display: flex; 
     flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.our-services-2{
    width:100%;
    height:auto;
    position: relative;
    transition:1s;
    margin-bottom:1%;
    padding:4%;
   
}
.our-services-2 img{
    width:100%;
    height:200px;

}
.para h4{
    color:var(--red);
    font-family:'popinns';
    font-weight:bold;
    font-size:20px;

}
.para{
    position:relative;
    /* top:90%; */
    left:50%; 
    margin-top:-30px;
    z-index:3;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: white;
    width:75%;
    height: 200PX;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding:4%;
}
.para p{
    /* display: none; */
    font-family: 'opensans',Arial,sans-serif;
}
.our-services-2:hover .para{
     min-height:200px;
    transition:0.5s !important;
    z-index: 2;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
.our-services-2:hover .para p{
    display: block;
    transition:1s !important;
 
}



.choose-head{
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    color: var(--red);
    
}

.choose-head h3{
    font-weight:bold;
    font-family: 'opensans';
}
.why-choose{
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    text-align: center;

}
.whychoose-1{
    width:100%;
     height: auto;
     
}
.why-choose-2{
     display: flex;
     flex-direction: column;
    
    
}
.why-choose-2 i{
   margin-right:0px;
   color:rgb(237, 27, 27);
   font-size:35px;
   margin-bottom:10px;
}
.why-choose-2 h5{
    font-family: 'opensans';
    font-weight: bold;
}


.foot{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top:60px;
    background:#121212;
    /* background: linear-gradient(270deg, rgba(0,0,0,0.9612219887955182) 46% rgba(0,0,0,0.9612219887955182) 46%); */
    padding:4%;

}
.footer{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
}

.footer-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.footer-1 .logo{
     width:30%;
     height:150px;
     margin-left:0px;
     margin-bottom:10px;
    }
.logo img{
    width: 100%;
    height:100%;
}
.social-links-1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social-links-1 i{
    color:var(--red);
    font-size:20px;
}
.social-links-1 i:hover{
    color:white;
}
.footer h4{
    margin-bottom:15px;
    color:var(--red);
}
.footer p{
    color: white;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--red);
}
.address a{
    text-decoration: none;
    color: white;
}
.footer a{
    text-decoration: none;
    margin-bottom:5px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.footer a:hover{
    color: var(--red);

}



.after-footer{
    display: flex;
    font-family: 'Poppins', sans-serif;
    color:var(--black);
    justify-content: space-between;
}

.after-footer .copyright{
    width:45%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.after-footer .copyright a{
    text-decoration: none;
    font-size:15px;
    color:var(--red);
    font-weight: bold;
    margin-right: 0;
}
.copyright p{
    font-weight: bold;
}














}

@media screen and (min-width:769px) and (max-width:900px){

          
.social-links{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: var(--color);
    padding-top:10px;
  
    
}
.social-links i{
    margin-right:30px;
    color:var(--red);
}
.social-links i:hover{
    color:white;
}
.navbar{
    background-color:var(--color) !important;
    width:100%;
    height:75px !important; 
    z-index: 4 !important;
}

.navbar-nav .nav-link{
    padding-left: 10px;
}
.navbar ul li a{
    color:var(--red);
    font-size:17px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight:400;
   
}
.navbar ul {
    background-color: white;
}
.navbar ul li a:hover{
    color:var(--red);
}

.navbar-nav .active{
    color:var(--red) !important;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;

    background-color: #fff;
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color:white;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color:white;
}

.logo-section {
    width:10%;
    height:90px;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

body{
    /* background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%); */
}
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:40vh;
    object-fit: cover;
} 
.carousel-caption{
    position: absolute;
    top:33%;
    z-index: 14 !important;
}
.carousel-caption h1{
    font-size:45px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}
.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.film-name{
    width:100%;
    height: auto;
}
.film-name-1{
    display: flex;
    flex-wrap: wrap;
    
    width:100%;
    justify-content: space-around;
    margin-left:5px;
}
.film-name-1 h5{
    color: white;
    border-left:4px solid var(--red);
    padding-left:10px;
    width:30%;
    margin-bottom:40px;
    font-size:18px;
    text-align:justify;
    align-items: center;
}



.about-section{
    text-align: center;
    width:100%;
    padding:4%;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}    
.about-section-1 h3{
    color: white !important;
    font-weight: 700;
    z-index:4;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom:20px;
}
.about-section-1 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
}


.about-section-2{
    display: flex;
    flex-direction: column-reverse;
    justify-content:flex-end;
    width:100%;
    height: auto;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}
.about-section-3{
    width:100%;
    height:auto;
    position: relative;
}
.about-section-3 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.about-section-3 h3{
  color:white;
  margin-bottom:20px;
  
}
.about-section-3 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;

}
.over-colour-1 {
    position: absolute;
    z-index:2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
    background: rgb(122,17,17);
    background: linear-gradient(270deg, rgba(122,17,17,0) 28%, rgba(0,0,0,0.9612219887955182) 66%);
}



.our-services{
    text-align: center;
    margin-top:50px;
}
.our-services h3{
    color: var(--red);
    font-family:'opensans';
    font-weight:bold;

}
.our-services p{
    text-align: center;
    font-family: 'opensans',Arial,sans-serif;
    margin-bottom:20px;
}
.our-services-1{
    display: flex; 
     flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.our-services-2{
    width:47%;
    height:auto;
    position: relative;
    transition:1s;
    margin-bottom:1%;
    padding:4%;
   
}
.our-services-2 img{
    width:100%;
    height:200px;

}
.para h4{
    color:var(--red);
    font-family:'popinns';
    font-weight:bold;
    font-size:20px;

}
.para{
    position:relative;
    /* top:90%; */
    left:50%; 
    margin-top:-30px;
    z-index:3;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: white;
    width:75%;
    height: 210PX;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding:4%;
}
.para p{
    /* display: none; */
    font-family: 'opensans',Arial,sans-serif;
}
.our-services-2:hover .para{
     min-height:200px;
    transition:0.5s !important;
    z-index: 2;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
.our-services-2:hover .para p{
    display: block;
    transition:1s !important;
 
}


.choose-head{
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    color: var(--red);
    
}

.choose-head h3{
    font-weight:bold;
    font-family: 'opensans';
}
.why-choose{
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    text-align: center;

}
.whychoose-1{
    width:100%;
     height: auto;
     
}
.why-choose-2{
     display: flex;
     flex-direction: column;
    
    
}
.why-choose-2 i{
   margin-right:0px;
   color:rgb(237, 27, 27);
   font-size:35px;
   margin-bottom:10px;
}
.why-choose-2 h5{
    font-family: 'opensans';
    font-weight: bold;
}


.foot{
    display: flex;
    flex-direction:row;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top:60px;
    background:#121212;
    /* background: linear-gradient(270deg, rgba(0,0,0,0.9612219887955182) 46% rgba(0,0,0,0.9612219887955182) 46%); */
    padding:4%;

}
.footer{
    display: flex;
    flex-direction: column;
    width:20%;
    height: 100%;
}

.footer-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.footer-1 .logo{
     width:75%;
     height:150px;
     margin-left:0px;
     margin-bottom:10px;
    }
.logo img{
    width: 100%;
    height:100%;
}
.social-links-1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social-links-1 i{
    color:var(--red);
    font-size:20px;
}
.social-links-1 i:hover{
    color:white;
}
.footer h4{
    margin-bottom:15px;
    color:var(--red);
}
.footer p{
    color: white;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--red);
}
.address a{
    text-decoration: none;
    color: white;
}
.footer a{
    text-decoration: none;
    margin-bottom:5px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.footer a:hover{
    color: var(--red);

}



.after-footer{
    display: flex;
    font-family: 'Poppins', sans-serif;
    color:var(--black);
    justify-content: space-between;
}

.after-footer .copyright{
    width:45%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.after-footer .copyright a{
    text-decoration: none;
    font-size:20px;
    color:var(--red);
    font-weight: bold;
    margin-right: 0;
}
.copyright p{
    font-weight: bold;
}


















}

@media screen and (min-width:901px) and (max-width:992px){

            
.social-links{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: var(--color);
    padding-top:10px;
  
    
}
.social-links i{
    margin-right:30px;
    color:var(--red);
}
.social-links i:hover{
    color:white;
}
.navbar{
    background-color:var(--color) !important;
    width:100%;
    height:70px;
    z-index: 4 !important;
}

.navbar-nav .nav-link{
    padding-left: 10px;
}
.navbar ul li a{
    color:var(--red);
    font-size:17px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight:400;
    
}
.navbar ul{
    background-color: white;
}
.navbar ul li a:hover{
    color:var(--red);
}

.navbar-nav .active{
    color:var(--red) !important;
}

.navbar .navbar-nav .nav-item .active {
    color: var(--red) !important;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0%;
    left: 0%;
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    z-index: 200;

    background-color: #fff;
    min-height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color:white;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color:white;
}

.logo-section {
    width:30%;
    height:90px;
}

.logo-section img {
    width: 100%;
    height: 100%;
}

body{
    /* background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%); */
}
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:60vh;
    object-fit: cover;
} 
.carousel-caption{
    position: absolute;
    top:33%;
    z-index: 14 !important;
}
.carousel-caption h1{
    font-size:45px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}
.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.about-section{
    text-align: center;
    width:100%;
    padding:8%;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}    
.about-section-1 h3{
    color: white !important;
    font-weight: 700;
    z-index:4;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom:20px;
}
.about-section-1 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;
}


.about-section-2{
    display: flex;

    justify-content:flex-end;
    width:100%;
    height: auto;
    background: rgb(80,8,8);
    background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
}
.about-section-3{
    width:47%;
    height:auto;
    position: relative;
}
.about-section-3 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.about-section-3 h3{
  color:white;
  margin-bottom:20px;
  
}
.about-section-3 p{
    color:white;
    font-family: 'opensans',Arial,sans-serif;

}
.over-colour-1 {
    position: absolute;
    z-index:2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:70%;
    background: rgb(122,17,17);
    background: linear-gradient(270deg, rgba(122,17,17,0) 28%, rgba(0,0,0,0.9612219887955182) 66%);
}



.our-services{
    text-align: center;
    margin-top:50px;
}
.our-services h3{
    color: var(--red);
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight:bold;

}
.our-services p{
    text-align: center;
    font-family: 'opensans',Arial,sans-serif;
    margin-bottom:20px;
}
.our-services-1{
    display: flex; 
     flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
}

.our-services-2{
    width:47%;
    height:auto;
    position: relative;
    transition:1s;
    margin-bottom:1%;
    padding:4%;
   
}
.our-services-2 img{
    width:100%;
    height:200px;

}
.para h4{
    color:var(--red);
    font-family:'popinns';
    font-weight:bold;
    font-size:20px;

}
.para{
    position:relative;
    /* top:90%; */
    left:50%; 
    margin-top:-30px;
    z-index:3;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: white;
    width:75%;
    height: 210PX;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    padding:4%;
}
.para p{
    /* display: none; */
    font-family: 'opensans',Arial,sans-serif;
}
.our-services-2:hover .para{
     min-height:200px;
    transition:0.5s !important;
    z-index: 2;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
   
}
.our-services-2:hover .para p{
    display: block;
    transition:1s !important;
 
}


.choose-head{
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    color: var(--red);
    
}

.choose-head h3{
    font-weight:bold;
    font-family: 'opensans';
}
.why-choose{
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    text-align: center;

}
.whychoose-1{
    width:100%;
     height: auto;
     
}
.why-choose-2{
     display: flex;
     flex-direction: column;
    
    
}
.why-choose-2 i{
   margin-right:0px;
   color:rgb(237, 27, 27);
   font-size:35px;
   margin-bottom:10px;
}
.why-choose-2 h5{
    font-family: 'opensans';
    font-weight: bold;
}



.foot{
    display: flex;
    flex-direction:row;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top:60px;
    background:#121212;
    /* background: linear-gradient(270deg, rgba(0,0,0,0.9612219887955182) 46% rgba(0,0,0,0.9612219887955182) 46%); */
    padding:4%;

}
.footer{
    display: flex;
    flex-direction: column;
    width:20%;
    height: 100%;
}

.footer-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.footer-1 .logo{
     width:75%;
     height:150px;
     margin-left:0px;
     margin-bottom:10px;
    }
.logo img{
    width: 100%;
    height:100%;
}
.social-links-1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social-links-1 i{
    color:var(--red);
    font-size:20px;
}
.social-links-1 i:hover{
    color:white;
}
.footer h4{
    margin-bottom:15px;
    color:var(--red);
}
.footer p{
    color: white;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--red);
}
.address a{
    text-decoration: none;
    color: white;
}
.footer a{
    text-decoration: none;
    margin-bottom:5px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.footer a:hover{
    color: var(--red);

}



.after-footer{
    display: flex;
    font-family: 'Poppins', sans-serif;
    color:var(--black);
    justify-content: space-between;
}

.after-footer .copyright{
    width:45%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.after-footer .copyright a{
    text-decoration: none;
    font-size:20px;
    color:var(--red);
    font-weight: bold;
    margin-right: 0;
}
.copyright p{
    font-weight: bold;
}


}

@media screen and (min-width:993px) and (max-width:1024px){



    .about-section-2{
        display: flex;
    
        justify-content:flex-end;
        width:100%;
        height:auto;
        background: rgb(80,8,8);
        background: linear-gradient(270deg, rgba(80,8,8,1) 7%, rgba(0,0,0,0.9612219887955182) 46%);
    }
    .about-section-3{
        width:100%;
        height:auto;
        position: relative;
    }
    .about-section-3 img{
        width: 100%;
        height:600px;
        /* object-fit: cover; */
        margin-bottom: 15px;
        margin-top:120px;
    }
    .about-section-3 h3{
      color:white;
      margin-bottom:20px;
      
    }


}