body{
    background-color: #cc3433;
}


@font-face {
    font-family: myFirstFont;
    src: url('assets/syntex.ttf') format('ttf');
}


:root{
    --main-fontFamily : sans-serif;
    /* --main-fontFamily : myFirstFont; */
    --headingColor : rgb(0, 93, 185);
    --headingGrayColor : #404040
}

body

.mainBodyContainer{
    max-width: 1500px;
    margin: auto;
    position: relative;
}


.innerMainContainer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 96.5%;
    height: 95%;
    background-color: white;
    z-index: -1;
    overflow: hidden;
}


.leftSideBar{
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 260px;
    height: 100%;
    background-position: center;
    background-size: cover;
    
    
}


.navItemsList{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.navItem{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid white; */
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.navItem:first-child{
    margin-top: 0px;
}
.nameName{
    text-align: center;
    font-size: 20px;
    color: var(--headingColor);
    font-family: var(--main-fontFamily);
    font-weight: bold;
    
}

.navItem:hover .navImg{
    display: none;
}
.navItem:hover .nameName{
    display: block;
}

.nameName{
    display: none;
}

.navImg{
    width: 70px;

    /* border: 1px solid white; */
}

.navImg img{
    width: 100%;

}

.contentBodyBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 96.5%;
    height: 95%;
    ;
    
}

.ContentBox{
    display: flex;
    height: 100%;
    
}

.leftSideContent{
    width: 18%;
    cursor: pointer;
}




.imagSlider{
    position: absolute;
    top: 0px;
    right: -10px;
    width: 455px;
    height: 385px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.imagSlider img{
    /* border: 1px soldi red; */
    height: 100% !important;
}


.sliderImg{
    display: none;
    animation-name: animation007;
    /* transition: 1s; */
    animation-duration : 1.5s;
    animation-timing-function: linear;
}
@keyframes animation007 {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.contentBody{
    display: flex;
    width: 80%;
    margin-left: auto;

}

.tabDetails{
    /* border: 1px solid red; */
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.rightSideBar{
    width: 32%;
    /* border: 1px solid red; */
    position: relative;
}

.imgOne{
    /* border: 1px solid red; */
    width: 295px;
    position: absolute;
    left: 50px;
    bottom: 200px;
}
.imgOne img{
    width: 100%;
}

.imgTwo{
    bottom: 25px;
    width: 180px;
    left: 122px;
    cursor: pointer;
}

.imgTwo h4{
    font-family: var(--main-fontFamily);
    color: var(--headingColor);
    text-align: center;
    font-size: 25px;
    margin: 0px;
    margin-bottom: 10px;
    visibility: hidden;
}

.imgTwo:hover h4{
    visibility: visible;
}

.viceVerseCom{
    position: absolute;
    top: 5%;
    left: 52%;
    transform: translate(-50%,-50%);
    font-family: var(--main-fontFamily);
    font-size: 20px;
    color: #c2c2c2;
    /* font-weight: bold; */
}

.bgSymbolImg{
    position: absolute;
    top: -35%;
    left: -2%;
    width: 600px;
    z-index: 1;
    opacity: 0.1;
    
}
.bgSymbolImg img{
    width: 100%;
}

.bgSymbolImg2{
    top: -37px;
    left: -43px;
}
.bgSymbolImg3{
    top: 60px;
    left: -183px;
    transition: rota;
    transform: rotateZ(-10deg);
    width: 550px;
}

.bgSymbolImg4{
    top: 0px;
    top: -300px;
    left: -75px;
    width: 550px;
    transform: rotateZ(-25deg)
}

.bgSymbolImg5{
    top: 0px;
    top: -14px;
    left: 0pxpx;
    width: 550px;
}

.bgSymbolImg6{
    top: -328px;
    left: 0pxpx;
    width: 550px;
    transform: rotateZ(30deg);
}


.InnerMaincontentBox{
    font-family: var(--main-fontFamily);
    width: 85%;
    margin-right: 25px;
    margin-bottom: 50px;
}

.InnerMaincontentBox h3{
    font-size: 45px;
    margin: 0px;
    text-transform: uppercase;
    margin-left: 10px;
}
.InnerMaincontentBox h4{
    font-size: 30px;
    margin-bottom: 0px;
    margin-left: 10px;
    
}
.InnerMaincontentBox h3 ,h4{
    color: var(--headingColor);
    font-family: var(--main-fontFamily);
}

.contentInnerBox{
    height: 500px;
    overflow: auto;
}
.contentInnerBox p{
    color: gray;
    font-size: 25px;
    padding: 12px;
    margin-top: 0px;
}


.contentInnerBox::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
.contentInnerBox::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
.contentInnerBox::-webkit-scrollbar-thumb {
    background: var(--headingColor); 
  }
  
  /* Handle on hover */
.contentInnerBox::-webkit-scrollbar-thumb:hover {
    background: var(--headingColor); 
  }

  .headingList{
    margin: 0px;
    padding: 0px;
  }

  .listHeading{
    color: var(--headingGrayColor);
    font-size: 25px;
    font-weight: bold;
    list-style-type: none;
   
  }
  .detailList{
    list-style-type: none;
    margin-left: 15px;
  }
  .detailList li::before {
    content: "•";
    color: red;
    font-weight: bold;
    display: inline-block; 
    margin-left: -1em;
  }

  .detailList li{
    color: gray;
    font-size: 25px;
  }

  .detailListPartners li{
    color: black !important;
    font-weight: bold;
  }

  .contact p:first-child{
    color: black;
    font-weight: bold;
  }
  .contact p{
    color: gray;
    margin: 0px;
    padding: 8px 0px;
  }

  .contact2{
    margin-top: 40px;
  }
  .contact2 p{
    margin: 0px;
    padding: 5px 0px;


  }



  /* slick slider */
  .slick-track{
    /* border: 1px solid red !important; */
  }

 







.containerBorder2{
    display: none;
}



.menuBtn{
    display: none;
}






  /* Responsive */
  @media only screen and (max-width:1500px){
    .containerBorder{
        display: none;
    }
    .containerBorder2{
        display: block;
    }

    .navItemsList {
        margin-top: 20px;
    }
    .leftSideBar {
        width: 206px;
    }
    .contentInnerBox {
        height: 360px;
        
    }
    .tabDetails {
        width: 54%;
    }

    .imgOne {
        /* border: 1px solid red; */
        width: 226px;
        left: 170px;
        bottom: 173px;
    }
    .imgTwo {
        bottom: 25px;
        width: 150px;
        left: 225px;
        cursor: pointer;
    }
    .imagSlider {
        width: 340px;
        height: 303px;
    }

    .mainBodyContainer{
        max-width: auto !important;
        width: 1202px !important;
    }
  }







  @media only screen and (max-width:550px){
    .containerBorder2{
        display: none;
    }
    .background{
        height: 1200px;
    }
    /* body{
        background-color: white;
    } */
    .contentBodyBox{
        width: 100%;
    }
    .mainBodyContainer{
        width: 100% !important;
    }
    body{
        margin: 0px;
        padding: 0px;
    }

    .rightSideBar{
        /* display: none; */
    }
    .leftSideContent{
        background-color: #fed458;
        width: 200px;
        position: fixed !important;
        top: -30px;
        left: -100%;
        padding-bottom: 40px;
        z-index: 1111 !important;
    }
    .leftSideContent22{
        left: 0px;
    }
    .leftSideBar{
        display: none;
    }

    .imagSlider{
        width: 200px !important;
        height: 200px !important;
        /* border: 1px solid red; */
        border-bottom: 2px dotted black;
    }
    .imagSlider img{
        width: 100%;
    }
    .viceVerseCom{
        /* border: 1px solid red; */
        left: 33%;
        padding-left: 10px;
    }
    .innerMainContainer {
        width: 100%;
        height: 100%;
    }

    .InnerMaincontentBox{
        margin: 0px;
        
    }
    .contentBody{
        width: 100%;
        flex-wrap: wrap;
    }
    .tabDetails{
        width: 100%;
    }
    .imgOne{
        position: initial !important;
        width: 200px !important;
    }
    .rightSideBar{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    .imgTwo{
        margin-top: 20px;
    }

    .menuBtn{
        display: block;
        width: 30px;
        height: 30px;
        background-color: white;
        border: none;
        position: absolute;
        top: 20px;
        left: 30px;
    
        padding: 0px;
        z-index: 1;
        background: none !important;
    }
    .menuBtn img{
        width: 100%;
    }

    .viceVerseCom{
       top: 95%;
       left: 50%;
       width: 90%;
       text-align: center;
       margin: auto;
    }

  }

