/*============= RESETS =============*/

/*-- iPhone X Remove Gutters --*/
html{
    padding:env(safe-area-insert);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html,body
{
    overflow-x: hidden;
    font-family: nazanin;
    color:#505962;
}
@font-face{
    font-family: nazanin;
    src: url(B-NAZANIN.TTF);
  }
.text-clr
{
    color: #2f4262!important;
}  
/*--- Nav Scrolling Offset --*/
.offset:before
{
    content: "";
    height: 4rem;
    display: block;
    margin-top:-4rem ;
}
.firstone
{
    background: #2f4262;
    z-index: 0;
}
.up-c h2
{
    color: #fff;
    font-size: 3rem;
}
.up-c p
{
    color: #fff;
    font-size: 20px;
}
/*--- Extra Bootstrap Column Padding --*/
[class*="col-"]{
    padding: 1rem;
}

/*============= NAVIGATION =============*/
.navbar-brand img
{
    height:70px;
    width: 100px;
}
.navbar{
    padding:0.3rem 0.5rem ;
    font-weight:600 ;
    transition: background-color 0.6s ease;
}
.navbar-nav li
{
    padding-right:0.8rem ;
    
}
.navbar-nav .nav-link
{
    color:white;
    padding-top: 0.8rem;
    font-size:1.25rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.text-cl
{
    color: #a6def5;
}
.navbar-toggler-icon
{
    height: 20px;
    width: 20px;
}
.navbar.solid,
.navbar.solid-toggle
{
    background:rgba(37, 59, 97, 0.76)!important;
    transition: background-color 0.5s ease ;
}
.dropdown-menu, .dropdown-item {
    font-size: .9rem;
    font-weight: 700!important;
    background-color: transparent!important;
    border: 0;
    color: white;
  }
 .dropdown-menu.show {
    margin-top: 0.9rem!important;
    border-radius: 0;
    transition: background-color .5s ease 0s;
  }
  .dropdown-submenu {
    transition: background-color .5s ease 0s;
  }
  .dropdown-menu.no-space-top {
    margin-top: 0!important;
  }
  .dropdown-menu:hover, .dropdown-item:hover,
  .dropdown-menu:focus, .dropdown-item:focus,
  .dropdown-toggle:active, .dropdown-toggle:focus {
    color: #2f4262!important;
  }
  .dropdown-submenu.solid,
  .dropdown-menu.show.solid {
    background: rgba(0, 0, 0, 0.7)!important;
    transition: background-color 1s ease 0s;
    margin-top:23px!important;
  }
  .dropdown-submenu > .dropdown-menu {
    width: 100%;
    margin-top: 0!important;
  }

/*-- Remove Button Outline --*/
button:focus,a:focus,a.btn:focus{
    outline:0;
    -webkit-appearance: none;
    box-shadow: none;
    transition: all 0.6s ease;
}
button,a,a.btn,.arrow img{
    transition:all 0.6s ease;
}
/*============= LANDING PAGE =============*/

/*--- Fixed Landing Page Section --*/
/* .landing
{
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
    z-index: -1;
}
.home-wrap
{
    clip:rect(0,auto,auto,0);
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
}
.home-inner{
    background-image:url('../img/world.PNG');
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    display: table;
    animation: animEarth 100s linear infinite;
}
@keyframes animEarth
{
    0%
    {
        background-position:0 0;
    }
    100%
    {
        background-position: 13600px 0;
    }
} */
/*============= VIDEO LANDING PAGE =============*/

/*--- Fixed Video Background--*/
.video-background {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0, 0.3); /* Black Opacity On Video */
    z-index: 2;
  }
  .video-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #video {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    z-index: -1000;
  }
  video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('') no-repeat;
    background-size: cover;
    transition: 1s opacity;
  }
/*-- Landing Page Caption --*/
.caption
{
    z-index: 13;
    position: absolute;
    top:38%;
    width: 100%;
    max-width: 100%;
}
.caption h1{
   font-size:4rem;
   text-shadow: 0.1rem 0.1rem 0.8rem black;
   padding-bottom: 1rem; 
}
.caption h3{
    font-size:2.5rem;
    text-shadow: 0.1rem 0.1rem 0.8rem black;
    padding-bottom: 2rem; 
 }
.caption .btn-lg
{
    border-width: medium;
    padding: 0.5rem 2.5rem;
} 

/*-- Bouncing Down Arrow --*/
.arrow
{
    position: absolute;
    bottom:0;
    width: 100%;
    animation:bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
}
.arrow img
{
    position: absolute;
    bottom:0;
    width: 2.2rem;
    height: 2.2rem;
    opacity: 0.6;
}
.arrow img:hover
{
    opacity: 1;
}
/*               back #2f4262         */


/*============= FEATURES SECTION =============*/
.btn-sm
{
    border-width: medium;
    border-radius: 0;
    padding:0.3rem 1.6rem;
    font-size: 1.1rem;
    margin:1rem;
}
.btn-nuno
{
    background-color: #2f4262;
    color: #fff;
    padding:0.3rem 1.9rem;
    font-size: 1.1rem;
    margin:1rem;
}
.btn-nuno:hover
{
    background-color: #168b7a;
    color: #fff;
}
h3.heading
{
   font-size: 1.9rem;
   font-weight: 700;
   text-align: center;
   margin-bottom: 1.9rem;
}
.heading-underLine
{
    width: 5rem;
    height: 0.25rem;
    background-color: #2f4262;
    border-radius: 15px;
    margin: 1px auto 2rem;

}

.ic
{
    background: #2f4262;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    margin: 5px auto;
}
.ic2
{
    height: 50px;
    width: 50px;
    border-radius: 25px;
    margin: 5px auto;
}
.ic>img
{
    height: 75%;
    width: 75%;
    margin: 6px 10%;
}

.ic2>img
{
    height: 100%;
    width: 100%;
}
.zbn>h3
{
    font-size:24px;
}
/*===== FIXED BACKGROUND IMG DARK =====*/

/*--- iOS Fixed Background Image --*/
.fixed {
    position: relative;
    width: 100%;
 }
 .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -9999;
 }
 .fixed-dark {
    background-image: url('../img/fixed/space2.PNG');
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    z-index: -1;
    top: 0;
    left: 0;
    display: table;
 }
.dark
{
    background-color: rgba(0,0,0,0.5);
    padding: 7rem 0;
    z-index: 100;
}

/*============= PORTFOLIO SECTION =============*/
.prot
{
    width: 100%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
}
.portfolio-item
{
    
  height: 90%;
  width: 60%;
}
.portfolio-item img:hover
{
    transform: scale(0.8,0.8);
    cursor: zoom-in;
}
.portfolio-item img
{
    transition: transform 0.4s ease;
}

/*============= PRICING SECTION =============*/
.pricing-column>h3
{
    color: rgb(58, 58, 58);
}
.pricing-column p
{
    color: rgb(126, 126, 126);
    font-size: 16px;
}
.pricing-column
{
    background-color: #fff;
    height: 100%;
    padding: 1.6rem;
    border-top: 0.25rem solid #2f4262;
    box-shadow: 0 0 0.8rem rgba(0,0,0,0.075);
    transition: transform 0.7s ease;
    position: relative;
    overflow: hidden;
}
.pricing-column:hover
{
   transform: scale(1.1);
}
.pricing-column h4
{
    font-size:1.1rem ;
    font-weight: 700;
}
.ribbon
{
    background-color: #168b7a;
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    height: 2rem;
    width: 10rem;
    padding-top: 0.4rem;
    position: absolute;
    transform: rotate(45deg);
    right: -2.8rem;
    top: 1.5rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.25);
}

/*============= TEAM SECTION FIXED BG IMG LIGHT =============*/
.card img
{
    height: 250px;
}

/*--- Team Light Background Image --*/
.fixed-Light {
    background-image: url('../img/fixed/office.jpg');
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    z-index: -1;
    top: 0;
    left: 0;
    display: table;
 }
.Light
{
    background-color: rgba(255,255,255,0.75);
    padding: 5rem 0;
    z-index: 100;
}
.owl-stage
{
    display: flex;
}
.card
{
    height: 100%;
    border-radius: 0;
    text-align: center;
    margin:0 1rem;
    border: 0.1rem solid rgba(0,0,0,0.075);
    box-shadow: 0 0 0.8rem rgba(0,0,0,0.075);
    transition: transform 0.4s ease;
}
.card:hover
{
    transform:scale(0.95);
}
button.owl-dot.active span,
button.owl-dot:hover span {
   background: #2f4262!important;
}
ul.social
{
    list-style: none;
    padding:0;
    margin:0;
    font-size:1.9rem;

}
ul.social li
{
    display: inline;
    padding-right: 0.8rem;

}
ul.social li a 
{
    color: #2f4262;
    transition: all .2s ease;
}
ul.social li a:hover
{
    color: #505962;
} 
/*============= SKILLS SECTION =============*/


/*============= CLIENTS SECTION =============*/
#clients-corsoul
{
    max-width: 1200px;
    margin: 0 auto;
}
.clients img
{
    border-radius: 50%;
    transition: transform 0.3 ease;
}
.clients img:hover
{
    transform: scale(.95);
}

.clients-hr
{
    border-top:0.1rem solid #2f4262;
}
/*============= CONTACT SECTION =============*/
.footer
{
    background: url("../img/footer/DirlAO.jpg")no-repeat;
    background-size: cover;
    /* background-color: #505962; */
    color: #fff;
}
.row.outer{
    background-color:rgba(57,63,70,.75) ;
    padding: 1rem 2rem 3rem;
}
.footer img 
{
    height:15rem;
    width: 15rem;
    margin:1rem 0;
}
.footer a,
.footer ul.social li a
{
    color:#fff;
}
.footer ul.social li a:hover
{
    color:#2f4262;
}
.footer h3
{
    direction: rtl;
    margin:2.5rem 0;
    margin-top: 5rem;
}
.contactus
{
    margin-left: 45%!important;

} 
.tozi img
{
    margin: 0 25%!important;
}
.footer strong
{
    float: right;
}
.tozi p
{

    text-align: right!important;
}
.footer .social
{
    display: flex;
    justify-content: right;
}
/*--- Contact Form --*/

.form-group
{
    margin-bottom: 1.3rem;
}
.form-control
{
    background-color: transparent;
    border-radius: 0;
    border: 0.15rem solid #b8bcc0;
    
}
.form-control::placeholder
{
    color: rgb(180, 180, 180);
}
hr.socket
{
    border-top: 0.1rem solid #666b71;
}

.form-group textarea
{
    max-height: 20rem;
    min-height: 10rem;
}
.controls input[type="submit"]
{
    
    transition: transform 0.4s ease;
}
.controls input[type="submit"]:hover
{
    transform: scale(1.2);
}

/*============= TOP SCROLL =============*/


/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width:991.98px)
{
    .caption h1{
        font-size:3rem;
        padding-bottom: 0.8rem; 
     }
     .caption h3{
         font-size:2.2rem;
         padding-bottom: 1.7rem; 
      }
     .caption .btn-lg
     {
         padding: 0.7rem 1.2rem;
         font-size:1.1rem ;
     } 
    .clients img
    {
       max-width: 50%;
       margin: 0 auto ; 
    }
}

/* Devices under 768px (md) */
@media (max-width:768px)
{
    .caption h1{
        font-size:2rem;
        padding-bottom: 0.5rem; 
     }
     .caption h3{
         font-size:1.5rem;
         padding-bottom: 1.2rem; 
      }
     .caption .btn-lg
     {
         padding: 0.6rem 1.1rem;

     } 
     #features h1
    {
        font-size:2rem;
    }

    .fixed-Light
    {
        background: url("../img/fixed/office-mobile.jpg");
    }
    .footer
    {
        background: url("../img/footer/mobile-world.JPG")no-repeat;
        background-size: cover;
    }

}

/* Devices under 576px (sm) */
@media (max-width:576px)
{
    .caption h1{
        font-size:1.8rem;
        padding-bottom: 0.4rem; 
     }
     .caption h3{
         font-size:1.2rem;
         padding-bottom: 1rem; 
      }
     .caption .btn-lg
     {
         padding: 0.4rem 0.9rem;
         font-size: 0.9rem;

     } 
}
	.container{
    /* border: 1px solid red; */
    max-width:1920px;
    /* height: 1500px; */
    background: transparent;
}
.container .top{
    width: 100%;
    height: 50%;
    margin: 0;
	padding-top:150px
}
.container .top .topTop{
    /* border: 1px solid red; */
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top .topTop .profile{
    width: 25%;
    height: auto;
    /* border: 1px solid red; */
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.top .profile .pic{
    width: 200px;
    height: 200px;
    /* margin-inline: auto; */
}
.profile .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 2px 3px 13px 4px black;
}
.profile .pic img:hover{
    cursor: pointer;
}
.profile .name{
    text-align: center;
    width: 100%;
    font-family: Gabriola;
    font-size: 26px;
    color: white;
}
.profile .rule{
    font-family: Gabriola;
    color: #F89534;
    font-size: 30px;
}
.profile .social{
    /* border: 1px solid red; */
    width: 100%;
    height:30% !important;
    display: flex;
    justify-content: space-evenly;
}
.profile .social .icon{
    font-size: 35px;
    transition: all ease-in-out 0.5s;
}
.profile .social .icon:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.icon .instagram{
    border-radius: 10px;
}
.container .top .miniBoss{
    /* border: 1px solid red; */
    width: 100%;
    height: 50%;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 80px;
}
.top .miniBoss .miniProfile{
    /* border: 1px solid red; */
    width:220px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.miniBoss .miniProfile .picMini{
    /* border: 1px solid red; */
    width: 200px;
    height:200px;
}
.miniProfile .picMini img{
    width: 100%;
    height:100%;
    border-radius: 50%;
    box-shadow: 2px 3px 13px 4px black;
    cursor: pointer;
}
.miniBoss .miniProfile h3{
    width: auto;
    /* border: 1px solid red; */
    height:28px;
    margin: 0;
    font-family: Gabriola;
    font-size: 25px;
    color: white;
}
.miniBoss .miniProfile h2{
    width: auto;
    /* border: 1px solid red; */
    height:auto;
    margin: 0;
    font-family: Gabriola;
    color: #F89534;
}
.container .bottom {
    /* border: 1px solid red; */
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 110px;
}
.container .bottom .manager{
    /* border: 1px solid red; */
    width: 220px;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0 10px 0;
}
.bottom .manager .picManager{
    width: 200px;
    height:200px;
}
.bottom .manager .picManager img{
    width: 100%;
    cursor: pointer;
    height:100%;
    border-radius: 50%;
    box-shadow: 2px 3px 13px 4px black;
}
.bottom .manager h3{
    width: auto;
    /* border: 1px solid red; */
    height:28px;
    margin: 0;
    font-family: Gabriola;
    font-size: 25px;
    color: white;
}
.bottom .manager h2{
    width: auto;
    /* border: 1px solid red; */
    height:auto;
    margin: 0;
    font-family: Gabriola;
    color: #F89534;
}
.Cv{
    color: white;
    font-size:24px ;
    transition: all ease-in-out 0.3s;
}
.Cv:hover{
    cursor: pointer;
    transform: scale(1.2);
}
@media  only screen and (max-width:570px) {
    .top .topTop .profile{
        width: 100%;
    }
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
