html,body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}


.viewPortBtns {
    height: 35px;
    text-align: center;
    padding: 0px;
    z-index:9999;
    position: relative;
}
.topBar {
    position: fixed;
    width: 100%;
    height: 35px;
    padding: 0.3% 2%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #cecece;
    box-shadow: 2px 0px 13px 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: arial;
  }
  
  .circlemode {
    padding: 8px 16px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
  }
  .Landscape span:first-child {
    transform: rotate(90deg);
  }
  
  .circlemode span {
    vertical-align: middle;
    color: rgb(170, 170, 170);
    font-size: 16px;
  }

.circlemode i {
    font-size: 25px;
    color: rgb(170, 170, 170);
}

.circlemode:hover span,
.circlemode:hover i,
.active span,
.active span i {
  color: #fff;
}

span.mob{
    transform: rotate(90deg);
}

 .main-container{
    width: 100%;
    position: absolute;
    height: 95%;
    top: 5%;
}

.desktop{
    width:100%;
    height:100%;
    position: absolute;
}

.bg{
    width:100%;
    height:100%;
    position: absolute;
    background-color : #fff;
}

.logo{
    width: 16%;
    position: absolute;
    right: 22%;
    top: 25%;
    opacity:0;
}

.logo>img{
    width:100%;
}

.close{
    width: 2%;
    position: absolute;
    right: 0;
    top: 0;
   padding: 5px 5px 20px;
    z-index:999;
    cursor: pointer;
}

.close>img,.product>img,.made_with_text>img,.try_text>img,.sirkent>img,.cta>img,.certified>img,.verified>img{
    width:100%;
}


.product {
    width: 19%;
    position: absolute;
    top: 12%;
    right: 20%;
}

.made_with_text {
    position: absolute;
    top: 25%;
    left: 30%;
    width: 25%;
    opacity:0;
}

.try_text {
    position: absolute;
    left: 31.5%;
    top: 60%;
    width: 22%;
    opacity:0;
}

.sirkent {
    width: 30%;
    position: absolute;
    left: 28%;
    top: 15%;
    opacity:0;
}

.cta {
    position: absolute;
    left: 30%;
    width: 25%;
    top: 70%;
    opacity:0;
}

.certified {
    width: 7%;
    position: absolute;
    bottom: 3%;
    right: 22%;
    opacity:0;
}

.verified {
    width: 6.6%;
    position: absolute;
    bottom: 3%;
    right: 30.5%;
    opacity:0;
}

#avocado1_right{
    position: absolute;
    right: -4%;
    top: 10%;
    width: 14vw;
    height: 100vh;
    transform: translateX(40%);
}
#avocado1_left{
    position: absolute;
    left: -7%;
    top: -2%;
    width: 19vw;
    height: 100vh;
    transform: translateX(-50%);
}
#avocado1_right img, #avocado1_left img{
	width: 100%;
}

.TabBackground1{
    width: 450px;
    height: 600px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    margin: auto auto;
    position: absolute;
}

.desktop-tab{
   width: 89%;
   height: 80%;
   top: 10%;
   left: 0;
   bottom: 0;
   right: 0;
   margin: 0 auto;
   overflow: hidden;
   position: absolute; 
}

.iPhone{
    width:100%;
    height: 100%;
}

 .desktop-tab #avocado1_right {
    position: absolute;
    right: 85%;
    top: 0%;
    width: 48%;
    height: 100%;
    transform: translateX(-48%);
}
.desktop-tab #avocado1_left {
    position: absolute;
    left: 73%;
    top: 2%;
    width: 50%;
    height: 100%;
    transform: translateX(48%);
}

.desktop-tab .close {
    width: 3.5%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 5px 20px;
}

.desktop-tab .logo {
    left: 0;
    bottom: 0;
    width: 20%;
    height: 15%;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto auto;
    opacity: 0;
}

.desktop-tab .sirkent {
    width: 100%;
    position: absolute;
    left: auto;
    top: 5%;
    opacity: 0;
    text-align: center;
}

.desktop-tab .sirkent>img{
    width:60%;
}

.desktop-tab .made_with_text>img{
    width:65%;
}

.desktop-tab .made_with_text {
    position: absolute;
    top: 8%;
    left: auto;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.desktop-tab .try_text {
    position: absolute;
    left: auto;
    top: 34%;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.desktop-tab .try_text>img{
    width:35%;
}

.desktop-tab .cta {
    position: absolute;
    left: 35%;
    width: 30%;
    top: 92%;
}

.desktop-tab .verified {
    width: 13%;
    position: absolute;
    bottom: 1.5%;
    right: 18.5%;
    opacity: 0;
}

.desktop-tab .certified {
    width: 12.4%;
    position: absolute;
    bottom: 10%;
    right: 19%;
    opacity: 0;
}

.desktop-tab .product {
    width: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
    right: auto;
}

.desktop-tab .product>img{
    width: 35%
}

.tabLandscapeBackground1{
    width: 600px;
    height: 450px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    margin: auto auto;
    position: absolute;
}

.tabLandscapeBackground1 .tab-ls {
    width: 82%;
    height: 80%;
    top: 10%;
    left: -1%;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}

 .tab-ls  #avocado1_right{
    position: absolute;
    right: -8%;
    top: 4%;
    width: 28%;
    height: 100%;
    transform: translateX(50%);
}
.tab-ls #avocado1_left{
    position: absolute;
    left: -11%;
    top: 3.5%;
    width: 30%;
    height: 100%;
    transform: translateX(-50%);
}  

.tab-ls .made_with_text {
    position: absolute;
    top: 25%;
    left: 18%;
    width: 35%;
    opacity: 0;
}

.tab-ls  .product {
    width: 23%;
    position: absolute;
    top: 15%;
    right: 18%;
}

.tab-ls .try_text {
    position: absolute;
    left: 22%;
    top: 55%;
    top: 58%;
    width: 25%;
}

.tab-ls  .cta {
    position: absolute;
    left: 21%;
    width: 28%;
    top: 65%;
}

.tab-ls .sirkent {
    width: 34%;
    position: absolute;
    left: 18%;
    top: 15%;
}

.tab-ls .verified {
    width: 9.6%;
    position: absolute;
    bottom: 3%;
    right: 31%;
}

.tab-ls .certified {
    width: 10%;
    position: absolute;
    bottom: 3%;
    right: 19%
}

.Portbackground1{
    width: 320px;
    height: 568px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    margin: auto auto;
    position: absolute;
}

.Portbackground1 .desktop-tab{
    width: 86.5%;
    height: 76%;
    top: 12.2%;
    left: 0.5%;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}

.Portbackground1 .desktop-tab #avocado1_right {
    right: 85%;
   
}

.Portbackground1 .desktop-tab .product>img {
    width: 42%;
}

.Portbackground1 .desktop-tab .made_with_text>img {
    width: 75%;
}

/* .Portbackground1 .desktop-tab .made_with_text{} */

.Portbackground1 .desktop-tab .sirkent>img {
    width: 70%;
}

.Portbackground1 .desktop-tab .try_text {
    top: 33%;
}

.Portbackground1 .desktop-tab .try_text>img {
    width: 40%;
}

.Portbackground1 .desktop-tab .logo {
    width: 30%;
    height: 17%;
}

.Portbackground1 .desktop-tab .cta {
    position: absolute;
    left: 31%;
    width: 35%;
}

.landscapeBackground1{
    width: 568px;
    height: 320px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    margin: auto auto;
    position: absolute;
}

.landscapeBackground1 .tab-ls{
    width: 77%;
    height: 87%;
    top: 6.6%;
    left: -1.2%;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}

.landscapeBackground1 .tab-ls .product {
    width: 26%;
    position: absolute;
    top: 12%;
    right: 16%;
}

.landscapeBackground1 .tab-ls .sirkent {
   top: 12%;
}

.landscapeBackground1 .tab-ls .made_with_text {
     left: 21%;
    width: 28%
}

.landscapeBackground1 .tab-ls #avocado1_right {
    right: -6%;
    top: 7%;
    width: 26%;
}

@-webkit-keyframes image_blur {
    0% { -webkit-filter: blur(8px); }
    25% { -webkit-filter: blur(6px); }
    50% { -webkit-filter: blur(4px); }
    75% { -webkit-filter: blur(2px); }
    100% { -webkit-filter: blur(0px); }
}

@keyframes image_blur {
    0% { filter: blur(8px); }
    25% { filter: blur(6px); }
    50% { filter: blur(4px); }
    75% { filter: blur(2px); }
    100% { filter: blur(0px); }
}

.product{
    transform: translateX(-500%);
}
.animate_blur{
    -webkit-animation: image_blur 4s;
    animation: image_blur 4s;
}


::-webkit-scrollbar { 
    display: none; 
}