﻿@font-face {
    font-family: "orelega_oneregular";
    src:  url("https://testviewpoint.au.dk/Images/fonts/orelegaone-regular-webfont.woff2") format("woff2"),
          url("https://testviewpoint.au.dk/Images/fonts/orelegaone-regular-webfont.woff") format("woff"), 
          url("orelegaone-regular-webfont.woff2") format("woff2"),
          url("orelegaone-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: "helveticaneueregular";
    src: url("https://testviewpoint.au.dk/Images/fonts/helveticaneue_regular-webfont.woff2") format("woff2"),
         url("https://testviewpoint.au.dk/Images/fonts/helveticaneue_regular-webfont.woff") format("woff"), 
         url("helveticaneue_regular-webfont.woff2") format("woff2"),
         url("helveticaneue_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}

/* Overwrite */

body {
  margin-left:0px;
}

.container-fluid {
  padding-right: 0px ;
  padding-left: 0px ;
}


.container-fluid-pad {
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  }

/* Font */



* {
  font-family:  -apple-system, BlinkMacSystemFont,
  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
  "Fira Sans", "Droid Sans", sans-serif;
}

.mindretekst {
    font-size: 20px;
}

.bigtext {
    font-size: 1rem;
}

.bigtext1 {
    font-size: 1.1rem;
}
  .whitetext p {
    color: white;
  }

.h1, .h2, .h3, .h4 , .h5, .h6, h1, h2, h3, h4, h5, h6, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: "orelega_oneregular";
}

.readitheader h1, .readitheader h2, .readitheader h3, .readitheader h4 , .readitheader h5, .readitheader h6 {
  text-transform: lowercase;
}
.readitheader h1:first-letter, .readitheader h2:first-letter, .readitheader h3:first-letter, .readitheader h4:first-letter , .readitheader h5:first-letter, .readitheader h6:first-letter {
  text-transform: uppercase;
}


.btn span , .btn {
      font-family: "orelega_oneregular";
}


 .niveaulabel {
    border: solid 1px grey;
    border-radius: 5px !important;
    margin-bottom: 5px;
    color: grey;
 }

  .niveaulabel .h5 {
    margin-bottom: 0;

  }

 .niveaulabelnumber {
      font-family: "orelega_oneregular";
      font-size: 3rem;
}

 .btn-check:checked+.niveaulabel , .btn-check:checked+.niveaulabelnumber {
  background-color: #6a1746;
  color: white !important;
 }

.leveldescription span {
  font-family:  "Helvetica Neue", -apple-system, BlinkMacSystemFont,
  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
  "Fira Sans", "Droid Sans", sans-serif;
}

.h1, .h2, .h3,  .display-3 ,.display-4, .display-5, .display-6{
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.5em;
  position: relative;
}



/*                                       Navbar                                               */

.navbar {
  display: none;
}

.newnav {
    padding-bottom: 0;
    display: flex;
}

  #navbar {
   /* position: fixed;
    top: 0;*/
    z-index: 99;
    transform:translateX(-50%);
    margin-left: 50%;
    min-height: 3em;
    max-height: 5em;
  }

  #navbarparents .readitselect {
    float: right;
  }

  .offcanvas-body .readitselect { 
        margin-right: auto!important;
    margin-left: auto!important;
  }
   
  .navvisible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
  }

  .navhidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
  }

  .navbuttonhide {
    display: none;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
  }
  
  .navbig {
    margin-top: 16px;
    margin-bottom: 16px;
    transition: margin-top 0.4s, margin-bottom 0.4s;
  }

  .navsmall {
    margin-top: 8px;
    margin-bottom: 8px;
    transition: margin-top 0.4s, margin-bottom 0.4s;
  }

  #navbar #logo {
    transition: 0.4s;
    height: 4em;
  }

  .headernav {
    background-color: rgba(0,0,0,.3);
    border-radius: 50px;
  }
  .headernav a span {
        color: #fff !important;
      font-family:  "Helvetica Neue", -apple-system, BlinkMacSystemFont,
  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
  "Fira Sans", "Droid Sans", sans-serif !important;
  }

/*                                          Farver                                               */

  .readitred {
    background-color:  #e26047;   
    color: #362b85;
  }
  .readitred h1 , .readitred h2, .readitred h3, .readitred h4, .readitred h5,{
    color: #6a1746;
  }
  .readitredtext {
     color: #e26047;
  }
  .linkredback {
    color: #362b85;
  }


  .readitblue {
    background-color: #362b85;  
    color: #9fd1b6;
  }
  .readitblue h1, .readitblue h2, .readitblue h3, .readitblue h4, .readitblue h5,{
    color: #fbbf39;
  }
  .readitbluetext {
     color: #362b85;
  }

  .blueheading h1,  .blueheading h2, .blueheading h3, .blueheading h4, .blueheading h5 {
     color: #362b85;
  }

  .readitauberg {
    background-color: #6a1746;
    color: #9fd1b6;
  }
  .readitauberg h1, .readitauberg h2, .readitauberg h3, .readitauberg h4, .readitauberg h5,{
    color: #e26047 ;
  }
  .readitaubergtext {
     color: #6a1746;
  }
    .aubergheading h1,  .aubergheading h2, .aubergheading h3, .aubergheading h4, .aubergheading h5 {
     color: #6a1746;
  }



  .readityellow {
    background-color: #fbbf39 !important; 
    color: #362b85;
  }
  .readityellow h1, .readityellow h2, .readityellow h3, .readityellow h4, .readityellow h5,{
    color: #6a1746;
  }
  .readityellowtext {
     color: #fbbf39;
  }

  .yellowheading h1,  .yellowheading h2, .yellowheading h3, .yellowheading h4, .yellowheading h5 {
     color: #fbbf39;
  }


  .readitmint {
    background-color: #9fd1b6; 
    color: #6a1746;
  }
  .readitmint h1, .readitmint h2, .readitmint h3, .readitmint h4, .readitmint h5,{
    color: #e26047;
  }
  .readitminttext {
     color: #9fd1b6;
  }

  .mintheading h1,  .mintheading h2, .mintheading h3, .mintheading h4, .mintheading h5 {
     color: #9fd1b6;
  }


  .readitpetrol {
    background-color: #00354d;
    color: #9fd1b6;
  }
  .readitpetrol h1, .readitpetrol h2, .readitpetrol h3, .readitpetrol h4, .readitpetrol h5,{
    color: #fbbf39;
  }
  .readitpetroltext {
     color: #00354d;
  }

  .readittyrkis {
    background-color: #ECF6F0;
    color: #6a1746;
  }



  .greybox {
      background-color: whitesmoke;
  }

  .blacktext {
    color : black;
  }

  .whitetext {
    color: white !important;
  }

  .readpastel {
    background-color: #FEF3F9;
  }

  .readyellow {
    background-color: #e9c46a;
  }

  .readgrey {
    background-color: #f1f1f1;
  }

  .thebutton {
    border-radius: 12px;
    background-color: #e9c46a !important;
  }

  .header {
    text-align: center;
  }

  #offcanvasBottom {
    height: 50% !important;
    overflow-y: auto;
  }

   .less {
    display: inline;
  }
   .more {
    display: none;
  }

  .collapsed .less {
    display: none;
  }

  .collapsed .more {
    display: inline;
  }

  .more {
    display: none;
  }

  .collapsed .less {
    display: none;
  }

  .start-btn {
    background:  rgb(151,186,60) ;
    color: white;
  }

  .readgreen {
    background:  rgb(219,234,197) ;
  }


/* Diverse */

  .back {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboutread .col-md-7  {
    height: 20em;
  }

  /*        Youtube video content*/

  .video_content {
    width: 90%;
  }

  .play_button {
    max-width: 15%;
    position: absolute;
    display: block;
    margin-left: 45%;
    margin-top: 20%;
  }

  .modal-smallhead {
    padding-top: 8px;
    padding-bottom: 8px;
  }


  .knapfarve {
    color: black;
    text-decoration:none;
  }

  html {
    scroll-behavior: smooth;
  }
  .bogtitel {
    text-shadow: 1px 1px 2px lightslategray;
  }
  .forfattertitel {
    font-style: italic;
  }

/* Tooltip container */
.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltips .tooltipstext {
  visibility: hidden;
  width: 300px;
  background-color: grey;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: fixed;
  z-index: 200;
  bottom: 30%;
  right: 0px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltips:hover .tooltipstext {
  visibility: visible;
}


/* Højre-venstre */

.lang_ar, .lang_ps, .lang_fa {
  direction: rtl !important;
}

.notrans, .notrans span {
  direction: ltr !important;
}

/* Videnom */

.factbox {
  border: 0px;
}

.factbox h5 {
  display: inline;
  padding: 0.5rem 1rem;

}

.tekstboks {
  border: 2px;
  border-style: solid;
  background-color: lightgray;
  padding: .5em;
}

.factbox .text {
  padding: 0px 50px 0px 50px;
}

.colheaddiv {
  display: table;
}

.colimgdiv {
  text-align: center;
}
.collapse_img {
  width: 50%;
  padding: 20px 0 20px 0;
  margin-left: auto;
}

.colbutdiv {
  display: inline;
  float: right;
}


.hidden, .noshow {
  display: none;
}


/*      */
.showto.showsprog, .nothidden {
  display: block;
}

.nothidden2 {
  display: block;
}

.hidden2{
  display: none;
}


.display-5, .display-4, .display-3 {
  text-transform: none;
}


/*******************************************      Landing site      ********************************************/

.landing-image {
    background-image: url("mockupicons/landing%20page%20pic.png");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-text-container {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 30%;
    width: 500px;
    height: 400px;
    transform: translate(-50%, -50%);
    color: #211019;
    background-color: rgba(255, 255, 255, 0.7)
}

.landing_text_padding {
    padding: 30px;
}


.landing_body_text {
    font-size: 23px;
    color: white;
    margin-bottom: 6em;
}

.landing_body_text1 {
    font-size: 23px;
    color: white;
}

.landing_body_text2 {
    font-size: 21px;
    color: white;
    margin-bottom: 6em;
}

.landing_body_text3 {
    font-size: 1.1rem;
    color: black;
    margin-bottom: 6em;
}

.landing_body_text4 {
    font-size: 1.1rem;
    color: white;
}

.landing_body_header {
  font-size: 58px;
  margin-top: 1rem;
}

.icon {
  width: 40%;
  height: auto;
  padding-left: 2em;
  padding-top: 2em;
}

.icon2 {
  height: 100%;
  width: auto;
}

.icon3 {
  width:  6rem;
}

.iconcenter {
  width: 40%;
  height: auto;
  margin: 2em;
}

.pilicon {
  width: 1.6em;
}

.logo {
  width: 60% !important;
}

.logo2 {
  width: 25%;
}

.smallicon {
  width: 1rem;
  margin-bottom: 2px;
  margin-right: 4px;
  margin-left: 4px;
}

.circle {
    background: #6a1746;
    border-radius: 50%;
    padding: .3em !important;
    text-align: center;
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
}

.circle.flueben img {
  width: 1rem;
  height: 1rem;
  margin-bottom: .3rem;
  margin-left: .15rem;
}

.circle.udraab img {
  width: 0.4rem;
  height: 1.1rem;
  margin-bottom: .2rem;
  margin-left: .45rem;
  margin-right: .2rem;

  }

.footerlogo {
  width: 65%;
}

footer hr {
  opacity: 70%;
  height: 2px !important;
}

.linegrafik {
  margin-top: 150%;
}

.rocket {
  position: relative;
  top: 0px;
  z-index: 11;
}

.rocket2 {
  position: relative;
  bottom: 0px;
  margin-top: 42rem;
}

.rocketstreg {
margin-top: 10em;
}

.rocketstreg img {
  margin-top:  -40vh;
  width: 65%;

}

.rocket2 img {
  position: absolute;
  bottom: -4rem;
    z-index: 11;
}

.picturebook img {
  margin-bottom: -24em;
  margin-left: 8.6vw;
  width: 80%;
}

.boats {
  padding-right: 0px !important;
  margin-bottom: 2rem;
  margin-top: -7rem;
}

.books {
  padding-right: 0px !important;
  margin-bottom: 4rem;
  margin-top: 10rem;
   -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.books2 {
  margin-top: 7rem;
  margin-bottom: 7rem;
  padding-right: 0px !important;
     -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.readitlines {
     -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bolde {
  margin-top: 5rem;
  padding-top: 0px !important;
  margin-bottom: -2rem;
    position: relative;
  top: 0px;
  z-index: 11;
}

.optioncards {
  position: relative;
  top:  -7em;
}

.boxmiddle {
  position: relative;
  top:  -6em;
}

.boxmiddle2 {
  z-index: 200;

}
.optioncards .col {
  margin-top: 0px;
}

.modal-content {
   opacity: 1;
}
.btn-close {
    background-color: white;
    border-radius: 25px;
    padding: 1.2em !important;
    opacity: 1;
    font-size: 0.7em;
}

.aboutcol1 {
    padding-top: 8em;
}

.aboutcol2 {
    padding-top: 10em;
}

.modal-header {
  border-bottom: none;
  padding-left: 2em;
}

.modal-title {
    margin-bottom: -2.5em;
}

.modal-body {
  background-color: white;
  margin:  2em;
}

.optioncards .card-body, .optioncards .card-footer , .optioncards .card {
  border: none;
}

.card-title {
  font-size: 23px;
}

.timeline.col-12.card {
  background-color: #F5F5F5;
}

.timelinetext {
  font-size: 17px;
  color: black;
}

.fixednavbar {
  position: fixed;
  top: 0px;
  left:0px;
  z-index: 10;
  max-width: 100vw;
}

  .loginbutton {
    border-radius: 50px;
    background-color: white !important; 
    color: #6a1746;
    padding-left: 2em;
    padding-right:  2em;
    font-family: "orelega_oneregular";
    font-size: 19px;
  }

  .loginbutton_mobile {
    border-radius: 25px;
    background-color: white !important; 
    color: #6a1746;
    font-family: "orelega_oneregular";
    font-size: 19px;
  }

  .tilmeldbutton {
    border-radius: 50px;
    background-color: #fbbf39 !important; 
    color: #6a1746;
    font-family: "orelega_oneregular";
    float: right;
    font-size: 19px;
  }

  .aubergbutton {
    border-radius: 25px;
    background-color: #362b85 !important;  
    color: white;
    font-family: "orelega_oneregular";
    font-size: 15px;
  }

  .yellowbutton {
    border-radius: 50px;
    background-color: #fbbf39 !important; 
    color: #6a1746;
    font-family: "orelega_oneregular";
    float: left;
    font-size: 19px;
  }


  .yellowborderbutton {
    border-radius: 50px;
    background-color: white !important; 
    color: #6a1746;
    font-family: "orelega_oneregular";
    float: left;
    font-size: 1.1rem;
    border: 2px solid #fbbf39;
  }

  .logud.yellowborderbutton {
    font-size: 1rem;
  }

   

  .readaboutbutton {
    border-radius: 50px;
    background-color: white !important; 
    color: black;
    padding-left: 1.5em;
    padding-right:  1.5em;
    margin-bottom: 1em;
    font-family: "orelega_oneregular";
    font-size: 19px;
  }

  .readnavbutton {
    background-color: white !important; 
    color: black;
    padding-left: .5em;
    padding-right: .5em;
    margin-bottom: .5em;
    font-family: "orelega_oneregular";
    font-size: 21px;
    width: 100%;  
    text-align: left;  
  }

  .readmorebutton {
    border-radius: 25px;
    background-color: white !important; 
    color: black;
    padding-left: 1.5em;
    padding-right:  1.5em;
    margin-bottom: 1em;
    font-family: "orelega_oneregular";
    font-size: 19px;
  }

  .nextbutton {
    border: none;
    background: url(https://survey.au.dk/images/themes/24/right-arrow.png) no-repeat 10px center;
    text-decoration: none;
    height: 37px;
    max-width: 40vw;
    border-radius: 25px;
    background-color: #fbbf39 !important; 
    color: #6a1746;
    font-family: "orelega_oneregular";
    float: right;
    font-size: 19px;
    min-width: 85px;
    padding-left: 2.5em;
    padding-right:  3.5em;
  }

#loginandsignup {
 font-size: 21px;
}



.afslutcolor {
  background-color: #FFBABA;
}

.Marlene, .MVK {
  background-color: lightgray ;
}

.Marlenegreen {
  background-color: mediumseagreen ;
}

.obsgroup {
   background-color: lightblue ;
}

#afslutTable {
  counter-reset: rowNumber ;
}

#afslutTable tr::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) ".";
}

#adminTable {
  counter-reset: rowNumber -1 ;
}

#adminTable tr::after {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) ".";
}


.input-group.readitselect,  select.form-select.readitselect  {
  background-color: white !important;
  border-top-left-radius: 20em !important;
  border-bottom-left-radius: 20em !important;
      border-top-right-radius: 20em !important;
    border-bottom-right-radius: 20em !important;
    text-align: center;
    color: #6a1746;
    font-family: "orelega_oneregular";
        font-size: 19px;
  }

  select.form-select.readitselect {
    border: 0px solid transparent;
  }

.readitselect {
    z-index: 20;
  }

.readitselect2  {
    background-color: white !important;
    color: #6a1746;
    font-family: "orelega_oneregular";
    font-size: 19px;
    border: none;
  }

  .input-group-text, .input-group {
    background: white;
    border: 2px solid white;
    border-top-right-radius: 20em !important;
    border-bottom-right-radius: 20em !important;
  }

  .input-group-text {
    margin-left: -10px !important;
    z-index: 100;
  }

.languageselect, .readitselect {
  max-width: 10em;
}


#gdprlist .accordion-button {
  border-radius: 5px !important;
  background-color: whitesmoke !important;
  color: #6a1746;
    border-color: #6a1746;
    border:  3px solid !important;
}

#gdprlist .accordion-button.collapsed {
    color: black;
    border:  0  !important; 
}

#gdpr  .modal-body , #gdprlist, .readitpetrol .modal-body , .readitblue .modal-body  {
  color: black !important; 
}


.featureitem  {
  border-radius: 5px !important;
  background-color: whitesmoke;
  color: black; 
}
.featurelist .accordion-button {
  padding-bottom: 0.3em;
  padding-top: 0.4em;
}

.featurelist .accordion-button::after{
  display: none;
}

.featurelist .accordion-button:focus , .featurelist .accordion-button:not(.collapsed) {
  border-color: white !important;
  color:  black !important;
  background-color: white !important;
  box-shadow: none !important;
}
.featurelist .accordion-item {
    border:  none;
}

.featurelist .opgave, .featurelist .levering  {
    padding: 1rem;
}

.featurelist span {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 70%;
    margin-top: auto;
    margin-bottom: auto;
}

.featurelist .levering {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "orelega_oneregular";
}

.featurelist .row {
  width: 100%;
  padding: 0px;
}

.featurelistv2 {
  border-radius: 5px !important;
  background-color: whitesmoke;
  color: black; 
  height: 100%;
  font-size: 1.1rem;
}

.list4 {
  height: 25%;
}


.timetablelist {
  margin-bottom: .6em;
  border-radius: 5px;
  background-color: whitesmoke;
  color: black;
}

.timetablelist.active {
    color: #6a1746;
    border-color: #6a1746;
    border:  3px solid !important;
    background-color: whitesmoke;
}

.timetablelist.active:after {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto ;
    margin-bottom: auto;
    width: 0;
    height: 0;
    right: -.8em;
    border-left: .7em solid #6A0136;
    border-top: .7em solid transparent;
    border-bottom: .7em solid transparent;
}

.tab-content.readitwindow {
  height: 100%;
}

.readitwindow .tab-pane {
  background-color: #6A0136;
    padding: 2.5em;
    border-radius: 25px;
    color:  white;
    height: 100%;

}

.readitwindow .tab-pane strong {
  color: #fbbf39;
  font-family: "orelega_oneregular";
  font-size: 1.5rem;
  font-weight: normal;

}

.statusbadge {
  border-radius: 0;
  width: 100%;
  padding-bottom: 0.5rem;
  font-size: 1rem !important;
}

.materialeliste .card-body {
  width: 100%;
}

.materialeliste h5 {
  color:  #362b85;
}

.form-check-input.getcheck {
  padding: 1rem;
} 

.form-check-label {
  padding-top: 0.7rem;
  padding-left: 0.5rem;
}

.onlyfirsta a {
    display: none;
}

.onlyfirsta a:first-child {
  display: initial;
}

.lowposition {
  margin-bottom: -10em;
}
.mt-8 {
  margin-top: 8rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mt-12 {
  margin-top: 12rem;
}

.mt-15 {
  margin-top: 15rem;
}

.mt-25 {
  margin-top: 25rem;
}

@media only screen and (max-width: 576px) { 
   .mt-xs-2 {
      margin-top: 2rem;
    }    
   .mt-xs-4 {
      margin-top: 4rem;
    }
    .mt-xs-6 {
      margin-top: 6rem;
    }

    .mt-xs-10 {
      margin-top: 10rem;
    }
    .mt-xs-12 {
      margin-top: 12rem;
    }
    .mt-xs-15 {
      margin-top: 15rem;
    }
    .mt-xs-25 {
      margin-top: 25rem;
    }
}


@media only screen and (min-width: 576px) { 
    
    .mt-sm-4-1 {
      margin-top: 4rem !important;
    }
    
    .mt-sm-6 {
      margin-top: 6rem !important;
    }

    .mt-sm-10 {
      margin-top: 10rem !important;
    }
    .mt-sm-12 {
      margin-top: 12rem !important;
    }
    .mt-sm-15 {
      margin-top: 15rem !important;
    }
    .mt-sm-25 {
      margin-top: 25rem !important;
    }
}

@media only screen and (min-width: 768px) { 
    
    .mt-md-6 {
      margin-top: 6rem !important;
    }

    .mt-md-8 {
      margin-top: 8rem !important;
    }

    .mt-md-10 {
      margin-top: 10rem !important;
    }
    .mt-md-12 {
      margin-top: 12rem !important;
    }
    .mt-md-15 {
      margin-top: 15rem !important;
    }
    .mt-md-25 {
      margin-top: 25rem !important;
    }
}

@media only screen and (min-width: 992px) { 
    
    .mt-lg-6 {
      margin-top: 6rem !important;
    }
    
    .mt-lg-8 {
      margin-top: 8rem !important;
    }
    .mt-lg-10 {
      margin-top: 10rem !important;
    }
    .mt-lg-12 {
      margin-top: 12rem !important;
    }
    .mt-lg-15 {
      margin-top: 15rem !important;
    }
    .mt-lg-25 {
      margin-top: 25rem !important;
    }
}



.boats.translate.lang_ar img, .boats.translate.lang_fa img, .boats.translate.lang_ps img {
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.translate.lang_ar .row, .translate.lang_fa .row, .translate.lang_ps .row {
  padding-left: 0px!important;
    padding-right: 3rem!important;
}

.boats.translate.lang_ar, .boats.translate.lang_fa, .boats.translate.lang_ps {
      padding-left: 0px !important;
}

#specialbanner .lang_ar p:first-of-type, #specialbanner .lang_fa p:first-of-type, #specialbanner .lang_ps p:first-of-type {
  padding-top: 2rem;
}

@media only screen and (max-width: 576px) { 
  .boxpadding {
    padding: 0rem ;
  }

}
@media only screen and (max-width: 992px) { 
  .boxpadding {
    padding: 8rem 8rem 0rem 8rem;
  }
}
@media only screen and (max-width: 1200px) { 
  .boxpadding {
    padding: 4rem 4rem 0rem 4rem;
  }
}
@media only screen and (min-width: 1200px) { 
  .boxpadding {
    padding: 8rem 6rem 0rem 8rem;
  }
}

.lowposition {
  margin-bottom: -4rem;
  z-index: 1;
  position: relative;
  width: 18%;
  float: left;
  margin-left: 6rem;  
}

.dot {
  height: 10px;
  width: 10px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}
