
/* RESET */
*,
*:before,
*:after{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
	
*{
	padding: 0px;
	margin: 0px;
}

/*GENERAL*/
h1,
h2,
tr
{
	font-family: "Oswald";
}

h4,
h5,
h6,
p,
a,
th{
	font-family: "Quicksand";
}

h3{
	font-family: "Oswald";
}

img{
	display: block;
}

li{
	list-style-type: none;
}

a{
	text-decoration: none;
}

em{
  font-style: normal;
  font-family: "Bebas Neue";
  text-decoration: underline;
}

.btn{
  color: #000;
  font-weight: bolder;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
  align-items: center;
  z-index: 2;
  transition: .4s;
  position: relative;
}

.btn span{
  width: 150px;
  height:20px;
  position: absolute;
  bottom:-50%;
  left: 0%;
  background-color: #FFD54F;
  z-index: -1;
  transition: .5s;
  width: 140px;
  height:20px;
}



.p-2-l-text .btn span{
  background-color: #bff07f;
}

.p-2-l-text-no-para .btn span{
  background-color: #bff07f;
}

.p-3-l-text .btn span{
  background-color: #F06292;

}


.p-3-l-text-no-para .btn span{
  background-color: #F06292;

}


.btn:hover .btn-span{
  background-color: transparent;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
  display: inline-block;
  align-items: center;
  margin-right: auto;
  bottom:0%;
  left: 0%;
  z-index: -200;
  width: 140px;
  height:20px;
}

.btn:hover {  
  background-color: #ffaf00;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
  display: inline-block;
  align-items: center;
}

.p-2-l-text .btn:hover,
.p-2-l-text-no-para .btn:hover{  
  background-color: #bff07f;
  color: #fff;
}

.p-3-l-text .btn:hover,
.p-3-l-text-no-para .btn:hover{  
  background-color: #E91E63;
  color: #fff;
}

	/*HEADER*/
header{
  padding: 0px 20px 100px 20px;
  position: relative; /*remove if it causes responsive issues*/
  overflow: hidden;
  -webkit-box-shadow: -1px 17px 18px 0px rgba(224,224,224,1);
  -moz-box-shadow: -1px 17px 18px 0px rgba(224,224,224,1);
  box-shadow: -1px 17px 18px 0px rgba(224,224,224,1);
}

header:before{
  content: '';
  background: #FAD2FF;
  width: 128%;
  position: absolute;
  bottom: -38%;
  left: 0%;
  height: 93%;
  transform: rotate(-28deg);
  transform-origin: bottom left;
}

header:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  
  background-repeat: repeat;
  background-attachment: fixed;
  opacity: .3;
  z-index: -1;
}

.navbar {
  margin-right: 1%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed; /*remove if it causes responsive issues*/
  overflow: hidden;
  /*-webkit-box-shadow: -1px 17px 18px 1px rgba(224,224,224,1);
  -moz-box-shadow: -1px 17px 18px 1px rgba(224,224,224,1);*/
  padding: 5px;
  background-color: #FF83E3;
  z-index: 30;
  right: 20px;
}


.navbar:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  background-repeat: repeat;
  background-attachment: fixed;
  opacity: .3;
  z-index: -3;
}

.navbar-menu {
    list-style: none;
    display: flex;
}

.navbar-menu li {
    margin: 0 10px;
}

.navbar-menu a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
}

.navbar-menu a:hover {
    background-color: #fff;
    border-radius: 5px;
    color: #FF83E3;
    transition: 0.3s;
}

.hommie{
  background-color: #fff;

}

.hommie a{
  color: #FF83E3 ;
}

#home{
    background-color: transparent;
}

#home a{
    color: #fff;
}

#home a:hover{
    color: #FF83E3;
}

#girls{
   background-color: #fff; 
}

#girls a{
   color: #FF83E3; 
}

#girls a:hover{
   color: #FF83E3; 
}

#contact-select{
   background-color: #fff; 
}

#contact-select a{
   color: #FF83E3; 
   background-color: #FF83E3;
}

#contact-select a:hover{
   color: #fff; 
}


/* Dropdown menu styling */
.dropdown {
    position: relative;
}

.dropbtn {
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    cursor: pointer;
}

.dropdown-content {
  visibility: hidden; /* Hidden by default */
  opacity: 0;
  transition: opacity 0.3s ease;
    position: fixed;
    top: 40px;
    right: 20px;
    background-color: #FF83E3;
    min-width: 70px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;

}

.dropdown-content a {
    color: #FFF;
    padding: 12px 16px;
    text-decoration: none;

   
}

.dropdown-content a:hover {
    background-color: #FFF;
}

.dropdown:hover .dropdown-content {
     visibility: visible; /* Make it visible */
  opacity: 1; /* Fade it in */

}


.header-container{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-h-container {
  width: 30%;
  padding: 20px;
  position: relative;
}

.text-h-container h1{
  position: relative;
  color: white;
  background: #FF83E3;
}

.background-h-container {
  width: 70%;
  background-image: url("../img/front-header2.jpg");
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 20px;
  position:relative;
}

.bg-back{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0; 
  z-index: 10;
}

.h-container-right-text{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 73vh;
}

.h-container-right-text h3{
  text-align: center;  
  position: relative;
  z-index: 20;
  color: white;
  font-size: 48px;
  color: #fff;
  font-family: "Oswald";
text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8, 20px 19px 12px rgba(206,206,206,0.36);
}



.h-container-right-phrase h2{
  font-size: 45px;
  text-transform: capitalize;
  padding-bottom: 20px;
  color: white;
}

.h-container-right-phrase h3{
  font-size: 25px;
  color: #D760DF;
  text-transform: capitalize;
  text-decoration: underline;
}

.h-container-right-text span{
  width: 250px;
  height:20px;
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: #f2f2f2;
  z-index: -1;
}

.h-container-right-phrase{
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 900px;
  left: 20px;
  z-index: 20;
}


/* Hamburger */
.hamburger {
  width: 50px;
  display: none;
  cursor: pointer;
  margin: 20px;
  z-index: 100!important;
  position: relative;
  background-color: #FF83E3;
  padding: 0px 5px;
-webkit-box-shadow: 3px 4px 7px 5px rgba(0,0,0,0.72); 
box-shadow: 3px 4px 7px 5px rgba(0,0,0,0.72);
}

.hamburger span {
  display: none;
  height: 3px;
  background: #fff;
  margin: 6px 0;
}

/* Top Dropdown Menu */
.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #FF83E3;
  transition: top 0.4s ease;
  z-index: 1000;
}

.menu.active {
  top: 10%;
}

.menu ul {
  list-style: none;
}

.menu ul li {
  border-bottom: 1px solid #333;
}

.menu ul li a,
.accordion-btn {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

/* Accordion */
.accordion-content {
  display: none;
  background: #FAD2FF;
}

.accordion-content.active {
  display: block;

}

.accordion-content li a {
  padding-left: 40px;
  font-size: 14px;

}

#languageMenu a{
  color: #333;
}





/*MEDIAQUARIES FOR HEADER*/
@media only screen and (max-width: 992px){
.header-container{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-h-container {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
}

.text-h-container h1{
  padding-left: 10px;
  z-index: 20;
  position: absolute;
  top: 20vh;
  left: 0;
}

.background-h-container {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 20px;
  position:relative;
}

.h-container-right-phrase{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  left: 20px;
  z-index: 20;
}

.h-container-right-phrase h2{
  font-size: 35px;
  text-transform: capitalize;
}
  }

@media only screen and (max-width: 768px){

.navbar {
    display: none;
}

/* Hamburger */
.hamburger {
  z-index: 1001;
  display: block;
  position: fixed;
  top: 0;
  left: 45%;

}

.hamburger span {
  display: block;

}

/* Top Dropdown Menu */
.menu {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: -100%;
  left: 0;
}



.header-container{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: normal;
}

.text-h-container h1{
  margin-bottom: 20px;
}

.text-h-container h1{
  margin-bottom: 20px;
}

.background-h-container {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 20px;
  position:relative;
}

.text-h-container {
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 20;
  height: 100%;

}

.text-h-container h1{
  padding-left: 0px;
  z-index: 20;
  position: relative;
  top: 0;
  left: 0;
}

.h-container-right-phrase{
  position:relative;
  top: 0;
  transform: translateY(0%);
  width: auto;
  left: 0px;
  z-index: 20;
}

.h-container-right-phrase h2{
  font-size: 25px;
  text-transform: capitalize;
  color: #333;
}

.h-container-right-phrase h3 {
  color: #555;
}

.h-container-right-text h3{
  text-align: center;  
  position: relative;
  z-index: 20;
  color: white;
  font-size: 48px;
  color: #fff;
  font-family: "Oswald";
text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8, 20px 19px 12px rgba(206,206,206,0.36);
}
  }

@media only screen and (max-width: 576px){
.background-h-container {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -20px 0px;
  padding: 20px;
  position:relative;
}

.h-container-right-phrase h2{
  font-size: 18px;
  text-transform: capitalize;
}

.h-container-right-text span{
  width: 100%;
  height:20px;
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: #f2f2f2;
  z-index: -1;
}

.h-container-right-text h3{
  text-align: center;
}

.hamburger {
  left: 40%;

}
  }

@media only screen and (max-width: 420px){
.background-h-container {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -170px 0px;
  padding: 20px;
  position:relative;
}

.h-container-right-phrase h2{
  font-size: 15px;
  text-transform: capitalize;
}
  }

/*PROJECTS*/
.projects{
  padding: 160px 20px 0px 20px;
}

.title-top-projects{
  padding-left: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.title-top-projects h2{
  /*color: #3F51B5;*/
  color: #111;
  text-transform: capitalize;
}

.container-project-1{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.project-1-left {
  width: 20%;
  padding: 20px;
  position: relative;
}

.p-1-l-text{
  width: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 20;
}

.p-1-l-text-no-para{
  display: none;
  width: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 20;
}

.project-1-left h3{
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.project-1-left p{
  font-size: 20px;
  padding-bottom: 20px;
}

.h-container-right-text h3{
  text-align: center;  
  position: relative;
  z-index: 20;
  color: white;
  font-size: 38px;
  color: #fff;
  font-family: "Oswald";
text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8, 20px 19px 12px rgba(206,206,206,0.36);
bottom: 50px;
}


.project-1-right{
  width: 80%;
  background-image: url("../img/heartbg.gif");
  max-height: 500px;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center;
  padding: 90px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
}

.project-1-right::-webkit-scrollbar,
.project-2-right::-webkit-scrollbar,
.project-3-right::-webkit-scrollbar{
  background-color:#fff;
  width:20px; 
}

/* background of the scrollbar except button or resizer */
.project-1-right::-webkit-scrollbar-track,
.project-2-right::-webkit-scrollbar-track,
.project-3-right::-webkit-scrollbar-track{
  background-color:#FAD2FF;
}

.project-1-right::-webkit-scrollbar-track:hover,
.project-2-right::-webkit-scrollbar-track:hover,
.project-3-right::-webkit-scrollbar-track:hover{
  background-color:#f4f4f4;
}

/* scrollbar itself */
.project-1-right::-webkit-scrollbar-thumb,
.project-2-right::-webkit-scrollbar-thumb,
.project-3-right::-webkit-scrollbar-thumb{
  background-color:#FF83E3;
  border-radius:16px;
  border:5px solid #FF83E3;
}

.project-1-right::-webkit-scrollbar-thumb:hover,
.project-2-right::-webkit-scrollbar-thumb:hover,
.project-3-right::-webkit-scrollbar-thumb:hover{
  background-color:#FF83E3;
  border:4px solid #f4f4f4;
}

.p-1-r-pic{
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  position: relative;

}

.p-1-r-pic img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}


.text{
  color: #011E4F;
  text-transform: uppercase;
  font-size: 70px;
  position: relative;
}

.text:before{
  content: '';
  position: absolute;
  bottom: 100%;
  left:0;
  width: 90px;
  height: 15px;
  background-color: #03346C;
}

.text:after{
  content: '';
  position: absolute;
  width: 90px;
  height: 15px;
  background-color: red;
  left: 0;
  top: 100%;
}



.gallery-wrapper{
  display: flex;
  flex-wrap: wrap; /* allows wrapping */
  gap: 20px;


}

.gallery-wrapper .card{
  flex: 0 0 calc(33.333% - 20px);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  overflow: hidden;
    margin-right: auto;
  margin-left: auto;
}

.gallery-wrapper .card:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.gallery-wrapper .card:hover:before{
opacity: 0.4;
  visibility: visible;

}

.gallery-wrapper .card-1{
  background-image: url('../img/amy1.jpg');
  
}

.gallery-wrapper .card-2{
  background-image: url('../img/Lena1.jpg');
  
}

.gallery-wrapper .card-3{
  background-image: url('../img/Alice1.jpg');
  
}

.gallery-wrapper .card-4{
  background-image: url('../img/Melissa1.jpg');
  
}

.gallery-wrapper .card-5{
  background-image: url('../img/Emilie1.jpg');
  
}

.gallery-wrapper .card-6{
  background-image: url('../img/Rachel1.jpg');
  
}

/*.gallery-wrapper .card-7{
  background-image: url('https://cdn.vox-cdn.com/thumbor/NoZ_GaynRm6M58u6fd2Hp7Vjo9k=/0x434:4218x3400/1200x800/filters:focal(881x1518:1697x2334)/cdn.vox-cdn.com/uploads/chorus_image/image/57809677/216716_New_Volvo_XC40_exterior.0.jpg')
}

.gallery-wrapper .card-8{
  background-image: url('https://cdn.vox-cdn.com/thumbor/NoZ_GaynRm6M58u6fd2Hp7Vjo9k=/0x434:4218x3400/1200x800/filters:focal(881x1518:1697x2334)/cdn.vox-cdn.com/uploads/chorus_image/image/57809677/216716_New_Volvo_XC40_exterior.0.jpg')
}

.gallery-wrapper .card-9{
  background-image: url('https://cdn.vox-cdn.com/thumbor/NoZ_GaynRm6M58u6fd2Hp7Vjo9k=/0x434:4218x3400/1200x800/filters:focal(881x1518:1697x2334)/cdn.vox-cdn.com/uploads/chorus_image/image/57809677/216716_New_Volvo_XC40_exterior.0.jpg')
}*/


.gallery-wrapper .card h3{
  font-size: 35px;
  text-transform: uppercase;
  color: transparent;
  transition: .5s;
  position: relative;
}

.gallery-wrapper .card:hover h3{
  color: #FF83E3;
}

.girl-info{
  margin-top:10px;
}

.girl-info td img{
  width: 10%;
  height: auto;
}

.td-flag{
  display: flex;
  justify-content: center;
  align-items: center;
}

.td-flag img{
margin-left: 10px;
}


/*p2*/
.container-project-2{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 135px; 
  flex-direction: row-reverse;
}

.project-2-left {
  width: 20%;
  padding: 20px;
  position: relative;
  text-align: right;
}

.p-2-l-text{
  width: 300px;
  top: 55%;
  position: absolute;
  right: 4vh;
  z-index: 20;
}

.p-2-l-text-no-para{
  display: none;
  width: 300px;
  top: 55%;
  position: absolute;
  right: 4vh;
  z-index: 20;
}

.project-2-left h3{
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.project-2-left p{
  font-size: 20px;
  padding-bottom: 20px;
}

.project-2-right{
  width: 80%;
  background-image: url("../img/heartbg2.gif");
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 90px;
  overflow: auto;
  direction: rtl; 
}

.p-2-r-pic{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px 0px;
}

.p-2-r-pic img{
  width: 30%;
  height: auto;
  border-radius: 10px;
  top: 0;
  left: 0;
}

.folder-content p{
font-size: 35px;
}


.folder-accordion {
  width: 600px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.folder-tabs {
  display: flex;
  gap: 4px;
}

.tab {
  padding: 10px 20px;
  border: 1px solid #aaa;
  border-bottom: none;
  background: #FAD2FF;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  transition: background 0.2s;
}

.tab:hover {
  background: #fff;
}

.tab.active {
  background: #fff;
  border-bottom: 1px solid white;
  font-weight: bold;
}

.folder-content-container {
  border: 1px solid #aaa;
  background: white;
  padding: 20px;
  border-radius: 0 6px 6px 6px;
}

.folder-content {
  display: none;
}

.folder-content.active {
  display: block;
}




/*P3*/
.container-project-3{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 135px;
}

.project-3-left {
  width: 20%;
  padding: 20px;
  position: relative;
}

.p-3-l-text{
  width: 300px;
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 20;
}

.p-3-l-text-no-para{
  display: none;
  width: 300px;
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 20;
}

.project-3-left h3{
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.project-3-left p{
  font-size: 20px;
  padding-bottom: 20px;
}

.project-3-right{
  width: 80%;
  background-color: #FAD2FF;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 90px;
  overflow: auto;
}

.p-3-r-pic{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.card-rank{
    flex: 0 0 calc(33.333% - 20px);
}

.ranking-wrapper{
    display: flex;
  flex-wrap: wrap; /* allows wrapping */
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40vw;
  height: auto;
}



.card-rank1-tximg{
  background-image: url("../img/pinkheart.png");
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}

.card-rank1-tximg h3{
  color: #fff;
}

.card-rank1-img {
  width: 100%;
  height: auto;
}

.card-rank1-img img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*MEDIAQUARIES FOR PROJECTS*/
@media only screen and (max-width: 1200px){
.project-1-right{

height: auto;

  padding: 90px;
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

.p-1-l-text{
  width: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 20;
}

.p-2-l-text{
  width: 300px;
  top: 55%;
  position: absolute;
  right: 0vh;
  z-index: 20;
}

.p-3-l-text{
  left: 0px;
}

.p-4-l-text{
  right: 0vh;
}
  }

@media only screen and (max-width: 992px){
.container-project-1{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.project-1-left {
  width: 100%;
  height: 250px;
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-1-l-text{
  display: none;
}

.p-1-l-text-no-para{
  display: block;
  width: 700px;
  position: relative;
  top: 0%;
  transform: translateY(0%);
  left: 0%;
  z-index: 20;
  text-align: center;
}
/*
.p-1-l-text{
  width: 700px;
  position: relative;
  top: 40%;
  transform: translateY(0%);
  left: 0%;
  z-index: 20;
  text-align: center;
}*/

.gallery-wrapper .card{
  flex: 0 0 calc(50% - 20px);
  height: auto;
  overflow: hidden;
}

.gallery-wrapper{
padding: 0px!important;
}

.project-1-right{
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.p-1-r-pic{
  margin: 0px 0px;
}

/*p2 querry*/
.container-project-2{
  margin-top: 67px;
}

.p-2-l-text{
  display: none;
}

.p-2-l-text-no-para{
  display: block;
  width: 700px;
  top: 0%;
  position: relative;
  right: 0vh;
  z-index: 20;
  text-align: center;
}

.project-2-left {
  width: 100%;
  height: 250px;
  padding: 20px;
  position: relative;
  text-align: right;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-2-right{
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;

  padding: 90px;
  overflow: hidden;
  
}



.p-2-r-pic{
  margin: 0px 0px;
}

/*P3 querry*/
.container-project-3{
   margin-top: 67px;
}

.project-3-left {
  width: 100%;
  height: 250px;
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-3-l-text{
  display: none;
}

.p-3-l-text-no-para{
  display: block;
  width: 700px;
  position: relative;
  top: 0%;
  transform: translateY(0%);
  left: 0%;
  z-index: 20;
  text-align: center;
}

.project-3-right{
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding: 90px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.p-3-r-pic{
  margin: 0px 0px;
}
  }

@media only screen and (max-width: 768px){
.project-1-right{
  width: 100%;
  height: auto;

}

.gallery-wrapper .card h3{
  font-size: 25px;
  color: #FF83E3;

}


/*p2 quarries*/
.project-2-right{
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
}

.project-3-right{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.project-1-right::-webkit-scrollbar,
.project-2-right::-webkit-scrollbar,
.project-3-right::-webkit-scrollbar{
  background-color:#fff;
  width:25px !important;  
}

.girl-info td img{
  width: 20%;
  height: auto;
}
  }

@media only screen and (max-width: 576px){

.project-1-right{
  padding: 10px;
    width: 100%;
  max-height: 500px;
  overflow-y: auto;
}


.gallery-wrapper .card{
  flex: 0 0 calc(100% - 20px);
}

.title-top-projects h2{
  text-transform: capitalize;
  text-align: center;
}



/*p2 quarries*/
.project-2-right{
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
}

.p-2-r-pic{
  margin: 0px 0px;
}

.container-project-2{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 67px; 
  flex-direction: column-reverse;
}

/*p3 querry*/
.container-project-3{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 67px;
}

.project-3-right{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.card-rank{
    flex: 0 0 calc(50% - 20px);
}

.p-3-l-text{
  width: 700px;
  position: relative;
  top: 160%;
  transform: translateY(0%);
  left: 0%;
  z-index: 20;
  text-align: center;
}

.girl-info td img{
  width: 30%;
  height: 100%;
}
  }

@media only screen and (max-width: 420px){
.container-project-2,
.container-project-3{
  margin-top: 30px; 
}

.project-1-left p,
.project-2-left p,
.project-3-left p{
  font-size: 15px;
}

.project-1-right{
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}



.project-2-right{
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

.folder-content p{
font-size: 25px;
}

.project-3-right{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.card-rank{
    flex: 0 0 calc(100% - 20px);
}

.card-rank1-tximg{
  background-size: 40%;
}
    }

/*ABOUT ME*/
.about-me{
  overflow: hidden;
  padding: 200px 0 230px 0;
}

.container-about-me{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.about-me-left {
  width: 20%;
  padding: 20px;
  position: relative;
}

.a-m-l-text{
  width: 500px;
  position: absolute;
  top: 120%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 20;
}

.about-me-left h2{ 
  text-transform: capitalize;
  padding-bottom: 20px;
  color: #333;
}

.about-me-left p{
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.about-me-right{
  width: 80%;
  background-color: #CFD8DC;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.complete-bg-about{
  height: 100%;
  width: 100%;
  background-color: #CFD8DC;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}

.a-m-r-pic{
  width: 100%;
  height: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.title-a-m-r{
  width: 30%;
  margin-bottom: 10px;
}

.container-l-about{
  text-align: left;
  width: 40%;
  padding: 10px;
}

.container-l-about p{
  font-size: 20px;
}

.container-l-about em{
  font-style: normal;
}

.container-l-about .em1{
  font-size: 22px;
  font-style: normal;
}

.container-l-about .em2{
  font-size: 25px;
  font-style: normal;
}

.container-l-about .em3{
  font-size: 27px;
  font-style: normal;
}

.container-l-about .em4{
  font-size: 30px;
  font-style: normal;
}

.container-l-about .em5{
  font-size: 20px;
  font-style: normal;
}

.container-l-about .em6{
  font-size: 28px;
  font-style: normal;
}

.container-r-about h2{
  text-transform: capitalize;
  color: #333;
  padding-bottom: 10px;
}

.text-organize-about{
  width: 50%;
}

.container-r-about h3{
  text-transform: capitalize;
  color: #504F4F;
}

.container-r-about h4{
  padding-bottom: 20px;
}

.container-r-about{
  width: 30%;
  display: flex;
  justify-content: flex-end; 
}

.container-both-about{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/*MEDIAQUARIES FOR ABOUT ME*/
@media only screen and (max-width: 1200px){
.container-about-me{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}

.a-m-l-text{
  width: 350px;
  position: absolute;
  top: 120%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 20;
}

.about-me-left p{
  font-size: 25px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.text-organize-about{
  width: 60%;
}
  }

@media only screen and (max-width: 992px){
.about-me-left {
  width: 100%;
  height: 200px;
  padding: 20px;
  position: relative;
}

.a-m-l-text{
  width: 500px;
  position: relative;
  top: 350%;
  transform: translateY(0%);
  left: 20px;
  z-index: 20;
}

.about-me-right{
  width: 100%;
  background-color: #CFD8DC;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-both-about{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.container-l-about{
  text-align: left;
  width: 70%;
  padding-right: 0px;
  padding: 20px;
}

.container-r-about{
  width: 30%;
}

.text-organize-about{
  width: 80%;
}
  }

@media only screen and (max-width: 576px){
.about-me{
  padding: 67px 0px;
}

.container-about-me{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.a-m-l-text{
  width: auto;
  position: relative;
  top: 400%;
  transform: translateY(0%);
  left: 20px;
  z-index: 20;
}

.container-both-about{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column-reverse;
}

.container-l-about{
  text-align: left;
  width: 100%;
  padding-right: 0px;
  padding: 20px;
}

.container-r-about{
  width: 100%;
  text-align: center;
}

.about-me-right{
  width: 100%;
  background-color: #CFD8DC;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-a-m-r{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.text-organize-about{
  width: 100%;
}
  }

@media only screen and (max-width: 420px){
.a-m-l-text{
  width: auto;
  position: relative;
  top: 0%;
  transform: translateY(0%)!important;
  left: 0px;
  z-index: 20;
}
  }

/*FOOTER*/
/*FOOTER-OPTION 01*/
.footer-first-option{
  padding: 25px 20px;
  background-color: #FF83E3;
}

.footer-first-container{
  display: flex;
  flex-wrap: wrap;
}

.footer-f-content{
  width: 25%;
}

.footer-f-content h2{
  margin-bottom: 10px;
}

.footer-f-content h2 a{
  background: #333;
  padding: 5px;
  color: #fff;
}

.container-icons-footer-one{
  display: flex;
  flex-wrap: wrap;
}

.container-icons-footer-one h3{
  text-align:center;
}

.container-icons-footer-one .h3footcont{
  width: 40px;
  height: 40px;
  background-color:#fff;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-icons-footer-one a{
  color: #333;
}

.h3footcont {
  transition: .4s;
}

.h3footcont:hover {
  background: #333;
}



.h3footcont:hover i{
  color: #fff;
}

.footer-f-content.begin{
  display: flex;
  align-items: center;
}

.footer-f-content.middle{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-f-content.last{
  display: flex;
  align-items: center;
}

.footer-f-content p em{
  color: #fff;
}

.footer-down {
  width: 100%;
}

.footer-down h4{
  text-align: center;
  font-size: 35px;
  text-transform: capitalize;
}

.noclick-icon i{
  color: #767676;
}

.noclick-icon a{
  margin-right: 10px;
  cursor: default;
}

/*FOOTER SECOND OPTION*/
.footer-second-option{
  padding: 50px 20px 80px 20px;
  background-color: #FAD2FF;
  position: relative;
}

.footer-second-option:before{
  content: '';
  background: #FAD2FF;
  width: 102%;
  height: 100%;
  z-index: -1;
  position: absolute;
  transform-origin: top right;
  top: 0;
  right: 0;
  transform: rotate(5deg);
}

.footer-f-2-content{
  margin-bottom: 20px;
}

.footer-f-2-content h2{
  margin-bottom: 10px;
  text-align: center;
}

.footer-f-2-content h2 a{
  font-size: 20px;
  background: #FF83E3;
  padding: 5px;
  color: #fff;
}

.container-icons-footer-two{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container-icons-footer-two h3{
  margin-left: 20px;
  margin-right: 20px;
  text-align:center;
}

.container-icons-footer-two a{
  color: #333;
}

.container-icons-footer-two a:hover{
  color: #fff;
  transition: .2s;
}

.footer-f-2-content.last{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-f-2-content p{
  color: #222;
  font-size: 20px;
  text-align: center;
}

.footer-f-2-content p em{
  color: #333;
}

.footer-down-2 {
  width: 100%;
}

.footer-down-2 h4{
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
}

.footer-down-2 h3{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  color: #767676;
}

/*BACK TO TOP*/
#myBtntop {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 100; 
  border: 2px solid #fff; 
  outline: none; 
  background-color: #FF83E3; 
  color: #fff; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
}

#myBtntop:hover {
  background-color: #fff;
  color: #FF83E3;
  border: 2px solid #FF83E3; 
}

 /*SINGLE*/
/*PROJECTS*/
.projects-single{
  padding: 20px;
  width: 100%;  /* 100% of viewport width */
  height: auto; /* 100% of viewport height */
  display: flex;
  justify-content: center;
  align-items: center;

}

.container-single{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px; 
-webkit-box-shadow: 9px 9px 12px 1px rgba(0,0,0,0.71); 
box-shadow: 9px 9px 12px 1px rgba(0,0,0,0.71);
}

.single-cont-left {
  width: 20%;
  padding: 20px;
  position: relative;
  text-align: right;
}

.single-l-text{
  width: 300px;
  top: 55%;
  position: absolute;
  right: 4vh;
  z-index: 20;
}



.single-left h3{
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.single-left p{
  font-size: 20px;
  padding-bottom: 20px;
}

.single-right{
  width: 100%;
  background-color: #FAD2FF;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px; 
}



.single-r-pic{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 0px;
}

.single-r-pic img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
}

.messagebox-services{
  margin-top: 20px;
  background-color: #fff;
  text-align: center;
  padding: 10px;
}

.messagebox-services h4{
 margin-top: 10px;
}

/* slider */
.gallery-wrapper {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px;
}

.gallery-wrapper a{
  text-decoration: none;
  color: #FFFFFF;
text-shadow:  6px 5px 3px rgba(0,0,0,0.67);
font-size: 50px;

  }

.card{
  width: 100%;
  height: 150px;
  background: pink;
  border-radius: 6px;
  padding: 25px;
  cursor: pointer;
  transition: 0.9s;
  border: 2px solid #FF83E3;
}




.card-1:hover {
  background: #ffe0a8;
background-image: url('../img/amy1.jpg');
background-size: 100%;  
background-repeat: no-repeat;

}


.card-2{
  background-image: url('../img/Lena1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px top 100px;

}

.card-2:hover {
  background: #ffe0a8;

background-image: url('../img/Lena1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
}

.card-3{
  background-image: url('../img/Alice1.jpg');
background-size: 100%;  
background-repeat: no-repeat;


}

.card-3:hover {
  background: #ffe0a8;
background-image: url('../img/Alice1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
}

.card-4:hover {
  background: #ffe0a8;
background-image: url('../img/Melissa1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
}

.card-5:hover {
  background: #ffe0a8;
background-image: url('../img/Emilie1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
}


.card-6:hover {
  background: #ffe0a8;
background-image: url('../img/Rachel1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
}


/* SLIDER */
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slide .gallery-wrapper .card{
height: 150px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(1) {
background-image: url('../img/amy1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(1):hover{
background-size: 110%;

}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(2){
 background-image: url('../img/amy2.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(2):hover{
background-size: 110%;

}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(3){
  background-image: url('../img/amy3.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(3):hover{
  background-size: 110%;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(4){
  background-image: url('../img/amy4.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(4):hover{
  background-size: 110%;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(5){
  background-image: url('../img/amy5.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(5):hover{
  background-size: 110%;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(6){
  background-image: url('../img/amy6.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(6):hover{
  background-size: 110%;
}

/*slide2*/
.slide[data-slide="2"] .gallery-wrapper .card:nth-child(1) {
background-image: url('../img/Lena1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(1):hover{
background-size: 110%;

}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(2){
 background-image: url('../img/Lena2.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(2):hover{
background-size: 110%;

}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(3){
  background-image: url('../img/Lena4.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(3):hover{
  background-size: 110%;
}

/*.slide[data-slide="2"] .gallery-wrapper .card:nth-child(4){
  background-image: url('../img/Lena4.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}*/

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(4):hover{
  background-size: 110%;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(5){
  background-image: url('../img/Lena5.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(5):hover{
  background-size: 110%;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(6){
  background-image: url('../img/Lena6.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(6):hover{
  background-size: 110%;
}

/*slide3*/
.slide[data-slide="3"] .gallery-wrapper .card:nth-child(1) {
background-image: url('../img/Alice1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(1):hover{
background-size: 110%;

}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(2){
 background-image: url('../img/Alice2.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(2):hover{
background-size: 110%;

}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(3){
  background-image: url('../img/Alice3.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(3):hover{
  background-size: 110%;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(4){
  background-image: url('../img/Alice4.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(4):hover{
  background-size: 110%;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(5){
  background-image: url('../img/Alice5.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(5):hover{
  background-size: 110%;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(6){
  background-image: url('../img/Alice6.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(6):hover{
  background-size: 110%;
}

/*slide4*/
.slide[data-slide="4"] .gallery-wrapper .card:nth-child(1) {
background-image: url('../img/Melissa1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(1):hover{
background-size: 110%;

}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(2){
 background-image: url('../img/Melissa2.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(2):hover{
background-size: 110%;

}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(3){
  background-image: url('../img/Melissa3.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(3):hover{
  background-size: 110%;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(4){
  background-image: url('../img/Melissa4.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(4):hover{
  background-size: 110%;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(5){
  background-image: url('../img/Melissa5.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(5):hover{
  background-size: 110%;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(6){
  background-image: url('../img/Melissa6.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(6):hover{
  background-size: 110%;
}

/*slide5*/
.slide[data-slide="5"] .gallery-wrapper .card:nth-child(1) {
background-image: url('../img/Emilie1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(1):hover{
background-size: 110%;

}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(2){
 background-image: url('../img/Emilie2.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(2):hover{
background-size: 110%;

}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(3){
  background-image: url('../img/Emilie4.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(3):hover{
  background-size: 110%;
}

/*.slide[data-slide="5"] .gallery-wrapper .card:nth-child(4){
  background-image: url('../img/Emilie4.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}*/

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(4):hover{
  background-size: 110%;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(5){
  background-image: url('../img/Emilie5.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(5):hover{
  background-size: 110%;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(6){
  background-image: url('../img/Emilie6.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(6):hover{
  background-size: 110%;
}

/*slide6*/
.slide[data-slide="6"] .gallery-wrapper .card:nth-child(1) {
background-image: url('../img/Emilie1.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(1):hover{
background-size: 110%;

}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(2){
 background-image: url('../img/Rachel2.jpg');
background-size: 100%;  
background-repeat: no-repeat;
background-position: left 0px bottom -210px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(2):hover{
background-size: 110%;

}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(3){
  background-image: url('../img/Rachel3.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(3):hover{
  background-size: 110%;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(4){
  background-image: url('../img/Rachel4.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(4):hover{
  background-size: 110%;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(5){
  background-image: url('../img/Rachel5.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(5):hover{
  background-size: 110%;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(6){
  background-image: url('../img/Rachel6.jpg');
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: left 0px bottom -210px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(6):hover{
  background-size: 110%;
}


.slider-wrapper {
  display: flex;
   transition: transform 0.5s ease;
    width: 100%;
}


.slide {
  width: 100%;
  flex-shrink: 0;
    box-sizing: border-box;
  padding: 20px;

}



/* Navigation buttons */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  background: rgba(0,0,0,0.4);
  color: white;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
}

.prev { left: 10px;
z-index:5; }
.next { right: 10px;
z-index:5; }

/* MODAL */
.modal {
  display: none;
  position: fixed;
  z-index: 120;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
}

.modal-content {
  display: block;
  
 margin-right: auto;
 margin-left: auto;
 margin-top: .5%;
  border-radius: 6px;


}


.close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  transition: .3s;
}

.close:hover{
  font-size: 45px;
  color: #FF83E3;
  top: 15px;
}


table {
        width: 60%;
        border-collapse: collapse;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .table-flags{
      text-align: center;
    }

        .table-flags-tr,
        .table-flags-th,
        .table-flags-td{
      text-align: center;
    }



    th, td {
        padding: 12px 15px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    th {
        background-color: #FFB5EE;
        color: white;
        font-weight: bold;
    }

/*MEDIAQUARIES FOR girls/single*/
@media only screen and (max-width: 767px){
.slide[data-slide="1"] .gallery-wrapper .card:nth-child(1){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(2){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(3){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(4){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(5){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="1"] .gallery-wrapper .card:nth-child(6){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(1){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(2){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(3){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(4){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(5){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="2"] .gallery-wrapper .card:nth-child(6){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(1){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(2){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(3){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(4){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(5){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="3"] .gallery-wrapper .card:nth-child(6){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(1){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(2){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(3){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(4){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(5){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="4"] .gallery-wrapper .card:nth-child(6){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(1){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(2){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(3){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(4){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(5){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="5"] .gallery-wrapper .card:nth-child(6){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(1){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(2){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(3){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(4){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(5){
  background-position: left 0px bottom 0px;
}

.slide[data-slide="6"] .gallery-wrapper .card:nth-child(6){
  background-position: left 0px bottom 0px;
}
  }


/*MEDIAQUARIES FOR Services*/
@media only screen and (max-width: 420px){
.projects-single{
  height: auto; /* 100% of viewport height */

}

.footer-f-2-content h2 a{
  font-size: 15px;
  }
}
 
/*Contact*/
.contact-box{
  width: 80vw;
  background-color: #FAD2FF;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 20px; 
}

/*MEDIAQUARIES FOR Contact*/
@media only screen and (max-width: 420px){
.contact-box h2{
font-size: 15px;
}
  }






















 /*END OF CODING*/

	/*GUIDELINES*/
/*
.red-b{border: 2px solid red;}
.blue-b{border: 2px solid blue;}
.green-b{border: 2px solid green;}
.yellow-b{border: 2px solid yellow;}
.orange-b{border: 2px solid orange;}
.magenta-b{border: 2px solid magenta;}
.cyan-b{border: 2px solid cyan;}
.black-b{border: 2px solid black;}

.red-bb{border:  4px solid red;}
.blue-bb{border:  4px solid blue;}
.green-bb{border:  4px solid green;}
.yellow-bb{border:  4px solid yellow;}
.orange-bb{border:  4px solid orange;}
.magenta-bb{border:  4px solid magenta;}
.cyan-bb{border:  4px solid cyan;}
.black-bb{border:  4px solid black;}




