@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

*{
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 0px;
  }
html{
    /* scrollbar-color: dark; */
      
    scroll-behavior: smooth;
}
/***************************************************************************************************************************************************************************************************************************/
.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: sticky;  
    top:0;

}

.background{
    background: rgba(0, 0, 0, 0.7) url('../img/back\ main3.jpg');
    background-size: cover;
    background-blend-mode: darken;
}
/*************************************************************************/
.nav-list{
    /* width: 50%; */
    /*width: 47%;*/
    width: 60%;
    /* background-color: black; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
/******************Logo***************************/
.logo{
    width:20%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.logotext{
    color: white;
    padding: 5%;
}
.logotext:hover{
    color: gray;
}
.logo img{
    /* width: 33%; */
    width: 26%;
    filter: invert(1);
    /* border:3px solid white;
    border-radius: 50px;
    margin: 2px 0; */
}

/******************Nav List************************/
.nav-list li{
    list-style: none;
    padding: 26px 30px;
}

.nav-list li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
}
.nav-list li a:hover{
    color: gray;
}

/*************************Right Nav*****************************/
.rightNav{
    /* background-color: blueviolet; */
    /* width: 50%; */
    width: 30%;
    text-align: right;
    padding: 0px 23px;
}

/**********************Search*****************************************/
/* #search{
    padding:5px;
    font-size: 17px;
    border: 2px solid gray;
    border-radius: 9px;
} */

/***************************************************************************************************************************************************************************************************************************/
.firstSection{
    height: 100vh;
}

.box-main{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* max-width: 50%; */
    max-width: 65%;
    margin: auto;
    /* height: 80%; */
    height: 75%;
}

.firstHalf{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-big{
    font-size: 40px;
    /* padding-bottom: 1%; */
    padding-top: 18%;
}

.text-small{
    font-size: 24px;
}

.btn{
    padding: 8px 18px;
    margin: 7px 3px;
    border:2px solid white;
    border-radius: 8px;
    /* font-size:18px; */
    font-size: 20px;
    background: none;
    color: white;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
}

.btn-sm{
    padding: 6px 10px;
    vertical-align: middle;
    font-size: 16px;

}

.btn-dark{
    color: black;
    border: 2px solid grey;
}
/*************************************************************************/
.secondHalf{
    width:30%;
}

.secondHalf img{
    filter: invert(1);
    width:100%;
    cursor: pointer;
    /* padding: 4px 0px; */
    /* border:4px solid rgb(0, 0, 0);
    border-radius: 150px; */
    display: block;
    margin: auto;
}
/**************************************************************************************************************************************************/
.section{
    /* height: 500px; */
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 80%;
    margin:auto;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px;
}

.paras{
    padding: 0px 65px;
}

.section-left{
    flex-direction: row-reverse;
}

.sectionTag{
    padding:16px 0px;
}

.sectionSubTag{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.thumbnail img{
    width: 250px;
    border: 2px solid black;
    border-radius: 26px;
    margin-top: 19px;
}

/***************************************************************************************************************************************************************************************************************************/
.contact{
    /* background-color: #f6f5f4; */
    /* background-color: #fec107; */
    background-color: rgb(255, 204, 53);
    /* height: 34vh; */
    /* height: 833px; */
}

.text-center{
    text-align: center;
    /* padding: 30px; */
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
}

.form{
    /* max-width: 344px; */
    /* max-width: 1200px; */
    max-width: 62%;
    /* max-width: 98%; */
    /* margin: auto; */
    margin: 25px auto;
}

.form-input{
    width: 100%;
    /* width: 50%; */
    /* padding: 7px; */
    padding: 5px 11px;
    /* margin: 30px 0; */
    margin: 14px 0px;
    font-size: 18px;
    border: 2px solid gray;
    border-radius: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/***************************************************************************************************************************************************************************************************************************/
.text-footer{
    text-align: center;
    padding: 30px 0px;
    font-family: 'Ubuntu', sans-serif;
    /* font-size: 35px; */
    display: flex;
    justify-content: center;
    color: white;
}

.burger{
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
    display: none;
}

.line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
}

/****************************************************************/
.box-main .hiden {
    display: none;
  }
  /* .secondHalf:hover +.hiden  {
    display: inline;
    color: rgb(255, 255, 255);
    font-style: italic;
    font-size: 138%;
    margin: auto;
  }
  */


  #more {
    display: none;
}
.show{
    background: none!important;
  border: none;
  font-weight: bold;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: rgb(255, 255, 255);
  text-decoration: underline;
  cursor: pointer;
}
/**************************************************************************/
.text-bigg{
    font-size: 28px;
    /* padding-bottom: 1%; */
    margin:3%;
}

.firstHalfcon{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.secondHalf{
    width:30%;
}
.box-mainn{
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgb(0, 0, 0);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        /* max-width: 50%; */
        max-width: 100%;
        margin: auto;
        /* height: 80%; */
        height: 42%;
    
}
/*****************************************************/
.left{
    /* color: red; */
    color: rgb(7, 26, 7);
    font-weight: bolder;
    font-size: 25px;
    padding-left: 52px;
    padding-left: 100px;
    padding-right: 76px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.right{
    color:rgb(7, 26, 7);;
    font-weight: bolder;
    align-items: center;
    font-size: 25px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.middle{
    color: rgb(7, 26, 7);;
    font-weight: bolder;
    align-items: flex-end;
    font-size: 25px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.listoffer{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* max-width: 50%; */
    /* max-width: 65%;
    margin: auto;
    /* height: 80%; */
    /* height: 75%; */ 
}
/*Management Section*/
.leftimg img{
    width: 200px;
    border-radius: 50%;
    padding-right: 20px;
}
.rightimg img{
    width: 200px;
    border-radius: 50%;
    padding-left: 20px;
}
.vl {
    border-left: 3px solid rgb(255, 255, 255);
    height: 223px;
  }
.ibox-mainn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* max-width: 50%; */
    max-width: 100%;
    margin: auto;
    /* height: 80%; */
    height: 42%;
    flex-direction: row;

}
.name{
    margin: 1%;
    font-size: 35px;
}
.nleft{
    text-align: right;
}
.designation{
    margin: 1%;
    font-size: 25px;
}
.ndes{
    text-align: right;
}
.nabt{
    
    text-align: right;
}
.about{
    margin: 3%;
    font-size:17px;
}
.firstHalfconmanagement{
    width: 50%;
}
.secondHalfconmanagement{
    width: 50%;
}