@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.backg{
  background-color:#6F6F6F;
   /* background-repeat:repeat-x;*/
  background-image:url("../../img/wallpaper4.jpg");
  background-repeat: no-repeat; 
  height: auto;
}




.object2 {
  background: rgba(255, 255, 255, 0.7); /* semi-transparent */
  padding: 30px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px); /* frosted glass effect */
  text-align: center;
  color: #212529;
}

.ground{
  top: 11%;
  left: 25%;
  position: absolute;
  background-color: #cac4ae;
  width: 850px;
  height: 750px;
  transform: rotate(-30deg) skew(30deg);
  z-index:-999;
}


.wrapper {
width:100%;
height: 100%;
/*width: 1000px;
max-width:100%;
margin: 0 auto;*/
display: inline-flex;
position: absolute;
z-index: 0;
bottom: -200px;
left: 200px;
}


.image {
  opacity: 1;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}


.selector {
  cursor: pointer;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.tw1{
  top: 100px;
  right: 1870px;
 /* top: 24%;
  right: 9%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw1:hover .middle {
  opacity: 1;
}


.tw1:hover .image {
  opacity: 0.6;
}

.text {
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 2px solid #347594;
  color: white;
  font-size: 15px;
  padding: 16px 32px;
}

.text a {
    color: black;
    text-decoration: none;
    font-weight: 700;
}

.text a:hover {
    color: darkcyan;
    text-decoration: none;
    font-weight: 700;
}

.tw2{
  top: -160px;
  right: 1620px;
  /*top: 9%;
  right: 18.5%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}


.middle3 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.tw3{
  top: -120px;
  right: 1350px;
  /*top: 6%;
  right: 29%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw3:hover .middle3 {
  opacity: 1;
}

.tw3:hover .image {
  opacity: 0.6;
}


.middle4 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.tw4{
  top: -240px;
  right: 130px;
 /* top: -8.1%;
  right: 32.1%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}


.tw4:hover .middle4 {
  opacity: 1;
}

.tw4:hover .image {
  opacity: 0.6;
}


.tw5{
  top: -150px;
  right: 1300px;
 /* top: 2%;
  right: 50%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw5:hover .middle {
  opacity: 1;
}

.tw5:hover .image {
  opacity: 0.6;
}


.tw6{
  top: 20px;
  right: 470px;
  /*top: 20%;
  right: 68%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw6:hover .middle4 {
  opacity: 1;
}

.tw6:hover .image {
  opacity: 0.6;
}


.tw7{
  top: 50px;
  right: 3000px;
  /*top: 25%;
  right: 46%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw7:hover .middle {
  opacity: 1;
}

.tw7:hover .image {
  opacity: 0.6;
}


.tw8{
  top: 210px;
  left: 550px;
  /*top: 35%;
  right: 37%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}


.tw8:hover .middle {
  opacity: 1;
}

.tw8:hover .image {
  opacity: 0.6;
}

.tw9{
  /*top: 46%;
  right: 22%;*/
  top: 290px;
  right: 330px;
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw9:hover .middle4 {
  opacity: 1;
}

.tw9:hover .image {
  opacity: 0.6;
}


.tw10{
  /*top: 51%;
  right: 40%;*/
  top: 270px;
  right: 3300px;
  position: relative;
  display: inline-block;
  z-index:0;
}


.middle11 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.tw11{
  /*top: 30%;
  right: 60%;*/
  top: 70px;
  right: 4080px;
  position: relative;
  display: inline-block;
  z-index:0;
}


.tw11:hover .middle11 {
  opacity: 1;
}

.tw11:hover .image {
  opacity: 0.6;
}
/*header*/
.rogo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 0 15px 30px;
	width: 157px;
}
.rogo img{
	width: 100%;
	height: auto;
}
.fix_menu{
	position: fixed;
	width: 100%;
	max-width: 1200px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	padding: 30px 0;
}
#navwrap{
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 30px 15px 0;
}
.header_menu{
	display: flex;
    font-size: 17px;
}
ul,li{
	list-style: none;
	margin: 0;
}
.header_menu li a{
	cursor: pointer;
	padding: 0 10px;
	text-decoration: none;
	color: #333;
    font-weight: 600;
}

.header_menu li a:hover {
    color: white;
}


.header_menu li a.active{
	color: #06407F;
}

#switch{
	display: none;
}
.main p{
	padding: 500px 0;
	text-align: center;
}




@media screen and (max-width:1366px) {
}






/*footer*/

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    height: auto;
    width: 100vw;

    padding-top: 10px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 15px;
padding-bottom: 30px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
    
    .tw1{
  top: 70px;
  right: 820px;
 /* top: 24%;
  right: 9%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw1:hover .middle {
  opacity: 1;
}
    
    .tw1 img {
        width: 180px;
    }


.tw1:hover .image {
  opacity: 0.6;
}

.text {
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 2px solid #347594;
  color: white;
  font-size: 15px;
  padding: 16px 32px;
}

.text a {
    color: black;
    text-decoration: none;
    font-weight: 700;
}

.text a:hover {
    color: darkcyan;
    text-decoration: none;
    font-weight: 700;
}

.tw2{
  top: -40px;
  right: 710px;
  /*top: 9%;
  right: 18.5%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}
    
    .tw2 img {
        width: 180px;
    }


.middle3 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.tw3{
  top: -10px;
  right: 610px;
  /*top: 6%;
  right: 29%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw3:hover .middle3 {
  opacity: 1;
}

.tw3:hover .image {
  opacity: 0.6;
}
    
    .tw3 img {
        width: 180px;
    }


.middle4 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.tw4{
  top: -70px;
  right: 100px;
 /* top: -8.1%;
  right: 32.1%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}


.tw4:hover .middle4 {
  opacity: 1;
}

.tw4:hover .image {
  opacity: 0.6;
}

    
    .tw4 img {
        width: 180px;
    }

.tw5{
  top: -40px;
  right: 620px;
 /* top: 2%;
  right: 50%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw5:hover .middle {
  opacity: 1;
}

.tw5:hover .image {
  opacity: 0.6;
}

    
    .tw5 img {
        width: 180px;
    }

.tw6{
  top: 10px;
  right: 210px;
  /*top: 20%;
  right: 68%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw6:hover .middle4 {
  opacity: 1;
}

.tw6:hover .image {
  opacity: 0.6;
}
    
.tw6 img {
        width: 180px;
    }


.tw7{
  top: 40px;
  right: 1270px;
  /*top: 25%;
  right: 46%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw7:hover .middle {
  opacity: 1;
}

.tw7:hover .image {
  opacity: 0.6;
}

    
    
.tw7 img {
        width: 180px;
    }

.tw8{
  top: 110px;
  left: 240px;
  /*top: 35%;
  right: 37%;*/
  position: relative;
  display: inline-block;
  z-index:0;
}


.tw8:hover .middle {
  opacity: 1;
}

.tw8:hover .image {
  opacity: 0.6;
}

    
    
    .tw8 img {
        width: 180px;
    }
    
.tw9{
  /*top: 46%;
  right: 22%;*/
  top: 140px;
  right: 220px;
  position: relative;
  display: inline-block;
  z-index:0;
}

.tw9:hover .middle4 {
  opacity: 1;
}

.tw9:hover .image {
  opacity: 0.6;
}
    
    .tw9 img {
        width: 180px;
    }


.tw10{
  /*top: 51%;
  right: 40%;*/
  top: 120px;
  right: 1450px;
  position: relative;
  display: inline-block;
  z-index:0;
}
    
    .tw10 img {
        width: 180px;
    }


.middle11 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.tw11{
  /*top: 30%;
  right: 60%;*/
  top: 50px;
  right: 1750px;
  position: relative;
  display: inline-block;
  z-index:0;
}


.tw11:hover .middle11 {
  opacity: 1;
}

.tw11:hover .image {
  opacity: 0.6;
}
    
    .tw11 img {
        width: 180px;
    }
    
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 280px) {
   .wrapper {
bottom: -150px;
left: 50px;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
       .wrapper {
bottom: -200px;
left: 50px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
       .wrapper {
width: 400px;        /* fixed width */
  height: 50px;       /* fixed height */
bottom: -200px;
left: 80px;
}
}

@media only screen and (min-width: 1720px) {
       .wrapper {
bottom: -235px;
left: 250px;
}
}
